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
/
macro_parser.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
Round 3 test fixes and conflicts
Alex Crichton
-3
/
+3
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-6
/
+6
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-6
/
+6
2015-02-18
rollup merge of #22497: nikomatsakis/suffixes
Alex Crichton
-1
/
+1
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-1
/
+1
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-2
/
+2
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-3
/
+2
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-3
/
+4
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-4
/
+4
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-17
/
+17
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-3
/
+3
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-23
Rephrase error message on invalid fragment specifiers in macros.
Alexander Korolkov
-5
/
+9
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-17
/
+17
2015-01-17
libsyntax: uint types to usize
Paul Collier
-9
/
+9
2015-01-07
use slicing sugar
Jorge Aparicio
-11
/
+11
2015-01-06
rollup merge of #19430: pczarn/interp_tt-cleanup
Alex Crichton
-6
/
+11
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-1
/
+1
2015-01-07
Cleanup and followup to PR #17830: parsing changes
Piotr Czarnecki
-6
/
+11
2015-01-07
fallout
Nick Cameron
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-13
/
+13
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-1
/
+1
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-11
/
+10
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+1
2014-11-26
Rote changes due to the fact that ast paths no longer carry this extraneous b...
Niko Matsakis
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-07
Add `ast::SequenceRepetition`
Piotr Czarnecki
-26
/
+46
2014-11-05
Remove `Matcher`s
Piotr Czarnecki
-14
/
+12
2014-11-05
Use `TokenTree`s in lhs of macros
Piotr Czarnecki
-116
/
+167
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-6
/
+4
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-6
/
+4
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-4
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-28
Move token-to-string functions into print::pprust
Brendan Zabarauskas
-2
/
+3
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-8
/
+8
2014-10-26
Add a KleeneOp enum for clarity
Brendan Zabarauskas
-2
/
+2
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-4
/
+4
2014-10-07
Fix the most egregious instances of "local ambiguity: multiple parsing option...
Vadim Chugunov
-1
/
+10
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-2
/
+2
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+2
2014-07-09
syntax: doc comments all the things
Corey Richardson
-89
/
+86
[prev]
[next]