about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2023-07-24new unstable option: -Zwrite-long-types-to-diskMahdi Dibaiee-0/+2
2023-07-23Auto merge of #113975 - matthiaskrgr:clippy_07_2023, r=fee1-deadbors-4/+2
2023-07-23fix couple of clippy findings:Matthias Krüger-4/+2
2023-07-23match on chars instead of &strs for .split() or .strip_prefix()Matthias Krüger-3/+3
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-32/+0
2023-07-21Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obkbors-0/+32
2023-07-21Auto merge of #113707 - sivadeilra:user/ardavis/sha256, r=eholkbors-1/+1
2023-07-21Rollup merge of #113780 - dtolnay:printkindpath, r=b-naberMatthias Krüger-37/+85
2023-07-21Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikicMatthias Krüger-0/+7
2023-07-21add crate-local `-Z reference_niches` unstable flag (does nothing for now)Moulins-0/+32
2023-07-20Move OutFileName writing into rustc_sessionDavid Tolnay-0/+20
2023-07-20Disallow overlapping prints to the same locationDavid Tolnay-0/+15
2023-07-20Parse --print KIND=PATH command line syntaxDavid Tolnay-8/+14
2023-07-20Store individual output file name with every PrintRequestDavid Tolnay-31/+38
2023-07-20Don't translate compiler-internal bug messagesOli Scherer-1/+1
2023-07-20Auto merge of #108714 - estebank:ice_dump, r=oli-obkbors-4/+15
2023-07-19Rollup merge of #113765 - compiler-errors:at-least, r=oli-obkDylan DPC-6/+6
2023-07-19Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkovDylan DPC-0/+2
2023-07-19Make it clearer that edition functions are >=, not ==Michael Goulet-6/+6
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-4/+15
2023-07-18Add `#[track_caller]` to lint related diagnostic functionsMaybe Waffle-0/+9
2023-07-17Do not fetch HIR in native_libs.Camille GILLOT-0/+2
2023-07-17print on rustc_codegen_llvm and rename malloc and cpy c_charkhei4-4/+4
2023-07-16Don't enable by default :)Patrick Walton-1/+1
2023-07-16rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics.Patrick Walton-0/+7
2023-07-14Use SHA256 by default when targeting MSVCArlie Davis-1/+1
2023-07-10Auto merge of #112988 - spastorino:new-rpitit-24, r=compiler-errorsbors-3/+0
2023-07-10Auto merge of #113127 - jieyouxu:fix-error-color-summary, r=davidtwcobors-0/+2
2023-07-08Replace RPITIT current impl with new strategy that lowers as a GATSantiago Pastorino-3/+0
2023-07-05Auto merge of #112697 - tgross35:explain-markdown, r=oli-obkbors-0/+4
2023-07-04Rollup merge of #113296 - BoxyUwU:proof_trees_on_error, r=lcnrMatthias Krüger-2/+27
2023-07-04reviewsBoxy-12/+11
2023-07-04change flag nameBoxy-1/+1
2023-07-04reviewsBoxy-5/+7
2023-07-03Remove chalk from the compilerMichael Goulet-4/+1
2023-07-03Add a simple markdown parser for formatting `rustc --explain`Trevor Gross-0/+4
2023-07-03add flag for disabling global cache and printing proof trees on errorBoxy-2/+26
2023-07-02Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiaskobors-1/+8
2023-07-02Add `rustc` option to output LLVM optimization remarks to YAML filesJakub Beránek-1/+8
2023-06-30require `-Zunstable-options` to use new link-self-contained values andRémy Rakic-10/+30
2023-06-30refactor `add_gcc_ld_path` into its final formRémy Rakic-0/+5
2023-06-30use `LinkSelfContained` for `-C link-self-contained`Rémy Rakic-2/+88
2023-06-30add dedicated `-C link-self-contained` structureRémy Rakic-1/+44
2023-06-30regroup `LinkerPluginLto` blocksRémy Rakic-9/+9
2023-06-29Set error handler output format as soon as possible许杰友 Jieyou Xu (Joe)-0/+2
2023-06-27Rollup merge of #113084 - WaffleLapkin:less_map_or, r=NilstriebMatthias Krüger-7/+0
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-276/+246
2023-06-27Simplify some conditionsMaybe Waffle-7/+0
2023-06-22switch to using a target property to control plt defaultAugie Fackler-5/+5
2023-06-22rustc_session: default to -Z plt=yes on non-x86_64Augie Fackler-2/+2