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
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #21429: GuillaumeGomez/macro-fix
Alex Crichton
-53
/
+54
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-31
/
+31
2015-01-19
Updates of the fix
GuillaumeGomez
-43
/
+43
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-18
/
+18
2015-01-18
Fix #21356
Adolfo OchagavĂa
-14
/
+15
2015-01-18
syntax: allow bare sequences in lhs for follow checking
Corey Richardson
-10
/
+13
2015-01-17
libsyntax: uint types to usize
Paul Collier
-13
/
+13
2015-01-07
use slicing sugar
Jorge Aparicio
-20
/
+20
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-14
/
+19
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-8
/
+185
2015-01-06
Minor fallout/update FOLLOW sets
Corey Richardson
-2
/
+2
2015-01-06
rollup merge of #19430: pczarn/interp_tt-cleanup
Alex Crichton
-26
/
+44
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
-26
/
+44
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+2
2015-01-07
fallout
Nick Cameron
-1
/
+1
2015-01-06
Stricter rules surrounding adjacent nonterminals and sequences
Corey Richardson
-29
/
+74
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
-21
/
+21
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-1
/
+1
2015-01-06
syntax: implement 'macro input future proofing'
Corey Richardson
-8
/
+140
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-2
/
+2
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-41
/
+0
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-19
/
+10
2015-01-05
Implement macro re-export
Keegan McAllister
-0
/
+41
2015-01-05
Add a special macro nonterminal $crate
Keegan McAllister
-1
/
+36
2015-01-05
Replace LetSyntaxTT with MacroRulesTT
Keegan McAllister
-16
/
+5
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
-6
/
+6
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-1
/
+3
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-19
/
+18
2014-12-21
rollup merge of #19972: alexcrichton/snapshots
Alex Crichton
-24
/
+0
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+1
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-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
/
+4
2014-11-16
fallout from deprecating find_copy and get_copy
Alexis Beingessner
-1
/
+1
2014-11-07
Add `ast::SequenceRepetition`
Piotr Czarnecki
-50
/
+78
2014-11-05
Workaround to have doc comments desugared only in macros
Piotr Czarnecki
-7
/
+18
2014-11-05
Remove `Matcher`s
Piotr Czarnecki
-17
/
+19
2014-11-05
Use `TokenTree`s in lhs of macros
Piotr Czarnecki
-199
/
+266
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
-16
/
+9
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
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
-22
/
+23
2014-10-26
Add a KleeneOp enum for clarity
Brendan Zabarauskas
-7
/
+8
[next]