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-11-07
MIR Gen Match - Refactor range insertion
John Hodge
1
-40
/
+52
2016-11-06
MIR Gen Match - Handle cases where different-typed nodes are merged
John Hodge
1
-14
/
+28
2016-11-06
HIR Typecheck Static - Deeper search for Copy bounds
John Hodge
3
-11
/
+12
2016-11-06
HIR Consteval - Fix edge case where array inner wasn't expanded correctly
John Hodge
1
-4
/
+2
2016-11-06
HIR Typecheck Static - Expand associated after getting type from impl
John Hodge
1
-0
/
+1
2016-11-06
HIR Typecheck Static - UfcsKnown bound lookup
John Hodge
2
-2
/
+56
2016-11-06
HIR Typecheck Static - Search bounds in find_named_trait_in_trait
John Hodge
1
-11
/
+41
2016-11-06
HIR Typecheck Expr - Don't call callback if params failed to match
John Hodge
1
-15
/
+15
2016-11-06
HIR Typecheck Expr - Recursive bounds for Copy
John Hodge
2
-5
/
+30
2016-11-06
HIR Typecheck Expr - Fix leaking of a placeholder param
John Hodge
4
-6
/
+21
2016-11-06
HIR Typecheck Expr - Deep search for traits on associated types
John Hodge
1
-9
/
+21
2016-11-05
HIR Resolve UFCS - Tweak handling of Self in trait impls
John Hodge
1
-36
/
+42
2016-11-05
Expand - add #[test] handler that removes all tests
John Hodge
1
-0
/
+27
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
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
1
-3
/
+7
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
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
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
25
-380
/
+466
2016-11-02
Parse - Rework hygiene (with spelling fix) for take 2
John Hodge
20
-211
/
+196
2016-11-02
All - Hack in start of macro hygine - requires rework so is disabled
John Hodge
23
-218
/
+488
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
6
-48
/
+17
[prev]
[next]