about summary refs log tree commit diff
path: root/compiler/rustc_passes
AgeCommit message (Expand)AuthorLines
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
2022-09-05Make `hir::PathSegment::res` non-optional.Nicholas Nethercote-1/+1
2022-09-03Do not call object_lifetime_default on lifetime params.Camille GILLOT-21/+14
2022-09-02Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplettbors-14/+43
2022-09-02Refactor and re-use BindingAnnotationCameron Steffen-1/+1
2022-09-02Rollup merge of #101215 - est31:rustdoc_version_placeholder, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-09-02Also replace the version placeholder in rustc_attrest31-1/+1
2022-09-01Directly use the `instrument` macro instead of its full pathOli Scherer-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-30Rollup merge of #100941 - lyming2007:issue-100584, r=oli-obkDylan DPC-11/+71
2022-08-30Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrumbors-0/+1
2022-08-29Point at the string inside literal and mention if we need string interpolationYiming Lei-11/+71
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-29Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errorsDylan DPC-0/+28
2022-08-29Rollup merge of #100959 - LuisCardosoOliveira:translation-rename-attr-warning...Matthias Krüger-8/+8
2022-08-29Improve HIR stats collector.Nicholas Nethercote-50/+194
2022-08-29Move a comment to the right place.Nicholas Nethercote-4/+4
2022-08-29Add prefix to every line of `-Zhir-stats` output.Nicholas Nethercote-12/+17
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-14/+43
2022-08-27Expand the version placeholder to the current version in stability attribute ...est31-0/+8
2022-08-24translations: rename warn_ to warningLuis Cardoso-8/+8
2022-08-23Use par_body_owners for livenessSeo Sanghyeon-55/+46
2022-08-21Replace #[lint/warning/error] with #[diag]Xiretza-85/+85
2022-08-21Disallow #[primary_span] on LintDiagnosticsXiretza-1/+0
2022-08-15Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoeristerMatthias Krüger-2/+32
2022-08-15Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillotbors-1/+13
2022-08-13Rollup merge of #100431 - compiler-errors:enum-ctor-variant-stab, r=estebankMichael Goulet-1/+4
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-08-12Check ctor for missing stabilityMichael Goulet-0/+3
2022-08-12enum variant ctor inherits stability of variantMichael Goulet-1/+1
2022-08-12Auto merge of #100328 - davidtwco:perf-implications, r=nnethercotebors-36/+91
2022-08-12improve "try ignoring the field" diagnosticGoldstein-2/+32
2022-08-11Add visitors for PatField and ExprField.Eric Huss-12/+8