| Age | Commit message (Expand) | Author | Lines |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -29/+0 |
| 2024-12-01 | fix safe-transmute handling of enums | Ralf Jung | -1/+39 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -4/+4 |
| 2024-11-02 | On long E0277 primary span label, move it to a `help` | Esteban Küber | -1/+2 |
| 2024-10-19 | Fix transmute goal | Michael Goulet | -0/+53 |
| 2024-10-15 | remove unnecessary revisions | lcnr | -8/+8 |
| 2024-10-15 | rebase and update fixed `crashes` | lcnr | -0/+38 |
| 2024-10-01 | TransmuteFrom: Gracefully handle unnormalized types and normalization errors | Jack Wrenn | -0/+56 |
| 2024-09-20 | TL note: current means target | Jubilee Young | -2/+2 |
| 2024-09-15 | Rollup merge of #130371 - saethlin:transmutability-enum-ice, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2024-09-14 | Correctly account for niche-optimized tags | Ben Kimock | -1/+1 |
| 2024-09-14 | Add a test | Ben Kimock | -0/+9 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -20/+5 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -38/+0 |
| 2024-09-05 | rebase and update fixed `crashes` | lcnr | -0/+38 |
| 2024-08-27 | safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom` | Jack Wrenn | -459/+459 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -22/+41 |
| 2024-08-21 | safe transmute: gracefully bubble-up layout errors | Jack Wrenn | -28/+111 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -22/+41 |
| 2024-08-18 | safe transmute: forbid reference lifetime extension | Jack Wrenn | -0/+328 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -11/+9 |
| 2024-07-22 | On generic and lifetime removal suggestion, do not leave behind stray `,` | Esteban Küber | -1/+2 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -1/+1 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -7/+10 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -20/+5 |
| 2024-06-20 | Rollup merge of #126620 - oli-obk:taint_errors, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-06-19 | Const generic parameters aren't bounds, even if we end up erroring because of... | Oli Scherer | -1/+1 |
| 2024-06-14 | safe transmute: support non-ZST, variantful, uninhabited enums | Jack Wrenn | -7/+65 |
| 2024-06-12 | Rollup merge of #126358 - jswrenn:fix-125811, r=compiler-errors | Jubilee | -0/+26 |
| 2024-06-13 | safe transmute: support `Variants::Single` enums | Jack Wrenn | -0/+26 |
| 2024-06-12 | Harmonize use of leaf and root obligation in trait error reporting | Michael Goulet | -2/+2 |
| 2024-06-03 | Mark all extraneous generic args as errors | Oli Scherer | -19/+2 |
| 2024-05-09 | Fix test problems discovered by the revision check | Zalathar | -3/+2 |
| 2024-04-08 | Compute transmutability from `rustc_target::abi::Layout` | Jack Wrenn | -520/+611 |
| 2024-03-15 | Safe Transmute: lowercase diagnostics | Jack Wrenn | -153/+153 |
| 2024-03-15 | Safe Transmute: Use 'not yet supported', not 'unspecified' in errors | Jack Wrenn | -26/+26 |
| 2024-03-13 | safe transmute: require that src referent is smaller than dst | Jack Wrenn | -2/+76 |
| 2024-03-11 | Remove some unnecessary allow(incomplete_features) | Michael Goulet | -230/+228 |
| 2024-03-10 | Ignore tests w/ current/next revisions from compare-mode=next-solver | Michael Goulet | -236/+239 |
| 2024-02-27 | safe transmute: revise safety analysis | Jack Wrenn | -1789/+1291 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -39/+39 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -5/+20 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -1/+1 |
| 2024-01-13 | Bless tests | George-lewis | -0/+2 |
| 2024-01-10 | Rollup merge of #119772 - oli-obk:whackamole, r=compiler-errors | Matthias Krüger | -0/+47 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -1/+18 |
| 2024-01-09 | Fix an ICE that occurs after an error has already been reported | Oli Scherer | -0/+47 |
| 2023-12-14 | update use of feature flags | lcnr | -4/+4 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -23/+23 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -18/+28 |