| Age | Commit message (Expand) | Author | Lines |
| 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 | -2/+48 |
| 2023-08-29 | Rollup merge of #111580 - atsuzaki:layout-ice, r=oli-obk | Matthias Krüger | -4/+26 |
| 2023-08-29 | Create StableMir replacer for SMirCalls | ouz-a | -2/+48 |
| 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 |
| 2023-08-29 | const_eval and codegen: audit uses of is_zst | Ralf Jung | -29/+42 |
| 2023-08-29 | there seems to be no reason to treat ZST specially in these cases | Ralf Jung | -12/+2 |
| 2023-08-29 | rustc_abi: audit uses of is_zst; fix a case of giving an enum insufficient al... | Ralf Jung | -7/+18 |
| 2023-08-29 | add is_1zst helper method | Ralf Jung | -0/+10 |
| 2023-08-29 | Auto merge of #115260 - scottmcm:not-quite-so-cold, r=WaffleLapkin | bors | -21/+60 |
| 2023-08-28 | Auto merge of #115182 - RalfJung:abi-compat-sign, r=b-naber | bors | -15/+29 |
| 2023-08-28 | Auto merge of #115326 - matthiaskrgr:rollup-qsoa8ar, r=matthiaskrgr | bors | -211/+256 |
| 2023-08-28 | Don't ICE on layout computation failure | Katherine Philip | -4/+26 |
| 2023-08-28 | Auto merge of #114489 - compiler-errors:rpitit-capture-all, r=oli-obk | bors | -35/+58 |
| 2023-08-28 | Context::generics _of/predicates_of should receive stable_mir::DefId | Santiago Pastorino | -12/+12 |
| 2023-08-28 | Remove stable_mir::generics_of/predicates_of those shouldn't be exposed | Santiago Pastorino | -8/+0 |
| 2023-08-28 | Rollup merge of #115322 - estebank:list-tweak, r=compiler-errors | Matthias Krüger | -9/+3 |
| 2023-08-28 | Rollup merge of #115319 - klensy:no-snapshot-in-graph, r=WaffleLapkin | Matthias Krüger | -19/+4 |
| 2023-08-28 | Rollup merge of #115311 - dtolnay:usearcself, r=compiler-errors | Matthias Krüger | -6/+0 |
| 2023-08-28 | Rollup merge of #115294 - compiler-errors:cycle-err, r=oli-obk | Matthias Krüger | -107/+195 |
| 2023-08-28 | Rollup merge of #115240 - RalfJung:llvm-no-type, r=bjorn3 | Matthias Krüger | -67/+25 |
| 2023-08-28 | Rollup merge of #115164 - RalfJung:no-in-place-packed, r=b-naber | Matthias Krüger | -3/+29 |
| 2023-08-28 | Tweak output of `to_pretty_impl_header` involving only anon lifetimes | Esteban Küber | -9/+3 |
| 2023-08-28 | remove an unused argument | Ralf Jung | -10/+10 |
| 2023-08-28 | don't use SnapshotVec in Graph implementation, as it looks unused; use Vec in... | klensy | -19/+4 |
| 2023-08-28 | carry out the same changes in the gcc backend | Ralf Jung | -27/+7 |
| 2023-08-28 | also avoid matching on the type in scalar_pair_element_llvm_type | Ralf Jung | -21/+3 |
| 2023-08-28 | Auto merge of #114774 - Enselic:less-move-size-noise, r=oli-obk | bors | -35/+46 |
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -6/+0 |
| 2023-08-28 | Auto merge of #115303 - matthiaskrgr:rollup-iohs8a5, r=matthiaskrgr | bors | -1/+2 |
| 2023-08-28 | Rollup merge of #115278 - RalfJung:removed-error-codes, r=GuillaumeGomez | Matthias Krüger | -1/+2 |
| 2023-08-28 | Auto merge of #115296 - saethlin:dont-duplicate-allocs, r=jackh726 | bors | -5/+20 |
| 2023-08-28 | Auto merge of #115267 - nikic:revert-elf-relaxation, r=compiler-errors | bors | -2/+3 |
| 2023-08-28 | Auto merge of #115287 - saethlin:more-specialer, r=cjgillot | bors | -0/+7 |
| 2023-08-28 | Better error message for object type with GAT | Michael Goulet | -1/+1 |
| 2023-08-28 | Test variances of opaque captures | Michael Goulet | -0/+17 |
| 2023-08-28 | RPITITs capture all their lifetimes | Michael Goulet | -34/+40 |
| 2023-08-27 | Load include_bytes! directly into an Lrc | Ben Kimock | -5/+20 |
| 2023-08-27 | More precisely detect cycle errors from type_of on opaque | Michael Goulet | -83/+136 |
| 2023-08-27 | Pass ErrorGuaranteed to cycle error | Michael Goulet | -24/+59 |
| 2023-08-27 | Add a specialization for encoding byte arrays in rmeta | Ben Kimock | -0/+7 |
| 2023-08-27 | Rollup merge of #114974 - nbdd0121:vtable, r=b-naber | Guillaume Gomez | -1/+4 |
| 2023-08-27 | tell people what to do when removing an error code | Ralf Jung | -1/+2 |