| Age | Commit message (Expand) | Author | Lines |
| 2023-08-30 | Rollup merge of #115272 - RalfJung:miri-error-print, r=saethlin | Matthias Krüger | -38/+27 |
| 2023-08-30 | Use conditional synchronization for Lock | John Kåre Alsaker | -7/+7 |
| 2023-08-29 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-29 | Auto merge of #115183 - flip1995:clippyup, r=Manishearth,oli-obk | bors | -9600/+16423 |
| 2023-08-29 | Auto merge of #112775 - c410-f3r:t3st3ss, r=petrochenkov | bors | -1/+1 |
| 2023-08-29 | Bump ui_test | Oli Scherer | -17/+17 |
| 2023-08-29 | fmt | The Miri Conjob Bot | -4/+6 |
| 2023-08-29 | Merge from rustc | The Miri Conjob Bot | -3/+34 |
| 2023-08-29 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-28 | Auto merge of #115182 - RalfJung:abi-compat-sign, r=b-naber | bors | -0/+27 |
| 2023-08-28 | Move tests | Caio | -1/+1 |
| 2023-08-28 | Update windows ffi bindings | Chris Denton | -18/+15 |
| 2023-08-28 | add tests for track_caller in closures and generators | Ralf Jung | -5/+148 |
| 2023-08-28 | move basic track_caller test into their own fn | Ralf Jung | -36/+39 |
| 2023-08-28 | Auto merge of #3039 - RalfJung:catch_panic, r=RalfJung | bors | -17/+19 |
| 2023-08-28 | tests/catch_panic: make output easier to interpret | Ralf Jung | -17/+19 |
| 2023-08-28 | Rollup merge of #115280 - RalfJung:panic-cleanup-triple-backtrace, r=Amanieu | Matthias Krüger | -2/+1 |
| 2023-08-28 | Rollup merge of #115278 - RalfJung:removed-error-codes, r=GuillaumeGomez | Matthias Krüger | -1/+6 |
| 2023-08-27 | also ignore doctests | Ralf Jung | -1/+2 |
| 2023-08-27 | avoid triple-backtrace due to panic-during-cleanup | Ralf Jung | -2/+1 |
| 2023-08-27 | tell people what to do when removing an error code | Ralf Jung | -1/+5 |
| 2023-08-27 | miri/diagnostics: don't forget to print_backtrace when ICEing on unexpected e... | Ralf Jung | -38/+27 |
| 2023-08-26 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-26 | fmt | The Miri Conjob Bot | -6/+6 |
| 2023-08-26 | Merge from rustc | The Miri Conjob Bot | -1499/+4033 |
| 2023-08-26 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-25 | Auto merge of #115184 - saethlin:local-allocated-spans, r=RalfJung | bors | -5/+92 |
| 2023-08-25 | Record allocation spans inside force_allocation | Ben Kimock | -5/+92 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -14/+18 |
| 2023-08-24 | Rollup merge of #115154 - olanti-p:move-issues-24-08-2023, r=compiler-errors | Weihang Lo | -2/+2 |
| 2023-08-24 | Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup | Philipp Krones | -9601/+16424 |
| 2023-08-24 | miri ABI compatibility check: accept u32 and i32 | Ralf Jung | -0/+27 |
| 2023-08-24 | Move issue 29181, 2804, 17431, 66768 | Olanti | -2/+2 |
| 2023-08-24 | attempt to better normalize remote-test-client output for tests | Ralf Jung | -9/+13 |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -0/+21 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -5/+5 |
| 2023-08-24 | Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur | bors | -15/+3 |
| 2023-08-24 | Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomez | bors | -11/+11 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+21 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -15/+3 |
| 2023-08-23 | rustdoc: Rename typedef to type alias in jsondoclint | Noah Lev | -10/+10 |
| 2023-08-23 | Rollup merge of #115122 - estebank:fix-clippy, r=Manishearth | Dylan DPC | -3/+23 |
| 2023-08-23 | Fix clippy lint for identical `if`/`else` contraining `?` expressions | Esteban Küber | -3/+23 |
| 2023-08-23 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-22 | Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillot | Michael Goulet | -1/+1 |
| 2023-08-22 | fix some bad regex capture group references in test normalization | Ralf Jung | -14/+14 |
| 2023-08-22 | Auto merge of #115095 - RalfJung:miri, r=RalfJung | bors | -74/+299 |
| 2023-08-22 | Auto merge of #3036 - RalfJung:josh-autostart, r=RalfJung | bors | -26/+214 |
| 2023-08-22 | miri-script: start and stop josh automatically | Ralf Jung | -25/+212 |
| 2023-08-22 | make sure './miri many-seeds ./miri run' does not re-invoke the auto-ops | Ralf Jung | -1/+2 |