| Age | Commit message (Expand) | Author | Lines |
| 2022-07-28 | safe transmute: use `AtomicU32` `State` ids to appease mips | Jack Wrenn | -6/+6 |
| 2022-07-27 | safe transmute: lowercase tracing levels | Jack Wrenn | -6/+6 |
| 2022-07-27 | safe transmute: tweak `Nfa::union` to consume params by value | Jack Wrenn | -2/+2 |
| 2022-07-27 | safe transmute: don't mark user impls as unambiguous | Jack Wrenn | -1/+0 |
| 2022-07-27 | safe transmute: tweak tracing | Jack Wrenn | -21/+16 |
| 2022-07-27 | safe transmute: revise `Hash`, `PartialEq` impls on `VariantDef`, `FieldDef` | Jack Wrenn | -12/+61 |
| 2022-07-27 | safe transmute: gracefully handle const params of wrong types | Jack Wrenn | -1/+1 |
| 2022-07-27 | Initial (incomplete) implementation of transmutability trait. | Jack Wrenn | -2/+1793 |
| 2022-07-27 | Rollup merge of #99789 - TaKO8Ki:use-pluralize-macro, r=compiler-errors | Yuki Okushi | -12/+10 |
| 2022-07-27 | Rollup merge of #99769 - bjorn3:sync_cg_clif-2022-07-26, r=bjorn3 | Yuki Okushi | -461/+705 |
| 2022-07-27 | Rollup merge of #99704 - fee1-dead-contrib:add_self_tilde_const_trait, r=oli-obk | Yuki Okushi | -13/+32 |
| 2022-07-27 | Rollup merge of #99079 - compiler-errors:issue-99073, r=oli-obk | Yuki Okushi | -51/+120 |
| 2022-07-27 | Rollup merge of #99759 - bjorn3:remove_llvm_dead_code, r=nikic | Yuki Okushi | -100/+0 |
| 2022-07-27 | Rollup merge of #99712 - davidtwco:translation-migrate-passes-2, r=compiler-e... | Yuki Okushi | -268/+498 |
| 2022-07-27 | Rollup merge of #99698 - compiler-errors:no-doc-hidden, r=cjgillot | Yuki Okushi | -5/+15 |
| 2022-07-27 | use `pluralize!` | Takayuki Maeda | -12/+10 |
| 2022-07-26 | Auto merge of #99574 - durin42:allocator-patch-redux, r=nikic | bors | -3/+169 |
| 2022-07-26 | Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-202... | bjorn3 | -461/+705 |
| 2022-07-26 | Rollup merge of #99729 - cjgillot:rm-unused-tuple, r=michaelwoerister | Matthias Krüger | -31/+27 |
| 2022-07-26 | ICE on RawPtrComparison check | Deadbeef | -4/+4 |
| 2022-07-26 | Fix diagnostics for unfulfilled obligations | Deadbeef | -7/+19 |
| 2022-07-26 | Add `Self: ~const Trait` to traits with `#[const_trait]` | Deadbeef | -2/+9 |
| 2022-07-26 | codegen: use new {re,de,}allocator annotations in llvm | Augie Fackler | -3/+169 |
| 2022-07-26 | Remove dead code from cg_llvm | bjorn3 | -100/+0 |
| 2022-07-26 | Auto merge of #99753 - Dylan-DPC:rollup-k046940, r=Dylan-DPC | bors | -71/+166 |
| 2022-07-26 | Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-dead | Dylan DPC | -26/+28 |
| 2022-07-26 | Rollup merge of #99739 - nnethercote:rm-E0133, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-07-26 | Rollup merge of #99692 - RalfJung:too-far, r=oli-obk | Dylan DPC | -24/+48 |
| 2022-07-26 | Rollup merge of #99666 - compiler-errors:issue-99663, r=lcnr | Dylan DPC | -1/+30 |
| 2022-07-26 | Rollup merge of #99618 - compiler-errors:uhh-idk, r=lcnr | Dylan DPC | -19/+59 |
| 2022-07-26 | Check that RPITs constrained by a recursive call in a closure are compatible | Michael Goulet | -29/+119 |
| 2022-07-26 | Revert "Do not allow typeck children items to constrain outer RPITs" | Michael Goulet | -29/+0 |
| 2022-07-26 | Revert "use opaque_ty_origin_unchecked instead of destructuring HIR" | Michael Goulet | -5/+13 |
| 2022-07-26 | Auto merge of #99677 - pietroalbini:pa-fix-97786-perf-regression, r=Mark-Simu... | bors | -20/+20 |
| 2022-07-26 | Address nits, move substs replacement to separate function | Michael Goulet | -27/+41 |
| 2022-07-26 | Use real opaque type instead of just saying impl Trait | Michael Goulet | -26/+28 |
| 2022-07-26 | Auto merge of #99745 - JohnTitor:rollup-lvrie64, r=JohnTitor | bors | -499/+680 |
| 2022-07-26 | Rollup merge of #99720 - bjorn3:sync_cg_clif-2022-07-25, r=bjorn3 | Yuki Okushi | -220/+474 |
| 2022-07-26 | Rollup merge of #99718 - TaKO8Ki:avoid-&str-symbol-to-string-conversions, r=m... | Yuki Okushi | -25/+19 |
| 2022-07-26 | Rollup merge of #99711 - tmiasko:coverage, r=wesleywiser | Yuki Okushi | -1/+11 |
| 2022-07-26 | Rollup merge of #99615 - compiler-errors:remove-some-explicit-infcx, r=lcnr | Yuki Okushi | -77/+68 |
| 2022-07-26 | Rollup merge of #99593 - TaKO8Ki:suggest-removing-tuple-struct-field, r=compi... | Yuki Okushi | -0/+15 |
| 2022-07-26 | Rollup merge of #99353 - compiler-errors:gat-where-clause-mismatch, r=cjgillot | Yuki Okushi | -176/+93 |
| 2022-07-26 | Remove erroneous E0133 code from an error message. | Nicholas Nethercote | -1/+1 |
| 2022-07-26 | Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoerister | bors | -39/+87 |
| 2022-07-26 | Remove some explicit self.infcx for fcx, which derefs into infcx | Michael Goulet | -77/+68 |
| 2022-07-25 | handle consts with param/infer in const_eval_resolve better | Michael Goulet | -19/+45 |
| 2022-07-25 | Restore Opaque behavior to coherence check | Michael Goulet | -1/+30 |
| 2022-07-25 | Auto merge of #99735 - JohnTitor:rollup-d93jyr2, r=JohnTitor | bors | -409/+52 |
| 2022-07-26 | Rollup merge of #99709 - lcnr:rm-MaybeTypeckResults, r=compiler-errors | Yuki Okushi | -33/+5 |