index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expand
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-08-19
AST - Support ! as a real type
John Hodge
2
-0
/
+4
2016-08-19
AST - Macro invocations in item list
John Hodge
1
-0
/
+3
2016-08-19
Patterns - Support tuples with .. (fully)
John Hodge
1
-2
/
+6
2016-08-18
All - Support tuple patterns with .. at the start/end - TODO: Support in the ↵
John Hodge
2
-11
/
+9
middle
2016-08-14
Expand Derive - Debug handling for Enums (Stubbed)
John Hodge
1
-4
/
+80
2016-08-13
Derive PartialEq - Add default arm for enums
John Hodge
1
-0
/
+9
2016-08-06
Expand Derive - Add more complete trait bounds to all derived impls
John Hodge
1
-20
/
+16
2016-08-06
Expand - Fix ? desugar
John Hodge
1
-2
/
+18
2016-08-03
Expand Derive - Working extra bounds
John Hodge
1
-5
/
+8
2016-08-03
Expand Derive - Rough bounding of related types
John Hodge
1
-32
/
+45
2016-08-03
Expand Derive - Work on adding bounds for associated types
John Hodge
1
-1
/
+136
2016-08-03
Expand Derive - Clean up codegen with more macro
John Hodge
1
-86
/
+94
2016-08-03
Expand Derive - Add trait bounds for Debug impls
John Hodge
1
-16
/
+23
2016-08-01
AST - Add specialisable tag to impl items
John Hodge
2
-11
/
+11
2016-07-11
Expand derive - Fix some broken cases
John Hodge
1
-7
/
+3
2016-07-11
Expand derive - Add Copy
John Hodge
1
-0
/
+35
2016-07-11
Expand derive - Eq and Clone
John Hodge
1
-0
/
+296
2016-07-07
HIR Typecheck CS - Better impl searching, fixed function bounds
John Hodge
1
-1
/
+1
2016-07-07
Expand/derive - Rough PartialEq on enums
John Hodge
1
-2
/
+34
2016-07-07
Expand - PartialEq derive hacking up
John Hodge
1
-12
/
+181
2016-06-11
HIR Typecheck - Fixes for `trait Int: Add<Self>`
John Hodge
1
-1
/
+1
2016-06-09
HIR - Save and use paths to #[lang] items
John Hodge
1
-8
/
+14
2016-06-08
Commenting
John Hodge
1
-1
/
+1
2016-06-08
Expand format_args! - Parse and (partially) emit
John Hodge
1
-7
/
+293
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
1
-1
/
+1
2016-06-04
Byte string literals in AST, infrastructure for coercions
John Hodge
1
-0
/
+1
2016-05-29
Parse/AST/HIR - Support Enum::Var(..) and Struct { .. } patters properly
John Hodge
1
-0
/
+2
2016-05-29
AST - Remove dead code, add lifetime params, fix param clobber
John Hodge
2
-3
/
+5
2016-05-25
Parse - Use interpolated macro fragments instead of captured TTs
John Hodge
1
-2
/
+2
2016-05-24
AST - Spans, spans everywhere!
John Hodge
10
-63
/
+63
2016-05-24
AST - Spanned paths in impl blocks, remove dead code
John Hodge
1
-6
/
+6
2016-05-22
macro_rules - Rework pattern matching to not use try-catch
John Hodge
3
-5
/
+7
2016-05-21
Parse - Updates for better memory efficiency (hopefully)
John Hodge
4
-4
/
+7
2016-05-21
Expand/cfg - Add 'target_has_atomic'
John Hodge
2
-1
/
+2
2016-05-21
Expand - Add attributes to impl blocks
John Hodge
3
-4
/
+63
2016-05-20
Expand+HIR - `?` desugar, closures
John Hodge
1
-0
/
+26
2016-05-20
Expand - Fix desugaring of `for` to be closer to rustc's
John Hodge
1
-27
/
+38
2016-05-20
Expand - For loop desugar
John Hodge
1
-0
/
+46
2016-05-01
Fix handling of tuple/unit structs
John Hodge
1
-1
/
+20
2016-05-01
AST - Remove Expr from patterns (replace with local Value type)
John Hodge
1
-2
/
+2
2016-04-30
Resolve - Further work on use/index.
John Hodge
1
-0
/
+2
- Use recurses into (some) code blocks - Index does three passes to reduce the chance of wildcard import troubles. (HACK)
2016-04-02
Expand - Handle attributes on module-level macro invocations
John Hodge
1
-2
/
+8
2016-04-02
Resolve - Start building an index of names avaliable in each module
John Hodge
1
-0
/
+10
2016-03-30
Resolve - Working on new `use` resolution code
John Hodge
1
-1
/
+1
2016-03-26
Parse - Escape strings when debuging
John Hodge
1
-3
/
+2
2016-03-23
Expand - Fix bug where macros at root of Expr didn't get replaced
John Hodge
1
-6
/
+14
2016-03-20
Tagged Union - Rework to remove indirection
John Hodge
3
-22
/
+22
2016-03-20
Expand - Handle type size expression
John Hodge
1
-3
/
+14
2016-03-19
Expand - Handle std/core loading (partially)
John Hodge
2
-2
/
+71
2016-03-19
Expand - Handle impl and trait
John Hodge
1
-4
/
+101
[next]