about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2019-11-21Gate fallback via `#![feature(never_type_fallback)]`.Mazdak Farrokhzad-0/+3
2019-11-21Stabilize the `never_type`, written `!`.Mazdak Farrokhzad-21/+2
2019-11-20Rollup merge of #66060 - traxys:test_65401, r=michaelwoeristerMazdak Farrokhzad-1/+4
2019-11-19Auto merge of #66206 - PotHix:master, r=estebankbors-1/+1
2019-11-17Rollup merge of #66381 - Centril:66340, r=petrochenkovYuki Okushi-1/+4
2019-11-17Address review commentsVadim Petrochenkov-4/+1
2019-11-16ast: Keep string literals in ABIs preciselyVadim Petrochenkov-21/+37
2019-11-16ast: Keep `extern` qualifiers in functions more preciselyVadim Petrochenkov-24/+45
2019-11-15Rollup merge of #66427 - Mark-Simulacrum:errors-json, r=CentrilMazdak Farrokhzad-1892/+1
2019-11-15Move JSON emitter to rustc_errorsMark Rousskov-635/+0
2019-11-15Remove SourceMapper traitMark Rousskov-3/+3
2019-11-15Rollup merge of #66197 - Centril:transparent-ast, r=varkorTyler Mandry-58/+35
2019-11-15Move SourceMap to syntax_posMark Rousskov-1257/+1
2019-11-15find_deprecation: deprecation attr may be ill-formed meta.Mazdak Farrokhzad-1/+4
2019-11-14TAIT: use hack in ->HIR to avoid more changesMazdak Farrokhzad-0/+9
2019-11-14TAIT: feature gate recursive locationsMazdak Farrokhzad-20/+26
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-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