| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-02-14 | Auto merge of #120454 - clubby789:cargo-update, r=Nilstrieb | bors | -13/+27 |
| 2024-02-13 | Rollup merge of #120999 - fmease:rustdoc-rm-instantiation-param, r=notriddle | Matthias Krüger | -73/+31 |
| 2024-02-13 | `cargo update` | clubby789 | -3/+5 |
| 2024-02-13 | Move tests | Caio | -1/+1 |
| 2024-02-13 | Bump `time` and allow new dependencies | clubby789 | -0/+2 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -10/+20 |
| 2024-02-13 | Auto merge of #121036 - matthiaskrgr:rollup-ul05q8e, r=matthiaskrgr | bors | -1/+49 |
| 2024-02-13 | Rollup merge of #121021 - GuillaumeGomez:extend-intra-doc-link-chapter, r=not... | Matthias Krüger | -0/+18 |
| 2024-02-13 | Rollup merge of #120548 - GuillaumeGomez:glob-reexport-cfg-merge, r=Guillaume... | Matthias Krüger | -1/+30 |
| 2024-02-13 | Rollup merge of #114877 - tshepang:patch-1, r=Dylan-DPC | Matthias Krüger | -0/+1 |
| 2024-02-13 | Format async bounds in rustfmt | Michael Goulet | -4/+18 |
| 2024-02-13 | Auto merge of #120055 - nikic:llvm-18, r=cuviper | bors | -3/+8 |
| 2024-02-13 | Extend intra-doc link chapter in the rustdoc book | Guillaume Gomez | -0/+18 |
| 2024-02-13 | Auto merge of #120867 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-02-13 | Use system clang for wasm32_unknown_unknown on x86-gnu-integration | Nikita Popov | -0/+4 |
| 2024-02-13 | Set wasm32_unknown_unknown compiler in test-various | Nikita Popov | -0/+1 |