about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2024-06-28Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,...Matthias Krüger-2/+62
2024-06-26Add `-Zdump-mir-exclude-alloc-bytes`Josh Stone-0/+2
2024-06-25Updated code for changes to RFC, added additional error handling, addedFlorian Schmiderer-14/+18
2024-06-25Support for -Z patchable-function-entryMatthew Maurer-1/+57
2024-06-25Auto merge of #126326 - eggyal:ununsafe-StableOrd, r=michaelwoeristerbors-2/+4
2024-06-24Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelixMichael Goulet-1/+2
2024-06-23compiler: parse the empty frame-pointerJubilee Young-2/+2
2024-06-23compiler: Accept -Cforce-frame-pointers=alwaysJubilee Young-11/+10
2024-06-23compiler: Support nightly -Cforce-frame-pointers=non-leafJubilee Young-4/+14
2024-06-23compiler(nfc): -Cforce-frame-pointers is a FramePointerJubilee Young-9/+20
2024-06-22Ensure careful consideration is given by implsAlan Egerton-1/+3
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-06-18Unconditionally warn on usage of `wasm32-wasi`Alex Crichton-0/+14
2024-06-18Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwcobors-29/+33
2024-06-18Remove redundant argument from `subdiagnostic` methodOli Scherer-6/+6
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-19/+19
2024-06-18Prefer `dcx` methods over fields or fields' methodsOli Scherer-6/+10
2024-06-17coverage: Add debugging flag `-Zcoverage-options=no-mir-spans`Zalathar-2/+16
2024-06-14Deprecate no-op codegen option `-Cinline-threshold=...`Martin Nordholts-1/+2
2024-06-12Un-unsafe the `StableOrd` traitAlan Egerton-2/+2
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-3/+5
2024-06-06Improve naming and path operations in crate loaderNilstrieb-9/+9
2024-05-30coverage: Add CLI support for `-Zcoverage-options=condition`Dorian Péron-2/+24
2024-05-29Rollup merge of #124655 - Darksonn:fixed-x18, r=lqd,estebankMatthias Krüger-0/+2
2024-05-29Rollup merge of #124320 - Urgau:print-check-cfg, r=petrochenkov许杰友 Jieyou Xu (Joe)-1/+13
2024-05-03Add -Zfixed-x18Alice Ryhl-0/+2
2024-04-30Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-deadMatthias Krüger-10/+10
2024-04-30Remove `extern crate tracing` from numerous crates.Nicholas Nethercote-7/+4
2024-04-29coverage: Replace boolean options with a `CoverageLevel` enumZalathar-18/+30
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-3/+6
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-7/+15
2024-04-25Add `--print=check-cfg` to get the expected configsUrgau-1/+13
2024-04-25Rollup merge of #124324 - nnethercote:minor-ast-cleanups, r=estebankMatthias Krüger-10/+6
2024-04-25Rollup merge of #124333 - Urgau:better-bad-print, r=fmeaseMatthias Krüger-3/+6
2024-04-24Improve diagnostic for unknown --print requestUrgau-3/+6
2024-04-24Whitespace fixes.Nicholas Nethercote-10/+6
2024-04-23Auto merge of #123126 - oli-obk:feed_crate_num, r=davidtwcobors-2/+5
2024-04-23Mark @RUSTC_BUILTIN search path usage as unstableLukas Wirth-1/+16
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-04-20Rollup merge of #123409 - ZhuUx:master, r=oli-obkMatthias Krüger-10/+18
2024-04-19Move `stable_crate_ids` from `CrateStore` to `Untracked`Oli Scherer-2/+5
2024-04-19Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiserbors-2/+17
2024-04-19coverage. Add coverage-options=mcdc as gate for MC/DC instrumentzhuyunxing-10/+18
2024-04-18Ensure `[rust] debuginfo-level-std` doesn't change core's MIRScott McMurray-0/+3
2024-04-16Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkinGuillaume Gomez-28/+18
2024-04-16Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkovMatthias Krüger-2/+2
2024-04-16Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-SimulacrumGuillaume Gomez-3/+3
2024-04-16Move `initialize_checked_jobserver`.Nicholas Nethercote-10/+4
2024-04-16Construct `SourceMap` at the same time as `SessionGlobals`.Nicholas Nethercote-18/+14
2024-04-15Move --check-cfg documentation to stable booksUrgau-1/+1