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-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
2017-11-22
run_rustc - Update makefile to be able to build 1.19.0 libstd
John Hodge
1
-4
/
+14
2017-11-22
Target - Fix struct size calculations (align overall size)
John Hodge
1
-0
/
+10
2017-11-21
MIR Gen - Fix use-after-move when partially moved in one arm and optionally ↵
John Hodge
2
-1
/
+17
moved in another
2017-11-21
MIR Helpers - Print file/line in assert
John Hodge
1
-1
/
+1
2017-11-21
MIR Validate Full - Alter handling of Box
John Hodge
1
-1
/
+11
2017-11-19
main - Clear lang items in proc macro crates (prevent them from being ↵
John Hodge
1
-0
/
+1
serialised)
2017-11-19
minicargo - Fix handling of binaries
John Hodge
3
-1
/
+28
2017-11-19
libproc_macro - Rough handling of char literals, handle lifetime names with ↵
John Hodge
1
-3
/
+19
leading underscores
2017-11-19
Proc Macro - Send attributes if in the list
John Hodge
1
-0
/
+38
2017-11-19
All - Include proc_macro attribute list in metadata
John Hodge
8
-27
/
+92
2017-11-19
Typecheck Expressions - Incremental change to auto trait handling
John Hodge
1
-0
/
+7
2017-11-19
Typecheck Expressions - Prevent inferrence race with operator overrides
John Hodge
1
-1
/
+5
2017-11-19
run_rustc - Update makefile slightly (correct source location, add $(DBG))
John Hodge
1
-4
/
+4
2017-11-19
testrunner - Correct handle of compiler args, some known failures
John Hodge
2
-2
/
+25
2017-11-19
testrunner - Handle requested compiler args
John Hodge
2
-28
/
+44
2017-11-19
Makefile - New target to use testrunner (with the start of a skip list)
John Hodge
2
-0
/
+10
2017-11-19
testrunner - Fiddling along, can run a few tests
John Hodge
1
-19
/
+6
2017-11-19
TestRunner - Build on linux, add some useful features
John Hodge
2
-17
/
+249
2017-11-18
HIR Typecheck - More and more special rules
John Hodge
1
-2
/
+22
2017-11-18
Updated gitignore and some useful scripts
John Hodge
3
-0
/
+143
2017-11-18
minicargo - (minor) print location of build log when build fails
John Hodge
1
-0
/
+1
2017-11-18
Typecheck Expressions - Tweak for edge case in cargo
John Hodge
1
-23
/
+24
2017-11-18
libproc_macro - Hacky debugging prints
John Hodge
2
-7
/
+28
2017-11-18
Typecheck Expressions - Treat unbounded ivars as fuzzy in ftic_check_params
John Hodge
1
-1
/
+7
2017-11-18
Const Eval - Use either the result or expected type in _Borrow
John Hodge
1
-3
/
+12
2017-11-18
minicargo - Allow skipping of compiler as a dependency
John Hodge
1
-2
/
+2
2017-11-18
minicargo - Set CARGO_PACKAGE_VER_*
John Hodge
1
-0
/
+6
2017-11-18
AST - Don't load crates from anon modules during LoadCrates (defer to expand)
John Hodge
1
-3
/
+4
2017-11-18
macro_rules - Support parsing if-elseif chains
John Hodge
1
-6
/
+24
[next]