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-12-31
Expand Derive - Hack around getting a trait object to a [T]
John Hodge
1
-4
/
+4
2016-12-28
AST - Add asm! as an AST node
John Hodge
2
-1
/
+119
2016-12-24
No more tears!
ubsan
14
-376
/
+376
No more DOS line endings or trailing whitespace either
2016-12-18
HIR - Move closures
John Hodge
1
-3
/
+4
2016-12-15
Codegen - #[link_name] support
John Hodge
1
-4
/
+8
2016-11-26
Expand - Emit rustc diagnostics arrays (empty)
John Hodge
1
-1
/
+35
2016-11-26
Expand/format_args! - Handle named argument for width
John Hodge
1
-7
/
+36
2016-11-19
Rust source update, fix a few parse issues
John Hodge
1
-1
/
+3
2016-11-19
Derive Decodable - Add _ arm to enum decoding
John Hodge
1
-0
/
+18
2016-11-07
Expand - Handle another rustc internal macro
John Hodge
1
-0
/
+9
2016-11-07
HIR Gen - Extract #[macro_export] macros from deep within the tree
John Hodge
2
-0
/
+3
2016-11-05
Expand - add #[test] handler that removes all tests
John Hodge
1
-0
/
+27
2016-11-03
Expand derive - Fix Decodable/Encodable implementations
John Hodge
1
-4
/
+4
2016-11-03
Expand - Type macros, note about bug with local mods and macro_rules!
John Hodge
1
-1
/
+10
2016-11-03
Expand env! - option_env! yeild None::<&'static str> instead of just None
John Hodge
1
-1
/
+10
2016-11-02
Hygiene fixes (disabled still)
John Hodge
1
-2
/
+2
2016-11-02
Parse - Refactor TTStream and TokenTree into their own files
John Hodge
10
-6
/
+28
2016-11-02
Parse - Rework hygiene (with spelling fix) for take 2
John Hodge
2
-12
/
+12
2016-11-02
All - Hack in start of macro hygine - requires rework so is disabled
John Hodge
3
-13
/
+17
2016-10-31
AST - Delete some dead code, remove some warnings on GCC6
John Hodge
1
-2
/
+0
2016-10-31
All - Rough support for `union` (data structure present in all stages)
John Hodge
1
-0
/
+13
2016-10-30
Expand - Prevent running expand twice on anon module items
John Hodge
1
-6
/
+9
2016-10-30
AST - Remove copy construction of TypeRef
John Hodge
1
-16
/
+15
2016-10-30
Expand - Support macros in patterns
John Hodge
1
-19
/
+41
2016-10-30
Expand concat! - Fix a few edge cases
John Hodge
1
-1
/
+24
2016-10-28
Expand - Run expand on types in `static`/`const` items
John Hodge
1
-0
/
+3
2016-10-28
Expand include! - Support paths relative to a file
John Hodge
1
-9
/
+33
2016-10-28
Expand format_args! - Handle trailing commas
John Hodge
1
-0
/
+6
2016-10-26
Expand derive - Fix error in enum RustcDecodable
John Hodge
1
-5
/
+6
2016-10-26
Expand format_args! - Positional argument parse
John Hodge
1
-5
/
+14
2016-10-26
Expand - env! and option_env!
John Hodge
1
-0
/
+76
2016-10-26
Expand - Add a stubbed impl of some rustc-internal macros
John Hodge
1
-0
/
+30
2016-10-26
(minor) Commenting
John Hodge
1
-4
/
+0
2016-10-26
Expand derive - Fix bad derive code for RustcEncodable/RustcDecodable
John Hodge
1
-23
/
+32
2016-10-25
Expand derive - Add untested RustcDecodable impl
John Hodge
1
-1
/
+212
2016-10-25
AST - Encode unit variants with a NULL value instead of an empty set
John Hodge
1
-219
/
+126
2016-10-25
Expand derive - Rough (minimally tested) RustcEncodable impl
John Hodge
1
-0
/
+275
2016-10-24
Expand - Implement module_path! macro
John Hodge
1
-0
/
+16
2016-10-24
Expand - Fix missed bugs in merging of impls into item list
John Hodge
1
-39
/
+21
2016-10-24
AST - Remove separate impls list (now in item list)
John Hodge
2
-1
/
+3
2016-10-23
Misc - Tiny changes to get farther towards compiling rustc
John Hodge
1
-0
/
+3
2016-10-23
AST+HIR - Add stubbed support for erased types (`impl Trait`)
John Hodge
2
-0
/
+6
2016-10-23
AST - Remove TypeRef from node template
John Hodge
1
-0
/
+4
2016-10-23
AST - Reduce places where there's no span information provided
John Hodge
3
-34
/
+34
2016-10-22
Expand - #[prelude_import] support
John Hodge
1
-1
/
+19
2016-10-21
Expand - Warn (don't error) when an attribute is seen in the wrong place
John Hodge
1
-1
/
+1
2016-10-18
Expand/cfg - Support #[cfg] on crates by nuking all items
John Hodge
1
-0
/
+10
2016-10-12
Make deault ABI a #define
John Hodge
1
-8
/
+9
2016-10-12
Expand - Clear deleted anon modules inside anon modules
John Hodge
1
-0
/
+3
2016-10-12
Expand format_args! - (minor) Commenting
John Hodge
1
-1
/
+2
[next]