| Age | Commit message (Expand) | Author | Lines |
| 2022-07-28 | remove an unnecessary line break | Takayuki Maeda | -1/+0 |
| 2022-07-28 | change the type of `note` field to `Option<String>` | Takayuki Maeda | -26/+21 |
| 2022-07-27 | Auto merge of #99725 - lcnr:dedup-region_bound_pairs, r=compiler-errors | bors | -35/+37 |
| 2022-07-27 | Auto merge of #99816 - GuillaumeGomez:rollup-tyobksa, r=GuillaumeGomez | bors | -1201/+789 |
| 2022-07-27 | Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkov | Guillaume Gomez | -744/+175 |
| 2022-07-27 | Rollup merge of #99710 - davidtwco:internal-lint-opts, r=lcnr | Guillaume Gomez | -315/+478 |
| 2022-07-27 | Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=... | Guillaume Gomez | -121/+121 |
| 2022-07-27 | Rollup merge of #99358 - compiler-errors:issue-99325, r=oli-obk | Guillaume Gomez | -21/+15 |
| 2022-07-27 | Auto merge of #99731 - ehuss:let-chain-bracket-check, r=compiler-errors | bors | -4/+1 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -300/+465 |
| 2022-07-27 | session: disable internal lints for rustdoc | David Wood | -16/+10 |
| 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 | lint: add comment about diag lints in group | David Wood | -0/+4 |
| 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 | Pacify tidy. | Camille GILLOT | -1/+0 |
| 2022-07-26 | Stop creating anonymous late lifetimes. | Camille GILLOT | -85/+4 |
| 2022-07-26 | Remove resolve_elided_lifetimes. | Camille GILLOT | -53/+6 |
| 2022-07-26 | Stop resolving lifetime elision on HIR. | Camille GILLOT | -425/+52 |
| 2022-07-26 | Move fn parameter ribs outwards. | Camille GILLOT | -36/+62 |
| 2022-07-26 | Replace LifetimeRes::Anonymous by LifetimeRes::Infer. | Camille GILLOT | -103/+49 |
| 2022-07-26 | Remove the distinction between LifetimeName::Implicit and LifetimeName::Under... | Camille GILLOT | -63/+21 |
| 2022-07-26 | Do not produce extra lifetime parameters when not needed. | Camille GILLOT | -0/+3 |
| 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 | Allow try_to_raw_bytes on u8 array | Michael Goulet | -21/+15 |
| 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 |