| Age | Commit message (Expand) | Author | Lines |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -9/+2 |
| 2023-11-22 | condense llvm licensing into a single item | Jonathan Pallant (Ferrous Systems) | -12/+79 |
| 2023-11-22 | Update itertools to 0.11. | Nicholas Nethercote | -6/+6 |
| 2023-11-21 | fmt | Ralf Jung | -11/+4 |
| 2023-11-21 | Merge from rustc | Ralf Jung | -11710/+13088 |
| 2023-11-21 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-11-21 | Rollup merge of #118091 - psumbera:solaris-target, r=compiler-errors | Nilstrieb | -1/+0 |
| 2023-11-21 | Rollup merge of #118029 - saethlin:allocid-gc, r=RalfJung | Nilstrieb | -308/+424 |
| 2023-11-21 | Rollup merge of #116085 - notriddle:notriddle/search-associated-types, r=Guil... | Nilstrieb | -1/+28 |
| 2023-11-21 | Report missing licenses or copyright text. | Jonathan Pallant (Ferrous Systems) | -2/+4 |
| 2023-11-21 | include submodules in the collected license metadata | Pietro Albini | -1/+1 |
| 2023-11-21 | utilize stdlib debug assertion status in compiletest | onur-ozkan | -2/+8 |
| 2023-11-20 | On borrow return type, suggest borrowing from arg or owned return type | Esteban Küber | -1/+1 |
| 2023-11-20 | Auto merge of #3176 - eduardosm:cmp, r=RalfJung | bors | -71/+261 |
| 2023-11-20 | Implement all 16 AVX compare operators | Eduardo Sánchez Muñoz | -67/+257 |
| 2023-11-20 | Update cargo | David Tolnay | -0/+0 |
| 2023-11-20 | Test with -Zmiri-provenance-gc=1 on Linux | Ben Kimock | -1/+3 |
| 2023-11-20 | Remove now deprecated target x86_64-sun-solaris. | Petr Sumbera | -1/+0 |
| 2023-11-20 | Test that the GC consults the extra_fn_ptr map | Ben Kimock | -0/+33 |
| 2023-11-20 | libc-misc test freebsd fixes attempt | David Carlier | -69/+59 |
| 2023-11-20 | Auto merge of #118082 - compiler-errors:rollup-ejsc8yd, r=matthiaskrgr | bors | -0/+24 |
| 2023-11-19 | Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillot | Michael Goulet | -0/+24 |
| 2023-11-20 | Auto merge of #115526 - arttet:master, r=jackh726 | bors | -0/+2 |
| 2023-11-19 | rustdoc-search: add support for associated types | Michael Howell | -1/+28 |
| 2023-11-19 | tag-gc -> provenance-gc | Ben Kimock | -18/+18 |
| 2023-11-19 | Expand Miri's BorTag GC to a Provenance GC | Ben Kimock | -289/+370 |
| 2023-11-19 | Improve wording of `intrinsics-x86-*.rs` header | Eduardo Sánchez Muñoz | -4/+4 |
| 2023-11-19 | Don't sort `span_suggestions`, leave that to caller | Esteban Küber | -1/+2 |
| 2023-11-19 | Rollup merge of #118034 - klensy:dep-up-18-11-23, r=Mark-Simulacrum | Takayuki Maeda | -1/+1 |
| 2023-11-19 | Rollup merge of #117961 - Zalathar:suggest, r=Mark-Simulacrum | Takayuki Maeda | -17/+30 |
| 2023-11-18 | Auto merge of #3175 - RalfJung:sysroot-verbose, r=RalfJung | bors | -5/+14 |
| 2023-11-18 | cargo-miri: when verbose, print where the sysroot is being built | Ralf Jung | -5/+14 |
| 2023-11-18 | Update cargo | Weihang Lo | -0/+0 |
| 2023-11-18 | jsondocck: bump jsonpath to 0.3, dropping few dup dependencies | klensy | -1/+1 |
| 2023-11-18 | guarantee that char and u32 are ABI-compatible | Ralf Jung | -1/+5 |
| 2023-11-18 | Auto merge of #3174 - RalfJung:rustc-git, r=RalfJung | bors | -1/+1 |
| 2023-11-18 | miri script: fix RUSTC_GIT error message | Ralf Jung | -1/+1 |
| 2023-11-17 | Rollup merge of #118022 - saethlin:miri, r=saethlin | Matthias Krüger | -138/+252 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -17/+2 |
| 2023-11-17 | Update windows-bindgen | Chris Denton | -1/+1 |
| 2023-11-17 | rename bound region instantiation | lcnr | -22/+22 |
| 2023-11-17 | Auto merge of #117985 - lnicola:sync-from-ra, r=lnicola | bors | -970/+2212 |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -6/+6 |
| 2023-11-16 | Merge from rustc | Ben Kimock | -3/+1 |
| 2023-11-16 | Preparing for merge from rustc | Ben Kimock | -1/+1 |
| 2023-11-16 | actually all the 'env' tests work on FreeBSD, as well as posix_memalign | Ralf Jung | -1/+1 |
| 2023-11-16 | move reallocarray test into libc-misc | Ralf Jung | -17/+18 |
| 2023-11-16 | make libc-misc pass under FreeBSD | Ralf Jung | -1/+8 |
| 2023-11-16 | split thread test into synchronization primitives and threadname | Ralf Jung | -61/+52 |
| 2023-11-16 | Merge commit '141fc695dca1df7cfc3c9803972ec19bb178dcbc' into sync-from-ra | Laurențiu Nicola | -970/+2212 |