| Age | Commit message (Expand) | Author | Lines |
| 2023-08-30 | miri function ABI check: specifically look for repr(transparent) | Ralf Jung | -71/+137 |
| 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 | -17/+59 |
| 2023-08-30 | Auto merge of #114483 - RalfJung:unsized-fields, r=oli-obk | bors | -213/+374 |
| 2023-08-30 | storage_live: avoid computing the layout unless necessary | Ralf Jung | -18/+69 |
| 2023-08-30 | unify passing of sized and unsized function arguments :-) | Ralf Jung | -31/+35 |
| 2023-08-30 | a bit of meta-related cleanup on Projectable | Ralf Jung | -36/+32 |
| 2023-08-30 | move marking-locals-live out of push_stack_frame, so it happens with argument... | Ralf Jung | -105/+188 |
| 2023-08-30 | interpret: fix projecting into an unsized field of a local | Ralf Jung | -97/+124 |
| 2023-08-30 | Auto merge of #111713 - Zoxc:lock-switch, r=nnethercote | bors | -139/+368 |
| 2023-08-30 | Auto merge of #115370 - matthiaskrgr:rollup-l0e1zuj, r=matthiaskrgr | bors | -188/+498 |
| 2023-08-30 | Rollup merge of #115363 - kpreid:suggest-private, r=compiler-errors | Matthias Krüger | -13/+30 |
| 2023-08-30 | Rollup merge of #115355 - lqd:issue-115351, r=compiler-errors | Matthias Krüger | -1/+44 |
| 2023-08-30 | Rollup merge of #115347 - y21:generic-bound-impl-trait-ty, r=compiler-errors | Matthias Krüger | -12/+66 |
| 2023-08-30 | Rollup merge of #115313 - gurry:issue-114918-cycle-detected, r=compiler-errors | Matthias Krüger | -1/+103 |
| 2023-08-30 | Rollup merge of #115272 - RalfJung:miri-error-print, r=saethlin | Matthias Krüger | -44/+57 |
| 2023-08-30 | Rollup merge of #114704 - bvanjoi:fix-114636, r=compiler-errors | Matthias Krüger | -51/+47 |
| 2023-08-30 | Rollup merge of #113565 - workingjubilee:better-signal-handler-message, r=pnk... | Matthias Krüger | -66/+151 |
| 2023-08-30 | Auto merge of #114908 - cjgillot:no-let-under, r=compiler-errors | bors | -4/+3 |
| 2023-08-30 | Don't use `wait_for_query` without the Rayon thread pool | John Kåre Alsaker | -13/+13 |
| 2023-08-30 | Use conditional synchronization for Lock | John Kåre Alsaker | -126/+355 |
| 2023-08-30 | Auto merge of #113542 - saethlin:adaptive-tables, r=b-naber | bors | -47/+125 |
| 2023-08-30 | Make get_return_block() return Some only for HIR nodes in body | Gurinder Singh | -1/+103 |
| 2023-08-29 | Document in the code how this scheme works | Ben Kimock | -14/+25 |
| 2023-08-29 | Remove `allow_private` entirely. | Kevin Reid | -13/+5 |
| 2023-08-29 | Auto merge of #115365 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-08-29 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-29 | Don't suggest adding parentheses to call an inaccessible method. | Kevin Reid | -1/+26 |
| 2023-08-29 | Auto merge of #114114 - keith:ks/always-add-lc_build_version-for-metadata-obj... | bors | -25/+57 |
| 2023-08-29 | Auto merge of #115354 - matthiaskrgr:rollup-4cotcxz, r=matthiaskrgr | bors | -117/+203 |
| 2023-08-29 | add non-regression test for issue 115351 | Rémy Rakic | -0/+39 |
| 2023-08-29 | handle edge-case of a recursion limit of 0 | Rémy Rakic | -1/+5 |
| 2023-08-29 | Rollup merge of #115340 - RalfJung:more_is_1zst, r=oli-obk | Matthias Krüger | -8/+8 |
| 2023-08-29 | Rollup merge of #115300 - spastorino:smir-tweaks, r=oli-obk | Matthias Krüger | -71/+41 |
| 2023-08-29 | Rollup merge of #115187 - ouz-a:smir_wrap, r=oli-obk | Matthias Krüger | -33/+54 |
| 2023-08-29 | Rollup merge of #115174 - davidtwco:needs-test-bad-location-list-67992, r=wes... | Matthias Krüger | -0/+31 |
| 2023-08-29 | Rollup merge of #114923 - cuishuang:master, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-08-29 | Rollup merge of #111580 - atsuzaki:layout-ice, r=oli-obk | Matthias Krüger | -4/+68 |
| 2023-08-29 | suggest removing `impl` in generic trait bound position | y21 | -12/+66 |
| 2023-08-29 | Auto merge of #115183 - flip1995:clippyup, r=Manishearth,oli-obk | bors | -9631/+16631 |
| 2023-08-29 | Auto merge of #112775 - c410-f3r:t3st3ss, r=petrochenkov | bors | -1/+1 |
| 2023-08-29 | Bump ui_test | Oli Scherer | -27/+27 |
| 2023-08-29 | Create StableMir replacer for SMirCalls | ouz-a | -33/+54 |
| 2023-08-29 | some more is_zst that should be is_1zst | Ralf Jung | -8/+8 |
| 2023-08-29 | Auto merge of #114894 - Zoxc:sharded-cfg-cleanup2, r=cjgillot | bors | -73/+48 |
| 2023-08-29 | Call these methods from high level stable_mir::trait_decl(trait_def) and so on | Santiago Pastorino | -12/+0 |
| 2023-08-29 | Implement generics_of and predicates_of only for TraitDecl for now | Santiago Pastorino | -6/+10 |
| 2023-08-29 | Deduplicate GenericPredicates | Santiago Pastorino | -11/+5 |
| 2023-08-29 | Index def_ids directly | Santiago Pastorino | -20/+4 |
| 2023-08-29 | Add stable_mir::DefId as new type wrapper | Santiago Pastorino | -15/+23 |