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-22
MIR Gen - Don't emit no-op unsizing casts
John Hodge
1
-1
/
+6
2016-10-22
HIR Types - Treat unbound path types as fuzzy matches in ↵
John Hodge
2
-2
/
+10
compare_with_placeholders
2016-10-22
HIR Typecheck Expr - Add ivar possibilities from CoerceUnsized
John Hodge
1
-1
/
+19
2016-10-22
HIR Typecheck Expr - Handle TraitObject coerce with no data trait
John Hodge
1
-2
/
+8
2016-10-22
HIR Resolve UFCS - Populate trait params
John Hodge
1
-1
/
+16
2016-10-22
HIR - Allow (partial) TraitObject with no data trait, better logging of ItemPath
John Hodge
6
-79
/
+26
2016-10-22
Expand - #[prelude_import] support
John Hodge
2
-4
/
+23
2016-10-22
Parse/Pattern - Handle interpolated patterns after bindings
John Hodge
1
-0
/
+5
2016-10-22
Parse - Fix deficiency in parsing lifetime bounds
John Hodge
1
-3
/
+6
2016-10-22
MIR Gen Match - DTN signed integr ranges
John Hodge
1
-2
/
+14
2016-10-22
MIR Gen Match - Match literal against enum
John Hodge
1
-17
/
+42
2016-10-22
HIR Conv - Bind UFCS paths in patterns
John Hodge
2
-12
/
+64
2016-10-22
Travis - Attempt to expand rustc tests
John Hodge
1
-0
/
+2
2016-10-21
HIR Bind - Add TODO for binding associated constants in pattern values
John Hodge
1
-4
/
+12
2016-10-21
MIR Gen Match - Simplify handling of constants
John Hodge
1
-0
/
+226
2016-10-21
HIR Resolve UFCS - Visit patterns
John Hodge
1
-0
/
+11
2016-10-21
HIR Const Eval - Support associated constants, fix bug where default EntPtr ↵
John Hodge
1
-10
/
+20
wasn't NotFound
2016-10-21
HIR - Associated constant typecheck and MIR support
John Hodge
4
-55
/
+103
2016-10-21
Expand - Warn (don't error) when an attribute is seen in the wrong place
John Hodge
1
-1
/
+1
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
[prev]
[next]