| Age | Commit message (Expand) | Author | Lines |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -7/+7 |
| 2023-09-03 | Merge from rustc | Ralf Jung | -35/+107 |
| 2023-09-03 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-09-03 | Stabilize the Saturating type (saturating_int_impl, gh-87920) | Michael Watzko | -1/+1 |
| 2023-09-02 | Auto merge of #115409 - RalfJung:llvm-merge-reland, r=lqd | bors | -18/+20 |
| 2023-09-02 | Rollup merge of #115443 - epage:os_str, r=cuviper | Matthias Krüger | -6/+5 |
| 2023-09-02 | Merge from rustc | Ralf Jung | -11/+15 |
| 2023-09-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-09-01 | fix(std): Rename os_str_bytes to encoded_bytes | Ed Page | -5/+5 |
| 2023-09-01 | Rollup merge of #115411 - RalfJung:miri-abi, r=oli-obk | Matthias Krüger | -21/+16 |
| 2023-09-01 | feat(std): Stabilize 'os_str_bytes' feature | Ed Page | -1/+0 |
| 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 | 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 | -18/+20 |
| 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 | 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 | -9662/+16495 |
| 2023-08-31 | Preparing for merge from rustc | The Miri Conjob Bot | -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 | -7/+7 |
| 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 |