about summary refs log tree commit diff
path: root/src/test/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2020-04-25Remove support for self-openingMark Rousskov-48/+0
2020-04-11rustc: Add a warning count upon completionRoccoDev-11/+29
2020-04-07rustc_session: forbid lints override regardless of positionTobias Thiel-0/+17
2020-04-02fix fulldeps test falloutMazdak Farrokhzad-1/+2
2020-03-30rustc -> rustc_middle part 5 -- fix testsMazdak Farrokhzad-18/+18
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-24resolve: Remove `rustc_attrs` as a standalone feature gateVadim Petrochenkov-95/+18
2020-03-22parse: nix new_sub_parser_from_fileMazdak Farrokhzad-1/+1
2020-03-18fix pre-expansion linting infraMazdak Farrokhzad-7/+5
2020-03-14Update testsJohn Kåre Alsaker-4/+4
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-17/+17
2020-02-29Make it build againVadim Petrochenkov-2/+2
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-1/+1
2020-02-16Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula...bors-0/+7
2020-02-13IsAsync -> enum Async { Yes { span: Span, .. }, No }Mazdak Farrokhzad-1/+1
2020-02-11Fix stage2 test failures from call to span_lint.jumbatm-43/+80
2020-02-09--bless --compare-mode=nllMatthias Prechtl-8/+8
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+2
2020-02-01fix fallout in testsMazdak Farrokhzad-4/+8
2020-01-24Normalise notes with the/isvarkor-9/+9
2020-01-11fix ui-fulldeps & tests falloutMazdak Farrokhzad-18/+18
2020-01-11fix fallout in ui-fulldepsMazdak Farrokhzad-5/+4
2020-01-09Update testsVadim Petrochenkov-10/+95
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-1/+1
2020-01-06Improve hygiene of `newtype_index`Matthew Jasper-22/+0
2020-01-05fix ui-fulldeps falloutMazdak Farrokhzad-7/+10
2020-01-04rustc_session: allow overriding lint level of individual lints from a groupTobias Thiel-0/+7
2020-01-02fix src/test falloutMazdak Farrokhzad-9/+14
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