| Age | Commit message (Expand) | Author | Lines |
| 2022-03-08 | Unify inherent impl blocks by wrapping them into a div | Guillaume Gomez | -8/+13 |
| 2022-03-08 | Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkov | Dylan DPC | -2/+85 |
| 2022-03-08 | Update for changes to other lints | David Koloski | -10/+15 |
| 2022-03-08 | Fix docs, fix incorrect lint source in note | David Koloski | -7/+5 |
| 2022-03-08 | Switch the primary diagnostic to `unknown_lints` | David Koloski | -109/+254 |
| 2022-03-08 | Treat unstable lints as unknown | David Koloski | -0/+50 |
| 2022-03-08 | Do not suggest `let_else` if no bindings would be introduced | Esteban Kuber | -44/+0 |
| 2022-03-08 | Auto merge of #92260 - jyn514:less-python-logic, r=Mark-Simulacrum | bors | -49/+171 |
| 2022-03-08 | Suggest `if let`/`let_else` for refutable pat in `let` | Esteban Kuber | -49/+125 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -5/+6 |
| 2022-03-08 | Auto merge of #94734 - matthiaskrgr:rollup-28shqhy, r=matthiaskrgr | bors | -1008/+2528 |
| 2022-03-08 | Rollup merge of #94726 - lnicola:rust-analyzer-2022-03-08, r=lnicola | Matthias Krüger | -18/+17 |
| 2022-03-08 | Rollup merge of #94708 - notriddle:notriddle/cargo-toml-warning, r=lcnr | Matthias Krüger | -24/+114 |
| 2022-03-08 | Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwco | Matthias Krüger | -2/+2 |
| 2022-03-08 | Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnr | Matthias Krüger | -9/+81 |
| 2022-03-08 | Rollup merge of #91993 - estebank:match-span-suggestion, r=oli-obk | Matthias Krüger | -955/+2314 |
| 2022-03-08 | Create a function for gathering profiles and run only Full benchmarks in LLVM... | Jakub Beránek | -39/+38 |
| 2022-03-08 | suggest adding `{ .. }` around a const function with arguments | Takayuki Maeda | -0/+75 |
| 2022-03-08 | Auto merge of #94716 - RalfJung:miri, r=RalfJung | bors | -10/+7 |
| 2022-03-07 | only emit pointer-like metadata for BZST-allocator Box | Michael Goulet | -1/+24 |
| 2022-03-08 | :arrow_up: rust-analyzer | Laurențiu Nicola | -18/+17 |
| 2022-03-07 | update Miri | Ralf Jung | -10/+7 |
| 2022-03-07 | Statically compile libstdc++ everywhere if asked | Jon Gjengset | -12/+12 |
| 2022-03-07 | Bless test | Jack Huey | -3/+12 |
| 2022-03-08 | Change wording of suggestion to add missing `match` arm | Esteban Kuber | -266/+266 |
| 2022-03-08 | Point at uncovered variants in enum definition in `note` instead of a `span_l... | Esteban Kuber | -689/+1014 |
| 2022-03-08 | When finding a match expr with multiple arms that requires more, suggest it | Esteban Kuber | -50/+248 |
| 2022-03-08 | When finding a match expr with a single arm that requires more, suggest it | Esteban Kuber | -159/+790 |
| 2022-03-08 | When encountering a match expr with no arms, suggest it | Esteban Kuber | -266/+471 |
| 2022-03-07 | copy over `std::path::absolute` instead of adding `canonicalize` hacks | Joshua Nelson | -26/+138 |
| 2022-03-07 | fix weird bug when `out` would get overridden by unit tests | Joshua Nelson | -10/+27 |
| 2022-03-07 | Don't depend on python for RUST_BOOTSTRAP_CONFIG | Joshua Nelson | -21/+21 |
| 2022-03-07 | Move some more bootstrap logic from python to rust | Joshua Nelson | -23/+16 |
| 2022-03-07 | placate rustfmt in rustfmt. | Felix S. Klock II | -9/+3 |
| 2022-03-07 | placate rustfmt in rustfmt. | Felix S. Klock II | -9/+3 |
| 2022-03-07 | Bless issue-91130 test | Jack Huey | -1/+12 |
| 2022-03-07 | Try to normalize associated types before processing obligations | Jack Huey | -205/+265 |
| 2022-03-07 | Handle `#[expect(unfulfilled_lint_expectations)]` with a lint message | xFrednet | -0/+77 |
| 2022-03-07 | fix | ouz-a | -0/+92 |
| 2022-03-07 | Auto merge of #94706 - matthiaskrgr:rollup-l5erynr, r=matthiaskrgr | bors | -733/+147 |
| 2022-03-07 | diagnostics: only talk about `Cargo.toml` if running under Cargo | Michael Howell | -24/+114 |
| 2022-03-07 | Update clippy to new ExprUseVisitor delegate | Eric Holk | -5/+5 |
| 2022-03-07 | Move test to right place | Eric Holk | -0/+22 |
| 2022-03-07 | Rollup merge of #94700 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-03-07 | Rollup merge of #94696 - GuillaumeGomez:align-line-numbers-right, r=notriddle | Matthias Krüger | -8/+8 |
| 2022-03-07 | Update tests | Eric Holk | -7/+5 |
| 2022-03-07 | Stabilize const_impl_trait as well | Eric Holk | -33/+2 |
| 2022-03-07 | Update and fix clippy tests | Eric Holk | -5/+24 |
| 2022-03-07 | Update tests after feature stabilization | Eric Holk | -659/+107 |
| 2022-03-07 | Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound | Eric Holk | -21/+1 |