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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-19
rustc: replace `GenericArgs::with_generic_args` hack with a plain getter.
Eduard-Mihai Burtescu
-0
/
+2
2019-06-11
Add deny(unused_lifetimes) to all the crates that have deny(internal).
Eduard-Mihai Burtescu
-0
/
+1
2019-06-06
Some code cleanup and tidy/test fixes
Vadim Petrochenkov
-6
/
+0
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-0
/
+1
2019-05-24
review comments
Esteban Küber
-0
/
+2
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-4
/
+11
2019-04-18
Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov
bors
-1
/
+1
2019-04-18
Rename module
Yuki OKUSHI
-1
/
+1
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-02-16
Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin
kennytm
-1
/
+0
2019-02-12
Stabilize slice_sort_by_cached_key
Scott McMurray
-1
/
+0
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-3
/
+3
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-3
/
+3
2019-02-12
Stabilize str::escape_* methods
Simon Sapin
-1
/
+0
2019-02-10
Revert removed #![feature(nll)]
Taiki Endo
-0
/
+1
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-07
libsyntax => 2018
Taiki Endo
-19
/
+10
2019-02-06
Rename `fold.rs` as `mut_visit.rs`.
Nicholas Nethercote
-1
/
+1
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-2
/
+2
2019-01-24
Remove quote_*! macros and associated APIs
Mark Simulacrum
-1
/
+0
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-0
/
+1
2019-01-02
make `panictry!` private to libsyntax
Andy Russell
-2
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-12
Remove `RcVec` and `RcSlice`.
Nicholas Nethercote
-6
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-04
Use iterator and pattern APIs instead of `char_at`
Shotaro Yamada
-1
/
+0
2018-11-27
remove uses of feature gate
Mark Mansi
-1
/
+0
2018-11-12
Make `NodeId` a `newtype_index` to enable niche optimizations
Oliver Scherer
-1
/
+2
2018-11-02
implement existing parser fns in terms of fallible fns
QuietMisdreavus
-0
/
+17
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-26
Remove OneVector
ljedrz
-1
/
+0
2018-09-18
Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.
Nicholas Nethercote
-5
/
+5
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-23
Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister
bors
-0
/
+2
2018-08-23
Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis
bors
-1
/
+1
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-0
/
+2
2018-08-19
Switch out another use of `do catch`
Scott McMurray
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-16
Auto merge of #53304 - dtolnay:extend, r=dtolnay
bors
-0
/
+3
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-4
/
+2
2018-08-12
TokenStream::extend
David Tolnay
-0
/
+3
2018-08-13
Auto merge of #53051 - varkor:trait-method-pattern-arguments-error, r=petroch...
bors
-0
/
+1
2018-08-11
Emit error for pattern arguments in trait methods
varkor
-0
/
+1
2018-08-09
[nll] libsyntax: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-08-05
Remove unnecessary or invalid feature attributes
varkor
-1
/
+0
2018-08-01
Split out growth functionality into BitVector type
Mark Rousskov
-2
/
+2
2018-08-01
Switch syntax attribute tracking to BitVector
Mark Rousskov
-4
/
+8
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
[next]