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-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
2016-10-22
HIR Types - Treat unbound path types as fuzzy matches in ↵
John Hodge
1
-0
/
+6
compare_with_placeholders
2016-10-22
HIR - Allow (partial) TraitObject with no data trait, better logging of ItemPath
John Hodge
4
-78
/
+24
2016-10-20
HIR Serialise - Replace boost with raw zlib
John Hodge
3
-30
/
+228
2016-10-20
Fix build on gcc 6.2
est31
1
-0
/
+1
2016-10-20
HIR Typecheck Expr - Fix bug in array unsize
John Hodge
1
-0
/
+22
2016-10-19
HIR Deserialise - Clean up buffering code into a nicer abstraction
John Hodge
2
-31
/
+53
2016-10-19
HIR Deserialise - Add a 1KB buffer to the front
John Hodge
2
-4
/
+42
2016-10-18
Debug - Reduce impact of disabled debug.
John Hodge
1
-0
/
+1
2016-10-18
HIR Serialise - Compress (now requires boost, sorry)
John Hodge
4
-446
/
+535
2016-10-15
HIR - Rough support for associated consts
John Hodge
5
-11
/
+40
2016-10-14
HIR From AST - Convert associated consts in trait impls
John Hodge
1
-2
/
+15
2016-10-14
HIR From AST - TODOs for associated consts
John Hodge
1
-1
/
+6
2016-10-13
AST - Handle associated statics
John Hodge
1
-2
/
+2
2016-10-13
HIR - Match function types
John Hodge
1
-1
/
+14
2016-10-12
Make deault ABI a #define
John Hodge
5
-5
/
+15
2016-10-12
HIR From AST - Handle float-annotated integer literals
John Hodge
1
-1
/
+11
2016-10-10
HIR Expand Closures - Avoid bad monomorphisations
John Hodge
1
-0
/
+1
2016-10-09
Expand - #[macro_reexport]
John Hodge
2
-7
/
+23
2016-10-09
macro_rules - #[macro_export] handling, plan for #[macro_reexport]
John Hodge
1
-3
/
+3
2016-10-09
AST - Remove free MacroInvocation lists
John Hodge
1
-1
/
+6
2016-10-09
HIR - Save/load macro source crate
John Hodge
3
-5
/
+9
2016-10-08
HIR+AST - Store/Load/Use extern crate list from loaded crates
John Hodge
2
-0
/
+13
2016-10-08
HIR+MIR - Correct handling of diverging loops
John Hodge
1
-0
/
+1
2016-10-08
HIR Closures - Rework to correctly support borrow types
John Hodge
2
-4
/
+5
2016-10-06
Parse - Save unsafety for function pointer types
John Hodge
2
-5
/
+7
2016-10-05
HIR Dump - Avoid parens in a few cases
John Hodge
1
-6
/
+22
2016-10-03
HIR - Hack: Treat impl placeholder generics as ivars in match_test_generics_fuzz
John Hodge
1
-0
/
+5
2016-10-03
HIR+AST - Handle bytestring patterns
John Hodge
4
-0
/
+12
2016-10-01
HIR - Store and use annotations for CoerceUnsized (and prepare markings for ↵
John Hodge
3
-1
/
+32
other traits)
2016-10-01
HIR Typecheck Expr - Handle posibly-diverging loop blocks correctly
John Hodge
2
-4
/
+2
[prev]
[next]