index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-08-18
Parse - Rework lexer to be fully unicode aware
John Hodge
2
-86
/
+145
2016-08-17
Parse - Fix many parser bugs
John Hodge
11
-171
/
+98
2016-08-17
MIR Gen - Planning for inserting drops
John Hodge
1
-1
/
+9
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
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
3
-230
/
+244
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
7
-12
/
+447
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
2016-08-14
MIR Gen Match - Enum struct patterns in _Simple
John Hodge
1
-1
/
+18
2016-08-14
HIR Expand Closures - Store local binding types
John Hodge
3
-18
/
+57
2016-08-14
MIR Gen Match - Fixes for a small edge case
John Hodge
1
-0
/
+8
2016-08-14
HIR Const Eval - Fix UniOp falling through
John Hodge
1
-1
/
+13
2016-08-14
HIR Gen Match - Handle common enum patterns
John Hodge
1
-6
/
+38
2016-08-14
Expand Derive - Debug handling for Enums (Stubbed)
John Hodge
1
-4
/
+80
2016-08-13
MIR Gen Match - Rewrite complete
John Hodge
1
-35
/
+52
2016-08-13
MIR Gen Match - Further fixing for various quirks
John Hodge
1
-30
/
+48
2016-08-13
MIR Gen Match - Rewrite handling of DecisionTree for correctness
John Hodge
1
-91
/
+198
- Pattern entries record what field they were from - Generation skips if the current test is not for that field
2016-08-13
Derive PartialEq - Add default arm for enums
John Hodge
1
-0
/
+9
2016-08-13
MIR Gen - Support values overlapping with ranges
John Hodge
3
-3
/
+101
2016-08-13
MIR Gen Match - Clean up handling of ranges
John Hodge
1
-3
/
+12
2016-08-13
MIR Gen Match - Char patterns
John Hodge
1
-17
/
+75
2016-08-13
MIR Gen - Handle unsizing to slices (with hack for libcore's FixedSizeArray ↵
John Hodge
1
-1
/
+25
impl)
2016-08-13
MIR Gen - Handle loops that diverge
John Hodge
1
-1
/
+13
2016-08-13
MIR Gen - Destructure enum struct patterns
John Hodge
1
-1
/
+8
2016-08-13
MIR Gen Match - EnumStruct rule generation
John Hodge
1
-3
/
+30
2016-08-13
MIR Gen Match - Handle signed integers in _Simple
John Hodge
1
-0
/
+22
2016-08-13
HIR Expand - Replace assign and boolean operator overloads with calls
John Hodge
1
-2
/
+280
2016-08-13
MIR Gen - Unify and sanity-check binary operators (including assignments)
John Hodge
2
-79
/
+116
[next]