| Age | Commit message (Expand) | Author | Lines |
| 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 | -1/+0 |
| 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-18 | fmt | The Miri Conjob Bot | -2/+1 |
| 2024-02-18 | Merge from rustc | The Miri Conjob Bot | -21/+56 |
| 2024-02-18 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-18 | Rollup merge of #121218 - ShoyuVanilla:fix-issue-76736, r=notriddle | León Orell Valerian Liehr | -7/+16 |
| 2024-02-18 | Rollup merge of #121160 - fmease:rustdoc-fix-n-refactor-html-rendering, r=Gui... | León Orell Valerian Liehr | -281/+173 |
| 2024-02-18 | Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddle | León Orell Valerian Liehr | -7/+2 |
| 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/+2 |
| 2024-02-17 | Update cargo | Weihang Lo | -0/+2 |
| 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 | -6/+24 |
| 2024-02-17 | Rollup merge of #121231 - matthiaskrgr:cloone, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-02-17 | Rollup merge of #121228 - onur-ozkan:fix-clippy-stamp-bug, r=albertlarsan68 | Matthias Krüger | -0/+1 |
| 2024-02-17 | Rollup merge of #121091 - onur-ozkan:bypass-stage0-download-in-tests, r=alber... | Matthias Krüger | -3/+9 |
| 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 | add direct test of pthread_cond | Ralf Jung | -4/+52 |
| 2024-02-17 | Auto merge of #121232 - RalfJung:miri, r=RalfJung | bors | -263/+2116 |
| 2024-02-17 | Fix non_local_definitions lint in rustdoc | Urgau | -5/+7 |
| 2024-02-17 | Allow newly added non_local_definitions in rustfmt | Urgau | -0/+1 |
| 2024-02-17 | Allow newly added non_local_definitions lint in clippy | Urgau | -73/+86 |
| 2024-02-17 | remove a couple of redundant clones | Matthias Krüger | -2/+2 |
| 2024-02-17 | create stamp file for clippy in `Config::download_clippy` | onur-ozkan | -0/+1 |
| 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 | Fix missing trait impls for type in rustc docs | Shoyu Vanilla | -7/+16 |
| 2024-02-17 | Merge from rustc | The Miri Conjob Bot | -364/+718 |
| 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 | Auto merge of #120881 - jieyouxu:migrate-ui-test-directives, r=oli-obk | bors | -302/+571 |
| 2024-02-16 | Implement x86 AVX intrinsics | Eduardo Sánchez Muñoz | -50/+1844 |
| 2024-02-16 | rustdoc: fix and refactor HTML rendering a bit | León Orell Valerian Liehr | -281/+173 |
| 2024-02-16 | Implement infra support for migrating from `//` to `//@` ui test directives | 许杰友 Jieyou Xu (Joe) | -302/+571 |
| 2024-02-16 | Auto merge of #120348 - bjorn3:per_target_backend_selection, r=albertlarsan68 | bors | -37/+74 |
| 2024-02-16 | Rollup merge of #121137 - GuillaumeGomez:add-clippy-cfg, r=Urgau,Nilstrieb | Guillaume Gomez | -1/+2 |