summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
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-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-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
2024-10-31rustc_codegen_llvm: Add a new 'pc' option to branch-protectionKajetan Puchalski-3/+7
2024-10-31Remove support for `-Zprofile` (gcov-style coverage instrumentation)Zalathar-18/+1
2024-10-30fix libc call from i8 to u8Henry Jiang-1/+1
2024-10-29Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillotJubilee-5/+6
2024-10-28fix clippy::clone_on_ref_ptr for compilerklensy-5/+6
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-2/+2
2024-10-20Limited -Zregparm support (no Rust calling conv) descriptionsAndrew Zhogin-1/+2
2024-10-18rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972)Andrew Zhogin-0/+23
2024-10-15stabilize `-Znext-solver=coherence`lcnr-21/+15
2024-10-12Rollup merge of #131626 - matthiaskrgr:dont_string, r=lqdTrevor Gross-1/+1
2024-10-12Rollup merge of #131277 - ismailarilik:handle-potential-query-instability-lin...Matthias Krüger-1/+1
2024-10-12remove a couple of redundant String to String conversionMatthias Krüger-1/+1
2024-10-10Avoid redundant additions to PATH when linkingMads Marquart-0/+2
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-1/+1
2024-10-05Handle `clippy` cases of `rustc::potential_query_instability` lintismailarilik-1/+1