index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-03-06
MIR Optimise - Reduce debug and pedantic validation
John Hodge
1
-2
/
+2
2017-03-06
MIR Optimise - Fix lifetime tracking
John Hodge
1
-35
/
+86
2017-03-05
MIR Optimise - Use new value lifetime information in optimisation, fix ↵
John Hodge
1
-259
/
+147
unbounded runtime.
2017-03-04
MIR Optimise - Working (but unused) temporary value lifetime tracking
John Hodge
1
-0
/
+261
2017-03-04
MIR - Debug printing for Statement (incomplete)
John Hodge
2
-0
/
+27
2017-03-04
HIR Typecheck Static - Look up trait impls for associated constants
John Hodge
1
-1
/
+39
2017-03-04
MIR Optimise - Constant propagation using Param
John Hodge
1
-2
/
+186
2017-03-04
MIR Gen - Use MIR::Param for binops
John Hodge
1
-10
/
+21
2017-03-04
MIR Check Full - State comparison, printing of state
John Hodge
1
-0
/
+76
2017-03-04
MIR Gen - Patch around edge case where an arm can end up with the drop flag ↵
John Hodge
1
-3
/
+5
incorrectly set
2017-03-04
MIR Check Full - Variants
John Hodge
1
-4
/
+28
2017-03-04
MIR Check Full - Handling of shallow drops
John Hodge
1
-15
/
+165
2017-03-04
MIR - Add a (disabled) full value state validator
John Hodge
3
-1
/
+502
2017-03-03
HIR - Fix Div and Mul mixup in HIR lower
John Hodge
2
-3
/
+3
2017-03-03
HIR Typecheck Expr - Better bug message (can be triggered by bad code)
John Hodge
1
-1
/
+1
2017-03-03
format_args! - Support complex formatting types
John Hodge
1
-6
/
+109
2017-03-02
MIR Gen - Reset drop flags to defaults after use
John Hodge
1
-0
/
+12
2017-03-02
MIR Gen - More Param usage
John Hodge
4
-14
/
+28
2017-02-26
Main - Add support for -g option
John Hodge
2
-8
/
+23
2017-02-26
Expand stringify! - Fix trailing space
John Hodge
1
-1
/
+2
2017-02-26
Expand derive - Debug for enums
John Hodge
1
-18
/
+31
2017-02-26
Codegen C - Fix transmute on constants
John Hodge
1
-1
/
+10
2017-02-25
MIR Gen - Remove temporaries in match generation
John Hodge
1
-54
/
+48
2017-02-25
MIR Gen - Use MIR::Param (and associated changes)
John Hodge
11
-37
/
+253
2017-02-23
Makefile - Create output dir for libflate build script before running
John Hodge
1
-0
/
+1
2017-02-23
MIR Gen - Some more Param uses
John Hodge
2
-20
/
+15
2017-02-22
MIR Gen - Replace some temporaries with Param
John Hodge
1
-18
/
+19
2017-02-22
MIR - Restrict Constant::Bytes to returning &[u8; N]
John Hodge
4
-37
/
+20
2017-02-22
MIR - Add types to integer constants
John Hodge
12
-123
/
+151
2017-02-22
MIR - Make MakeDst ptr a Param
John Hodge
12
-15
/
+16
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
16
-568
/
+851
2017-02-21
Merge pull request #18 from est31/master
John Hodge (Mutabah)
2
-4
/
+4
Use $(MAKE) to utilize Make jobserver
2017-02-20
Use $(MAKE) to utilize Make jobserver
est31
1
-4
/
+3
This allows for parallel build of LLVM Fixes #17
2017-02-20
Add crates.io subdir to gitignore
est31
1
-0
/
+1
2017-02-19
Notes/TODO - Add change to MIR
John Hodge
1
-0
/
+4
2017-02-19
README - Progress update
John Hodge
1
-2
/
+3
2017-02-19
Trans - Conditionally emit struct/tuple constructor wrappers
John Hodge
4
-57
/
+119
2017-02-19
Makefile - Exclude a test that blocks infinitely
John Hodge
1
-0
/
+2
2017-02-18
Makefile - Tweak to rustc options to set the default target
John Hodge
1
-0
/
+5
2017-02-18
Makefile - Compilation tweaks for llvm
John Hodge
1
-9
/
+27
2017-02-13
main - Support `-l` argument
John Hodge
1
-1
/
+22
2017-02-12
Travis CI - Download rustc src
John Hodge
2
-3
/
+6
2017-02-12
Travis CI - Download source in install phase
John Hodge
1
-1
/
+2
2017-02-12
Makefile - Build libbacktrace from rust source
John Hodge
1
-2
/
+13
2017-02-12
Makefile - Allow redirected in curl for gcc
John Hodge
1
-2
/
+2
2017-02-12
MIR Gen - Alter handling of scopes to support diverging expressions
John Hodge
3
-25
/
+24
2017-02-11
Makefile - Touch result of untar
John Hodge
1
-1
/
+2
2017-02-11
Makefile - libflate build script
John Hodge
1
-4
/
+14
2017-02-11
Makefile - Generate link options from rustc_llvm build script
John Hodge
1
-9
/
+16
2017-02-11
Trans - Allow passing library directories from command line
John Hodge
5
-10
/
+61
[next]