| Age | Commit message (Expand) | Author | Lines |
| 2023-10-20 | Merge from rustc | Ralf Jung | -52/+47 |
| 2023-10-20 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-10-19 | clarify comment | Ralf Jung | -3/+7 |
| 2023-10-19 | remove allocations from int_to_ptr_map and exposed when they get freed | Ralf Jung | -16/+35 |
| 2023-10-19 | switch intptrcast to helper trait pattern like everything else | Ralf Jung | -88/+87 |
| 2023-10-19 | intptrcast: only find strictly in-bounds pointers when we are not hitting the... | Ralf Jung | -2/+5 |
| 2023-10-19 | fmt | Ralf Jung | -4/+1 |
| 2023-10-19 | Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors | bors | -2/+2 |
| 2023-10-19 | Merge from rustc | Ralf Jung | -43/+100 |
| 2023-10-19 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-10-19 | Allow to run filecheck in mir-opt tests. | Camille GILLOT | -50/+45 |
| 2023-10-19 | Rollup merge of #116650 - RalfJung:miri-intptrcast, r=oli-obk | Matthias Krüger | -25/+48 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -1/+1 |
| 2023-10-18 | Bump rustix from 0.38.17 to 0.38.19 in /miri-script | dependabot[bot] | -2/+2 |
| 2023-10-18 | Bump rustix from 0.38.17 to 0.38.19 in /cargo-miri | dependabot[bot] | -2/+2 |
| 2023-10-18 | Bump rustix from 0.38.17 to 0.38.19 | dependabot[bot] | -2/+2 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -1/+1 |
| 2023-10-17 | Auto merge of #116767 - cjgillot:alloc-normalize, r=oli-obk | bors | -0/+34 |
| 2023-10-17 | Auto merge of #116855 - matthiaskrgr:rollup-i2izdwb, r=matthiaskrgr | bors | -16/+16 |
| 2023-10-17 | Rollup merge of #116787 - a-lafrance:span-internal-lint, r=oli-obk | Matthias Krüger | -16/+16 |
| 2023-10-17 | Auto merge of #3124 - eduardosm:fix-sse41-round, r=RalfJung | bors | -5/+64 |
| 2023-10-17 | Fix rounding mode check in SSE4.1 round functions | Eduardo Sánchez Muñoz | -5/+64 |
| 2023-10-17 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Fix building tools (rustdoc, clippy, ...) | Urgau | -2/+2 |
| 2023-10-17 | fmt | The Miri Conjob Bot | -49/+14 |
| 2023-10-17 | Merge from rustc | The Miri Conjob Bot | -389/+535 |
| 2023-10-17 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-16 | fix lint failures in clippy | Arthur Lafrance | -16/+16 |
| 2023-10-17 | Auto merge of #116477 - nnethercote:tidy-alpha-deps, r=wesleywiser | bors | -2/+2 |
| 2023-10-16 | Rollup merge of #116798 - GuillaumeGomez:rustdoc-gui-tester-cleanup, r=notriddle | Guillaume Gomez | -2/+7 |
| 2023-10-16 | Stop trying to preserve pretty-printing. | Camille GILLOT | -17/+17 |
| 2023-10-16 | Elaborate comment. | Camille GILLOT | -0/+2 |
| 2023-10-16 | Motivate renumbering and avoid underflow. | Camille GILLOT | -3/+6 |
| 2023-10-16 | Improve display of parallel jobs in rustdoc-gui tester script | Guillaume Gomez | -2/+7 |
| 2023-10-16 | Rollup merge of #116790 - klensy:opt-dist-tabled-no-derive, r=Kobzol | Matthias Krüger | -1/+1 |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -0/+29 |
| 2023-10-16 | Auto merge of #116550 - nnethercote:rustc-features-more, r=Nilstrieb | bors | -8/+8 |
| 2023-10-16 | opt-dist: disable unused features for tabled crate | klensy | -1/+1 |
| 2023-10-16 | triagebot: re-enable merge commit check | Ralf Jung | -4/+3 |
| 2023-10-16 | Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`. | Nicholas Nethercote | -8/+8 |
| 2023-10-15 | Auto merge of #3118 - eduardosm:intrinsics-x86-sse41, r=RalfJung | bors | -0/+581 |
| 2023-10-15 | Implement `llvm.x86.sse41.*` intrinsics | Eduardo Sánchez Muñoz | -0/+581 |
| 2023-10-15 | separate bounds-check from alignment check | Ralf Jung | -24/+13 |
| 2023-10-15 | more precise error for 'based on misaligned pointer' case | Ralf Jung | -50/+55 |
| 2023-10-15 | place evaluation: require the original pointer to be aligned if an access hap... | Ralf Jung | -8/+55 |
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -220/+264 |
| 2023-10-14 | Auto merge of #116742 - GuillaumeGomez:rollup-xjxs0mr, r=GuillaumeGomez | bors | -2/+13 |
| 2023-10-14 | Rollup merge of #116576 - eduardosm:const-eval-wasm-target-features, r=RalfJung | Guillaume Gomez | -2/+13 |
| 2023-10-14 | Auto merge of #116352 - Kobzol:rustc-driver-bolt, r=Mark-Simulacrum | bors | -44/+95 |
| 2023-10-14 | const-eval: allow calling functions with targat features disabled at compile ... | Eduardo Sánchez Muñoz | -2/+13 |