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-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
2016-10-30
AST - Remove copy construction of TypeRef
John Hodge
16
-144
/
+135
2016-10-30
AST Expr - Fix clone of null pointer
John Hodge
1
-1
/
+1
2016-10-30
Expand - Support macros in patterns
John Hodge
1
-19
/
+41
2016-10-30
Expand concat! - Fix a few edge cases
John Hodge
1
-1
/
+24
2016-10-30
MIR Gen - Allow field accesses on rvalues
John Hodge
1
-3
/
+1
2016-10-30
HIR Typecheck - Rough support for box patterns
John Hodge
3
-8
/
+32
2016-10-30
Resolve Abs - MaybeBind->Bind in irrefutable context
John Hodge
1
-1
/
+4
2016-10-30
HIR+Resolve - Refactor handling of enum variant imports
John Hodge
7
-53
/
+66
2016-10-30
HIR Typecheck Expr - Perfom coercions in casts
John Hodge
1
-1
/
+4
2016-10-30
Makefile - More correct dependencies for -j builds
John Hodge
1
-0
/
+6
2016-10-30
macro_rules! - Allow _ to match :pat
John Hodge
1
-0
/
+1
2016-10-30
Resolve Absolute - Fix segfault due to OOB indexing
John Hodge
1
-1
/
+1
2016-10-30
Makefile - Support extra args on tests
John Hodge
1
-1
/
+4
2016-10-30
Parse - Handle :block captures
John Hodge
1
-0
/
+4
2016-10-30
HIR Typecheck - Shadow result of a deref
John Hodge
1
-0
/
+1
[prev]
[next]