index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-09-07
HIR Typecheck Static - Magic Fn impls for function pointers
John Hodge
2
-4
/
+36
2016-09-07
HIR Typecheck Expr - Not all trait impls for closures come from the compiler
John Hodge
1
-9
/
+7
2016-09-07
Resolve Abs - Better impl of previous hack
John Hodge
1
-1
/
+1
2016-09-07
Resolve Absolute - HACK: Recurse when MaybeBind returns a path
John Hodge
1
-0
/
+1
2016-09-07
Expand Lang - "char" lang item
John Hodge
1
-0
/
+5
2016-09-07
Makefile - libcollections requires rustc_unicode
John Hodge
1
-1
/
+5
2016-09-07
Makefile - Start on libcollections
John Hodge
1
-2
/
+6
2016-09-07
LoadCrates - Better error reporting
John Hodge
3
-6
/
+13
2016-09-07
Parse - Fix up slightly iffy float edge cases
John Hodge
1
-6
/
+10
2016-09-07
README - Update with new progress
John Hodge
1
-1
/
+6
2016-09-07
HIR (De)serialise - Support shallow MIR drops
John Hodge
2
-2
/
+3
2016-09-07
MIR Gen - Hacky shallow drop support (doesn't support being conditional)
John Hodge
2
-6
/
+58
2016-09-07
MIR Gen - Cleaner Box support, start on move-out structure
John Hodge
3
-23
/
+79
2016-09-06
MIR Gen - Rough support for Box
John Hodge
3
-3
/
+49
2016-09-06
HIR Typcheck Expr Check - Fix cast rules
John Hodge
1
-6
/
+11
2016-09-06
HIR Typecheck Static - Support extraction of associated type from ↵
John Hodge
1
-0
/
+19
TraitOBject bound
2016-09-06
HIR Expand UFCS - HACK: Don't desugar derefs of Box
John Hodge
1
-1
/
+12
2016-09-05
HIR Typecheck Expr - Support extracting associated type from trait object
John Hodge
1
-0
/
+32
2016-09-04
HIR Typecheck Expr - Hacky support for Box receivers
John Hodge
1
-2
/
+10
2016-09-04
HIR - Support fuzzy generic match on TraitObject
John Hodge
1
-2
/
+28
2016-09-04
HIR Typecheck Expr - Magic Unsize impl for array->slice
John Hodge
1
-0
/
+17
2016-09-04
HIR Typecheck Expr - Edge case for coercions
John Hodge
1
-2
/
+14
2016-09-04
HIR Typecheck - Fix trait search for methods
John Hodge
2
-15
/
+21
2016-09-04
HIR - Fix bad logic in impl comparison
John Hodge
1
-1
/
+1
2016-09-04
HIR - Fix sorting of SimplePath
John Hodge
1
-2
/
+2
2016-09-04
HIR - Restructure _Unsize handling to operate on pointers
John Hodge
7
-101
/
+229
2016-09-04
HIR Typecheck Expr - Planning for the CoerceUnsized trait
John Hodge
2
-2
/
+61
2016-09-03
HIR Typecheck Expr - Casts of function pointers are valid to any pointer to unit
John Hodge
1
-1
/
+1
2016-09-03
Resolve - Split enum paths pointing into extern crates
John Hodge
1
-0
/
+1
2016-09-03
HIR Bind - HACK: Run over extern crates too
John Hodge
1
-0
/
+5
2016-09-03
HIR Typecheck - Search for type impls in other crates too
John Hodge
2
-22
/
+25
2016-09-03
Resolve - More populated bindings
John Hodge
2
-18
/
+65
2016-09-03
HIR From AST - Add an error message when invalid value found, earlier error ↵
John Hodge
1
-3
/
+7
for bad binding
2016-09-03
Notes - Update todo list with "completed" item
John Hodge
1
-1
/
+0
2016-09-03
HIR Typecheck Expr - Improve bug message
John Hodge
1
-1
/
+1
2016-09-03
HIR Typecheck Outer - Support exter crates
John Hodge
1
-4
/
+8
2016-09-03
HIR Const Eval - Minimal working MIR consteval
John Hodge
1
-8
/
+22
2016-09-03
HIR Const Eval - More structure to MIR execution support
John Hodge
1
-3
/
+20
2016-09-03
HIR - Convert Literal::BorrowOf to use a full path
John Hodge
4
-4
/
+4
2016-09-03
HIR Const Eval - Rough structure for MIR eval
John Hodge
1
-1
/
+173
2016-09-02
HIR Const Eval - Restructure to allow MIR execution
John Hodge
1
-47
/
+66
2016-09-01
HIR Const Eval - Support fn pointers
John Hodge
1
-17
/
+20
2016-09-01
HIR Const Eval - Restructure item lookup to make handling fn pointers easier
John Hodge
1
-61
/
+78
2016-09-01
HIR Serialise - Save const literal
John Hodge
2
-3
/
+2
2016-09-01
HIR Const Eval - Extern crate support
John Hodge
1
-3
/
+8
2016-09-01
HIR - Look for impls in extern crates
John Hodge
2
-7
/
+18
2016-09-01
Resolve Abs - Abs import paths
John Hodge
1
-0
/
+18
2016-09-01
HIR Conv - Fix case where crate name was ignored
John Hodge
1
-1
/
+8
2016-09-01
HIR FromAST - Fix is_marker flag on traits
John Hodge
2
-3
/
+10
2016-09-01
Resolve - Misc fixes
John Hodge
4
-11
/
+15
[prev]
[next]