| Age | Commit message (Expand) | Author | Lines |
| 2023-12-09 | Auto merge of #118771 - workingjubilee:rollup-q1p3riz, r=workingjubilee | bors | -0/+1 |
| 2023-12-09 | Rollup merge of #118737 - nnethercote:tidy-alphabetical-in-testsa, r=Nilstrieb | Jubilee | -0/+1 |
| 2023-12-09 | Auto merge of #118150 - roblabla:new-win7-targets, r=davidtwco | bors | -0/+83 |
| 2023-12-09 | Auto merge of #117873 - quininer:android-emutls, r=Amanieu | bors | -0/+2 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -20/+32 |
| 2023-12-08 | Make some matches exhaustive to avoid bugs, fix tools | Michael Goulet | -1/+4 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -19/+28 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -8/+17 |
| 2023-12-08 | Extend tidy alphabetical checking to `tests/`. | Nicholas Nethercote | -0/+1 |
| 2023-12-08 | Auto merge of #118732 - matthiaskrgr:rollup-ub9pgjm, r=matthiaskrgr | bors | -28/+18 |
| 2023-12-08 | Rollup merge of #118722 - notriddle:notriddle/dom-opt-3, r=GuillaumeGomez | Matthias Krüger | -19/+6 |
| 2023-12-08 | Rollup merge of #118677 - GuillaumeGomez:doc_cfg-display, r=notriddle | Matthias Krüger | -9/+12 |
| 2023-12-08 | Auto merge of #118301 - weihanglo:rustfix-doc, r=albertlarsan68 | bors | -5/+4 |
| 2023-12-07 | Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix | bors | -0/+1 |
| 2023-12-07 | rustdoc: remove unused parameter `reversed` from onEach(Lazy) | Michael Howell | -19/+6 |
| 2023-12-07 | Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlin | bors | -11/+28 |
| 2023-12-07 | also print 'immutable' flag | Ralf Jung | -2/+16 |
| 2023-12-07 | compile-time evaluation: emit a lint when a write through an immutable pointe... | Ralf Jung | -3/+4 |
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -6/+8 |
| 2023-12-07 | Auto merge of #118463 - cuviper:restore-cg_gcc-ci, r=cuviper,GuillaumeGomez | bors | -7/+16 |
| 2023-12-07 | Fix display of features in rustdoc | Guillaume Gomez | -9/+12 |
| 2023-12-07 | Auto merge of #116565 - Sword-Destiny:master, r=Amanieu | bors | -3/+10 |
| 2023-12-07 | add teeos std impl | 袁浩 | -3/+10 |
| 2023-12-06 | Rollup merge of #117981 - Urgau:check-cfg-remove-deprecated-syntax, r=b-naber | Matthias Krüger | -70/+3 |
| 2023-12-06 | Auto merge of #118679 - matthiaskrgr:rollup-zr1l9w6, r=matthiaskrgr | bors | -4/+48 |
| 2023-12-06 | Rollup merge of #118650 - RalfJung:flags-sync, r=clubby789 | Matthias Krüger | -0/+2 |
| 2023-12-06 | Rollup merge of #117874 - esp-rs:riscv3264imafc-unknown-none-elf, r=davidtwco | Matthias Krüger | -4/+46 |
| 2023-12-07 | Add emulated TLS support | quininer | -0/+2 |
| 2023-12-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -6/+7 |
| 2023-12-06 | Auto merge of #118663 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-12-05 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -2/+1 |
| 2023-12-06 | Auto merge of #117072 - betrusted-io:unwinding-crate-support, r=cuviper | bors | -0/+1 |
| 2023-12-06 | tidy: add `unwinding` as an allowed dependency | Sean Cross | -0/+1 |
| 2023-12-05 | Rollup merge of #118642 - Xanewok:patch-1, r=clubby789 | Michael Goulet | -1/+0 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-12-05 | Auto merge of #118457 - eholk:genfn, r=compiler-errors | bors | -23/+37 |
| 2023-12-05 | add comment about keeping flags in sync between bootstrap.py and bootstrap.rs | Ralf Jung | -0/+2 |
| 2023-12-05 | Rollup merge of #118614 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-12-05 | Rollup merge of #118606 - long-long-float:x-do-not-quit-when-x-prints-setting... | Matthias Krüger | -6/+7 |
| 2023-12-05 | Rollup merge of #118594 - hdost:patch-1, r=fmease | Matthias Krüger | -1/+1 |
| 2023-12-05 | Remove deprecated --check-cfg names() and values() syntax | Urgau | -67/+0 |
| 2023-12-05 | Update bootstrap libc to 0.2.150 | Urgau | -3/+3 |
| 2023-12-05 | bootstrap(builder.rs): Don't explicitly warn against `semicolon_in_expression... | Igor Matuszewski | -1/+0 |
| 2023-12-05 | Add riscv32 imafc bare metal target | Scott Mabin | -4/+46 |
| 2023-12-05 | Fix x not to quit when x prints settings.json | long-long-float | -6/+7 |
| 2023-12-05 | Remove mention of rust to make the error message generic. | Harold Dost | -1/+1 |
| 2023-12-05 | simd numeric intrinsics: share code with scalar intrinsic | Ralf Jung | -12/+1 |
| 2023-12-05 | fix miri_promise_symbolic_alignment for huge alignments | Ralf Jung | -3/+46 |
| 2023-12-05 | fix typo in comment | Ralf Jung | -1/+1 |