| Age | Commit message (Expand) | Author | Lines |
| 2023-10-06 | Remove the `MaybeTransmutableQuery<&'l Dfa<...>, C>` impl. | Nicholas Nethercote | -16/+0 |
| 2023-10-06 | Fix a comment. | Nicholas Nethercote | -3/+1 |
| 2023-10-06 | Remove `map_layouts`. | Nicholas Nethercote | -57/+33 |
| 2023-10-06 | Make the comment order match variant declaration order. | Nicholas Nethercote | -1/+1 |
| 2023-10-06 | Remove an unnecessary `pub(crate)`. | Nicholas Nethercote | -1/+1 |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -7/+4 |
| 2023-09-06 | Fix error report for size overflow from transmute | yukang | -0/+9 |
| 2023-07-27 | Don't attempt to compute layout of type referencing error | Michael Goulet | -1/+1 |
| 2023-07-18 | Auto merge of #113677 - bryangarza:unevaluated-const-ice_issue-110892, r=davi... | bors | -1/+12 |
| 2023-07-17 | Safe Transmute: Fix ICE (due to UnevaluatedConst) | Bryan Garza | -1/+12 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -7/+7 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -4/+4 |
| 2023-06-12 | Safe Transmute: Refactor error handling and Answer type | Bryan Garza | -89/+99 |
| 2023-05-24 | Safe Transmute: Update definition of Condition type | Bryan Garza | -14/+17 |
| 2023-05-24 | Safe Transmute: Check mutability before creating dst -> src obligation | Bryan Garza | -7/+32 |
| 2023-05-24 | Safe Transmute: Fix propagation of errors | Bryan Garza | -15/+30 |
| 2023-05-24 | Safe Transmute: Change Answer type to Result | Bryan Garza | -117/+90 |
| 2023-05-24 | Safe Transmute: Enable handling references, including recursive types | Bryan Garza | -51/+178 |
| 2023-04-26 | Remove unused `TypeFoldable`/`TypeVisitable` impls. | Nicholas Nethercote | -2/+2 |
| 2023-04-16 | Erase regions when confirming transmutability candidate | Michael Goulet | -6/+3 |
| 2023-04-16 | more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti... | Matthias Krüger | -1/+1 |
| 2023-04-13 | Improve safe transmute error reporting | Bryan Garza | -28/+33 |
| 2023-04-09 | Some simple `clippy::perf` fixes | Nilstrieb | -1/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -3/+1 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -1/+1 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -2/+3 |
| 2023-01-18 | Also remove `#![feature(control_flow_enum)]` where possible | Scott McMurray | -1/+1 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -1/+1 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -5/+1 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -5/+1 |
| 2022-12-18 | don't clone Copy types | Matthias Krüger | -2/+2 |
| 2022-11-05 | Auto merge of #103831 - chenyukang:yukang/fix-103751-ice, r=nagisa | bors | -2/+2 |
| 2022-11-04 | Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-11-03 | change error_reported to use Result instead of an option | yukang | -1/+1 |
| 2022-11-01 | fix #103751: Fix capacity overflow issue during transmutability check | yukang | -2/+2 |
| 2022-10-30 | fix #103783, fix ICE checking transmutability of NaughtyLenArray | yukang | -1/+2 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -2/+2 |
| 2022-10-03 | check if const is ADT or not | Takayuki Maeda | -5/+10 |
| 2022-09-20 | rustc_transmute: fix big-endian discriminants | Josh Stone | -6/+16 |
| 2022-09-04 | Auto merge of #100726 - jswrenn:transmute, r=oli-obk | bors | -16/+59 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -11/+11 |
| 2022-08-31 | safe transmute: use `to_valtree` to destructure const `Assume` | Jack Wrenn | -7/+4 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-26 | Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-se | Yuki Okushi | -16/+11 |
| 2022-08-23 | safe transmute: use `FxIndex{Map,Set}` instead of `FxHash{Map,Set}` | Jack Wrenn | -12/+1 |
| 2022-08-22 | safe transmute: use `Assume` struct to provide analysis options | Jack Wrenn | -4/+61 |
| 2022-08-21 | ADD - diagnostic lints to rustc_transmute | Jhonny Bill Mena | -0/+2 |
| 2022-08-17 | Replace a try_fold in rustc_transmute to use ControlFlow instead of Result | David Tolnay | -3/+4 |
| 2022-08-17 | Remove unstable Result::into_ok_or_err | David Tolnay | -14/+8 |
| 2022-08-02 | safe transmute: fix broken intradoc link | Jack Wrenn | -2/+2 |