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-10-10
HIR Expand Closures - Avoid bad monomorphisations
John Hodge
2
-2
/
+7
2016-10-10
HIR Typecheck Static - Handle still-specialisable impls
John Hodge
1
-0
/
+6
2016-10-10
HIR Typecheck Expr - Better error for cast to a path/generic
John Hodge
1
-2
/
+7
2016-10-10
HIR Typecheck Expr - Allow merge over ! ivar
John Hodge
1
-3
/
+3
2016-10-10
Parse - Remove old inefficient TT parse code
John Hodge
3
-128
/
+5
2016-10-10
Parse - Fix a few cases where tokens were copied instead of cloned
John Hodge
5
-23
/
+26
2016-10-10
HIR Expand - Fix monomorphising of closure types
John Hodge
2
-12
/
+27
2016-10-10
HIR Typecheck Static - Error if an impl couldn't be found in EAT
John Hodge
1
-16
/
+1
2016-10-09
HIR Typecheck Static - (minor) Reduce debug spam
John Hodge
2
-9
/
+14
2016-10-09
HIR Annotate - Handle ref bindings in patters
John Hodge
1
-5
/
+126
2016-10-09
Resolve Use - Handle imports when looking up imports
John Hodge
1
-1
/
+30
2016-10-09
main - (minor) Commenting
John Hodge
1
-2
/
+3
2016-10-09
main - (minor) Commenting
John Hodge
1
-1
/
+2
2016-10-09
Resolve Use - Fix an edge-case crash, insert TODO
John Hodge
1
-2
/
+5
2016-10-09
Expand format_args! - Support basic case (no positional args and no options)
John Hodge
1
-25
/
+112
2016-10-09
Expand - #[macro_reexport]
John Hodge
7
-17
/
+62
2016-10-09
macro_rules - #[macro_export] handling, plan for #[macro_reexport]
John Hodge
3
-6
/
+15
2016-10-09
AST - Remove free MacroInvocation lists
John Hodge
15
-157
/
+116
2016-10-09
HIR - Save/load macro source crate
John Hodge
3
-5
/
+9
2016-10-08
Parse Expr - Treat [ as the start of a value in .. handling
John Hodge
1
-0
/
+1
2016-10-08
Parse - Handle #! at the end of a block, allow pub items in blocks
John Hodge
1
-1
/
+3
2016-10-08
Parse - Handle `unsafe extern fn` in impl blocks
John Hodge
1
-1
/
+1
2016-10-08
HIR+MIR - Allow unsize between two generics
John Hodge
2
-21
/
+16
2016-10-08
HIR+AST - Store/Load/Use extern crate list from loaded crates
John Hodge
4
-3
/
+25
2016-10-08
HIR+MIR - Correct handling of diverging loops
John Hodge
5
-19
/
+58
2016-10-08
main - Dump MIR before validation
John Hodge
1
-4
/
+5
2016-10-08
HIR Closures - Rework to correctly support borrow types
John Hodge
4
-59
/
+122
2016-10-08
MIR Gen - Allow casts to all integer types from pointers
John Hodge
1
-1
/
+2
2016-10-08
MIR Gen Match - Slice decision tree codegen
John Hodge
1
-9
/
+90
2016-10-08
HIR Gen Match - Structure support for slices in DT
John Hodge
1
-10
/
+97
2016-10-07
MIR Gen Match - (minor) Sort code a little bit
John Hodge
1
-549
/
+552
2016-10-07
MIR Gen Match - Slice matching
John Hodge
2
-81
/
+81
2016-10-07
MIR Gen Match - Rough bytestring support
John Hodge
2
-9
/
+57
2016-10-07
MIR Gen Match - (Simple) support array patterns
John Hodge
1
-1
/
+15
2016-10-07
MIR Gen - Destructure array patterns
John Hodge
4
-7
/
+69
2016-10-07
MIR Gen Match - (Simple) Handle enum variants with no sub-patterns
John Hodge
1
-0
/
+7
2016-10-07
MIR Gen Match - Only sort patterns when there's multiple
John Hodge
1
-20
/
+29
2016-10-07
MIR Gen Match - Struct patterns
John Hodge
1
-3
/
+22
2016-10-07
MIR Gen - Handle no-op casts
John Hodge
1
-2
/
+7
2016-10-07
MIR Gen Match - Signed integer branch generation
John Hodge
1
-0
/
+62
2016-10-07
MIR Gen Match - Signed integer values
John Hodge
1
-46
/
+65
2016-10-07
MIR From HIR Match - Array patterns
John Hodge
1
-2
/
+35
2016-10-07
MIR From HIR - Enum variant _PathValue support hacked in
John Hodge
1
-0
/
+18
2016-10-07
HIR Typecheck Expr - Use bounds from traits for opaque associated types
John Hodge
4
-1
/
+101
2016-10-07
HIR Typecheck Static - Expand associated types in monomorphised bound types, ↵
John Hodge
1
-1
/
+4
allow ivars
2016-10-07
HIR Typecheck Common - Reduce spammyness of monomorphise_type
John Hodge
1
-15
/
+23
2016-10-07
HIR Typecheck Expr - (minor) Fiddling with find_named_trait_in_trait
John Hodge
1
-3
/
+7
2016-10-07
HIR Typecheck Expr - TraitObject supertraits in expand_associated_types
John Hodge
1
-0
/
+27
2016-10-06
HIR Typecheck Expr - Expand ivars in patterns, fix pattern types, expand ↵
John Hodge
1
-25
/
+45
ivars in TraitObject type bounds
2016-10-06
main - Dump the HIR before typecheck validation pass
John Hodge
1
-5
/
+4
[prev]
[next]