index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
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
Makefile - Add dependency for libstd (libcompiler_builtins)
John Hodge
1
-1
/
+1
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
Makefile - Rule to start compiling rustc itself
John Hodge
1
-0
/
+13
2016-10-22
Parse - Fix deficiency in parsing lifetime bounds
John Hodge
1
-3
/
+6
2016-10-22
Notes/Quirks - UFCS paths
John Hodge
1
-0
/
+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-ci - Just use GCC6 to reduce load
John Hodge
1
-28
/
+16
2016-10-22
Travis - Attempt to expand rustc tests
John Hodge
2
-2
/
+11
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-21
Makefile - Switch to curl instead of wget
John Hodge
2
-6
/
+3
2016-10-21
travis-ci - Upgrade libssl
John Hodge
1
-0
/
+4
2016-10-20
Makefile - Suppress message when deleting non-exisant tarball
John Hodge
1
-1
/
+1
2016-10-20
travis-ci - meh, don't bother early-downloading
John Hodge
1
-3
/
+0
2016-10-20
travis-ci - Fix bad rule
John Hodge
1
-2
/
+2
2016-10-20
Makefile - Allow overriding the last stage for rust_tests
John Hodge
3
-7
/
+11
2016-10-20
HIR Serialise - Replace boost with raw zlib
John Hodge
4
-33
/
+230
2016-10-20
travis-ci - boost, take 3
John Hodge
1
-5
/
+4
2016-10-20
travis-ci - Boost, take 2
John Hodge
1
-1
/
+6
2016-10-20
travis-ci - Boost libs
John Hodge
1
-1
/
+1
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
travis-ci - Attempt to install a good compiler
John Hodge
1
-3
/
+24
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
2
-1
/
+3
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
Makefile+gitignore - Comments and tiny warning fix
John Hodge
2
-1
/
+6
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
[next]