about summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
2024-08-28clarify a few thingsOrion Gonzalez-0/+1
2024-08-27Rollup merge of #129418 - petrochenkov:libsearch2, r=jieyouxuTrevor Gross-29/+3
2024-08-27Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwcoTrevor Gross-2/+32
2024-08-22rustc: Simplify getting sysroot library directoryVadim Petrochenkov-29/+3
2024-08-15Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,...Matthias Krüger-1/+6
2024-08-14stabilize `option_get_or_insert_default`Slanterns-1/+0
2024-08-11Fix #128930: Print documentation of CLI options missing their argGeorge Bateman-1/+1
2024-08-11Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errorsMatthias Krüger-10/+3
2024-08-09unconditionally allow shadow call-stack for AArch64 whenever fixed-x18 is app...Ding Xiang Fei-1/+6
2024-08-09Rollup merge of #128806 - estebank:color-config, r=jieyouxuMatthias Krüger-28/+40
2024-08-08review commentsEsteban Küber-2/+2
2024-08-08Split `ColorConfig` off of `HumanReadableErrorType`Esteban Küber-28/+40
2024-08-07Rollup merge of #128702 - yaahc:metrics-flag, r=estebankTrevor Gross-0/+2
2024-08-07Add -Zerror-metrics=PATH to save diagnostic metadata to diskJane Losare-Lusby-0/+2
2024-08-07Disallow setting built-in cfgs via set the command-lineUrgau-1/+69
2024-08-07Make `Span` optional in `BufferedEarlyLint`Urgau-1/+11
2024-08-07Use more slice patterns inside the compilerLeón Orell Valerian Liehr-10/+3
2024-08-06-Zembed-source: Don't try to warn about incompatible codegen backendsMrmaxmeier-13/+0
2024-08-05Don't ICE if getting the input's file_stem failsChris Denton-3/+7
2024-08-03linker: Pass fewer search directories to the linkerVadim Petrochenkov-0/+5
2024-07-29Add `-Z embed-source=yes` to embed source code in DWARF debug infoMrmaxmeier-2/+45
2024-07-29Reformat `use` declarations.Nicholas Nethercote-124/+129
2024-07-14Auto merge of #127670 - compiler-errors:no-type-length-limit, r=jackh726bors-0/+2
2024-07-13Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Ma...Jubilee-1/+1
2024-07-12Gate the type length limit check behind a nightly flagMichael Goulet-0/+2
2024-07-12Rollup merge of #126502 - cuviper:dump-mir-exclude-alloc-bytes, r=estebankJubilee-0/+2
2024-07-07use "bootstrap" instead of "rustbuild" in comments and docsonur-ozkan-1/+1
2024-07-02Rename the `asm-comments` compiler flag to `verbose-asm`Trevor Gross-2/+2
2024-07-01Avoid MIR bloat in inliningScott McMurray-0/+2
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-21Fix remaining casesMichael Goulet-2/+2
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