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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
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
2018-07-23
Extend ParseSess to support buffering lints
mark
-0
/
+2
2018-07-10
Deny bare trait objects in in src/libsyntax
ljedrz
-0
/
+2
2018-06-23
expansion: Improve searchability for `AstFragments` methods
Vadim Petrochenkov
-4
/
+5
2018-06-09
Crate-ify and delete unused code in syntax::parse
Mark Simulacrum
-0
/
+1
2018-05-17
Move definition of `Edition` from libsyntax to libsyntax_pos
Vadim Petrochenkov
-2
/
+1
2018-05-13
Add a Rayon thread pool
John Kåre Alsaker
-2
/
+2
2018-05-03
Use escape_default() for strings in LitKind::token().
Nicholas Nethercote
-0
/
+1
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-5
/
+1
2018-04-12
Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichton
bors
-2
/
+2
2018-04-12
Mark the rest of the `unicode` feature flag as perma-unstable.
Simon Sapin
-1
/
+1
2018-04-12
Deprecate the std_unicode crate
Simon Sapin
-1
/
+1
2018-04-11
Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm
kennytm
-0
/
+1
2018-04-11
Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton
bors
-1
/
+0
2018-04-10
Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister
bors
-0
/
+2
2018-04-09
Convert sort_by to sort_by_cached_key
varkor
-0
/
+1
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-2
/
+0
2018-03-28
Stabilize match_default_bindings
Taylor Cramer
-1
/
+1
2018-03-28
Make SyntaxExtension thread-safe
John Kåre Alsaker
-0
/
+2
2018-03-26
Stabilize i128_type
Mark Mansi
-1
/
+1
2018-03-20
rename epoch to edition
Kurtis Nusbaum
-1
/
+1
2018-03-14
Remove syntax and syntax_pos thread locals
John Kåre Alsaker
-0
/
+30
[next]