about summary refs log tree commit diff
path: root/compiler/rustc_passes
AgeCommit message (Expand)AuthorLines
2022-10-04Merge the `~const` and `impl const` checks and add some explanatory notesOli Scherer-26/+0
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-109/+104
2022-10-01Refactor rustc lint APIMaybe Waffle-109/+104
2022-09-30Rollup merge of #102361 - fee1-dead-contrib:fix-102156, r=eholkMatthias Krüger-1/+1
2022-09-30Use let chains instead of let elsefee1-dead-1/+1
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-8/+2
2022-09-27Fix ICE in const_trait check codeDeadbeef-1/+1
2022-09-27rustc_typeck to rustc_hir_analysislcnr-1/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-26Rollup merge of #101851 - Xiretza:diagnostic-derive-cleanups, r=davidtwcofee1-dead-2/+2
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-56/+62
2022-09-23Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgrbors-10/+14
2022-09-23Rollup merge of #101815 - diegooliveira:master, r=davidtwcoMatthias Krüger-10/+14
2022-09-22Rollup merge of #102127 - TaKO8Ki:use-appropriate-variable-names, r=lcnrMatthias Krüger-6/+6
2022-09-22Add missing code="" attributes to suggestion subdiagnosticsXiretza-2/+2
2022-09-22use appropriate variable namesTakayuki Maeda-6/+6
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-0/+22
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-52/+52
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-52/+52
2022-09-17Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkovMatthias Krüger-9/+12
2022-09-17Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplettDylan DPC-1/+1
2022-09-16more simple formattingRageking8-1/+2
2022-09-16Require `#[const_trait]` for `const` `impl`sDeadbeef-0/+22
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-14Migrated the rustc_passes lint for annotations without effect to the new diag...Diego de Oliveira-10/+14
2022-09-14change AccessLevels representationBryanskiy-9/+12
2022-09-14Rollup merge of #101772 - est31:replace_placeholder_diagnostics, r=jackh726Dylan DPC-6/+13
2022-09-14Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillotbors-12/+12
2022-09-14Also replace the placeholder for the stable_features lintest31-6/+13
2022-09-13Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiserbors-0/+23
2022-09-12Remove unused span argument from `walk_fn`.Nicholas Nethercote-4/+4
2022-09-12Remove `path_span` argument to the `visit_path_segment` methods.Nicholas Nethercote-8/+8
2022-09-09Handle generic parameters.Camille GILLOT-2/+1
2022-09-09RPITIT placeholder itemsMichael Goulet-0/+2
2022-09-08Introduce `DotDotPos`.Nicholas Nethercote-7/+4
2022-09-08Arena-allocate `hir::Lifetime`.Nicholas Nethercote-0/+5
2022-09-07Rollup merge of #101503 - spastorino:add-debug-calls, r=compiler-errorsMatthias Krüger-1/+1
2022-09-07Format hir_id_validator error using pretty printSantiago Pastorino-1/+1
2022-09-07ssa: implement `#[collapse_debuginfo]`David Wood-0/+23
2022-09-07Rollup merge of #101486 - asquared31415:invalid_repr_list, r=estebankYuki Okushi-0/+1
2022-09-06add list of recognized repr attributes to the unrecognized repr errorasquared31415-0/+1
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-1/+1
2022-09-05Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj...bors-2/+3
2022-09-05use `propagate_through_exprs` instead of `propagate_through_expr`Takayuki Maeda-4/+1
2022-09-05Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkovbors-1/+1
2022-09-05refactor: remove unnecessary variablesTakayuki Maeda-3/+4
2022-09-05separate the receiver from arguments in HIRTakayuki Maeda-2/+5
2022-09-05Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwcoDylan DPC-66/+215