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-23
HIR Typecheck Static - HACK: Assume placeholder generics match any trait
John Hodge
1
-29
/
+41
2016-10-22
macro_rules - Hack to allow :ident and TOK_IDENT to match each other
John Hodge
2
-20
/
+34
2016-10-22
Parse "::Position" - (minor) Prevent iostream state from breaking printing
John Hodge
1
-1
/
+1
2016-10-22
Parse Types - Allow 'self' to start a path
John Hodge
1
-0
/
+2
2016-10-22
HIR - Commit missing header (this is why we have CI)
John Hodge
1
-0
/
+83
2016-10-22
HIR Typecheck Expr - Add trait bound as part of CallValue to correctly link ↵
John Hodge
2
-4
/
+13
argument types to trait impl
2016-10-22
HIR Typecheck Expr - (minor) Comments about possible quirk with ↵
John Hodge
1
-0
/
+6
Unsize/CoerceUsized handling
2016-10-22
HIR Typecheck Expr - If an Unsize bound fails, equate the types
John Hodge
1
-6
/
+16
2016-10-22
HIR Typecheck Expr - Error earlier if an impl can't be found
John Hodge
4
-21
/
+73
2016-10-22
HIR Resolve UFCS - Fix trait path selection
John Hodge
1
-8
/
+27
2016-10-22
HIR Const Eval - Rough MIR binop support
John Hodge
1
-2
/
+51
2016-10-22
HIR Const Eval - (minor) comment about MIR cast op
John Hodge
1
-0
/
+1
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
[next]