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-12
Make deault ABI a #define
John Hodge
11
-26
/
+38
2016-10-12
HIR Expand Closures - Use a different name for closures from impl blocks
John Hodge
1
-1
/
+1
2016-10-12
HIR From AST - Handle float-annotated integer literals
John Hodge
1
-1
/
+11
2016-10-12
Expand - Clear deleted anon modules inside anon modules
John Hodge
3
-10
/
+11
2016-10-12
Expand format_args! - (minor) Commenting
John Hodge
1
-1
/
+2
2016-10-12
Resolve Use - Bind to wildcard-imported enum variants
John Hodge
1
-1
/
+15
2016-10-11
Expand format_args! - Fragments in static, fix is_simple check
John Hodge
1
-22
/
+67
2016-10-11
Expand format_args! - Wrap in a match
John Hodge
1
-9
/
+14
2016-10-11
AST Dump - Include binding types
John Hodge
1
-0
/
+11
2016-10-11
Expand format_args - Parse named argument references
John Hodge
1
-6
/
+68
2016-10-10
Expand - #[lang] eh_personality and handle None items
John Hodge
1
-1
/
+6
2016-10-10
MIR Gen Match - Rework _ propagation in DT code (I hope it's still correct)
John Hodge
1
-118
/
+184
2016-10-10
HIR Bind - Bind defaulted path params
John Hodge
2
-3
/
+9
2016-10-10
HIR Typecheck Expr - Move destructure auto trait checking to its own function
John Hodge
2
-142
/
+155
2016-10-10
HIR Typecheck Expr - Allow casts to become coerces
John Hodge
1
-7
/
+21
2016-10-10
HIR Expand Closures - Fix lack of replacement in bindings
John Hodge
1
-1
/
+1
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
[prev]
[next]