about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2023-10-13Make `needs_analysis` true for `PpHirMode::Typed`.Nicholas Nethercote-1/+1
2023-10-13Remove PpAstTreeMode.Nicholas Nethercote-14/+9
2023-10-11Auto merge of #113218 - lqd:polonius-scopes, r=jackh726bors-1/+51
2023-10-11Auto merge of #116014 - lqd:mcp510-2-electric-boogaloo, r=petrochenkovbors-54/+62
2023-10-10Rollup merge of #116595 - RalfJung:mir-enable-passes, r=oli-obkMatthias Krüger-3/+4
2023-10-10-Zmir-enable-passes: document that this may enable unsound passesRalf Jung-3/+4
2023-10-09Remove cgu_reuse_tracker from Sessionbjorn3-161/+0
2023-10-09Remove an LTO dependent cgu_reuse_tracker.set_actual_reuse callbjorn3-7/+1
2023-10-08consistency check for self-contained linking components CLI optionsRémy Rakic-0/+25
2023-10-08implement opt out `-Clink-self-contained=-linker`Rémy Rakic-12/+30
2023-10-08move single component parsing to dedicated functionRémy Rakic-7/+7
2023-10-08move `LinkSelfContainedComponents` to `rustc_target`Rémy Rakic-35/+1
2023-10-08prepare stabilization of modern linker-flavorsRémy Rakic-3/+2
2023-10-08Remove -Zdep-tasks.Camille GILLOT-3/+0
2023-10-08linker: Remove `-Zgcc-ld` optionVadim Petrochenkov-20/+3
2023-10-06Remove unused `FileName::CfgSpec`.Nicholas Nethercote-1/+0
2023-10-04extend Polonius options helpersRémy Rakic-1/+6
2023-10-04introduce `Polonius` enum for `-Zpolonius`Rémy Rakic-1/+46
2023-09-23Enable drop_tracking_mir by default.Camille GILLOT-6/+0
2023-09-22Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31bors-0/+31
2023-09-22Allow `-Z treat-err-as-bug=0`Lieselotte-7/+14
2023-09-20Validate crate name in CLI option --externLeón Orell Valerian Liehr-0/+31
2023-09-20coverage: Remove debug code from the instrumentorZalathar-5/+2
2023-09-19Rollup merge of #115869 - ferrocene:pa-fix-tests-cargo-remap, r=compiler-errorsMatthias Krüger-2/+10
2023-09-17Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errorsbors-18/+13
2023-09-15implement -Z ignore-directory-in-diagnostics-source-blocksPietro Albini-2/+10
2023-09-13Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiserbors-3/+4
2023-09-12Fix two typosbjorn3-1/+1
2023-09-11Auto merge of #115656 - cjgillot:default-relative-spans, r=davidtwcobors-9/+0
2023-09-10Show lib features in -Zls and allow configuring which things are shownbjorn3-3/+4
2023-09-10Auto merge of #115711 - Zoxc:freeze-cstore, r=oli-obkbors-2/+2
2023-09-10Auto merge of #115713 - chenyukang:yukang-fix-115680-rustdoc-arg-check, r=com...bors-5/+13
2023-09-10Abort if check nightly options failed on stableyukang-5/+13
2023-09-09Use `FreezeLock` for `CStore`John Kåre Alsaker-2/+2
2023-09-08sortAugie Fackler-2/+2
2023-09-08options: fix indentationAugie Fackler-3/+3
2023-09-08debuginfo: add compiler option to allow compressed debuginfo sectionsAugie Fackler-6/+53
2023-09-08Auto merge of #113492 - nebulark:pr_96475, r=petrochenkovbors-0/+8
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-0/+8
2023-09-07Enable incremental-relative-spans by default.Camille GILLOT-9/+0
2023-09-07Auto merge of #114183 - Urgau:stabilize-print-with-path, r=oli-obkbors-6/+0
2023-09-07Stabilize `PATH` option for `--print KIND=PATH`Urgau-6/+0
2023-09-03Make `.rmeta` file in `dep-info` have correct name (`lib` prefix)Martin Nordholts-18/+13
2023-09-02Rename `Freeze` to `FreezeLock`John Kåre Alsaker-2/+2
2023-09-02Add `Freeze` type and use it to store `Definitions`John Kåre Alsaker-2/+2
2023-08-30Use conditional synchronization for LockJohn Kåre Alsaker-5/+5
2023-08-27Rollup merge of #114974 - nbdd0121:vtable, r=b-naberGuillaume Gomez-0/+2
2023-08-25Auto merge of #115158 - Enselic:break-rust-args, r=compiler-errorsbors-0/+47
2023-08-24Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonurbors-1/+1
2023-08-24Move extra_compiler_flags() to rustc_sessionMartin Nordholts-0/+47