about summary refs log tree commit diff
path: root/src/test/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-3/+0
2019-12-23Add span information to `ExprKind::Assign`varkor-2/+2
2019-12-21Rollup merge of #67355 - Centril:merge-mut, r=oli-obkMazdak Farrokhzad-1/+1
2019-12-20ast_stmt_expr_attr -> pretty & ui testsMazdak Farrokhzad-311/+0
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-1/+1
2019-12-03Fix UI tests for new locationsMark Rousskov-12/+15
2019-12-01rustc_plugin: Some further cleanupVadim Petrochenkov-18/+2
2019-12-01rustc_plugin: Remove support for plugins adding LLVM passesVadim Petrochenkov-35/+0
2019-12-01rustc_lint: Remove lint `plugin_as_library`Vadim Petrochenkov-24/+4
2019-12-01rustc_plugin: Remove support for adding plugins from command lineVadim Petrochenkov-3/+11
2019-12-01rustc_plugin: Remove support for plugin argumentsVadim Petrochenkov-21/+42
2019-11-25Auto merge of #66671 - matthewjasper:ast-address-of, r=Centrilbors-1/+4
2019-11-24Add tests for raw_ref_opMatthew Jasper-1/+4
2019-11-24rustc_plugin: Remove support for syntactic pluginsVadim Petrochenkov-224/+39
2019-11-20Delete ProcessCfgModMark Rousskov-6/+3
2019-11-16rustc_plugin: Remove `Registry::register_attribute`Vadim Petrochenkov-71/+7
2019-11-10Add warning annotations to ignore-stage1 ui-fulldeps testsTomasz Miąsko-44/+17
2019-11-10Auto merge of #66070 - petrochenkov:regattr, r=matthewjasperbors-2/+10
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-5/+8
2019-11-10move config.rs to libsyntax_expandMazdak Farrokhzad-14/+23
2019-11-09Remove `#[feature(custom_attribute)]`Vadim Petrochenkov-2/+10
2019-11-08Auto merge of #64882 - ehuss:stabilize-bare-extern, r=eddybbors-0/+22
2019-11-07Update src/test/ui-fulldeps/pathless-extern-unstable.rs Eric Huss-1/+1
2019-11-07Add more --extern tests.Eric Huss-0/+22
2019-11-07move PResult to librustc_errorsMazdak Farrokhzad-1/+2
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-2/+2
2019-11-06Auto merge of #65830 - Quantumplation:master, r=davidtwco,estebankbors-4/+4
2019-11-03Update error annotations in ui-fulldeps tests that successfully compileTomasz Miąsko-2/+2
2019-10-26Use ident instead of def_span in dead-code passPi Lanningham-4/+4
2019-10-23Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakisMazdak Farrokhzad-37/+33
2019-10-18Rollup merge of #65498 - SimonSapin:plugin-help, r=CentrilTyler Mandry-48/+48
2019-10-17Fix test falloutMark Rousskov-28/+31
2019-10-17Take lint passes as constructor functionsMark Rousskov-1/+3
2019-10-17Make get_lints be a static functionMark Rousskov-11/+2
2019-10-17Plugins deprecation: don’t suggest simply removing the attributeSimon Sapin-48/+48
2019-10-16ui-fulldeps: make them pass again?Mazdak Farrokhzad-6/+10
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-4/+6
2019-10-03--bless ui-fulldeps testsMazdak Farrokhzad-24/+210
2019-10-03plugin_registrary: use normal deprecation instead of hard coded warning.Mazdak Farrokhzad-9/+8
2019-10-03Deprecate `#![plugin]` and `#[plugin_registrar]`.Mazdak Farrokhzad-3/+22
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-2/+2
2019-09-28syntax: don't keep a redundant c_variadic flag in the AST.Eduard-Mihai Burtescu-1/+0
2019-09-26Fix ui-fulldeps testsvarkor-2/+2
2019-09-26Rename `Pat.node` to `Pat.kind`varkor-1/+1
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-2/+2
2019-09-25Fix falloutvarkor-2/+2
2019-09-25Rename surviving uses of `sty`varkor-6/+6
2019-09-15Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obkbors-1/+1
2019-09-14Provide a span if main function is not present in crateMark Rousskov-7/+4
2019-09-07Rollup merge of #64192 - estebank:turbofish-madness, r=petrochenkovMazdak Farrokhzad-22/+25