summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-1/+1
2019-11-08Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obkMazdak Farrokhzad-22/+6
2019-11-08Suggest `#[repr(C)]` instead of `#[repr(C, packed, ...)]`PotHix-1/+1
2019-11-08ast::ItemKind::Fn: use ast::FnSigMazdak Farrokhzad-16/+14
2019-11-08ast::MethodSig -> ast::FnSigMazdak Farrokhzad-11/+11
2019-11-07Push `re_rebalance_coherence` to 1.41Ohad Ravid-1/+1
2019-11-07move syntax::{parse::literal -> util::literal}Mazdak Farrokhzad-4/+2
2019-11-07move syntax::parse::lexer::comments -> syntax::util::commentsMazdak Farrokhzad-25/+27
2019-11-07syntax::attr: remove usage of lexerMazdak Farrokhzad-5/+11
2019-11-07move parse::classify -> util::classifyMazdak Farrokhzad-5/+6
2019-11-07move PResult to librustc_errorsMazdak Farrokhzad-36/+33
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-26/+26
2019-11-07move unescape_error_reporting to lexer/Mazdak Farrokhzad-2/+2
2019-11-07syntax: simplify importsMazdak Farrokhzad-5/+6
2019-11-07move parse/parser.rs -> parse/parser/mod.rsMazdak Farrokhzad-0/+0
2019-11-07Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkovMazdak Farrokhzad-71/+77
2019-11-07Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkovMazdak Farrokhzad-155/+174
2019-11-07syntax: use distinct FloatTy from rustc_target.Mazdak Farrokhzad-52/+63
2019-11-07parser: allow ABIs from literal macro fragmentsMazdak Farrokhzad-22/+33
2019-11-07cleanup can_begin_const_argMazdak Farrokhzad-3/+1
2019-11-07parser: don't hardcode ABIs into grammarMazdak Farrokhzad-84/+83
2019-11-07Auto merge of #66175 - JohnTitor:rollup-ihqk5vn, r=JohnTitorbors-11/+10
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-11-07Rollup merge of #65794 - Centril:unimpl-internal, r=varkorYuki Okushi-11/+10
2019-11-06rename cfg(rustdoc) into cfg(doc)Guillaume Gomez-1/+1
2019-11-06Make doc comments cheaper with `AttrKind`.Nicholas Nethercote-77/+153
2019-11-06Remove unnecessary `Deref` impl for `Attribute`.Nicholas Nethercote-23/+17
2019-11-06rollback gating for failing macro matchersMazdak Farrokhzad-4/+13
2019-11-06revamp pre-expansion gating infraMazdak Farrokhzad-68/+65
2019-11-06legacy_directory_ownership -> errorMazdak Farrokhzad-22/+6
2019-11-06gate rustc_on_unimplemented under rustc_attrsMazdak Farrokhzad-11/+10
2019-11-06Rollup merge of #66139 - euclio:pluralize, r=nagisaMazdak Farrokhzad-8/+8
2019-11-06Rollup merge of #66086 - RalfJung:smallvec, r=nagisaMazdak Farrokhzad-2/+2
2019-11-06Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e...Mazdak Farrokhzad-12/+12
2019-11-06Rollup merge of #66098 - estebank:path-asciption-typo, r=CentrilMazdak Farrokhzad-4/+12
2019-11-06Rollup merge of #66068 - euclio:null-emitter, r=estebankMazdak Farrokhzad-1/+7
2019-11-06Rollup merge of #66054 - petrochenkov:delspan, r=estebankMazdak Farrokhzad-17/+7
2019-11-06Rollup merge of #65892 - pnkfelix:trim-special-derives, r=petrochenkovMazdak Farrokhzad-10/+0
2019-11-05use American spelling for `pluralize!`Andy Russell-8/+8
2019-11-05Account for typo in turbofish and suggest `::`Esteban Küber-4/+10
2019-11-05Review feedback: Remove more stuff! Simplify simplify simplify!Felix S. Klock II-8/+0
2019-11-05Remove `PartialEq` and `Eq` from the `SpecialDerives`.Felix S. Klock II-2/+0
2019-11-05Rollup merge of #66025 - petrochenkov:lohi, r=eddybPietro Albini-14/+6
2019-11-04Detect `::` -> `:` typo when involving turbofishEsteban Küber-1/+3
2019-11-04bump smallvec to 1.0Ralf Jung-2/+2
2019-11-03use silent emitter for rustdoc highlighting passAndy Russell-1/+7
2019-11-04Auto merge of #65838 - estebank:resilient-recovery, r=Centrilbors-48/+96
2019-11-03add rustc_error(delay_span_bug_from_inside_query) attributeQuentin Boyer-1/+4
2019-11-03syntax: Avoid span arithmetics for delimiter tokensVadim Petrochenkov-17/+7
2019-11-02Auto merge of #66004 - eddyb:revert-early-gate, r=petrochenkovbors-2/+110