| Age | Commit message (Expand) | Author | Lines |
| 2023-09-01 | [rustdoc] Fix path in type-based search | Guillaume Gomez | -36/+139 |
| 2023-09-01 | [`clippy`] Use symbols intended for `arithmetic_side_effects` | Caio | -11/+82 |
| 2023-09-01 | add '--skip-children' to rustfmt invocation | Ralf Jung | -1/+1 |
| 2023-08-31 | Improve `search.js` code | Guillaume Gomez | -17/+13 |
| 2023-08-31 | miri ABI check: fix handling of 1-ZST; don't accept sign differences | Ralf Jung | -11/+15 |
| 2023-08-31 | update abi_compat.rs | Ralf Jung | -12/+3 |
| 2023-08-31 | don't ignore sign for ABI check | Ralf Jung | -7/+1 |
| 2023-08-31 | update target support section | Ralf Jung | -21/+16 |
| 2023-08-31 | bootstrap: use git merge-base for LLVM CI download logic | Ralf Jung | -19/+28 |
| 2023-08-31 | more ABI compat tests | Ralf Jung | -12/+48 |
| 2023-08-31 | fmt | Ralf Jung | -1/+1 |
| 2023-08-31 | Merge from rustc | Ralf Jung | -12/+117 |
| 2023-08-31 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-08-31 | Auto merge of #115374 - RalfJung:miri-fn-abi, r=oli-obk | bors | -11/+116 |
| 2023-08-31 | make sure we test all tier 1 targets: i686-pc-windows-gnu was missing | Ralf Jung | -1/+1 |
| 2023-08-31 | fmt | The Miri Conjob Bot | -13/+12 |
| 2023-08-31 | Merge from rustc | The Miri Conjob Bot | -9678/+16510 |
| 2023-08-31 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-30 | Fix issue with extra semicolon when import comment preceeds semicolon | David Bar-On | -1/+1 |
| 2023-08-30 | Fix issues with formatting imports with comments | Robert Sammelson | -2/+4 |
| 2023-08-31 | Auto merge of #115323 - onur-ozkan:curl-download-checksum-fix, r=Mark-Simulacrum | bors | -12/+11 |
| 2023-08-30 | Do not ICE in rustdoc. | Camille GILLOT | -1/+1 |
| 2023-08-30 | miri function ABI check: specifically look for repr(transparent) | Ralf Jung | -0/+35 |
| 2023-08-30 | organize failing ABI compat tests and add some more | Ralf Jung | -10/+58 |
| 2023-08-30 | interpret: make sure we accept transparent newtypes as ABI-compatible | Ralf Jung | -1/+23 |
| 2023-08-30 | compiletest: support for newer lldb versions | David Wood | -0/+9 |
| 2023-08-30 | storage_live: avoid computing the layout unless necessary | Ralf Jung | -4/+4 |
| 2023-08-30 | move marking-locals-live out of push_stack_frame, so it happens with argument... | Ralf Jung | -19/+16 |
| 2023-08-30 | interpret: fix projecting into an unsized field of a local | Ralf Jung | -0/+24 |
| 2023-08-30 | Auto merge of #111713 - Zoxc:lock-switch, r=nnethercote | bors | -10/+10 |
| 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-30 | Use conditional synchronization for Lock | John Kåre Alsaker | -10/+10 |
| 2023-08-29 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-29 | Auto merge of #115354 - matthiaskrgr:rollup-4cotcxz, r=matthiaskrgr | bors | -1/+1 |
| 2023-08-29 | Rollup merge of #114923 - cuishuang:master, r=wesleywiser | Matthias Krüger | -1/+1 |
| 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 | Don't treat lines starting with `.` or `)` as ordered markdown lists (#5839) | xxchan | -1/+6 |
| 2023-08-29 | fmt | The Miri Conjob Bot | -4/+6 |
| 2023-08-29 | Merge from rustc | The Miri Conjob Bot | -29/+78 |
| 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 | avoid stdout redirection on `curl` executions | onur-ozkan | -12/+11 |
| 2023-08-28 | rustdoc: start new "Sections" section in the book with Aliased Type | Urgau | -0/+16 |
| 2023-08-28 | rustdoc: always print type alias inner type (with it's where clauses) | Urgau | -22/+14 |
| 2023-08-28 | add tests for track_caller in closures and generators | Ralf Jung | -5/+148 |