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
about
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
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-05
Add a special macro nonterminal $crate
Keegan McAllister
-1
/
+28
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-1
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-2
/
+2
2014-12-19
Register new snapshots
Alex Crichton
-24
/
+0
2014-12-13
libsyntax: convert `LockstepIterSize` binops to by value
Jorge Aparicio
-0
/
+24
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-16
fallout from deprecating find_copy and get_copy
Alexis Beingessner
-1
/
+1
2014-11-07
Add `ast::SequenceRepetition`
Piotr Czarnecki
-13
/
+17
2014-11-05
Workaround to have doc comments desugared only in macros
Piotr Czarnecki
-2
/
+12
2014-11-05
Use `TokenTree`s in lhs of macros
Piotr Czarnecki
-64
/
+73
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-8
/
+6
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-6
/
+6
2014-10-26
Add a KleeneOp enum for clarity
Brendan Zabarauskas
-3
/
+3
2014-10-26
Reduce the size of the TokenTree
Brendan Zabarauskas
-4
/
+9
2014-10-26
Use standard capitalisation for TokenTree variants
Brendan Zabarauskas
-12
/
+12
2014-10-26
Prevent some vector reallocations
Brendan Zabarauskas
-6
/
+6
2014-10-26
Rename TokenTree variants for clarity
Brendan Zabarauskas
-10
/
+10
2014-10-26
Add Span and separate open/close delims to TTDelim
Brendan Zabarauskas
-22
/
+32
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-2
/
+2
2014-09-16
Fallout from renaming
Aaron Turon
-6
/
+6
2014-07-09
syntax: doc comments all the things
Corey Richardson
-6
/
+6
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-4
/
+5
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-3
/
+3
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+1
2014-03-31
syntax: Switch field privacy as necessary
Alex Crichton
-7
/
+7
2014-03-28
De-@ NamedMatch.
Eduard Burtescu
-6
/
+6
2014-03-28
De-@ TokenTree.
Eduard Burtescu
-3
/
+4
2014-03-28
Used inherited mutability in lexer::Reader.
Eduard Burtescu
-173
/
+141
2014-03-22
syntax: Fix fallout of removing get()
Alex Crichton
-36
/
+19
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-8
/
+8
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-3
/
+5
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-6
/
+6
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-12
/
+9
2014-02-08
Fixed error starting with uppercase
mr.Shu
-1
/
+1
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-5
/
+5
2014-02-02
libsyntax: Remove many uses of `token::ident_to_str`
Patrick Walton
-6
/
+8
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-4
/
+4
2014-01-21
[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior
Simon Sapin
-2
/
+2
2014-01-21
[std::vec] Rename .last_opt() to .last(), drop the old .last() behavior
Simon Sapin
-1
/
+2
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-60
/
+60
2014-01-03
libsyntax: De-`@mut` `TtFrame`
Patrick Walton
-7
/
+7
[prev]
[next]