about summary refs log tree commit diff
path: root/src/libsyntax/diagnostics
AgeCommit message (Expand)AuthorLines
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-1/+1
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-2/+2
2019-02-07libsyntax => 2018Taiki Endo-18/+20
2019-01-08improve non_snake_case diagnosticsAndy Russell-5/+7
2018-12-25Remove licensesMark Rousskov-30/+0
2018-12-12Bump to 1.33.0Alex Crichton-0/+1
2018-09-26Remove OneVectorljedrz-5/+4
2018-08-23Use optimized SmallVec implementationIgor Gutorov-2/+2
2018-08-19mv codemap() source_map()Donato Sciarra-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-2/+2
2018-08-13Move SmallVec and ThinVec out of libsyntaxljedrz-3/+3
2018-07-10Deny bare trait objects in in src/libsyntaxljedrz-4/+4
2018-05-26Add `Ident::as_str` helperVadim Petrochenkov-1/+1
2018-05-19rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...Eduard-Mihai Burtescu-1/+4
2018-03-18Allow raw identifiers in diagnostic macros.Lymia Aluysia-5/+5
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-5/+5
2018-03-18Auto merge of #48917 - petrochenkov:import, r=oli-obkbors-1/+1
2018-03-17Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`Vadim Petrochenkov-1/+1
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-2/+2
2018-03-08Move REGISTERED_DIAGNOSTICS to a ParseSess fieldJohn Kåre Alsaker-19/+4
2018-02-18Replace dummy spans with empty spansSeiichi Uchida-1/+1
2018-02-18Change ast::Visibility to Spanned typeSeiichi Uchida-1/+2
2018-01-15Add error code for unstable feature errorsGuillaume Gomez-0/+8
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-5/+6
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-2/+2
2017-11-02Make the difference between lint codes and error codes explicitOliver Schneider-11/+54
2017-08-30Make fields of `Span` privateVadim Petrochenkov-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-07-28syntax: Add `tokens: Option<TokenStream>` to ItemAlex Crichton-0/+1
2017-06-11Add E0609Guillaume Gomez-0/+11
2017-05-30Add new error codeGuillaume Gomez-0/+8
2017-05-25Hygienize lifetimes.Jeffrey Seyfried-1/+1
2017-05-15adressed comments by @kennytm and @petrochenkovAndre Bogus-2/+2
2017-05-12Fix some clippy warnings in libsyntaxAndre Bogus-3/+3
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-3/+3
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-1/+2
2016-09-28libsyntax: clearer names for some AST partsJonas Schievink-1/+1
2016-06-26Rollup merge of #34385 - cgswords:tstream, r=nrcJeffrey Seyfried-1/+2
2016-06-24reexport errors from syntax. fix failing cfail testJonathan Turner-0/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-28/+2
2016-06-21Refactored tokentrees into their own files in preparation for tokenstreams. M...cgswords-1/+2
2016-05-02replace fileline_{help,note} with {help,note}Niko Matsakis-3/+3
2016-04-24syntax: Get rid of token::IdentStyleVadim Petrochenkov-5/+5
2016-03-22try! -> ?Jorge Aparicio-4/+4
2016-02-11[breaking-change] don't glob export ast::Visibility variantsOliver 'ker' Schneider-1/+1
2016-02-11[breaking-change] don't glob export ast::Mutablity variantsOliver 'ker' Schneider-1/+1
2016-02-11[breaking-change] don't glob export ast::Item_ variantsOliver 'ker' Schneider-1/+1
2016-02-11[breaking-change] don't pub export ast::Ty_ variantsOliver Schneider-2/+2
2016-01-28Avoid ICE if environment variable is not setRuud van Asseldonk-14/+18