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
/
diagnostics
Age
Commit message (
Expand
)
Author
Lines
2019-06-15
Rollup merge of #61813 - matthewjasper:remove-unnecessary-symbol-ops, r=petro...
Mazdak Farrokhzad
-13
/
+1
2019-06-14
Avoid some unnecessary symbol interner operations
Matthew Jasper
-13
/
+1
2019-06-08
use default binding mode in match clauses
Cedric
-5
/
+5
2019-06-08
fix bad style for structs
Cedric
-5
/
+11
2019-06-08
use pattern matching for slices destructuring
Cedric
-15
/
+8
2019-06-06
Some code cleanup and tidy/test fixes
Vadim Petrochenkov
-1
/
+3
2019-06-06
syntax: Remove duplicate span from `token::Ident`
Vadim Petrochenkov
-9
/
+9
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-8
/
+8
2019-05-23
syntax: Turn `token::Lit` into a struct
Vadim Petrochenkov
-2
/
+2
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-2
/
+2
2019-05-20
Remove `Symbol::gensym()`.
Nicholas Nethercote
-3
/
+3
2019-04-05
remove lookup_char_pos_adj
Aleksey Kladov
-2
/
+2
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-1
/
+1
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-07
libsyntax => 2018
Taiki Endo
-18
/
+20
2019-01-08
improve non_snake_case diagnostics
Andy Russell
-5
/
+7
2018-12-25
Remove licenses
Mark Rousskov
-30
/
+0
2018-12-12
Bump to 1.33.0
Alex Crichton
-0
/
+1
2018-09-26
Remove OneVector
ljedrz
-5
/
+4
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-2
/
+2
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-2
/
+2
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-3
/
+3
2018-07-10
Deny bare trait objects in in src/libsyntax
ljedrz
-4
/
+4
2018-05-26
Add `Ident::as_str` helper
Vadim Petrochenkov
-1
/
+1
2018-05-19
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...
Eduard-Mihai Burtescu
-1
/
+4
2018-03-18
Allow raw identifiers in diagnostic macros.
Lymia Aluysia
-5
/
+5
2018-03-18
Initial implementation of RFC 2151, Raw Identifiers
Lymia Aluysia
-5
/
+5
2018-03-18
Auto merge of #48917 - petrochenkov:import, r=oli-obk
bors
-1
/
+1
2018-03-17
Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`
Vadim Petrochenkov
-1
/
+1
2018-03-17
syntax: Make `_` an identifier
Vadim Petrochenkov
-2
/
+2
2018-03-08
Move REGISTERED_DIAGNOSTICS to a ParseSess field
John Kåre Alsaker
-19
/
+4
2018-02-18
Replace dummy spans with empty spans
Seiichi Uchida
-1
/
+1
2018-02-18
Change ast::Visibility to Spanned type
Seiichi Uchida
-1
/
+2
2018-01-15
Add error code for unstable feature errors
Guillaume Gomez
-0
/
+8
2018-01-04
rustc: Don't use relative paths for extended errors
Alex Crichton
-5
/
+6
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-2
/
+2
2017-11-02
Make the difference between lint codes and error codes explicit
Oliver Schneider
-11
/
+54
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-07-28
syntax: Add `tokens: Option<TokenStream>` to Item
Alex Crichton
-0
/
+1
2017-06-11
Add E0609
Guillaume Gomez
-0
/
+11
2017-05-30
Add new error code
Guillaume Gomez
-0
/
+8
2017-05-25
Hygienize lifetimes.
Jeffrey Seyfried
-1
/
+1
2017-05-15
adressed comments by @kennytm and @petrochenkov
Andre Bogus
-2
/
+2
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-3
/
+3
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-3
/
+3
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-1
/
+2
2016-09-28
libsyntax: clearer names for some AST parts
Jonas Schievink
-1
/
+1
[next]