| Age | Commit message (Expand) | Author | Lines |
| 2022-07-05 | Auto merge of #98584 - lcnr:region-stuff-more-beans, r=oli-obk | bors | -1159/+111 |
| 2022-07-05 | Auto merge of #98925 - Dylan-DPC:rollup-9185c9y, r=Dylan-DPC | bors | -743/+1229 |
| 2022-07-05 | Rollup merge of #98913 - lnicola:rust-analyzer-2022-07-05, r=lnicola | Dylan DPC | -7/+7 |
| 2022-07-05 | Rollup merge of #98856 - GuillaumeGomez:rustdoc-test-rm-fixme, r=Dylan-DPC | Dylan DPC | -12/+2 |
| 2022-07-05 | Rollup merge of #98776 - notriddle:notriddle/mobile-sidebar-auto-close, r=Gui... | Dylan DPC | -2/+55 |
| 2022-07-05 | Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errors | Dylan DPC | -708/+1114 |
| 2022-07-05 | Rollup merge of #97712 - RalfJung:untyped, r=scottmcm | Dylan DPC | -14/+51 |
| 2022-07-05 | Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung | bors | -143/+238 |
| 2022-07-05 | Prefer trace level instrumentation for the new noisy instrument attributes | Oli Scherer | -5/+5 |
| 2022-07-05 | Add a helper method with an explicit name instead of hand rolling a match 3x | Oli Scherer | -3/+9 |
| 2022-07-05 | Auto merge of #98910 - Dylan-DPC:rollup-9x82wdg, r=Dylan-DPC | bors | -446/+574 |
| 2022-07-05 | :arrow_up: rust-analyzer | Laurențiu Nicola | -7/+7 |
| 2022-07-05 | Rollup merge of #98873 - TaKO8Ki:suggest-default-derive-to-enum-with-default-... | Dylan DPC | -0/+31 |
| 2022-07-05 | Rollup merge of #98854 - kadiwa4:rustc_hir_pretty_clean_up_borrowing, r=oli-obk | Dylan DPC | -281/+264 |
| 2022-07-05 | Rollup merge of #98847 - RalfJung:box-is-special, r=oli-obk | Dylan DPC | -12/+56 |
| 2022-07-05 | Rollup merge of #98811 - RalfJung:interpret-alloc-range, r=oli-obk | Dylan DPC | -63/+49 |
| 2022-07-05 | Rollup merge of #98761 - lcnr:need_type_info-cont, r=estebank | Dylan DPC | -90/+167 |
| 2022-07-05 | Rollup merge of #97300 - ChayimFriedman2:patch-1, r=dtolnay | Dylan DPC | -0/+7 |
| 2022-07-05 | Auto merge of #98872 - JakobDegen:no-invalidate, r=davidtwco | bors | -15/+47 |
| 2022-07-05 | Auto merge of #98846 - RalfJung:alignment-is-a-type-thing, r=oli-obk | bors | -95/+118 |
| 2022-07-04 | Auto merge of #98904 - matthiaskrgr:rollup-05owsx7, r=matthiaskrgr | bors | -63/+426 |
| 2022-07-04 | Rollup merge of #98898 - GuillaumeGomez:new-eslint-rul, r=Dylan-DPC | Matthias Krüger | -0/+1 |
| 2022-07-04 | Rollup merge of #98886 - michaelwoerister:tracked-split-dwarf-kind, r=davidtwco | Matthias Krüger | -4/+38 |
| 2022-07-04 | Rollup merge of #98879 - compiler-errors:async-closure-wrap-parens, r=oli-obk | Matthias Krüger | -5/+46 |
| 2022-07-04 | Rollup merge of #98878 - lcnr:more-rustc_pass_by_value, r=oli-obk | Matthias Krüger | -14/+15 |
| 2022-07-04 | Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomez | Matthias Krüger | -10/+259 |
| 2022-07-04 | Rollup merge of #98793 - Mark-Simulacrum:fix-tidy-bins, r=jyn514 | Matthias Krüger | -8/+24 |
| 2022-07-04 | Rollup merge of #98782 - compiler-errors:specialization-error-span, r=oli-obk | Matthias Krüger | -18/+31 |
| 2022-07-04 | Rollup merge of #98738 - tmiasko:checked-binop, r=oli-obk | Matthias Krüger | -4/+12 |
| 2022-07-04 | Auto merge of #98627 - RalfJung:interpret-arith, r=lcnr | bors | -2/+17 |
| 2022-07-04 | rustdoc: censor certain complex unevaluated const exprs | León Orell Valerian Liehr | -10/+259 |
| 2022-07-04 | Auto merge of #98573 - krasimirgg:nlmb-llvm-nm, r=nikic | bors | -10/+14 |
| 2022-07-04 | Add "no-div-regex" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-07-04 | extra assertion, extra sure | Ralf Jung | -0/+1 |
| 2022-07-04 | clarify comment | Ralf Jung | -1/+2 |
| 2022-07-04 | region obligations, remove `body_id` | lcnr | -20/+10 |
| 2022-07-04 | implied bounds byebye nested hir ids | lcnr | -129/+28 |
| 2022-07-04 | rip out `RegionCtxt` from hir typeck | lcnr | -896/+13 |
| 2022-07-04 | only use `FnCtxt` for regionck inside of bodies | lcnr | -54/+54 |
| 2022-07-04 | RegionCtxt merged `body_id` with `body_owner` | lcnr | -30/+22 |
| 2022-07-04 | remove an unused `DefId` | lcnr | -74/+28 |
| 2022-07-04 | adapt native-link-modifier-bundle test to use llvm-nm | Krasimir Georgiev | -10/+14 |
| 2022-07-04 | Auto merge of #98817 - the8472:dont-optimize-ui-tests, r=Mark-Simulacrum | bors | -6/+35 |
| 2022-07-04 | incr.comp.: Make split-dwarf commandline options [TRACKED]. | Michael Woerister | -4/+38 |
| 2022-07-04 | `InferSource::GenericArg`, check for contains | lcnr | -30/+42 |
| 2022-07-04 | resolve vars in node substs | lcnr | -5/+19 |
| 2022-07-04 | stop suggesting things inside of macros | lcnr | -10/+29 |
| 2022-07-04 | update infer cost computation for types | lcnr | -37/+101 |
| 2022-07-04 | remove unused function argument | lcnr | -37/+5 |
| 2022-07-04 | suggest `#[derive(Default)]` to enums with `#[default]` | Takayuki Maeda | -0/+31 |