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-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
2016-09-27
Expand - Hack in asm! (does nothing)
John Hodge
1
-0
/
+121
2016-09-26
Debug - Clearer debug with item insertion and deletion
John Hodge
1
-1
/
+1
2016-09-26
Expand cfg - Support cfg() on struct fields and enum variants
John Hodge
1
-0
/
+19
2016-09-26
AST - Move module-level macro invocations into the Item list
John Hodge
1
-4
/
+35
2016-09-26
Expand - (minor) Remove commented-out code
John Hodge
1
-69
/
+1
2016-09-26
Expand - Pass ownership of the input TT to macro_rules! expand
John Hodge
3
-7
/
+7
2016-09-25
AST - Convert use statements to normal items
John Hodge
1
-18
/
+3
2016-09-25
Parse - Allow loading modules from macro invocations
John Hodge
1
-1
/
+1
2016-09-25
Parse+AST - Support capturing :item (requires cloning AST items)
John Hodge
4
-2
/
+6
2016-09-25
Parse+Expand - Support `let` in expression macros
John Hodge
1
-1
/
+3
2016-09-24
Expand - Fix double-insertion of prelude
John Hodge
1
-1
/
+1
2016-09-20
Expand format_args! - (minor) Commenting and TODO to actually emit the fragments
John Hodge
1
-3
/
+7
2016-09-18
HIR - Rework to include a node for in/box (for better type inferrence)
John Hodge
1
-0
/
+2
2016-09-15
Restructure - Don't insert automatic () statements at end of blocks
John Hodge
2
-19
/
+18
2016-09-11
Expand/lang - libcollections impl lang items
John Hodge
1
-2
/
+2
2016-09-09
Expand - Move loading of libstd/libcore into LoadCrates for cleaner debug
John Hodge
1
-3
/
+2
2016-09-07
Expand Lang - "char" lang item
John Hodge
1
-0
/
+5
2016-09-07
LoadCrates - Better error reporting
John Hodge
1
-2
/
+2
2016-09-01
Expand - Support box operator (untested)
John Hodge
1
-1
/
+68
2016-08-29
Expand Derive - Hack in crate name
John Hodge
1
-57
/
+58
2016-08-29
Expand - Core path for ? too
John Hodge
1
-3
/
+4
2016-08-29
Expand - Core crate name for for desugar
John Hodge
1
-4
/
+5
2016-08-29
Resolve Abs - Glob imports from extern
John Hodge
1
-1
/
+1
2016-08-29
AST Resolve - Prelude handling
John Hodge
2
-2
/
+15
2016-08-29
Expand format_args - Add detection for ::std/::core
John Hodge
1
-2
/
+15
2016-08-28
Expand - Support #[cfg] on use statements
John Hodge
2
-2
/
+29
2016-08-27
Expand - Add std/core to crate root
John Hodge
1
-0
/
+2
2016-08-27
Expand - Import macros from std/core
John Hodge
1
-0
/
+6
2016-08-27
Expand - Extra language items!
John Hodge
1
-0
/
+5
2016-08-27
Expand macro_use - Handle on an `extern crate`
John Hodge
1
-34
/
+52
2016-08-27
AST - Roughing in `extern crate` loading infrastructure
John Hodge
1
-2
/
+2
2016-08-25
AST - Support for crate_name and crate_type (draft)
John Hodge
1
-0
/
+54
2016-08-24
Expand Derive - Fix move out of borrow
John Hodge
1
-15
/
+21
[prev]
[next]