about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
AgeCommit message (Expand)AuthorLines
2024-03-09Some tweaks to the parallel query cycle handlerJohn Kåre Alsaker-3/+16
2024-03-07Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkovGuillaume Gomez-17/+13
2024-03-07Rollup merge of #122066 - mu001999:clean, r=oli-obkGuillaume Gomez-0/+5
2024-03-06Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ...Matthias Krüger-0/+4
2024-03-06Add proper cfgs for struct HirIdValidator used only with debug assertionsr0cky-0/+5
2024-03-06Change the documented implicit value of `-C instrument-coverage` to `=yes`Zalathar-1/+1
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-0/+4
2024-03-05errors: share `SilentEmitter` between rustc and rustfmtDavid Wood-6/+8
2024-03-05Avoid using feed_unit_query from within queriesOli Scherer-8/+8
2024-03-05Remove a use of feed_local_crate and make it fail if used within queriesOli Scherer-0/+2
2024-03-05Prevent feeding `CRATE_DEF_ID` queries outside the resolverOli Scherer-9/+3
2024-03-05Get rid of `feed_local_def_id`Oli Scherer-1/+1
2024-03-05Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.Nicholas Nethercote-2/+2
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-20/+20
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-0/+1
2024-02-28Rename `Diagnostic` as `DiagInner`.Nicholas Nethercote-2/+2
2024-02-21Rollup merge of #121392 - bjorn3:unify_dylib_loading, r=petrochenkovMatthias Krüger-23/+11
2024-02-22Replace unnecessary `abort_if_errors`.Nicholas Nethercote-3/+1
2024-02-22Inline and remove `Session::compile_status`.Nicholas Nethercote-1/+3
2024-02-22Overhaul the handling of errors at the top-level.Nicholas Nethercote-18/+42
2024-02-22Adjust the `has_errors*` methods.Nicholas Nethercote-1/+1
2024-02-21Unify dylib loading between proc macros and codegen backendsbjorn3-23/+11
2024-02-17Rollup merge of #121209 - nnethercote:infallible-join_codegen, r=bjorn3Matthias Krüger-1/+1
2024-02-17Make `CodegenBackend::join_codegen` infallible.Nicholas Nethercote-1/+1
2024-02-16Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnaybors-3/+4
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-2/+2
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+4
2024-02-14clean up potential_query_instability with FxIndexMap and UnordMapyukang-5/+1
2024-02-12Tweak delayed bug mentions.Nicholas Nethercote-3/+3
2024-02-09Rollup merge of #120828 - nnethercote:fix-stash-steal, r=oli-obkMatthias Krüger-0/+4
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-2/+0
2024-02-09Fix `ErrorGuaranteed` unsoundness with stash/steal.Nicholas Nethercote-0/+4
2024-02-07Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkovGuillaume Boisseau-0/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-02-03`SilentEmitter::fatal_note` doesn't need to be optional.Nicholas Nethercote-4/+4
2024-02-03Make some fatal errors more concise.Nicholas Nethercote-5/+3
2024-01-25Remove unused featuresclubby789-3/+0
2024-01-22Rollup merge of #120159 - jyn514:track-verbose, r=wesleywiserMatthias Krüger-1/+2
2024-01-20Track `verbose` and `verbose_internals`jyn-1/+2
2024-01-19Rollup merge of #119815 - nagisa:nagisa/polishes-libloading-use-somewhat, r=b...Matthias Krüger-4/+11
2024-01-18Rollup merge of #119828 - azhogin:azhogin/collapse_debuginfo_improved_attr, r...Matthias Krüger-4/+5
2024-01-17Improved collapse_debuginfo attribute, added command-line flag (no|external|yes)Andrew Zhogin-4/+5
2024-01-16Add unstable `-Z direct-access-external-data` cmdline flag for `rustc`WANG Rui-0/+1
2024-01-13Add way to express no-values with check-cfgUrgau-1/+3
2024-01-13Auto merge of #119473 - Urgau:check-cfg-explicit-none, r=petrochenkovbors-1/+8
2024-01-11Stop using `DiagnosticBuilder::buffer` in the parser.Nicholas Nethercote-4/+7
2024-01-11Rename `TRACK_DIAGNOSTICS` as `TRACK_DIAGNOSTIC`.Nicholas Nethercote-2/+2
2024-01-10Format sources into the error message when loading codegen backendsSimonas Kazlauskas-4/+11
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-8/+7
2024-01-09Add explicit none() value variant in check-cfgUrgau-1/+8