| Age | Commit message (Expand) | Author | Lines |
| 2023-10-17 | Auto merge of #116767 - cjgillot:alloc-normalize, r=oli-obk | bors | -0/+34 |
| 2023-10-17 | Auto merge of #116855 - matthiaskrgr:rollup-i2izdwb, r=matthiaskrgr | bors | -101/+151 |
| 2023-10-17 | Rollup merge of #116787 - a-lafrance:span-internal-lint, r=oli-obk | Matthias Krüger | -16/+16 |
| 2023-10-17 | Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkov | Matthias Krüger | -85/+135 |
| 2023-10-17 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-17 | Auto merge of #116518 - vita-rust:vita, r=workingjubilee | bors | -104/+35 |
| 2023-10-17 | Updated libc and doc for Vita target | Nikolay Arhipov | -104/+35 |
| 2023-10-17 | bootstrap: fix warnings | onur-ozkan | -2/+1 |
| 2023-10-17 | rename bootstrap module utils/dylib_util->utils/dylib | onur-ozkan | -4/+4 |
| 2023-10-17 | move bootstrap utils into bootstrap/src/utils module | onur-ozkan | -861/+297 |
| 2023-10-17 | move bootstrap core implementation to bootstrap/src/core module | onur-ozkan | -189/+792 |
| 2023-10-17 | improve bootstrap tests structure | onur-ozkan | -10/+10 |
| 2023-10-17 | reorganize bootstrap bins and helper module utilizations | onur-ozkan | -35/+19 |
| 2023-10-16 | fix lint failures in clippy | Arthur Lafrance | -16/+16 |
| 2023-10-17 | Auto merge of #116477 - nnethercote:tidy-alpha-deps, r=wesleywiser | bors | -2/+2 |
| 2023-10-16 | Rollup merge of #116798 - GuillaumeGomez:rustdoc-gui-tester-cleanup, r=notriddle | Guillaume Gomez | -2/+7 |
| 2023-10-16 | Stop trying to preserve pretty-printing. | Camille GILLOT | -17/+17 |
| 2023-10-16 | Auto merge of #116804 - matthiaskrgr:rollup-m2qm8ul, r=matthiaskrgr | bors | -8/+11 |
| 2023-10-16 | Elaborate comment. | Camille GILLOT | -0/+2 |
| 2023-10-16 | Motivate renumbering and avoid underflow. | Camille GILLOT | -3/+6 |
| 2023-10-16 | Improve display of parallel jobs in rustdoc-gui tester script | Guillaume Gomez | -2/+7 |
| 2023-10-16 | Rollup merge of #116790 - klensy:opt-dist-tabled-no-derive, r=Kobzol | Matthias Krüger | -1/+1 |
| 2023-10-16 | Rollup merge of #116709 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-10-16 | Rollup merge of #116430 - onur-ozkan:vendoring-in-tarball-sources, r=clubby789 | Matthias Krüger | -6/+9 |
| 2023-10-16 | Auto merge of #116731 - Alexendoo:hash-untracked-state, r=oli-obk | bors | -0/+2 |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -0/+29 |
| 2023-10-16 | Auto merge of #116550 - nnethercote:rustc-features-more, r=Nilstrieb | bors | -8/+8 |
| 2023-10-16 | Auto merge of #114330 - RalfJung:dagling-ptr-deref, r=oli-obk | bors | -295/+380 |
| 2023-10-16 | opt-dist: disable unused features for tabled crate | klensy | -1/+1 |
| 2023-10-16 | Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`. | Nicholas Nethercote | -8/+8 |
| 2023-10-15 | Rollup merge of #116341 - Ayush1325:uefi-args, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2023-10-15 | separate bounds-check from alignment check | Ralf Jung | -24/+13 |
| 2023-10-15 | more precise error for 'based on misaligned pointer' case | Ralf Jung | -50/+55 |
| 2023-10-15 | place evaluation: require the original pointer to be aligned if an access hap... | Ralf Jung | -8/+55 |
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -220/+264 |
| 2023-10-15 | Implement args for UEFI | Ayush Singh | -0/+2 |
| 2023-10-15 | Rollup merge of #116741 - mejrs:string_pat, r=fee1-dead | Matthias Krüger | -0/+45 |
| 2023-10-15 | add x.py.zsh to tidy check | onur-ozkan | -1/+2 |
| 2023-10-15 | optimize `GenerateCompletions::run` | onur-ozkan | -17/+18 |
| 2023-10-15 | generate zsh autocompletion for x | onur-ozkan | -2/+756 |
| 2023-10-15 | bump bootstrap:clap_complete to `4.4.3` | onur-ozkan | -53/+53 |
| 2023-10-15 | Auto merge of #116635 - onur-ozkan:improve-file-read, r=Mark-Simulacrum | bors | -11/+50 |
| 2023-10-14 | Auto merge of #116742 - GuillaumeGomez:rollup-xjxs0mr, r=GuillaumeGomez | bors | -2/+13 |
| 2023-10-14 | Document `string_deref_patterns` feature | mejrs | -0/+45 |
| 2023-10-14 | Rollup merge of #116576 - eduardosm:const-eval-wasm-target-features, r=RalfJung | Guillaume Gomez | -2/+13 |
| 2023-10-14 | Auto merge of #116352 - Kobzol:rustc-driver-bolt, r=Mark-Simulacrum | bors | -60/+162 |
| 2023-10-14 | add unit test for Config::verify | onur-ozkan | -1/+22 |
| 2023-10-14 | optimize file read in Config::verify | onur-ozkan | -10/+28 |
| 2023-10-14 | const-eval: allow calling functions with targat features disabled at compile ... | Eduardo Sánchez Muñoz | -2/+13 |
| 2023-10-14 | Rollup merge of #116603 - onur-ozkan:reorganize-cargo-file, r=Mark-Simulacrum | Matthias Krüger | -12/+12 |