| Age | Commit message (Expand) | Author | Lines |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -4/+3 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -5/+6 |
| 2022-05-10 | Rollup merge of #96872 - RalfJung:layout-sanity, r=eddyb | Dylan DPC | -9/+127 |
| 2022-05-09 | also sanity-check Abi::Vector, and slight refactoring | Ralf Jung | -26/+43 |
| 2022-05-09 | make sure ScalarPair enums have ScalarPair variants; add some layout sanity c... | Ralf Jung | -11/+112 |
| 2022-05-09 | move `panic-in-drop=abort` check for `drop_in_place` | lcnr | -20/+21 |
| 2022-04-26 | Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisa | Guillaume Gomez | -0/+16 |
| 2022-04-19 | Fix a bug in the ptx-kernel calling convention where structs was passed indir... | Kjetil Kjeka | -0/+16 |
| 2022-04-18 | mark payload fields of ScalarPair enums as Scalar::Union when they're not alw... | Erik Desjardins | -16/+21 |
| 2022-04-09 | Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercote | bors | -40/+28 |
| 2022-04-08 | Avoid looking at the internals of Interned directly | Oli Scherer | -40/+28 |
| 2022-04-05 | Use WrappingRange::full instead of hand-rolling it | Oli Scherer | -4/+1 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -30/+42 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -2/+2 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -39/+40 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -42/+61 |
| 2022-03-03 | Revert #26494 regression | Vin Singh | -5/+1 |
| 2022-02-26 | Apply noundef attribute to all scalar types which do not permit raw init | Erik Desjardins | -0/+5 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -8/+6 |
| 2022-02-19 | Adopt let else in more places | est31 | -9/+6 |
| 2022-02-13 | Auto merge of #93670 - erikdesjardins:noundef, r=nikic | bors | -1/+7 |
| 2022-02-09 | Make FnAbiError Copy. | Camille GILLOT | -26/+17 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -16/+25 |
| 2022-02-08 | Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisa | bors | -14/+17 |
| 2022-02-05 | Apply noundef attribute to &T, &mut T, Box<T>, bool | Erik Desjardins | -1/+7 |
| 2022-02-03 | Auto merge of #92932 - ouz-a:master, r=oli-obk | bors | -1/+4 |
| 2022-02-02 | Add more *-unwind ABI variants | Amanieu d'Antras | -14/+17 |
| 2022-02-01 | fix for the issue #92464 | ouz-a | -1/+4 |
| 2022-01-15 | initial revert | Ellen | -4/+2 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -8/+7 |
| 2021-12-20 | try to fix ICE in fn_abi_of_instance | Ralf Jung | -4/+7 |
| 2021-12-19 | Rollup merge of #91984 - Aaron1011:rustc-middle-lifetime, r=oli-obk | Matthias Krüger | -8/+8 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_middle` | Aaron Hill | -8/+8 |
| 2021-12-14 | Minor cleanup | Chase Wilson | -4/+4 |
| 2021-12-03 | Rollup merge of #90854 - sanxiyn:unsized-and-uninhabited, r=estebank | Matthias Krüger | -1/+1 |
| 2021-12-01 | address review | b-naber | -0/+4 |
| 2021-12-01 | implement version of normalize_erasing_regions that doesn't assume value is n... | b-naber | -1/+18 |
| 2021-11-13 | Type can be unsized and uninhabited | Seo Sanghyeon | -1/+1 |
| 2021-11-05 | Update LLVM comments around NoAliasMutRef | Josh Stone | -3/+4 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -9/+4 |
| 2021-10-10 | Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa | bors | -2/+2 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -2/+2 |
| 2021-10-06 | Rollup merge of #89329 - tmiasko:print-type-sizes-no-fields, r=jackh726 | Manish Goregaokar | -2/+5 |
| 2021-10-06 | Add new target armv7-unknown-linux-uclibceabihf | Yannick Koehler | -2/+2 |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -1/+0 |
| 2021-09-30 | Implemented -Z randomize-layout | Chase Wilson | -13/+35 |
| 2021-09-28 | print-type-sizes: skip field printing for primitives | Tomasz Miąsko | -2/+5 |
| 2021-09-18 | [HACK(eddyb)] arena-allocate but don't intern `FnAbi`s. | Eduard-Mihai Burtescu | -1/+1 |
| 2021-09-18 | Querify `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -58/+65 |
| 2021-09-18 | ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -106/+115 |