index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
tt
Age
Commit message (
Expand
)
Author
Lines
2014-01-05
Use ~-objects instead of @-objects for syntax exts
Steven Fackler
-2
/
+2
2014-01-03
libsyntax: De-`@mut` `TtFrame`
Patrick Walton
-7
/
+7
2014-01-03
libsyntax: De-`@mut` `TtFrame::idx`
Patrick Walton
-14
/
+14
2014-01-03
librustc: De-`@mut` the span handler
Patrick Walton
-3
/
+3
2014-01-03
libsyntax: De-`@mut` `StringReader`, `TtReader`, and `reader`
Patrick Walton
-27
/
+18
2014-01-03
libsyntax: De-`@mut` `TtReader::stack`
Patrick Walton
-24
/
+24
2014-01-03
libsyntax: De-`@mut` `TtReader::cur_span`
Patrick Walton
-10
/
+11
2014-01-03
libsyntax: De-`@mut` `TtReader::cur_tok`
Patrick Walton
-8
/
+9
2014-01-03
libsyntax: De-`@mut` `TtReader::repeat_len`
Patrick Walton
-5
/
+8
2014-01-03
libsyntax: De-`@mut` `TtReader::repeat_idx`
Patrick Walton
-17
/
+29
2014-01-03
libsyntax: De-`@mut` `TtReader::interpolations`
Patrick Walton
-4
/
+9
2014-01-03
librustc: De-`@mut` the parse session
Patrick Walton
-9
/
+8
2014-01-02
libsyntax: De-`@mut` `Parser::span`
Patrick Walton
-1
/
+1
2014-01-02
libsyntax: De-`@mut` `token` in the parser
Patrick Walton
-5
/
+7
2014-01-02
libsyntax: De-`@mut` `quote_depth` in the parser
Patrick Walton
-2
/
+2
2014-01-02
libsyntax: Make the parser mutable
Patrick Walton
-19
/
+31
2014-01-01
syntax::codemap: Add static DUMMY_SP
klutzy
-5
/
+5
2014-01-01
syntax::diagnostic: Remove unnecessary traits
klutzy
-3
/
+3
2013-12-29
Start passing around &mut ExtCtxt
Steven Fackler
-2
/
+2
2013-12-28
Stop using @ExtCtxt
Steven Fackler
-3
/
+3
2013-12-01
Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...
Eduard Burtescu
-2
/
+2
2013-11-28
Register new snapshots
Alex Crichton
-4
/
+4
2013-11-27
Freeze the AST by removing a couple of unused @mut ~[T] from token_tree.
Eduard Burtescu
-6
/
+5
2013-11-26
Support multiple item macros
Steven Fackler
-3
/
+10
2013-11-26
libsyntax: Remove all non-`proc` `do` syntax.
Patrick Walton
-7
/
+7
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-3
/
+3
2013-10-10
syntax: allow macros to expand to items with attributes.
Huon Wilson
-2
/
+5
2013-10-02
syntax: indicate an error when a macro ignores trailing tokens.
Huon Wilson
-4
/
+29
2013-10-02
syntax: remove some dead code.
Huon Wilson
-73
/
+0
2013-09-30
syntax: Remove usage of fmt!
Alex Crichton
-11
/
+11
2013-09-26
Update the compiler to not use printf/printfln
Alex Crichton
-2
/
+2
2013-09-23
libsyntax: Remove some more `@fn`s from the macro expander
Patrick Walton
-16
/
+125
2013-09-06
WIP: adding mark-cancelling for macro_rules
John Clements
-1
/
+4
2013-09-06
whitespace, reindentation, and comments only
John Clements
-1
/
+0
2013-09-06
uncomment mtwt_resolve calls
John Clements
-2
/
+2
2013-09-06
fix one remaining token comparison, refactor token comparison to avoid == check
John Clements
-11
/
+10
2013-09-06
capturing macros now implemented
John Clements
-2
/
+2
2013-09-06
comments only
John Clements
-0
/
+6
2013-09-06
removed unneccessary SyntaxExpander structs
John Clements
-1
/
+1
2013-09-06
compare macro tokens hygienically (commented out)
John Clements
-1
/
+15
2013-09-02
Renamed syntax::ast::ident -> Ident
Marvin Löbel
-13
/
+13
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-13
/
+13
2013-08-27
librustc: Add support for type parameters in the middle of paths.
Patrick Walton
-2
/
+4
2013-08-11
auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydon
bors
-7
/
+7
2013-08-11
libsyntax: Update from `@Object` to `@mut Object` as required
Niko Matsakis
-7
/
+7
2013-08-11
syntax: Shrink enum Token and enum nonterminal
blake2-ppc
-5
/
+5
2013-08-08
Allow attributes to appear as macro arguments
Niko Matsakis
-0
/
+2
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-7
/
+7
2013-08-02
replace `range` with an external iterator
Daniel Micay
-3
/
+2
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-1
/
+1
[next]