| Age | Commit message (Expand) | Author | Lines |
| 2022-03-27 | Rollup merge of #93469 - compiler-errors:issue-93450, r=estebank | Dylan DPC | -43/+17 |
| 2022-03-27 | Rollup merge of #91981 - estebank:tweakaroo, r=lcnr | Dylan DPC | -56/+158 |
| 2022-03-27 | Change wording of missing return type suggestion | Esteban Kuber | -14/+19 |
| 2022-03-27 | Point (again) to more expressions with their type, even if not fully resolved | Esteban Kuber | -30/+123 |
| 2022-03-27 | Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestion | Esteban Kuber | -12/+16 |
| 2022-03-26 | Auto merge of #92472 - petrochenkov:nowrapident, r=Aaron1011 | bors | -414/+21 |
| 2022-03-26 | Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC | bors | -42/+44 |
| 2022-03-26 | add #[must_use] to functions of slice and its iterators. | Jendrik | -18/+18 |
| 2022-03-26 | add #[must_use] to functions of slice and its iterators. | Jendrik | -12/+12 |
| 2022-03-26 | proc-macro: Stop wrapping `ident` matchers into groups | Vadim Petrochenkov | -414/+21 |
| 2022-03-26 | Auto merge of #95299 - mkroening:rm-hermitkernel, r=joshtriplett | bors | -80/+0 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -107/+58 |
| 2022-03-25 | Replace wait-for instructions for rustdoc GUI tests with wait-for-css | Guillaume Gomez | -36/+19 |
| 2022-03-25 | Update browser-ui-test version to 0.8.4 | Guillaume Gomez | -1/+1 |
| 2022-03-25 | Auto merge of #95282 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2022-03-25 | Bless rustdoc tests. | Camille GILLOT | -30/+0 |
| 2022-03-25 | Auto merge of #95255 - petrochenkov:suggresolve, r=michaelwoerister | bors | -224/+42 |
| 2022-03-25 | Remove hermitkernel targets | Martin Kröning | -80/+0 |
| 2022-03-25 | Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakis | bors | -0/+47 |
| 2022-03-25 | Auto merge of #92361 - vacuus:doctest-run-test-out-lines, r=CraftSpider | bors | -5/+5 |
| 2022-03-25 | Auto merge of #95291 - Dylan-DPC:rollup-vrb4wlw, r=Dylan-DPC | bors | -193/+155 |
| 2022-03-25 | Rollup merge of #95270 - michaelwoerister:fix-box-unsized-debuginfo, r=wesley... | Dylan DPC | -4/+15 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -189/+114 |
| 2022-03-25 | Rollup merge of #94391 - light4:issue-90319, r=estebank | Dylan DPC | -0/+26 |
| 2022-03-25 | resolve: Stop passing unused spans and node ids to path resolution functions | Vadim Petrochenkov | -1/+1 |
| 2022-03-25 | resolve: Optimize path resolution for rustdoc | Vadim Petrochenkov | -33/+22 |
| 2022-03-25 | resolve: Do not build expensive suggestions if they are not actually used | Vadim Petrochenkov | -190/+19 |
| 2022-03-24 | Auto merge of #95273 - flip1995:clippyup, r=manishearth | bors | -546/+1957 |
| 2022-03-24 | Where bounds are checked on inherent impls | Santiago Pastorino | -0/+25 |
| 2022-03-24 | Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obk | bors | -62/+248 |
| 2022-03-24 | update Miri | Ralf Jung | -8/+8 |
| 2022-03-25 | Fix ice when error reporting recursion errors | lightning1141 | -0/+26 |
| 2022-03-24 | add #[must_use] to functions of slice and its iterators. | Jendrik | -12/+14 |
| 2022-03-24 | Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup | flip1995 | -546/+1957 |
| 2022-03-24 | Auto merge of #94876 - b-naber:thir-abstract-const-changes, r=lcnr | bors | -0/+42 |
| 2022-03-24 | update clippy stderr file | Oli Scherer | -0/+10 |
| 2022-03-24 | Auto merge of #91030 - estebank:trait-bounds-are-tricky-2, r=oli-obk | bors | -47/+84 |
| 2022-03-24 | debuginfo: Fix debuginfo for Box<T> where T is unsized. | Michael Woerister | -4/+15 |
| 2022-03-24 | Properly track `ImplObligation`s | Esteban Kuber | -47/+84 |
| 2022-03-23 | Auto merge of #95250 - matthiaskrgr:rollup-ma4zl69, r=matthiaskrgr | bors | -27/+135 |
| 2022-03-23 | Rollup merge of #95238 - TaKO8Ki:stop-emitting-E0026-for-struct-enum-with-und... | Matthias Krüger | -0/+36 |
| 2022-03-23 | Rollup merge of #95225 - compiler-errors:impl-future-generator-ty, r=oli-obk | Matthias Krüger | -18/+18 |
| 2022-03-23 | Rollup merge of #95221 - RalfJung:check_and_deref_ptr, r=oli-obk | Matthias Krüger | -9/+9 |
| 2022-03-23 | Rollup merge of #95069 - GuillaumeGomez:auto-traits-rustdoc, r=oli-obk | Matthias Krüger | -0/+8 |
| 2022-03-23 | Rollup merge of #94249 - compiler-errors:better-copy-errors, r=davidtwco | Matthias Krüger | -0/+64 |
| 2022-03-23 | Auto merge of #95247 - cuviper:llvm14, r=nikic | bors | -0/+0 |
| 2022-03-23 | Update to LLVM 14.0.0 final | Josh Stone | -0/+0 |
| 2022-03-23 | Auto merge of #95220 - rust-lang:notriddle/ast-validation-semicolon, r=Dylan-DPC | bors | -3/+1 |
| 2022-03-23 | Update allocation id | Oli Scherer | -1/+1 |
| 2022-03-23 | Remove line instead of just commenting out | Carl Scherer | -1/+0 |