index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-11-25
HIR - Shift markings to their own pass, store in crate metadata.
John Hodge
3
-11
/
+57
2016-11-23
Resolve - Place struct enum variants in the type namespace, fix ↵
John Hodge
2
-4
/
+4
serialisation bug
2016-11-23
HIR Expand TypeAlias - Fix small gap
John Hodge
1
-1
/
+3
2016-11-23
HIR - More complete SplitTuple pattern handling
John Hodge
2
-1
/
+3
2016-11-22
Resolve Absolute - Search value scope for tuple struct patterns
John Hodge
1
-2
/
+13
2016-11-22
HIR Serialise - Slightly better debugging
John Hodge
1
-3
/
+3
2016-11-20
HIR Serialise - Save/Load erased type list
John Hodge
2
-0
/
+2
2016-11-20
HIR Expr - Pass span to visit_pattern
John Hodge
2
-17
/
+22
2016-11-20
HIR Serialise - Fix serialisation of ErasedType
John Hodge
2
-3
/
+9
2016-11-20
HIR From AST - Shortcut arrays with integer literal sizes
John Hodge
1
-4
/
+14
2016-11-20
MIR - Union support hacked up
John Hodge
2
-0
/
+24
2016-11-19
HIR - Union handling
John Hodge
6
-9
/
+67
2016-11-19
HIR - Add Union type path binding
John Hodge
2
-3
/
+7
2016-11-19
HIR Serialis - Support ErasedType
John Hodge
1
-1
/
+6
2016-11-18
HIR Expand ErasedType - Replace non-local erased types in return types
John Hodge
1
-1
/
+19
2016-11-18
HIR - Clean up ExprPtr a little and add erased type types
John Hodge
2
-37
/
+64
2016-11-17
HIR - Fix bad handling of split slice patterns
John Hodge
1
-2
/
+2
2016-11-17
HIR Typecheck Expr - Extend Opaque=fuzzy hack
John Hodge
1
-0
/
+4
2016-11-16
HIR - Don't print crate name when searching for inherent impls
John Hodge
1
-1
/
+2
2016-11-13
HIR Typecheck - Slow work on ErasedType
John Hodge
1
-1
/
+3
2016-11-11
HIR - Tweak ErasedType for implementation
John Hodge
4
-3
/
+18
2016-11-09
HIR+Parse - Fix some ErasedTypes bugs before hitting the TODOs
John Hodge
1
-1
/
+3
2016-11-09
HIR Type Compare - Compare size in MTGF
John Hodge
1
-0
/
+3
2016-11-07
HIR Gen - Extract #[macro_export] macros from deep within the tree
John Hodge
1
-22
/
+38
2016-11-06
HIR Typecheck Expr - Fix leaking of a placeholder param
John Hodge
2
-4
/
+6
2016-11-05
HIR Serialise - Better errors
John Hodge
1
-4
/
+4
2016-11-04
HIR Annotate - Only borrow struct cosntructor base values when no fields are ↵
John Hodge
3
-0
/
+12
moved
2016-11-02
All - Hack in start of macro hygine - requires rework so is disabled
John Hodge
1
-29
/
+30
2016-10-31
HIR - Print for ::HIR::Compare
John Hodge
1
-0
/
+9
2016-10-31
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-3
/
+24
2016-10-31
AST - Delete some dead code, remove some warnings on GCC6
John Hodge
1
-2
/
+4
2016-10-31
AST+HIR - Union support through to HIR
John Hodge
1
-3
/
+24
2016-10-31
All - Rough support for `union` (data structure present in all stages)
John Hodge
5
-0
/
+46
2016-10-30
HIR+Resolve - Refactor handling of enum variant imports
John Hodge
4
-13
/
+34
2016-10-30
HIR Typecheck - Auto trait searching fixes
John Hodge
1
-0
/
+10
2016-10-30
HIR Resolve UFCS - Handle `Self` in trait impls
John Hodge
1
-0
/
+3
2016-10-29
HIR Types - Store array size expr as a shared_ptr to allow cloning
John Hodge
7
-24
/
+33
2016-10-28
HIR Typecheck - Fuzzy match more cases with unbound UFCS
John Hodge
1
-33
/
+48
2016-10-28
HIR - Allow TypeAlias paths in _StructLiteral
John Hodge
1
-1
/
+4
2016-10-27
HIR - Support type aliases in struct patterns
John Hodge
1
-0
/
+11
2016-10-26
HIR From AST - Better debugging
John Hodge
1
-2
/
+7
2016-10-26
(minor) Commenting
John Hodge
1
-0
/
+1
2016-10-25
AST - Encode unit variants with a NULL value instead of an empty set
John Hodge
1
-13
/
+15
2016-10-24
AST - Remove separate impls list (now in item list)
John Hodge
1
-4
/
+9
2016-10-23
HIR Lower - Don't panic on HRLs
John Hodge
1
-6
/
+4
2016-10-23
AST+HIR - Add stubbed support for erased types (`impl Trait`)
John Hodge
9
-22
/
+121
2016-10-23
AST - Remove TypeRef from node template
John Hodge
1
-1
/
+8
2016-10-23
Misc - Fix AST+HIR printing to honor the yields_final flag in block
John Hodge
1
-0
/
+6
2016-10-22
HIR - Commit missing header (this is why we have CI)
John Hodge
1
-0
/
+83
2016-10-22
HIR Typecheck Expr - Error earlier if an impl can't be found
John Hodge
1
-1
/
+29
[prev]
[next]