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-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
2016-08-14
HIR Expand Closures - Use the value annotations instead of local code
John Hodge
1
-56
/
+9
2016-08-14
HIR Expand - Add annotation pass
John Hodge
8
-13
/
+448
2016-08-14
HIR Expand - Partial _Index expansion, requires extra annotation
John Hodge
1
-0
/
+33
2016-08-14
HIR Typecheck - Move _Unsize back to operating on lvalues (not on &-ptrs)
John Hodge
3
-81
/
+25
2016-08-14
HIR Typecheck - Magical index impl for arrays.
John Hodge
3
-16
/
+127
2016-08-14
MIR Gen - Defensive checks on _Index
John Hodge
1
-4
/
+17
2016-08-14
MIR Gen - Defensive programming around operators
John Hodge
1
-15
/
+73
2016-08-14
HIR Expand - Replace _UniOp overloads with calls
John Hodge
1
-0
/
+80
2016-08-14
main - Move elapsed time to start of line
John Hodge
1
-1
/
+6
[next]