about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
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
2023-08-23Bump cfg(bootstrap)Mark Rousskov-1/+1
2023-08-22unknown unstable lint command linemojave2-5/+18
2023-08-18Add the relocation_model to the cfgLuca Barbato-1/+11
2023-08-18Add an (perma-)unstable option to disable vtable vptrGary Guo-0/+2
2023-08-13Remove reached_eof from ParseSessbjorn3-4/+1
2023-08-11rustc: Move `features` from `Session` to `GlobalCtxt`Vadim Petrochenkov-19/+1
2023-08-09rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt`Vadim Petrochenkov-12/+0
2023-08-09rustc: Move `crate_types` from `Session` to `GlobalCtxt`Vadim Petrochenkov-42/+0
2023-08-08Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiserMatthias Krüger-3/+13
2023-08-07CFI: Fix error compiling core with LLVM CFI enabledRamon de C Valle-3/+13
2023-08-04Auto merge of #114104 - oli-obk:syn2, r=compiler-errorsbors-24/+10
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-1/+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-1/+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/+19
2023-07-26Add help for crate arg when crate name is invalidyukang-2/+19
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/+85