about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl
AgeCommit message (Expand)AuthorLines
2024-04-15Fix pretty hir for anon consts in diagnosticsMichael Goulet-18/+1
2024-04-11Disable Ctrl-C handling on WASMbjorn3-1/+6
2024-04-09driver: unconditionally show update nightly hint许杰友 Jieyou Xu (Joe)-45/+13
2024-04-09Auto merge of #123631 - oli-obk:fail_slow, r=jieyouxubors-2/+4
2024-04-08Ensure we do not accidentally insert new early aborts in the analysis passesOli Scherer-2/+4
2024-04-08Rollup merge of #122807 - danielhuang:fix-1, r=davidtwcoMatthias Krüger-1/+1
2024-04-03update messagesDan-1/+1
2024-03-26Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJungbors-0/+20
2024-03-22Rollup merge of #122847 - workingjubilee:suggest-rust-min-stack-workaround-on...Matthias Krüger-1/+5
2024-03-21Suggest using RUST_MIN_STACK if rustc overflowedJubilee Young-1/+5
2024-03-21Remove `CodegenBackend::target_override`.Nicholas Nethercote-2/+2
2024-03-17Print a backtrace in const eval if interruptedBen Kimock-0/+20
2024-03-14Rollup merge of #121764 - Zoxc:incr-sess-no-source, r=oli-obkMatthias Krüger-1/+2
2024-03-14Auto merge of #122347 - oli-obk:track_errors13, r=compiler-errorsbors-4/+2
2024-03-13Make incremental sessions identity no longer depend on the crate names provid...John Kåre Alsaker-1/+2
2024-03-12Auto merge of #122218 - Zoxc:no-interleave-panics, r=michaelwoeristerbors-0/+3
2024-03-11Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"Oli Scherer-4/+2
2024-03-11Auto merge of #122338 - workingjubilee:rollup-xzpt4v4, r=workingjubileebors-3/+12
2024-03-11Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillotJubilee-3/+12
2024-03-11Never bail out early while running all the type check queriesOli Scherer-2/+4
2024-03-09Rollup merge of #122187 - bjorn3:merge_header_version_checks, r=petrochenkovMatthias Krüger-0/+1
2024-03-09Lock stderr in panic handlerJohn Kåre Alsaker-0/+3
2024-03-08Move metadata header and version checks togetherbjorn3-0/+1
2024-03-08Rollup merge of #121194 - beetrees:rustc-raw-args, r=petrochenkovMatthias Krüger-24/+43
2024-03-07Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkovGuillaume Gomez-3/+3
2024-03-07Refactor argument UTF-8 checking into `rustc_driver::args::raw_args()`beetrees-13/+25
2024-03-07Make `arg_expand_all` not short-circuit on first errorbeetrees-11/+18
2024-03-06Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ...Matthias Krüger-0/+2
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-0/+2
2024-03-05Rollup merge of #121658 - jieyouxu:ice-outdated-nightly, r=oli-obkMatthias Krüger-5/+47
2024-03-05Avoid using feed_unit_query from within queriesOli Scherer-3/+3
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-11/+9
2024-02-29Inline and remove `HumanEmitter::stderr`.Nicholas Nethercote-2/+3
2024-02-29Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.Nicholas Nethercote-1/+1
2024-02-27Adjust wording许杰友 Jieyou Xu (Joe)-2/+2
2024-02-27Don't suggest update nightly if using internal features许杰友 Jieyou Xu (Joe)-28/+7
2024-02-27Hint user to update nightly on ICEs produced from outdated nightly许杰友 Jieyou Xu (Joe)-5/+68
2024-02-22Inline and remove `abort_on_err`.Nicholas Nethercote-17/+14
2024-02-22Inline and remove `Session::compile_status`.Nicholas Nethercote-5/+12
2024-02-22Remove `EarlyDiagCtxt::abort_if_errors`.Nicholas Nethercote-3/+2
2024-02-18windows bump to 0.52klensy-1/+1
2024-02-15Refactor out a repeating pattern with `get_or_default_sysroot`Maybe Waffle-6/+2
2024-02-14Allow targets to override default codegen backendMaybe Waffle-3/+16
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-2/+0
2024-02-07Remove an `unchecked_claim_error_was_emitted` call.Nicholas Nethercote-7/+8
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-31/+28
2024-01-25Remove unused featuresclubby789-2/+0
2024-01-15Replace `TrimmedDefPaths` with a bool.Nicholas Nethercote-2/+2
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-1/+1