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-09-21
Notes - Some outstanding issues
John Hodge
2
-0
/
+42
2017-09-20
minicargo.mk - Add target for cargo
John Hodge
1
-1
/
+3
2017-09-20
Makefile - Updated test list (slightly)
John Hodge
1
-6
/
+5
2017-09-20
Script Overrides - Add *san overrides (empty, needed for libstd)
John Hodge
4
-0
/
+0
2017-09-20
(minor) Debug printing changes
John Hodge
2
-0
/
+2
2017-09-20
HIR Typecheck - Revert change to method lookup order, plan for fallbacks
John Hodge
2
-45
/
+64
2017-09-16
HIR Typecheck - Look up trait methods before inherent methods
John Hodge
1
-44
/
+44
2017-09-14
Expand - Fix use-after-free if an item is deleted
John Hodge
1
-1
/
+6
2017-09-14
Expand - Limited derive on unions (minimally tested, fixes #22)
John Hodge
2
-26
/
+89
2017-09-12
HIR Resolve - Replace default types, with correct Self replacement
John Hodge
3
-7
/
+39
2017-09-12
Parse - Handle HRB in trait bounds
John Hodge
1
-0
/
+5
2017-09-10
Update readme and travis for progress
John Hodge
2
-1
/
+12
2017-09-10
Typecheck Expressions - Extract bounds from function values
John Hodge
1
-1
/
+12
2017-09-10
Const Eval - Evalulate from MIR where possible (avoids BorrowData)
John Hodge
2
-8
/
+16
2017-09-10
minicargo - Fixes to StringList
John Hodge
1
-5
/
+32
2017-09-10
macro_rules - Fix some holes in consume_*
John Hodge
1
-1
/
+8
2017-09-10
Consteval - Remove BorrowOf in favor of BorrowPath/BorrowData
John Hodge
10
-50
/
+98
2017-09-10
Consteval - Litle tweaks
John Hodge
3
-5
/
+23
2017-09-10
Codegen C - Slightly more efficient static string output
John Hodge
1
-5
/
+11
2017-09-10
MIR Optimise - HACK: Don't optimise constants/statics
John Hodge
1
-0
/
+6
2017-09-10
Parse - Store attributes for trait items
John Hodge
6
-12
/
+20
2017-09-09
minicargo - Features required for cargo
John Hodge
3
-17
/
+170
2017-09-09
Resolve - Handle glob improt of root
John Hodge
1
-1
/
+6
2017-09-09
Notes - New todo list (little and big changes)
John Hodge
1
-4
/
+15
2017-09-09
minicargo - Enable optimisation
John Hodge
1
-1
/
+8
2017-09-09
Codegen C - Omit useless labels and gotos (untested)
John Hodge
1
-2
/
+82
2017-09-09
main - Wrap loggable section in a label
John Hodge
1
-13
/
+17
2017-09-09
cfg - Fix handling of `--cfg foo="bar"`
John Hodge
2
-5
/
+19
2017-09-09
minicargo.mk - A bunch of environment variables needed for rustc to run
John Hodge
1
-1
/
+11
2017-09-09
Codegen C - Cleaner handling of link dirs, fix try intrinsic
John Hodge
2
-10
/
+26
2017-09-08
HIR - Store link paths
John Hodge
5
-1
/
+16
2017-09-08
minicargo - Build binaries
John Hodge
3
-3
/
+42
2017-09-08
main - Handle `--crate-type bin`
John Hodge
1
-0
/
+3
2017-09-08
MIR Gen - Fix box drop flags
John Hodge
3
-23
/
+14
2017-09-08
HIR Typecheck - Add an unconditional coercion point to fix a librustdoc fail
John Hodge
1
-2
/
+7
2017-09-08
Typecheck - Various tweaks from librustdoc
John Hodge
9
-47
/
+107
2017-09-07
minicargo - return non-zero when build fails
John Hodge
3
-5
/
+13
2017-09-07
HIR Typecheck - Pick the most specific type when fuzzy matching
John Hodge
1
-1
/
+9
2017-09-06
expand include - include_bytes/include_str
John Hodge
1
-0
/
+60
2017-09-06
minicargo.mk - Build llvm
John Hodge
1
-2
/
+20
2017-09-06
minicargo - Handle recursive features
John Hodge
1
-7
/
+19
2017-09-06
HIR Expand - Reborrow in `box`
John Hodge
2
-0
/
+6
2017-09-05
Derive RustcDecodable - Fix unit struct decode
John Hodge
1
-1
/
+1
2017-09-05
MIR Gen Match - Handle split slice trailing
John Hodge
1
-12
/
+9
2017-09-04
MIR Gen - Partial support for trailing slice patterns
John Hodge
2
-20
/
+70
2017-09-04
Parse - Change handling of trailing expressions
John Hodge
1
-8
/
+6
2017-09-04
All - Placement new (<-) syntax
John Hodge
7
-81
/
+129
2017-09-03
Parse - Fix incorrect pub(in)
John Hodge
1
-2
/
+17
2017-09-03
Root - add makefile that invokes minicargo to build rustc
John Hodge
1
-0
/
+28
2017-09-03
minicargo - Feature flag --cfg
John Hodge
2
-1
/
+6
[next]