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-12-24
Travis CI - Remove valgrind call, try to debug another failure
John Hodge
1
-1
/
+1
2017-12-24
README - Slight restructure and progress update
John Hodge
1
-16
/
+17
2017-12-23
Notes - More ideas for optimisations
John Hodge
1
-0
/
+16
2017-12-20
minicargo - Attempt to fix crash on travis (use after free)
John Hodge
1
-1
/
+1
2017-12-20
Travis - Testing crash
John Hodge
1
-0
/
+1
2017-12-20
MIR Optimise - Redo DeTemporary pass, works for build rustc/cargo, rustc tested
John Hodge
2
-146
/
+199
2017-12-16
proc_macro - Avoid warnings due to unused return values
John Hodge
1
-4
/
+12
2017-12-16
TestRustcBootstrap - Enable vendoring (avoids libgit2 problems on ubuntu)
John Hodge
1
-0
/
+2
2017-12-09
Notes - Add rough notes on potential/current MIR optimisations
John Hodge
1
-0
/
+117
2017-12-09
TestRustcBootstrap - Remove verbose tar, remove custom cargo for official build
John Hodge
1
-5
/
+3
2017-12-09
HIR+Trans - Handling of various enum reprs
John Hodge
4
-29
/
+48
2017-12-09
minicargo - Cleaner debug
John Hodge
4
-26
/
+78
2017-12-09
MIR Optimise - Fiddling around
John Hodge
1
-6
/
+23
2017-12-03
MIR Optimise - Tweaks to DeTemporary pass
John Hodge
1
-3
/
+15
2017-12-03
Trans - Get sizes of !Sized pointers
John Hodge
1
-2
/
+6
2017-12-02
Codegen C - Fiddling with SwitchValue handling
John Hodge
1
-53
/
+91
2017-12-02
TestRustcBootstrap - Build 1.20 instaed of 1.19 (matches real stage0)
John Hodge
1
-23
/
+14
2017-12-02
Travis CI - Build cargo on travis
John Hodge
1
-0
/
+2
2017-12-02
MIR Optimise - Fix infinite replacement
John Hodge
1
-0
/
+11
2017-12-02
TestRustcBootstrap - Appears to work (makes same filenames anyway)
John Hodge
1
-0
/
+13
2017-11-30
Codegen C - Structured SwitchValue partial support, unify Switch handling
John Hodge
3
-34
/
+66
2017-11-27
Makefiles - tweaking
John Hodge
2
-4
/
+4
2017-11-27
Scripts - Warking on TestRustcBootstrap
John Hodge
1
-2
/
+25
2017-11-26
minicargo.mk - Build release LLVM
John Hodge
1
-0
/
+1
2017-11-26
HIR/MIR - Error checking for assigning into ! (as opposed to from !)
John Hodge
6
-29
/
+86
2017-11-26
HIR From AST - Fix logic that auto-applies ! to loops
John Hodge
1
-8
/
+4
2017-11-26
Draft script to perform a bootstrap of rustc
John Hodge
1
-0
/
+30
2017-11-26
macro_rules - Fix parsing of loop labels
John Hodge
2
-3
/
+10
2017-11-26
Resolve Absolute - Fix edge case where there's no scopes during var lookup
John Hodge
1
-1
/
+1
2017-11-26
Typecheck Expressions - Handle type being known when possibility added
John Hodge
1
-1
/
+6
2017-11-26
HIR Const Eval - Fix crash with use-after-free in TU
John Hodge
1
-7
/
+8
2017-11-26
Tests - Update known-fails list, partway through
John Hodge
1
-0
/
+111
2017-11-25
testrunner - Ignore any empty compiler flags
John Hodge
1
-2
/
+5
2017-11-25
disabled tests - More added to the list as triage progresses
John Hodge
1
-3
/
+23
2017-11-25
testrunner - Sort tests before running
John Hodge
1
-10
/
+13
2017-11-25
lvimrc - Bump comment width
John Hodge
1
-0
/
+1
2017-11-25
run_rustc - Store libraries in a place rustc will find them
John Hodge
1
-5
/
+7
2017-11-25
README - Update for recent progress
John Hodge
1
-2
/
+4
2017-11-25
HIR Expand - Allow tuple patterns to have .. if all entries are covered
John Hodge
1
-1
/
+1
2017-11-25
MIR Gen - Comment about cast bug
John Hodge
1
-0
/
+2
2017-11-25
Tests - Update known-fails list
John Hodge
1
-2
/
+27
2017-11-25
Codegen C - Better error messages for bad Switch
John Hodge
1
-2
/
+2
2017-11-25
MIR Optimise - Tweaking to DeTemporary
John Hodge
1
-8
/
+22
2017-11-25
MIR Optimise - Add a new pass aimed at removing useless temporaries
John Hodge
1
-18
/
+151
2017-11-25
MIR Cleanup - Delete any statements including/after use of !
John Hodge
1
-1
/
+15
2017-11-24
Travis - Remove valgrind call
John Hodge
1
-2
/
+1
2017-11-24
AST - (minor) Syntax fix
John Hodge
1
-1
/
+1
2017-11-24
Codegen C - Generate call_mut for both Fn and FnMut
John Hodge
1
-7
/
+12
2017-11-23
Small patch
Аристарх Фещуков
1
-1
/
+1
Fix small error
2017-11-22
MIR Const Eval - Fix duplicate item names
John Hodge
1
-6
/
+8
[next]