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-11-05
Makefile - More rustc deps
John Hodge
1
-1
/
+2
2016-11-05
HIR Typecheck Expr - Fuzzy impls in Unsize
John Hodge
1
-3
/
+9
2016-11-05
Parse patterns - Handle :expr fragments
John Hodge
1
-0
/
+23
2016-11-05
MIR Gen - Fix invalidated LValue in box move hack
John Hodge
2
-2
/
+2
2016-11-05
MIR Gen Match - Refactor simple match to operate straight off the ruleset
John Hodge
1
-369
/
+268
2016-11-05
MIR Gen Match - struct tuples in Simple
John Hodge
1
-1
/
+17
2016-11-05
MIR Gen - Empty match statements
John Hodge
2
-6
/
+24
2016-11-05
HIR Serialise - Better errors
John Hodge
1
-4
/
+4
2016-11-05
Makefile - Fix dependency for librustc_error
John Hodge
1
-1
/
+1
2016-11-05
HIR Expand Reborrow - Reborrow in struct literals
John Hodge
1
-0
/
+13
2016-11-05
MIR Gen - Move Box out of non-variable slots into a temp for inner move
John Hodge
1
-1
/
+5
2016-11-05
MIR Gen Match - Rough handling for matching on !
John Hodge
1
-11
/
+27
2016-11-05
MIR Gen Match - StructTuple pattern
John Hodge
1
-4
/
+13
2016-11-05
MIR Gen - Drop InnerMoved early for cleaner logic
John Hodge
4
-10
/
+41
2016-11-04
MIR Gen - (minor) Split a large TU_MATCH to improve compiler debug
John Hodge
1
-3
/
+11
2016-11-04
MIR Gen Match - Fix inifnite recursion in enum handling
John Hodge
1
-1
/
+6
2016-11-04
HIR Typecheck - Bind paths in StructLiteral
John Hodge
2
-1
/
+12
2016-11-04
HIR Annotate - Only borrow struct cosntructor base values when no fields are ↵
John Hodge
5
-3
/
+47
moved
2016-11-04
HIR Expand - Struct constructor base values don't always move
John Hodge
2
-3
/
+12
2016-11-03
Expand derive - Fix Decodable/Encodable implementations
John Hodge
1
-4
/
+4
2016-11-03
HIR Typecheck Expr - EVIL HACK: Allow deref of Box and then borrow when ↵
John Hodge
2
-7
/
+48
searching for methods
2016-11-03
Notes/Hygiene - Fix spelling and match implementation
John Hodge
1
-11
/
+11
2016-11-03
HIR Typecheck Expr - Slightly better handling of Box receivers
John Hodge
2
-12
/
+44
2016-11-03
Parse Expr - Slight tweak to handling of ;
John Hodge
1
-1
/
+8
2016-11-03
Parse/TTStream - Fix minor bug with empty tts
John Hodge
1
-1
/
+3
2016-11-03
Makefile - Print last line of failed test's output
John Hodge
1
-1
/
+1
2016-11-03
Expand - Type macros, note about bug with local mods and macro_rules!
John Hodge
1
-1
/
+10
2016-11-03
Expand env! - option_env! yeild None::<&'static str> instead of just None
John Hodge
1
-1
/
+10
2016-11-02
Hygiene - Possibly working
John Hodge
5
-13
/
+34
2016-11-02
Hygiene fixes (disabled still)
John Hodge
13
-43
/
+74
2016-11-02
Parse - Refactor TTStream and TokenTree into their own files
John Hodge
26
-382
/
+468
2016-11-02
Parse - Rework hygiene (with spelling fix) for take 2
John Hodge
20
-211
/
+196
2016-11-02
Notes - Macro hygine planning
John Hodge
1
-0
/
+81
2016-11-02
All - Hack in start of macro hygine - requires rework so is disabled
John Hodge
24
-219
/
+489
2016-11-01
HIR Typecheck Expr - EAT with function impls
John Hodge
2
-1
/
+23
2016-10-31
HIR Typecheck Expr - Allow `fn` -> `*const u8` casts
John Hodge
1
-2
/
+3
2016-10-31
HIR - Print for ::HIR::Compare
John Hodge
1
-0
/
+9
2016-10-31
HIR Typecheck Expr - Equate type params in check_associated
John Hodge
1
-0
/
+8
2016-10-31
HIR Typecheck - Search `Self: Trait` bounds when looking for supertraits
John Hodge
1
-12
/
+47
2016-10-31
HIR Typecheck Expr - Swap+Remove instead of erase
John Hodge
1
-0
/
+20
2016-10-31
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
4
-8
/
+41
2016-10-31
AST - Delete some dead code, remove some warnings on GCC6
John Hodge
7
-48
/
+18
2016-10-31
AST+HIR - Union support through to HIR
John Hodge
4
-8
/
+41
2016-10-31
All - Rough support for `union` (data structure present in all stages)
John Hodge
16
-11
/
+207
2016-10-30
Makefile - Add test dep for -j builds
John Hodge
1
-0
/
+1
2016-10-30
MIR Gen - Handle single-variant enums
John Hodge
1
-10
/
+21
2016-10-30
Expand - Prevent running expand twice on anon module items
John Hodge
1
-6
/
+9
2016-10-30
AST - Inheret module path info in anon mods
John Hodge
1
-0
/
+1
2016-10-30
Resolve use - Handle variant imports
John Hodge
1
-1
/
+13
2016-10-30
Makefile - Touch test dep output after creation (so make doesn't complain)
John Hodge
1
-1
/
+1
[prev]
[next]