about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src
AgeCommit message (Expand)AuthorLines
2024-12-08Use ensure for analysis callsbjorn3-2/+2
2024-12-06Remove all threading through of ErrorGuaranteed from the driverbjorn3-45/+41
2024-12-06Move some timers aroundbjorn3-2/+1
2024-12-04Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errorsMatthias Krüger-3/+1
2024-12-04Remove `-Zshow-span`.Nicholas Nethercote-3/+1
2024-12-03Rollup merge of #133041 - madsmtm:print-deployment-target-env-var, r=davidtwcoMatthias Krüger-2/+3
2024-11-29Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebankMatthias Krüger-1/+3
2024-11-29Rename `-Zparse-only`.Nicholas Nethercote-1/+3
2024-11-27Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillotMatthias Krüger-57/+51
2024-11-27Fix review commentbjorn3-2/+2
2024-11-26Remove -Zfuel.Camille GILLOT-4/+0
2024-11-22Print env var in --print=deployment-targetMads Marquart-2/+3
2024-11-21Rollup merge of #130236 - yaahc:unstable-feature-usage, r=estebankMatthias Krüger-1/+31
2024-11-21Rewrite `show_md_content_with_pager`.Nicholas Nethercote-49/+43
2024-11-21Remove redundant `is_terminal` check.Nicholas Nethercote-2/+1
2024-11-21Fix `catbat` pager typo.Nicholas Nethercote-1/+1
2024-11-20unstable feature usage metricsJane Losare-Lusby-1/+31
2024-11-18Make rustc --explain busybox less compatibleomni-1/+1
2024-11-11Remove `rustc_session::config::rustc_short_optgroups`Zalathar-2/+5
2024-11-09Deprecate the after_crate_root_parsing callbackbjorn3-0/+4
2024-11-09Pass TyCtxt instead of Queries to the after_analysis callbacksbjorn3-6/+5
2024-11-09Reduce the amount of GlobalCtxt::enter calls in the driverbjorn3-14/+10
2024-11-09Let make_input immediately report an error for multiple input filenamesbjorn3-38/+34
2024-11-08Use a method to apply `RustcOptGroup` to `getopts::Options`Zalathar-3/+3
2024-11-03make time format parsing compiletimeklensy-2/+2
2024-11-02Add `--print host-triple`Noratrieb-0/+1
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-7/+7
2024-11-01Emit diagnostics for incorrect deployment targetsMads Marquart-3/+4
2024-11-01Move versioned LLVM target creation to rustc_codegen_ssaMads Marquart-3/+2
2024-10-28fix clippy::clone_on_ref_ptr for compilerklensy-1/+1
2024-10-14Remove allowing static_mut_refs lintmu001999-9/+11
2024-10-04Avoid unused import warning for the Ctrl-C handler on wasmbjorn3-4/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-16/+14
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+2
2024-09-17Rollup merge of #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwcoMatthias Krüger-1/+1
2024-09-17Rollup merge of #128961 - GKFX:issue-128930-explain-missing-option, r=jieyouxuMatthias Krüger-2/+15
2024-09-13Disallow hidden references to mutable staticObei Sideg-0/+2
2024-09-13Remove unnecessary lifetime from `RunCompiler`.Nicholas Nethercote-4/+4
2024-09-11Simplify some nested if statementsMichael Goulet-4/+2
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-1/+0
2024-09-07Auto merge of #129341 - madsmtm:refactor-deployment-target, r=petrochenkovbors-3/+3
2024-09-05update cfgsBoxy-1/+0
2024-09-05Use a `Vec` in `rustc_interface::Config::locale_resources`arnaudgolfouse-1/+1
2024-09-05Apple: Refactor deployment target version parsingMads Marquart-3/+3
2024-09-03rustc_driver_impl: remove some old dead logicRalf Jung-11/+2
2024-08-28Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoeristerMatthias Krüger-29/+36
2024-08-28clarify a few thingsOrion Gonzalez-4/+8
2024-08-28cleanup make_inputOrion Gonzalez-19/+26
2024-08-28replace is_some() -> unwrap with if letOrion Gonzalez-6/+2
2024-08-27Rollup merge of #129648 - nnethercote:unreachable_pub-2, r=UrgauMatthias Krüger-0/+1