about summary refs log tree commit diff
path: root/compiler/rustc_passes
AgeCommit message (Expand)AuthorLines
2023-12-22Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errorsbors-46/+28
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-46/+28
2023-12-18Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl...Michael Woerister-3/+0
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-10/+10
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-5/+5
2023-12-15Fix enforcement of generics for associated itemsMichael Goulet-19/+27
2023-12-15banish hir::GenericBound::LangItemTraitMichael Goulet-1/+1
2023-12-15Collect lang items from ASTMichael Goulet-155/+245
2023-12-13Auto merge of #118870 - Enselic:rustc_passes-query-stability, r=compiler-errorsbors-1/+10
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-22/+21
2023-12-12rustc_passes: Enforce `rustc::potential_query_instability` lintMartin Nordholts-1/+10
2023-12-05Remove `#[rustc_host]`, use internal desugaringDeadbeef-2/+7
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-2/+2
2023-11-29Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errorsMatthias Krüger-1/+16
2023-11-29Add `never_patterns` feature gateNadrieril-1/+16
2023-11-28Yeet E0744Michael Goulet-14/+4
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-14/+12
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-2/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-11-22Replace `custom_encodable` with `encodable`.Nicholas Nethercote-1/+0
2023-11-22Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-deadbors-1/+1
2023-11-22Update itertools to 0.11.Nicholas Nethercote-1/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-104/+104
2023-11-20Store feature stability un-splitMichael Goulet-31/+23
2023-11-20Unify defined_lib_features and lib_features queriesMichael Goulet-44/+48
2023-11-15Re-format code with new rustfmtMark Rousskov-1/+4
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-11-14Fix some typoscui fliter-1/+1
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-19/+0
2023-10-31Enums in offset_of: update based on est31, scottmcm & llogiq reviewGeorge Bateman-20/+5
2023-10-31Support enum variants in offset_of!George Bateman-7/+22
2023-10-31Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillotbors-55/+15
2023-10-30Add method for checking if deprecation is a rustc versionDavid Tolnay-8/+2
2023-10-30Represent absence of 'since' attribute as a variant of DeprecatedSinceDavid Tolnay-2/+2
2023-10-30Rollup merge of #117390 - chenyukang:yukang-fix-117284-unused-macro, r=estebankGuillaume Gomez-11/+38
2023-10-30Fix #117284, Fix unused variables lint issue for args in macroyukang-11/+38
2023-10-29Delete unused InvalidDeprecationVersion diagnosticDavid Tolnay-15/+0
2023-10-29Store version of `deprecated` attribute in structured formDavid Tolnay-34/+15
2023-10-29Rename Since -> StableSince in preparation for a DeprecatedSinceDavid Tolnay-4/+4
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-9/+11
2023-10-29Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errorsbors-2/+2
2023-10-27Add gen blocks to ast and do some broken ast loweringOli Scherer-2/+2
2023-10-27Rollup merge of #116868 - estebank:suggestion, r=petrochenkovMatthias Krüger-6/+39
2023-10-26Tweak suggestion spans for invalid crate-level inner attributeEsteban Küber-6/+39
2023-10-26Pre-intern a symbol for env!("CFG_RELEASE")David Tolnay-5/+5
2023-10-24Keep track of #[stable] attribute even if version cannot be parsedDavid Tolnay-0/+4
2023-10-24Store 'since' attribute as parsed VersionDavid Tolnay-44/+31
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-10-20s/Generator/Coroutine/Oli Scherer-2/+2
2023-10-19Rollup merge of #116829 - fmease:rust-aint-c, r=compiler-errorsLeón Orell Valerian Liehr-4/+18