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
2015-08-15
Fix span of invalid metavariable repetition
Jonas Schievink
-1
/
+1
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-6
/
+4
2015-04-21
syntax: remove #![feature(box_syntax, box_patterns)]
Erick Tryzelaar
-2
/
+2
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-7
/
+7
2015-02-18
Round 3 test fixes and conflicts
Alex Crichton
-1
/
+1
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-1
/
+1
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-1
/
+1
2015-01-17
libsyntax: uint types to usize
Paul Collier
-4
/
+4
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-06
rollup merge of #19430: pczarn/interp_tt-cleanup
Alex Crichton
-11
/
+23
2015-01-07
Cleanup and followup to PR #17830: parsing changes
Piotr Czarnecki
-11
/
+23
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
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
[next]