index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dump_as_rust.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
1
-2
/
+2
2016-06-04
Byte string literals in AST, infrastructure for coercions
John Hodge
1
-0
/
+4
2016-05-29
Parse/AST/HIR - Support Enum::Var(..) and Struct { .. } patters properly
John Hodge
1
-3
/
+5
2016-05-24
AST - Spanned paths in impl blocks, remove dead code
John Hodge
1
-2
/
+2
2016-05-20
String primitive, bind pointers in resolve, print macro name in span
John Hodge
1
-0
/
+1
2016-05-01
AST - Remove Expr from patterns (replace with local Value type)
John Hodge
1
-7
/
+5
2016-04-30
Parser - Handle '?', '...', and 'default fn`
John Hodge
1
-1
/
+10
2016-03-31
AST - Put spans on imports
John Hodge
1
-1
/
+1
2016-03-20
Tagged Union - Rework to remove indirection
John Hodge
1
-10
/
+10
2016-03-18
AST - Switch traits to contain items
John Hodge
1
-6
/
+11
2016-03-18
AST - Switch impl blocks to contain `Item`s (merges code)
John Hodge
1
-6
/
+12
2016-03-16
AST - Rework struct/enum fields
John Hodge
1
-29
/
+43
2016-03-13
Parse - Store module path in module
John Hodge
1
-2
/
+2
2016-03-06
HUGE REFACTOR - Move named module items into a tagged union
John Hodge
1
-37
/
+64
- Item attributes now "owned" by the parent
2016-02-27
Parse/expr - Support `in PLACE { val }` syntax
John Hodge
1
-0
/
+1
2016-02-25
Heaps more parse fixes against the rustc tests
John Hodge
1
-1
/
+25
2016-02-21
Fixing parser deficiencies
John Hodge
1
-1
/
+7
2016-02-18
Parser - box Patterns, edge bug fix
John Hodge
1
-1
/
+9
2016-02-18
Random commit
John Hodge
1
-2
/
+4
2016-01-30
Better pretty printing, updated resolution logic
John Hodge
1
-15
/
+28
2016-01-30
Rename TypeParams to GenericParams
John Hodge
1
-4
/
+4
2016-01-30
A whole lot of messing around for not much
John Hodge
1
-18
/
+17
2015-09-01
Large rework to generic bounds (to use a tagged union)
John Hodge
1
-5
/
+24
2015-08-23
Cleanup and new syntax
John Hodge
1
-17
/
+0
2015-06-04
Fix issues with printout, lexing, and pattern resolving
John Hodge
1
-1
/
+2
2015-04-01
More work on wildcard impls
John Hodge
1
-5
/
+5
2015-03-31
Fully convert trait name in 'impl' to be a AST:Path
John Hodge
1
-1
/
+1
2015-03-27
Split type and lifetime parameters apart
John Hodge
1
-6
/
+14
2015-03-26
Integer literal output, signed pattern hackery
John Hodge
1
-19
/
+29
2015-03-26
Cleaning up rust source output
John Hodge
1
-1
/
+20
2015-03-25
Printing cleanup, missing resolve locations
John Hodge
1
-1
/
+6
2015-03-25
Macros updated with concat!, stringify!, and $crate
John Hodge
1
-3
/
+7
2015-03-21
Misc (warning suppression, planning trait methods in resolve)
John Hodge
1
-0
/
+2
2015-03-21
Fix minor lexing and dump issues
John Hodge
1
-6
/
+21
2015-03-19
Convert patterns over to tagged unions
John Hodge
1
-21
/
+40
2015-03-18
Array literals, op-equals parsing, super in path, blocks
John Hodge
1
-0
/
+18
2015-03-17
Replace Enum variant inner type
John Hodge
1
-4
/
+17
2015-03-15
Rework type params, add ! "type"
John Hodge
1
-1
/
+5
2015-03-14
Fixed macros, added range syntax and other tweaks
John Hodge
1
-2
/
+80
2015-03-13
Various other features for libcore, now on to loops
John Hodge
1
-0
/
+6
2015-03-13
Const items in expressions, attributes in impl blocks
John Hodge
1
-0
/
+13
2015-03-10
Rework macro handling to support correct repetitions
John Hodge
1
-2
/
+13
2015-03-09
Parse updates
John Hodge
1
-4
/
+20
2015-03-09
Fixed patterns, bool literals
John Hodge
1
-0
/
+21
2015-03-08
Cleanup to pattern handling
John Hodge
1
-0
/
+2
2015-03-08
Correct parsing of macro expansion template.
John Hodge
1
-0
/
+22
2015-03-08
Macro parsing, saving, and evaluating
John Hodge
1
-1
/
+21
2015-03-07
Prettier printing
John Hodge
1
-8
/
+70
2015-03-06
Bugfixes exposed by fixing formatted output
John Hodge
1
-5
/
+263
2015-01-25
Hacked in dumping as rust
John Hodge (sonata)
1
-0
/
+290