about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2019-11-14TAIT: remove `OpaqueTy` in AST.Mazdak Farrokhzad-38/+0
2019-11-14Remove unused error_codes.rs filesGuillaume Gomez-379/+0
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-25/+7
2019-11-13Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavusYuki Okushi-1/+1
2019-11-12Rollup merge of #66309 - petrochenkov:annoying, r=Mark-SimulacrumYuki Okushi-10/+3
2019-11-12Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkorYuki Okushi-30/+49
2019-11-11Tiny cleanup to size assertionsVadim Petrochenkov-10/+3
2019-11-11support issue = "none" in unstable attributesRoss MacArthur-30/+49
2019-11-11Auto merge of #66252 - cjgillot:trees, r=oli-obkbors-15/+53
2019-11-11syntactically allow visibility on trait item & enum variantMazdak Farrokhzad-43/+56
2019-11-10Auto merge of #66070 - petrochenkov:regattr, r=matthewjasperbors-3/+17
2019-11-10Auto merge of #65324 - Centril:organize-syntax, r=petrochenkovbors-15270/+103
2019-11-10Merge hir::GeneratorMovability into ast::Movability.Camille GILLOT-2/+6
2019-11-10Merge hir::Unsafety into ast::Unsafety.Camille GILLOT-13/+23
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-0/+24
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-12851/+49
2019-11-10move config.rs to libsyntax_expandMazdak Farrokhzad-2436/+61
2019-11-09Address review commentsVadim Petrochenkov-4/+4
2019-11-09Remove `#[feature(custom_attribute)]`Vadim Petrochenkov-3/+3
2019-11-09Support registering attributes and attribute tools using crate-level attributesVadim Petrochenkov-0/+14
2019-11-09Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats...bors-4/+3
2019-11-09move attr meta grammar to parse::validate_atr + ast_validationMazdak Farrokhzad-109/+119
2019-11-08Rollup merge of #66188 - Centril:fnsig, r=davidtwcoMazdak Farrokhzad-26/+24
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