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
/
attr
Age
Commit message (
Expand
)
Author
Lines
2019-02-27
Mention `unwind(aborts)` in diagnostics for `#[unwind]`
Vadim Petrochenkov
-31
/
+17
2019-02-18
Remove `LazyTokenStream`.
Nicholas Nethercote
-2
/
+2
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-1
/
+1
2019-02-13
Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkov
Mazdak Farrokhzad
-60
/
+69
2019-02-12
Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton
bors
-1
/
+1
2019-02-13
Cleanup imports
Taiki Endo
-1
/
+1
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-12
New return types for str::escape_* that impl Display and Iterator<char>
Simon Sapin
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-6
/
+6
2019-02-07
libsyntax => 2018
Taiki Endo
-28
/
+31
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-27
/
+33
2019-02-05
allow shorthand syntax for deprecation reason
Andy Russell
-60
/
+69
2019-01-30
Add suggestions to deprecation lints
Oliver Scherer
-1
/
+4
2019-01-26
remove `_with_applicability` from suggestion fns
Andy Russell
-3
/
+3
2019-01-24
Implement optimize(size) and optimize(speed)
Simonas Kazlauskas
-2
/
+9
2019-01-20
Auto merge of #57651 - JohnTitor:give-char-type, r=estebank
bors
-0
/
+1
2019-01-20
Mark incorrect recovered `char` literals as `TyErr` to avoid type errors
Yuki Okushi
-0
/
+1
2019-01-19
Rollup merge of #57486 - nnethercote:simplify-TokenStream-more, r=petrochenkov
Mazdak Farrokhzad
-1
/
+1
2019-01-16
Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis
bors
-22
/
+24
2019-01-14
Remove `ThinTokenStream`.
Nicholas Nethercote
-1
/
+1
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-22
/
+24
2019-01-08
Make `TokenStream` less recursive.
Nicholas Nethercote
-3
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+0
2018-12-12
Rename `TokenStream::concat` and remove `TokenStream::concat_rc_vec`.
Nicholas Nethercote
-3
/
+3
2018-12-10
Remove `tokenstream::Delimited`.
Nicholas Nethercote
-7
/
+8
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-12-04
updates all Filename variants to take a fingerprint
Matthew Russo
-1
/
+1
2018-10-31
Fix feature gate only being checked on first repr attr.
Cameron Hart
-0
/
+5
2018-10-22
optimize unsupported literal diag message
csmoe
-39
/
+70
2018-10-20
update meta item checking test
csmoe
-1
/
+3
2018-10-20
suggest to trim prefix in nested meta items
csmoe
-3
/
+27
2018-10-20
handle errors based on parse_sess
csmoe
-31
/
+36
2018-10-20
suggest to remove prefix `b` in lint string
csmoe
-45
/
+84
2018-10-05
Stabilize `min_const_fn`
Oliver Schneider
-2
/
+1
2018-10-03
Update error id to an unused one
Oliver Schneider
-1
/
+1
2018-10-03
Only promote calls to `#[rustc_promotable]` const fns
Oliver Schneider
-1
/
+22
2018-09-09
Auto merge of #53902 - dtolnay:group, r=petrochenkov
bors
-2
/
+2
2018-09-08
Track distinct spans for open and close delimiter
David Tolnay
-2
/
+2
2018-09-06
Validate syntax of `cfg` attributes
Vadim Petrochenkov
-1
/
+15
2018-08-31
Implement the `min_const_fn` feature gate
Oliver Schneider
-15
/
+13
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-15
syntax: Enforce attribute grammar in the parser
Vadim Petrochenkov
-2
/
+2
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-1
/
+1
2018-08-02
Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton
bors
-14
/
+1
2018-08-01
Switch syntax attribute tracking to BitVector
Mark Rousskov
-28
/
+4
2018-08-01
resolve: Implement prelude search for macro paths
Vadim Petrochenkov
-14
/
+1
2018-07-27
Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes
Pietro Albini
-2
/
+32
2018-07-04
Improving span of unknown lint tool error message
flip1995
-6
/
+8
2018-07-04
Implementation of tool lints
flip1995
-0
/
+11
2018-06-30
add label to unknown meta item error
Andy Russell
-11
/
+33
[next]