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-10-20
Makefile - Allow overriding the last stage for rust_tests
John Hodge
1
-0
/
+2
2016-10-20
HIR Serialise - Replace boost with raw zlib
John Hodge
3
-30
/
+228
2016-10-20
Merge pull request #8 from est31/master
John Hodge (Mutabah)
2
-0
/
+2
Fix build on gcc 6.2
2016-10-20
Fix build on gcc 6.2
est31
2
-0
/
+2
2016-10-20
MIR Gen - Associated constants
John Hodge
1
-1
/
+1
2016-10-20
HIR Typecheck - Associated constant result type
John Hodge
2
-2
/
+8
2016-10-20
HIR Typecheck Expr - Fix bug in array unsize
John Hodge
2
-1
/
+25
2016-10-19
Makefile - Compile rustc tests through to after MIR validation
John Hodge
1
-0
/
+2
2016-10-19
HIR Const Eval - Allow indexing
John Hodge
1
-3
/
+18
2016-10-19
main - Cache debug enabled result
John Hodge
1
-2
/
+8
2016-10-19
HIR Deserialise - Clean up buffering code into a nicer abstraction
John Hodge
2
-31
/
+53
2016-10-19
Debug - if(false) NullSink usage (gets compiled, but never runs)
John Hodge
1
-3
/
+3
2016-10-19
HIR Deserialise - Add a 1KB buffer to the front
John Hodge
2
-4
/
+42
2016-10-18
main - Determine output file from crate name if not provided
John Hodge
1
-23
/
+75
2016-10-18
Debug - Reduce impact of disabled debug.
John Hodge
3
-16
/
+23
2016-10-18
HIR Serialise - Compress (now requires boost, sorry)
John Hodge
4
-446
/
+535
2016-10-18
Expand/cfg - Support #[cfg] on crates by nuking all items
John Hodge
1
-0
/
+10
2016-10-18
Resolve/Use - Allow glob import of a crate root
John Hodge
1
-1
/
+3
2016-10-18
AST - Search output/ and output/test_deps for extern crates
John Hodge
1
-1
/
+11
2016-10-18
AST - Load referenced crates in anon modules
John Hodge
2
-0
/
+5
2016-10-16
Resolve - Handle glob imports from external enums
John Hodge
2
-14
/
+38
2016-10-16
Parse Patterns - Allow < and << to start a path in a pattern
John Hodge
1
-0
/
+2
2016-10-15
macro_rules! - Allow match to start an expr
John Hodge
1
-0
/
+1
2016-10-15
HIR - Rough support for associated consts
John Hodge
7
-16
/
+47
2016-10-14
HIR From AST - Convert associated consts in trait impls
John Hodge
1
-2
/
+15
2016-10-14
macro_rules! - Allow reserved words to match :ident
John Hodge
2
-2
/
+15
2016-10-14
HIR From AST - TODOs for associated consts
John Hodge
1
-1
/
+6
2016-10-14
Resolve Abolute - Allow type aliases in paths
John Hodge
1
-0
/
+4
2016-10-13
AST - Handle associated statics
John Hodge
2
-4
/
+6
2016-10-13
AST Dump - Support associated statics+consts
John Hodge
1
-0
/
+12
2016-10-13
Makefile+main - Fixes to allow partial compilaing of run-pass tests
John Hodge
1
-1
/
+21
2016-10-13
MIR Gen Match - Keep deref for all borrows
John Hodge
1
-6
/
+8
2016-10-13
HIR Typecheck Expr - Shadow into borrows of tuples
John Hodge
1
-0
/
+9
2016-10-13
HIR - Match function types
John Hodge
1
-1
/
+14
2016-10-12
Make deault ABI a #define
John Hodge
11
-26
/
+38
2016-10-12
HIR Expand Closures - Use a different name for closures from impl blocks
John Hodge
1
-1
/
+1
2016-10-12
HIR From AST - Handle float-annotated integer literals
John Hodge
1
-1
/
+11
2016-10-12
Expand - Clear deleted anon modules inside anon modules
John Hodge
3
-10
/
+11
2016-10-12
Expand format_args! - (minor) Commenting
John Hodge
1
-1
/
+2
2016-10-12
Resolve Use - Bind to wildcard-imported enum variants
John Hodge
1
-1
/
+15
2016-10-11
Expand format_args! - Fragments in static, fix is_simple check
John Hodge
1
-22
/
+67
2016-10-11
Expand format_args! - Wrap in a match
John Hodge
1
-9
/
+14
2016-10-11
AST Dump - Include binding types
John Hodge
1
-0
/
+11
2016-10-11
Expand format_args - Parse named argument references
John Hodge
1
-6
/
+68
2016-10-10
Expand - #[lang] eh_personality and handle None items
John Hodge
1
-1
/
+6
2016-10-10
MIR Gen Match - Rework _ propagation in DT code (I hope it's still correct)
John Hodge
1
-118
/
+184
2016-10-10
HIR Bind - Bind defaulted path params
John Hodge
2
-3
/
+9
2016-10-10
HIR Typecheck Expr - Move destructure auto trait checking to its own function
John Hodge
2
-142
/
+155
2016-10-10
HIR Typecheck Expr - Allow casts to become coerces
John Hodge
1
-7
/
+21
2016-10-10
HIR Expand Closures - Fix lack of replacement in bindings
John Hodge
1
-1
/
+1
[next]