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
2019-04-10
make duplicate matcher bindings a hard error
Mark Mansi
-12
/
+4
2019-03-23
syntax: Remove warning for unnecessary path disambiguators
Vadim Petrochenkov
-1
/
+1
2019-03-16
syntax: Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-3
/
+8
2019-03-06
Panic when unmatched delimiters aren't emitted
Esteban Küber
-1
/
+1
2019-02-27
Rollup merge of #58075 - asettouf:master, r=varkor
Mazdak Farrokhzad
-6
/
+12
2019-02-26
Changing error message to reflect changes with the 2018 edition
Adonis
-6
/
+12
2019-02-18
Avoid a `clone()` in `transcribe()`.
Nicholas Nethercote
-11
/
+11
2019-02-18
Remove `LazyTokenStream`.
Nicholas Nethercote
-6
/
+7
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-4
/
+4
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-22
/
+22
2019-02-13
Cleanup imports
Taiki Endo
-3
/
+3
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-3
/
+3
2019-02-11
Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs
Oliver Scherer
-3
/
+3
2019-02-11
Ease the transition to requiring features by just warning if there's no featu...
Oliver Scherer
-8
/
+14
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-1
/
+12
2019-02-10
rustc: doc comments
Alexander Regueiro
-22
/
+22
2019-02-07
Make it an incompatibility lint for now
Mark Mansi
-9
/
+22
2019-02-07
error on duplicate matcher bindings
mark
-5
/
+49
2019-02-07
libsyntax => 2018
Taiki Endo
-63
/
+68
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-2
/
+4
2019-01-26
remove `_with_applicability` from suggestion fns
Andy Russell
-1
/
+1
2019-01-15
fix nested matchers with ?
mark
-4
/
+10
2019-01-13
Rollup merge of #57004 - nnethercote:TS-change-Stream, r=petrochenkov
Mazdak Farrokhzad
-3
/
+3
2019-01-09
Change `String` to `&'static str` in `ParseResult::Failure`.
Nicholas Nethercote
-4
/
+4
2019-01-08
Make `TokenStream` less recursive.
Nicholas Nethercote
-3
/
+3
2019-01-03
Fix repeated word typos
Wiktor Kuchta
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-40
/
+0
2018-12-12
Rename `TokenStream::concat` and remove `TokenStream::concat_rc_vec`.
Nicholas Nethercote
-2
/
+2
2018-12-10
Remove `tokenstream::Delimited`.
Nicholas Nethercote
-13
/
+14
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-16
/
+16
2018-12-06
Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis
Pietro Albini
-1
/
+0
2018-12-04
Remove redundant clone
Shotaro Yamada
-1
/
+1
2018-12-04
syntax: Remove `#[non_exhaustive]` from `Edition`
Vadim Petrochenkov
-1
/
+0
2018-11-27
remove some unused vars
Mark Mansi
-6
/
+6
2018-11-27
remove feature gate
Mark Mansi
-39
/
+7
2018-11-27
Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakis
bors
-14
/
+54
2018-11-23
Reword EOF in macro arm message
Esteban Küber
-1
/
+4
2018-11-23
Keep label on moved spans and point at macro invocation on parse error
Esteban Küber
-8
/
+12
2018-11-23
Point at macro arm when it doesn't expand to an expression
Esteban Küber
-3
/
+7
2018-11-23
Reword incorrect macro invocation primary label
Esteban Küber
-8
/
+20
2018-11-23
Add label when replacing primary DUMMY_SP in macro expansion
Esteban Küber
-0
/
+1
2018-11-23
Point at end of macro arm when encountering EOF
Esteban Küber
-2
/
+18
2018-11-21
macro_literal_matcher: fixes per petrochenkov's review
Dan Aloni
-3
/
+3
2018-11-21
Stabilize macro_literal_matcher
Dan Aloni
-18
/
+13
2018-11-13
Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser
kennytm
-2
/
+2
2018-11-12
Make `MatcherPos::stack` a `SmallVec`.
Niko Matsakis
-34
/
+57
2018-11-11
Fix typos.
Bruce Mitchener
-2
/
+2
2018-11-05
Auto merge of #55451 - estebank:arg-doc, r=pnkfelix
bors
-1
/
+1
2018-11-01
Use `SmallVec` for the inner vectors in `MatcherPos::matches`.
Nicholas Nethercote
-5
/
+7
2018-11-01
Share empty `Vec`s more within `MatcherPos::matches`.
Nicholas Nethercote
-4
/
+9
[next]