| Age | Commit message (Expand) | Author | Lines |
| 2022-09-08 | Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwco | Dylan DPC | -209/+211 |
| 2022-09-08 | Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorino | bors | -8/+16 |
| 2022-09-08 | Auto merge of #101560 - Dylan-DPC:rollup-8m8yr89, r=Dylan-DPC | bors | -3/+3 |
| 2022-09-08 | Rollup merge of #101498 - petrochenkov:visparam, r=cjgillot | Dylan DPC | -3/+3 |
| 2022-09-08 | Introduce `DotDotPos`. | Nicholas Nethercote | -7/+15 |
| 2022-09-08 | Arena-allocate `hir::Lifetime`. | Nicholas Nethercote | -1/+1 |
| 2022-09-08 | Auto merge of #101504 - lqd:rust-lld-fix, r=petrochenkov | bors | -8/+22 |
| 2022-09-07 | Rollup merge of #101535 - est31:tidy_error_fix, r=Mark-Simulacrum | Matthias Krüger | -2/+1 |
| 2022-09-07 | Auto merge of #101522 - oli-obk:miriup, r=oli-obk | bors | -7/+7 |
| 2022-09-07 | Update miri submodule | Oli Scherer | -7/+7 |
| 2022-09-07 | Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnr | bors | -5/+5 |
| 2022-09-07 | Fix error printing mistake in tidy | est31 | -2/+1 |
| 2022-09-07 | fix compiletest detection of needs-rust-lld tests | Rémy Rakic | -3/+15 |
| 2022-09-07 | fix lld-wrapper lld flavor detection | Rémy Rakic | -5/+7 |
| 2022-09-07 | Auto merge of #98332 - oli-obk:assume, r=wesleywiser | bors | -2/+9 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -3/+3 |
| 2022-09-06 | Allow lint passes to be bound by `TyCtxt` | Jason Newcomb | -209/+211 |
| 2022-09-06 | :arrow_up: rust-analyzer | Laurențiu Nicola | -908/+2934 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -3/+7 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -0/+3 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -108/+102 |
| 2022-09-05 | Auto merge of #101460 - rust-lang:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-09-05 | Update cargo | Weihang Lo | -0/+0 |
| 2022-09-05 | Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj... | bors | -586/+677 |
| 2022-09-05 | use `propagate_through_exprs` instead of `propagate_through_expr` | Takayuki Maeda | -6/+2 |
| 2022-09-05 | Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkov | bors | -4/+3 |
| 2022-09-05 | refactor: remove unnecessary variables | Takayuki Maeda | -76/+67 |
| 2022-09-05 | separate the receiver from arguments in HIR under /clippy | Takayuki Maeda | -558/+662 |
| 2022-09-05 | Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco | Dylan DPC | -6/+6 |
| 2022-09-05 | Pack `Term` in the same way as `GenericArg`. | Nicholas Nethercote | -5/+5 |
| 2022-09-05 | Make `hir::PathSegment::res` non-optional. | Nicholas Nethercote | -4/+3 |
| 2022-09-04 | Address feedback from PR #101401 | Sage Mitchell | -4/+8 |
| 2022-09-04 | Make `char::is_lowercase` and `char::is_uppercase` const | Sage Mitchell | -10/+16 |
| 2022-09-04 | Auto merge of #101250 - klensy:bump-deps-08-22, r=Dylan-DPC | bors | -8/+0 |
| 2022-09-02 | Auto merge of #101333 - matthiaskrgr:rollup-qpf1otj, r=matthiaskrgr | bors | -17/+20 |
| 2022-09-02 | clippy: BindingAnnotation change | Cameron Steffen | -103/+95 |
| 2022-09-02 | rustfmt: BindingAnnotation change | Cameron Steffen | -5/+7 |
| 2022-09-02 | Rollup merge of #101215 - est31:rustdoc_version_placeholder, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-09-02 | Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-Simulacrum | Matthias Krüger | -16/+19 |
| 2022-09-02 | update Miri | Ralf Jung | -10/+8 |
| 2022-09-02 | Rollup merge of #101166 - GuillaumeGomez:error-index-mdbook, r=notriddle | Guillaume Gomez | -140/+194 |
| 2022-09-02 | Rollup merge of #97739 - a2aaron:let_underscore, r=estebank | Guillaume Gomez | -0/+1 |
| 2022-09-02 | Auto merge of #101248 - RalfJung:miri, r=RalfJung | bors | -8/+10 |
| 2022-09-02 | Also replace the version placeholder in rustc_attr | est31 | -1/+1 |
| 2022-09-01 | update Miri | Ralf Jung | -8/+10 |
| 2022-09-01 | Move error code book into a sub folder | Guillaume Gomez | -59/+40 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -0/+1 |
| 2022-09-01 | Auto merge of #100210 - mystor:proc_macro_diag_struct, r=eddyb | bors | -55/+4 |
| 2022-08-31 | Auto merge of #101249 - matthiaskrgr:rollup-wahnoz8, r=matthiaskrgr | bors | -3973/+9254 |
| 2022-08-31 | update few crates to drop old deps | klensy | -8/+0 |