| Age | Commit message (Expand) | Author | Lines |
| 2023-09-23 | Auto merge of #115695 - tmiasko:compiletest-supported-sanitizers, r=oli-obk | bors | -209/+175 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -8/+9 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -0/+1 |
| 2023-09-22 | Have a single struct for queries and hook | Oli Scherer | -1/+1 |
| 2023-09-22 | Bump ui_test crate | Oli Scherer | -39/+61 |
| 2023-09-22 | Allow limiting the number of threads running in parallel | Oli Scherer | -1/+5 |
| 2023-09-22 | Bump ui_test crate | Oli Scherer | -1/+1 |
| 2023-09-22 | Move `fail` tests that need dependencies into their own folder, so that wasm ... | Oli Scherer | -0/+6 |
| 2023-09-22 | Bump ui test crate | Oli Scherer | -50/+115 |
| 2023-09-23 | Update cargo | Weihang Lo | -0/+0 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -28/+28 |
| 2023-09-22 | Rebase to master | Ayush Singh | -4/+6 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -1/+1 |
| 2023-09-22 | Add support for building `std::os::uefi` docs | Ayush Singh | -6/+5 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -20/+24 |
| 2023-09-22 | Add Minimal Std implementation for UEFI | Ayush Singh | -7/+74 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -2/+2 |
| 2023-09-22 | Auto merge of #3074 - rust-lang:rustup-2023-09-22, r=RalfJung | bors | -150/+176 |
| 2023-09-22 | clippy | Ralf Jung | -2/+0 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -2/+4 |
| 2023-09-22 | fmt | The Miri Conjob Bot | -25/+15 |
| 2023-09-22 | Merge from rustc | The Miri Conjob Bot | -137/+175 |
| 2023-09-22 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-22 | run the cron job a bit earlier | Ralf Jung | -1/+1 |
| 2023-09-22 | fix clippy errors (ignore effects in certainty) | Deadbeef | -2/+3 |
| 2023-09-21 | Update search-result-impl-disambiguation.goml | Michael Howell | -2/+2 |
| 2023-09-21 | rustdoc: wait for section to open before trying to highlight | Michael Howell | -2/+6 |
| 2023-09-21 | rustdoc-search: add impl disambiguator to duplicate assoc items | Michael Howell | -20/+113 |
| 2023-09-21 | rustdoc: use let chain in `CacheBuilder::fold_item` | Michael Howell | -31/+29 |
| 2023-09-21 | Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebank | bors | -9/+14 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -28/+28 |
| 2023-09-21 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -2/+43 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -9/+14 |
| 2023-09-21 | Implement `llvm.ctpop.v*` intrinsics | Eduardo Sánchez Muñoz | -0/+280 |
| 2023-09-21 | Auto merge of #3071 - RalfJung:deprecate-disable-abi, r=oli-obk,saethlin | bors | -1/+13 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -2/+43 |
| 2023-09-21 | Auto merge of #116010 - RalfJung:more-typed-immediates, r=oli-obk | bors | -97/+96 |
| 2023-09-21 | Rollup merge of #116019 - dtolnay:percratesearch, r=GuillaumeGomez | Guillaume Gomez | -7/+0 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -20/+20 |
| 2023-09-21 | compiletest: load supports-xray from target spec | Tomasz Miąsko | -15/+3 |
| 2023-09-21 | compiletest: load supported sanitizers from target spec | Tomasz Miąsko | -101/+31 |
| 2023-09-21 | compiletest: use builder pattern to construct Config in tests | Tomasz Miąsko | -93/+141 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -2/+2 |
| 2023-09-21 | Auto merge of #3069 - rust-lang:rustup-2023-09-21, r=RalfJung | bors | -1396/+1706 |
| 2023-09-21 | deprecate -Zmiri-disable-abi-check | Ralf Jung | -1/+13 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -20/+20 |
| 2023-09-21 | fix clippy lints | Ralf Jung | -7/+4 |
| 2023-09-21 | remove atty dependency by updating colored | Ralf Jung | -26/+6 |
| 2023-09-21 | disable no-merges check for now | Ralf Jung | -2/+3 |
| 2023-09-21 | update lockfile | Ralf Jung | -11/+47 |