summary refs log tree commit diff
path: root/src/test/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2020-11-15Replace run_compiler with RunCompiler builder pattern.Darshan Kathiriya-8/+3
2020-10-07Update fulldeps testMark Rousskov-27/+16
2020-09-28Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obkRalf Jung-1/+7
2020-09-27Add option to pass a custom codegen backend from a driverbjorn3-1/+7
2020-09-21add testBastian Kauschke-0/+53
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-1/+2
2020-09-08Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obkbors-0/+395
2020-09-04Auto merge of #76292 - Aaron1011:fix/proc-macro-panic-hide, r=petrochenkovbors-0/+40
2020-09-03Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macroAaron Hill-0/+40
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2020-09-01Add SessionDiagnostic derive macro.jumbatm-0/+395
2020-08-20Capture tokens for Pat used in macro_rules! argumentAaron Hill-0/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-3/+3
2020-08-14Fix ui fulldeps testsMatthew Jasper-88/+75
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-4/+4
2020-07-18rustc_metadata: Make crate loading fully speculativeVadim Petrochenkov-13/+3
2020-07-10Avoid "whitelist"Tamir Duberstein-11/+11
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-2/+2
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-5/+5
2020-06-15make all uses of ty::Error or ConstKind::Error delay a span bugmark-2/+2
2020-06-10Fix pprust-expr-roundtripAaron Hill-2/+2
2020-06-06Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrumbors-35/+34
2020-06-03Update fulldeps tests and clippyVadim Petrochenkov-27/+26
2020-06-02Rename the crates in source codeVadim Petrochenkov-8/+8
2020-06-02compiletest: Add name directive for remote runnersTom Eccles-0/+2
2020-05-27Add test for {impl,declare}_lint_pass macrosflip1995-0/+26
2020-05-24Collect tokens for `ast::Expr`Aaron Hill-0/+2
2020-05-12Remove ty::UnnormalizedProjectionJack Huey-15/+8
2020-05-09Rollup merge of #71555 - cjgillot:nameless, r=matthewjasperRalf Jung-0/+1
2020-05-08Fix testsCamille GILLOT-0/+1
2020-05-07Renamed "undef" stuff to "uninit"Hanif Bin Ariffin-2/+2
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