about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl
AgeCommit message (Expand)AuthorLines
2024-12-24Default to short backtraces for dev builds of rustc itselfjyn-1/+5
2024-12-20Reduce the amount of explicit FatalError.raise()bjorn3-7/+2
2024-12-18Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors许杰友 Jieyou Xu (Joe)-2/+2
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-17Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obkbors-2/+2
2024-12-18refactor: replace &PathBuf with &Path to enhance generalityIntegral-2/+2
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-2/+2
2024-12-14Remove two unnecessary referencesbjorn3-2/+2
2024-12-14Remove the parse querybjorn3-55/+44
2024-12-14Get rid of of the global_ctxt querybjorn3-3/+7
2024-12-14Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obkMatthias Krüger-3/+5
2024-12-13Remove registered_lints field from Sessionbjorn3-3/+5
2024-12-12Pass rustc_ast::Crate rather than Queries to after_crate_root_parsingbjorn3-8/+6
2024-12-12Pass TyCtxt rather than Queries to after_expansionbjorn3-10/+10
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/+33
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/+33
2024-11-18Make rustc --explain busybox less compatibleomni-1/+1
2024-11-12Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillotbors-5/+0
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-5/+0
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-3/+3
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-07Rollup merge of #130899 - bjorn3:wasi_bootstrap_fixes, r=davidtwcoJubilee-4/+3
2024-10-06Update out-dated linkmu001999-1/+1
2024-10-04Avoid unused import warning for the Ctrl-C handler on wasmbjorn3-4/+3