summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
2025-01-02Make the `test` cfg a "userspace" check-cfgUrgau-2/+5
2024-12-29make -Csoft-float have an effect on all ARM targetsRalf Jung-1/+1
2024-12-23Use `#[derive(Default)]` instead of manually implementing itEsteban Küber-7/+2
2024-12-20Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errorsMatthias Krüger-9/+6
2024-12-20Reduce the amount of explicit FatalError.raise()bjorn3-9/+6
2024-12-20Rollup merge of #134514 - bjorn3:more_driver_refactors, r=jieyouxuDianQK-1/+1
2024-12-19Update commentsbjorn3-1/+1
2024-12-19coverage: Add a synthetic test for when all spans are discardedZalathar-2/+14
2024-12-18Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors许杰友 Jieyou Xu (Joe)-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-6/+4
2024-12-18refactor: replace &PathBuf with &Path to enhance generalityIntegral-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-32/+0
2024-12-14Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obkMatthias Krüger-10/+0
2024-12-13Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubileebors-1/+1
2024-12-13Remove registered_lints field from Sessionbjorn3-4/+0
2024-12-13Remove jobserver from Sessionbjorn3-6/+0
2024-12-13Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obkbors-4/+26
2024-12-11generalize 'forbidden feature' concept so that even (un)stable feature can be...Ralf Jung-1/+1
2024-12-10We don't need `NonNull::as_ptr` debuginfoScott McMurray-4/+26
2024-12-09Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillotMatthias Krüger-9/+6
2024-12-06Remove polymorphizationBen Kimock-2/+0
2024-12-06Store a single copy of the error registry in DiagCtxtbjorn3-9/+6
2024-12-06Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubileeMatthias Krüger-0/+13
2024-12-04Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errorsMatthias Krüger-2/+0
2024-12-04Remove `-Zshow-span`.Nicholas Nethercote-2/+0
2024-12-03Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxuMatthias Krüger-1/+1
2024-12-03Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiserbors-0/+2
2024-12-02`impl Default for EarlyDiagCtxt`jyn-0/+6
2024-12-02rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)Andrew Zhogin-0/+13
2024-11-29Update `-Zshow-span` help message.Nicholas Nethercote-1/+1
2024-11-29Rename `-Zparse-only`.Nicholas Nethercote-4/+5
2024-11-28Replace `Symbol::intern` calls with preinterned symbolsclubby789-1/+1
2024-11-26Remove -Zfuel.Camille GILLOT-94/+1
2024-11-22Rollup merge of #133159 - Zalathar:unstable-options-no-value, r=jieyouxuMichael Goulet-19/+29
2024-11-21Rollup merge of #130236 - yaahc:unstable-feature-usage, r=estebankMatthias Krüger-2/+2
2024-11-20unstable feature usage metricsJane Losare-Lusby-2/+2
2024-11-19Rollup merge of #133023 - samestep:hir-stats-total-count, r=nnethercoteMatthias Krüger-3/+1
2024-11-18Don't allow `-Zunstable-options` to take a valueZalathar-1/+7
2024-11-18Rename `parse_no_flag` to `parse_no_value`Zalathar-18/+22
2024-11-18Overhaul the `-l` option parser (for linking to native libs)Zalathar-121/+224
2024-11-18Move `-l` option parsing into its own submoduleZalathar-140/+144
2024-11-15Merge `-Zhir-stats` into `-Zinput-stats`Sam Estep-3/+1
2024-11-15rustc_metadata: Preprocess search paths for better performancePiotr Osiewicz-31/+87
2024-11-12Auto merge of #132919 - matthiaskrgr:rollup-ogghyvp, r=matthiaskrgrbors-1/+1
2024-11-11Rollup merge of #132820 - bjorn3:default_backend_link_impl, r=jieyouxuMatthias Krüger-1/+1
2024-11-11Remove `rustc_session::config::rustc_short_optgroups`Zalathar-25/+24
2024-11-11Store option strings directly, not in a boxed `apply` closureZalathar-23/+31
2024-11-11Auto merge of #126597 - estebank:unicode-output, r=fmeasebors-14/+35
2024-11-10Address review commentsLeón Orell Valerian Liehr-16/+16
2024-11-10Add Unicode block-drawing compiler output supportEsteban Küber-1/+22