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-08-20
MIR Gen - Add logging
John Hodge
3
-0
/
+50
2016-08-20
Debug - Reduce amount of debug spam
John Hodge
2
-2
/
+14
2016-08-20
Travis Config - Disable libcore test, but keep rust tests
John Hodge
1
-1
/
+1
2016-08-20
MIR Dump - Rough dump pass, exposes junk data somewhere
John Hodge
5
-2
/
+393
2016-08-20
HIR Dump - Initial support, verbose but complete
John Hodge
6
-9
/
+655
2016-08-20
MIR Gen Match - Handle char patterns in simple
John Hodge
1
-2
/
+24
2016-08-20
HIR - Support &[...] in constant evaluation (hacky)
John Hodge
3
-9
/
+68
2016-08-19
Main - Load the debug map
John Hodge
1
-0
/
+1
2016-08-19
HIR Typecheck - Fix case where an ivar would refer to itself
John Hodge
2
-24
/
+31
2016-08-19
Common - Useful helper for some of the typecheck changes
John Hodge
1
-1
/
+24
2016-08-19
HIR Typecheck - Fix bug in recursion checking
John Hodge
1
-1
/
+2
2016-08-19
AST - Support ! as a real type
John Hodge
8
-27
/
+50
2016-08-19
HIR Typecheck - Defensive code against recursive inferrence
John Hodge
3
-29
/
+166
2016-08-19
TODO - Update list with recent progress
John Hodge
1
-2
/
+3
2016-08-19
AST - Nicer TODO for `extern crate`
John Hodge
1
-4
/
+4
2016-08-19
Parse - Fix bug in parsing `extern crate`
John Hodge
1
-1
/
+3
2016-08-19
main - Disable parser logging
John Hodge
1
-1
/
+1
2016-08-19
Makefile - Add hack to test against "Tifflin" (rust_os) kernel
John Hodge
1
-0
/
+6
2016-08-19
Lex - Fix BOM handling after uncodefication
John Hodge
1
-4
/
+6
2016-08-19
Parse - Fix edge case with parsing of expressions in parenthesised lists
John Hodge
1
-1
/
+1
2016-08-19
Fix little bugs in recent spate of fixes
John Hodge
2
-3
/
+3
2016-08-19
AST - Macro invocations in item list
John Hodge
8
-0
/
+31
2016-08-19
Patterns - Support tuples with .. (fully)
John Hodge
15
-176
/
+206
2016-08-19
HIR Typecheck Expr - Remove const_cast
John Hodge
1
-8
/
+4
2016-08-18
All - Support tuple patterns with .. at the start/end - TODO: Support in the ↵
John Hodge
16
-244
/
+264
middle
2016-08-18
Parse - Fix lexing bug with unicode whitespace
John Hodge
1
-1
/
+6
2016-08-18
Parse - Rework lexer to be fully unicode aware
John Hodge
2
-86
/
+145
2016-08-18
Add rough TODO
John Hodge
1
-0
/
+7
2016-08-17
Parse - Fix many parser bugs
John Hodge
11
-171
/
+98
2016-08-17
MIR Gen - Planning for inserting drops
John Hodge
2
-1
/
+16
2016-08-17
Note/MIR - Planning for drop support
John Hodge
1
-2
/
+12
2016-08-17
MIR Gen - Some sanity checks on casts (incomplete)
John Hodge
1
-6
/
+93
2016-08-17
HIR - Correct closure desugaring (leads to two equivalent types)
John Hodge
8
-37
/
+147
2016-08-17
HIR Visitor - Include type/paths visit functions in Expr
John Hodge
3
-0
/
+100
2016-08-17
README - Add header
John Hodge
1
-0
/
+4
2016-08-17
HIR Typecheck Static - Replace types with definitive versions
John Hodge
5
-4
/
+119
2016-08-16
HIR Expand Closures - Clone bounds
John Hodge
1
-0
/
+23
2016-08-16
HIR Typecheck Static - Hacky (inefficient) handling of associated type sources
John Hodge
1
-1
/
+29
2016-08-16
HIR Typecheck - Move ImplRef code to its own file
John Hodge
4
-231
/
+245
2016-08-16
HIR - Misc tweaks for debugging typeck errors
John Hodge
5
-10
/
+22
2016-08-15
HIR Typecheck Static - Cleaning up quirks in trait res
John Hodge
2
-97
/
+149
2016-08-15
HIR Expand - Move borrow for CallValue into expand to correct impl selection
John Hodge
2
-21
/
+22
2016-08-15
HIR Typecheck Validate - Extra checks and fixes exposed by them
John Hodge
4
-36
/
+231
2016-08-14
Main - Disable logging from some chatty stable stages
John Hodge
1
-2
/
+4
2016-08-14
HIR Expand Closures - Fix `_` type in generated FnMut for Fn
John Hodge
1
-1
/
+2
2016-08-14
HIR Typecheck CS - Fix incorrect ordering in index deref generation
John Hodge
1
-5
/
+2
2016-08-14
HIR Expand - Work on doing Deref desugar
John Hodge
3
-74
/
+79
2016-08-14
HIR - Move borrow ops to their own node type
John Hodge
10
-80
/
+92
2016-08-14
HIR Typecheck CS - Fix incorrect types in autogenerated borrow
John Hodge
1
-5
/
+14
2016-08-14
HIR Expand Calls - Add Index desugar
John Hodge
2
-1
/
+60
[next]