about summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
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
2024-11-10Fix error message for direct usage of sess.opts.crate_typesbjorn3-1/+1
2024-11-09Rollup merge of #132823 - RalfJung:conditional-const-calls, r=fee1-dead,compi...Jubilee-0/+2
2024-11-09give a hint which feature is missingRalf Jung-0/+2
2024-11-09Rollup merge of #132754 - Zalathar:opts, r=GuillaumeGomez,jieyouxuMatthias Krüger-130/+150
2024-11-07Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiserJubilee-0/+5
2024-11-08Simplify command-line-argument declarations in librustdocZalathar-14/+0
2024-11-08Simplify command-line-option declarations in the compilerZalathar-117/+147
2024-11-08Use a method to apply `RustcOptGroup` to `getopts::Options`Zalathar-1/+5
2024-11-06Rename option and add docMatt Weber-2/+2
2024-11-06Move additional source location info behind -Z optionMatt Weber-0/+2
2024-11-06Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgrbors-13/+0
2024-11-05Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxuMatthias Krüger-13/+0
2024-11-05Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwcoMatthias Krüger-3/+7
2024-11-05Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubileebors-2/+3
2024-11-04mark some target features as 'forbidden' so they cannot be (un)setRalf Jung-2/+3
2024-11-04Rollup merge of #132355 - practicalrs:fix_117638, r=SparrowLiiMatthias Krüger-3/+12
2024-11-03compiler: Directly use rustc_abi in sessionJubilee Young-2/+2
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-13/+0
2024-11-03Rollup merge of #132522 - senekor:consistenst-codegen-help, r=compiler-errorsMatthias Krüger-1/+1
2024-11-02Add `--print host-triple`Noratrieb-0/+2
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-29/+29
2024-11-02make codegen help output more consistentRemo Senekowitsch-1/+1
2024-11-01Fix compiler panic with a large number of threadsMichal Piotrowski-3/+12