| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -5/+53 |
| 2024-02-16 | Changes to CI related to mingw and MSYS | Matt Harding | -15/+63 |
| 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 | -111/+194 |
| 2024-02-16 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-16 | Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2024-02-16 | Rollup merge of #121095 - chenyukang:yukang-fix-120998-rust-playground-link, ... | Guillaume Gomez | -5/+64 |
| 2024-02-15 | Rollup merge of #121120 - nnethercote:LitKind-Err-guar, r=fmease | Guillaume Gomez | -8/+9 |
| 2024-02-15 | Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoerister | Guillaume Gomez | -1/+1 |
| 2024-02-15 | Update rust book cfg chapter | Guillaume Gomez | -1/+2 |
| 2024-02-15 | add extra indent spaces for rust-playground link | yukang | -5/+64 |
| 2024-02-15 | Pass `--cfg clippy` to clippy-driver | Guillaume Gomez | -0/+2 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -1/+12 |
| 2024-02-15 | Auto merge of #116564 - oli-obk:evaluated_static_in_metadata, r=RalfJung,cjgi... | bors | -9/+2 |
| 2024-02-15 | Split a bool argument into two named functions | Oli Scherer | -9/+2 |
| 2024-02-15 | Rollup merge of #121022 - fmease:rustdoc-x-crate-late-bound-lt-src-order, r=G... | Matthias Krüger | -70/+85 |
| 2024-02-15 | Rollup merge of #118749 - ChrisDenton:winsys, r=cuviper | Matthias Krüger | -16/+31 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -6/+6 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -20/+20 |
| 2024-02-15 | Fix bootstrap issue with git on MSYS | Matt Harding | -11/+20 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -8/+9 |
| 2024-02-15 | rustdoc: cross-crate re-exports: correctly render late-bound params in source... | León Orell Valerian Liehr | -70/+85 |
| 2024-02-15 | Add an `ErrorGuaranteed` to `ast::TyKind::Err`. | Nicholas Nethercote | -2/+2 |
| 2024-02-14 | Fix msg for verbose suggestions with confusable capitalization | Esteban Küber | -1/+1 |
| 2024-02-14 | remove no-longer needed rustfmt::skip | Ralf Jung | -1/+0 |
| 2024-02-14 | Merge from rustc | Ralf Jung | -96/+137 |
| 2024-02-14 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-02-14 | use build.rustc config and skip-stage0-validation flag | onur-ozkan | -3/+9 |
| 2024-02-14 | Rollup merge of #121035 - compiler-errors:rustfmt-asyncness, r=calebcartwright | Guillaume Gomez | -4/+18 |
| 2024-02-14 | Rollup merge of #120893 - c410-f3r:testsssssss, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2024-02-14 | Rollup merge of #118738 - devnexen:netbsd10_update, r=cuviper | Oli Scherer | -0/+1 |
| 2024-02-14 | install tools documentations | onur-ozkan | -1/+1 |
| 2024-02-14 | Automatically sort windows_sys bindings | Chris Denton | -16/+31 |