about summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
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-16/+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
2024-01-03Enable address sanitizer for MSVC targets using INFERASANLIBS linker flagDaniel Paoliello-1/+4
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-1/+1
2023-12-31Add -Zuse-sync-unwindquininer-0/+2
2023-12-30Update to bitflags 2 in the compilerNilstrieb-2/+3
2023-12-26Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebankbors-4/+10
2023-12-24don't elide shared parts of types in diagnostics when `--verbose` is passedjyn-0/+6
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-20/+6
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-300/+38
2023-12-24Remove `ParseSess` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-93/+24
2023-12-22Rollup merge of #119171 - nnethercote:cleanup-errors-4, r=compiler-errorsMichael Goulet-126/+81
2023-12-22Rollup merge of #119077 - tmiasko:lint, r=cjgillotMichael Goulet-0/+2
2023-12-23Fix weird code setting in `create_feature_err`.Nicholas Nethercote-1/+1
2023-12-23Rename `EarlyDiagCtxt` methods to match `DiagCtxt`.Nicholas Nethercote-68/+68
2023-12-23Give `DiagnosticBuilder` a default type.Nicholas Nethercote-29/+12
2023-12-23Streamline `struct_lint_level`.Nicholas Nethercote-28/+0
2023-12-21Add pass to identify undefined or erroneous behaviourTomasz Miąsko-0/+2
2023-12-19rename to verbose-internalsjyn-4/+4
2023-12-19Add `EmitResult` associated type to `EmissionGuarantee`.Nicholas Nethercote-20/+26
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-9/+13
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-12/+19