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
/
transcribe.rs
Age
Commit message (
Expand
)
Author
Lines
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
-10
/
+9
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-01
syntax::codemap: Add static DUMMY_SP
klutzy
-2
/
+2
2014-01-01
syntax::diagnostic: Remove unnecessary traits
klutzy
-3
/
+3
2013-11-28
Register new snapshots
Alex Crichton
-2
/
+2
2013-11-27
Freeze the AST by removing a couple of unused @mut ~[T] from token_tree.
Eduard Burtescu
-5
/
+4
2013-11-26
libsyntax: Remove all non-`proc` `do` syntax.
Patrick Walton
-2
/
+2
2013-09-30
syntax: Remove usage of fmt!
Alex Crichton
-5
/
+5
2013-09-02
Renamed syntax::ast::ident -> Ident
Marvin Löbel
-5
/
+5
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-2
/
+2
2013-08-11
auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydon
bors
-2
/
+2
2013-08-11
libsyntax: Update from `@Object` to `@mut Object` as required
Niko Matsakis
-2
/
+2
2013-08-11
syntax: Shrink enum Token and enum nonterminal
blake2-ppc
-1
/
+1
2013-07-17
libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi...
Patrick Walton
-3
/
+3
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-17
/
+25
2013-07-17
librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.
Patrick Walton
-1
/
+1
2013-06-25
great renaming propagation: syntax
Corey Richardson
-4
/
+2
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-1
/
+0
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-4
/
+4
2013-06-09
std: remove fold[lr] in favour of iterators
Huon Wilson
-6
/
+4
2013-06-06
Clean up a handful of build warnings.
Michael Sullivan
-2
/
+2
2013-06-05
removed unused imports (and one unused argument)
John Clements
-2
/
+2
2013-06-05
remove interner from tt_reader
John Clements
-5
/
+1
2013-06-05
token_to_ident takes argument by reference
John Clements
-3
/
+3
2013-06-05
interner just uses uints, not idents with syntax context
John Clements
-7
/
+8
2013-06-05
just use TLS interner
John Clements
-5
/
+5
2013-05-30
Remove copy bindings from patterns.
Niko Matsakis
-6
/
+6
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
Fix ICE in macros
Corey Richardson
-4
/
+7
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-5
/
+5
2013-05-14
syntax: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-7
/
+7
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-4
/
+0
2013-04-24
Remove needless FIXME. Fixes #2811.
Niko Matsakis
-2
/
+0
2013-04-19
syntax: de-mode and prepare for de-modeing rustc
Alex Crichton
-2
/
+2
2013-04-03
auto merge of #5696 : thestinger/rust/hashmap, r=sanxiyn
bors
-4
/
+4
2013-04-03
rename Linear{Map,Set} => Hash{Map,Set}
Daniel Micay
-4
/
+4
2013-04-03
hashmap: rm linear namespace
Daniel Micay
-1
/
+1
2013-03-29
field renaming
John Clements
-28
/
+29
2013-03-26
syntax: Removing uses of HashMap
Alex Crichton
-4
/
+8
2013-03-26
Remove unused imports throughout
Alex Crichton
-1
/
+0
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-4
/
+4
[next]