index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-09-12
HIR - Fix edge case looking up the root module
John Hodge
1
-6
/
+21
2016-09-12
Resolve UFCS - (minor) Debug messages and commenting
John Hodge
1
-5
/
+7
2016-09-12
Resolve Absolute - Fix edge case where index isn't quite perfect
John Hodge
1
-3
/
+12
2016-09-12
HIR From AST - Allow None items in impl blocks
John Hodge
1
-0
/
+4
2016-09-12
Resolve Absolute - Split multi-node UFCS
John Hodge
1
-4
/
+11
2016-09-11
Resolve Absolute - Support path splitting based on HIR traits
John Hodge
2
-9
/
+23
2016-09-11
Resolve - Include binding for struct constructors/values
John Hodge
2
-12
/
+21
2016-09-11
Resolve Absolute - Defensive asserts
John Hodge
1
-0
/
+2
2016-09-11
Resolve Index - Replace imported item paths with the destination
John Hodge
1
-1
/
+6
2016-09-11
Resolve Index - HIR import support
John Hodge
1
-29
/
+36
2016-09-11
Resolve Use - Support HIR::ValueItem::Import
John Hodge
1
-2
/
+9
2016-09-11
Resolve Use - Support direct lookup through HIR
John Hodge
1
-3
/
+7
2016-09-11
Resolve Use - Replace bug with a TODO
John Hodge
1
-1
/
+9
2016-09-11
Resolve/Use - HIR imports and searching wildcard imports
John Hodge
3
-15
/
+29
2016-09-11
main - Oops, committed with debug enabled
John Hodge
1
-1
/
+1
2016-09-11
AST Dump - Fix incorrect error
John Hodge
1
-1
/
+4
2016-09-11
Expand/lang - libcollections impl lang items
John Hodge
1
-2
/
+2
2016-09-11
macro_rules - Rework to handle vec! edge case
John Hodge
7
-257
/
+480
2016-09-09
Expand - Move loading of libstd/libcore into LoadCrates for cleaner debug
John Hodge
2
-3
/
+25
2016-09-09
main - Suppress debug for the LoadCrates phase
John Hodge
1
-0
/
+1
2016-09-09
macro_rules - Fix printing, some better comments and debug
John Hodge
2
-1
/
+14
2016-09-08
MIR Gen Match - Support char ranges in Simple
John Hodge
1
-1
/
+16
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
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
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
[next]