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-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
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
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
Parse - Remove old inefficient TT parse code
John Hodge
1
-4
/
+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
2
-6
/
+34
2016-10-09
macro_rules - #[macro_export] handling, plan for #[macro_reexport]
John Hodge
1
-1
/
+7
2016-10-09
AST - Remove free MacroInvocation lists
John Hodge
3
-108
/
+72
2016-10-05
Expand derive - Hash (and enable error when an unexpected trait is seen)
John Hodge
1
-1
/
+156
2016-10-05
Expand derive - Default
John Hodge
1
-2
/
+79
2016-10-05
Resolve+Typecheck - Fix trait default parameters
John Hodge
1
-0
/
+1
2016-10-03
Expand/derive - Ord
John Hodge
1
-1
/
+258
2016-10-02
Expand - Derive PartialOrd
John Hodge
1
-27
/
+286
2016-10-02
AST - Store the mutability of & patterns
John Hodge
1
-5
/
+5
2016-09-30
Expand crate_type - HACK: treat "lib" as "rlib"
John Hodge
1
-1
/
+1
2016-09-29
AST - Store `const`/`unsafe`/variadic on functions
John Hodge
1
-0
/
+4
2016-09-28
Resolve+Expand - Don't include the prelude in anon modules (they get it via ↵
John Hodge
1
-2
/
+6
the parent)
2016-09-28
Expand lang - Handle #[lang] on extern fn-s by ignoring them
John Hodge
1
-2
/
+9
2016-09-28
Expand derive - Ignore None items
John Hodge
1
-1
/
+4
2016-09-28
Expand - debug
John Hodge
1
-19
/
+24
2016-09-28
AST - Make anon modules `shared_ptr`s to handle case where a block is depeted
John Hodge
1
-1
/
+22
2016-09-27
Expand - Hack around expansion order quirk with anon modules
John Hodge
2
-1
/
+10
2016-09-27
Expand - hack in an include! macro
John Hodge
1
-0
/
+46
2016-09-27
Expand - Remove two-pass expand
John Hodge
12
-260
/
+129
2016-09-27
Expand lang - "start"
John Hodge
1
-1
/
+3
2016-09-27
Expand - Expand macros in format_args! string
John Hodge
3
-4
/
+17
2016-09-27
Expand - HACK: Allow multiple crate_type annotations (ignore the later ones?)
John Hodge
1
-1
/
+2
2016-09-27
Parse - Support expanding macros that yield items in expressions
John Hodge
1
-7
/
+27
2016-09-27
Expand lang - f32/f64
John Hodge
1
-0
/
+4
2016-09-27
AST - Refactor extern blocks into Items
John Hodge
1
-0
/
+6
2016-09-27
AST - Stub out extern and impl blocks as Item-s
John Hodge
1
-82
/
+122
[prev]
[next]