about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2024-01-22Rollup merge of #120159 - jyn514:track-verbose, r=wesleywiserMatthias Krüger-2/+2
2024-01-23Rename `struct_lint_level` as `lint_level`.Nicholas Nethercote-1/+1
2024-01-22Tweak error counting.Nicholas Nethercote-0/+1
2024-01-20Auto merge of #116185 - Zoxc:rem-one-thread, r=cjgillotbors-7/+8
2024-01-20Track `verbose` and `verbose_internals`jyn-2/+2
2024-01-18Rollup merge of #119828 - azhogin:azhogin/collapse_debuginfo_improved_attr, r...Matthias Krüger-6/+43
2024-01-18Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgrbors-14/+1
2024-01-18Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkovMatthias Krüger-14/+1
2024-01-18Remove `OneThread`John Kåre Alsaker-7/+8
2024-01-17Add -Zno-implied-bounds-compat option and use itJack Huey-0/+2
2024-01-17Improved collapse_debuginfo attribute, added command-line flag (no|external|yes)Andrew Zhogin-6/+43
2024-01-17Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obkbors-7/+5
2024-01-16Add unstable `-Z direct-access-external-data` cmdline flag for `rustc`WANG Rui-0/+9
2024-01-15Replace `TrimmedDefPaths` with a bool.Nicholas Nethercote-20/+4
2024-01-14Rework how diagnostic lints are stored.Nicholas Nethercote-7/+5
2024-01-13Add todo commentGeorge-lewis-0/+1
2024-01-13Add check for ui_testing via promoting parameters from `ParseSess` to `Session`George-lewis-18/+28
2024-01-13Add suggestion to upgrade the compilerGeorge-lewis-0/+19
2024-01-13Auto merge of #117285 - joboet:move_platforms_to_pal, r=ChrisDentonbors-2/+2
2024-01-13Auto merge of #118924 - Urgau:check-cfg-exclude-well-known-from-diag, r=petro...bors-2/+5
2024-01-12Exclude well known names from showing a suggestion in check-cfgUrgau-2/+5
2024-01-12Rollup merge of #119884 - GuillaumeGomez:rename-env-opt, r=davidtwcoGuillaume Gomez-3/+3
2024-01-12Rename `--env` option flag to `--env-set`Guillaume Gomez-3/+3
2024-01-12Detect `NulInCStr` error earlier.Nicholas Nethercote-14/+1
2024-01-12Give me a way to emit all the delayed bugsMichael Goulet-0/+4
2024-01-12update paths in commentsjoboet-2/+2
2024-01-11Change how `force-warn` lint diagnostics are recorded.Nicholas Nethercote-5/+1
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-3/+3
2024-01-10Add `DiagCtxt::delayed_bug`.Nicholas Nethercote-4/+1
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-4/+4
2024-01-10Shorten some error invocations.Nicholas Nethercote-4/+4
2024-01-09Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errorsGuillaume Gomez-0/+2
2024-01-09Rollup merge of #119723 - nnethercote:rm-Zdont-buffer-diagnostics, r=compiler...Guillaume Gomez-4/+0
2024-01-09Rollup merge of #119527 - klensy:ordering, r=compiler-errorsGuillaume Gomez-4/+2
2024-01-09Rollup merge of #117744 - quininer:add-z-sync-uw, r=bjorn3Matthias Krüger-0/+2
2024-01-09Remove `-Zdont-buffer-diagnostics`.Nicholas Nethercote-4/+0
2024-01-08Add support for shell argfilesDavid Koloski-0/+2
2024-01-08Use chaining in `DiagnosticBuilder` construction.Nicholas Nethercote-4/+3
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-1/+4
2024-01-06don't reexport atomic::ordering via rustc_data_structures, use std importklensy-4/+2
2024-01-05Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obkMichael Goulet-16/+7
2024-01-05Rollup merge of #119567 - nnethercote:rm-Zreport-delayed-bugs, r=oli-obkMichael Goulet-3/+0
2024-01-05Rollup merge of #119566 - Zalathar:remove-spanview, r=Swatinem,NilstriebMichael Goulet-44/+0
2024-01-05Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errorsMichael Goulet-1/+1
2024-01-05Stabilize THIR unsafeckMatthew Jasper-2/+2
2024-01-05Change printing of "`--error-format` is unstable" errors.Nicholas Nethercote-11/+2
2024-01-05Rename `AnnotateSnippetEmitterWriter` as `AnnotateSnippetEmitter`.Nicholas Nethercote-2/+2
2024-01-05Rename `EmitterWriter` as `HumanEmitter`.Nicholas Nethercote-3/+3
2024-01-04Remove `-Zreport-delayed-bugs`.Nicholas Nethercote-3/+0
2024-01-04Remove `-Zdump-mir-spanview`Zalathar-44/+0