| Age | Commit message (Expand) | Author | Lines |
| 2023-11-24 | Rollup merge of #117656 - ChrisDenton:invalid, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-11-23 | Auto merge of #118073 - saethlin:gc-dead-allocs, r=RalfJung | bors | -1/+2 |
| 2023-11-22 | Miri: GC the dead_alloc_map too | Ben Kimock | -1/+2 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -9/+2 |
| 2023-11-22 | Update itertools to 0.11. | Nicholas Nethercote | -6/+6 |
| 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-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 | 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 | 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 | Update cargo | Weihang Lo | -0/+0 |
| 2023-11-18 | jsondocck: bump jsonpath to 0.3, dropping few dup dependencies | klensy | -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 |
| 2023-11-16 | Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup | Philipp Krones | -10369/+10338 |
| 2023-11-16 | Auto merge of #3166 - devnexen:reallocarray, r=RalfJung | bors | -1/+48 |
| 2023-11-16 | reallocarray shim linux/freebsd support proposal. | David Carlier | -1/+48 |
| 2023-11-16 | Auto merge of #117875 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -3/+1 |
| 2023-11-16 | Auto merge of #3168 - RalfJung:set_var, r=RalfJung | bors | -5/+5 |
| 2023-11-16 | get rid of our last uses of set_var | Ralf Jung | -5/+5 |
| 2023-11-16 | Merge from rustc | Ralf Jung | -33/+44 |
| 2023-11-16 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-11-16 | Update cargo | Weihang Lo | -0/+0 |
| 2023-11-16 | Add test suggestions for `mir-opt` and `coverage` | Zalathar | -0/+11 |
| 2023-11-16 | Support multiple globs in static suggestions | Zalathar | -13/+15 |
| 2023-11-16 | Allow trailing commas in static suggestions | Zalathar | -5/+5 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -3/+1 |
| 2023-11-15 | Auto merge of #3164 - devnexen:fbsd_upd3, r=RalfJung | bors | -2/+20 |