about summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-07-31Replace the many arguments of `EmitterWriter::stderr` with builder methodsOli Scherer-24/+10
2023-07-31Fix a comment.Nicholas Nethercote-0/+1
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-7/+4
2023-07-27Rollup merge of #114139 - Urgau:make-print-with-path-unstable, r=jackh726Jubilee-0/+6
2023-07-27Make `--print KIND=PATH` unstableUrgau-0/+6
2023-07-27Rollup merge of #114098 - klensy:drop-atty, r=fee1-deadMatthias Krüger-2/+2
2023-07-26Rollup merge of #114073 - ehuss:remove-z-diagnostic-width, r=fee1-deadMatthias Krüger-2/+0
2023-07-26replace atty crate with std's isTerminalklensy-2/+2
2023-07-26Auto merge of #114054 - oli-obk:cleanups, r=estebankbors-32/+12
2023-07-26Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errorsbors-0/+2
2023-07-25Remove -Z diagnostic-widthEric Huss-2/+0
2023-07-25Rollup merge of #114058 - chenyukang:yukang-fix-113981-crate-arg, r=fmease,ol...Matthias Krüger-2/+20
2023-07-26Add help for crate arg when crate name is invalidyukang-2/+20
2023-07-25Use a builder instead of boolean/option argumentsOli Scherer-15/+11
2023-07-25Remove some arguments that are always the sameOli Scherer-19/+3
2023-07-24Add missing documentation for `Session::time`Guillaume Gomez-0/+1
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/+87
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/+22
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