| Age | Commit message (Expand) | Author | Lines |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -26/+26 |
| 2024-02-20 | Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnr | bors | -64/+23 |
| 2024-02-20 | Rollup merge of #121233 - Zalathar:extra-directives, r=oli-obk | Nilstrieb | -49/+43 |
| 2024-02-20 | Rollup merge of #120716 - spastorino:change-some-lint-msgs, r=lcnr | Nilstrieb | -32/+26 |
| 2024-02-20 | Auto merge of #120628 - workingjubilee:reimpl-meaningful-test-name-lint, r=co... | bors | -9/+4462 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -2/+2 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -64/+23 |
| 2024-02-19 | Remove suspicious auto trait lint | Santiago Pastorino | -32/+26 |
| 2024-02-19 | Rollup merge of #121041 - Nilstrieb:into-the-future-of-2024, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -24/+24 |
| 2024-02-18 | Auto merge of #121101 - GnomedDev:dyn-small-c-string, r=Nilstrieb | bors | -2/+3 |
| 2024-02-18 | Add `Future` and `IntoFuture` to the 2024 prelude | Nilstrieb | -1/+1 |
| 2024-02-18 | Dyn erase at call site | David Thomas | -2/+2 |
| 2024-02-18 | Reduce monomorphisation bloat in small_c_string | David Thomas | -0/+1 |
| 2024-02-18 | Auto merge of #121265 - klensy:bump-18-02-24, r=Mark-Simulacrum | bors | -2/+3 |
| 2024-02-18 | Auto merge of #117772 - surechen:for_117448, r=petrochenkov | bors | -35/+20 |
| 2024-02-18 | tidy: add windows-core | klensy | -0/+1 |
| 2024-02-18 | windows bump to 0.52 | klensy | -1/+1 |
| 2024-02-18 | opt-dist: bump derive_builder to dedupe darling* and remove one more syn 1.* dep | klensy | -1/+1 |
| 2024-02-18 | Auto merge of #121255 - lnicola:sync-from-ra, r=lnicola | bors | -1959/+7095 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -35/+20 |
| 2024-02-18 | Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJung | bors | -6/+6 |
| 2024-02-18 | Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-ra | Laurențiu Nicola | -1959/+7095 |
| 2024-02-17 | Remove old issues.txt entries with --bless | Jubilee Young | -124/+97 |
| 2024-02-17 | Implement --bless for the issues lint | Jubilee Young | -8/+33 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -6/+6 |
| 2024-02-18 | Auto merge of #121214 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-02-17 | Update cargo | Weihang Lo | -0/+0 |
| 2024-02-18 | Move the extra directives for `Mode::CoverageRun` into `iter_header` | Zalathar | -39/+21 |
| 2024-02-18 | Wrap `iter_header` callback arguments in a documentable struct | Zalathar | -12/+24 |
| 2024-02-17 | Grandfather new questionably-named tests | Jubilee Young | -1387/+1519 |
| 2024-02-17 | Suggest pattern in meaningful test diagnostic | Jubilee Young | -4/+4 |
| 2024-02-17 | Reapply "add tidy check that forbids issue ui test filenames" | Jubilee Young | -6/+4329 |
| 2024-02-17 | Auto merge of #121240 - matthiaskrgr:rollup-lfb5i9w, r=matthiaskrgr | bors | -3/+14 |
| 2024-02-17 | Rollup merge of #121231 - matthiaskrgr:cloone, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -1/+12 |
| 2024-02-17 | Auto merge of #120023 - klensy:tidy-alloc, r=Mark-Simulacrum | bors | -14/+24 |
| 2024-02-17 | Auto merge of #121232 - RalfJung:miri, r=RalfJung | bors | -263/+2116 |
| 2024-02-17 | remove a couple of redundant clones | Matthias Krüger | -2/+2 |
| 2024-02-17 | compiletest: fix regex rebuilds | klensy | -2/+4 |
| 2024-02-17 | tidy: wrap regexes with lazy_static | klensy | -12/+20 |
| 2024-02-17 | Merge from rustc | The Miri Conjob Bot | -324/+593 |
| 2024-02-17 | Enable `ConstPropLint` for promoteds | Gurinder Singh | -1/+6 |
| 2024-02-17 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-16 | Implement x86 AVX intrinsics | Eduardo Sánchez Muñoz | -50/+1844 |
| 2024-02-16 | Implement infra support for migrating from `//` to `//@` ui test directives | 许杰友 Jieyou Xu (Joe) | -302/+571 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -2/+2 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -20/+20 |
| 2024-02-16 | fmt | The Miri Conjob Bot | -28/+7 |
| 2024-02-16 | Merge from rustc | The Miri Conjob Bot | -36/+45 |