| Age | Commit message (Expand) | Author | Lines |
| 2022-07-29 | Do not allow bad projection term to leak into the type checker | Michael Goulet | -6/+41 |
| 2022-07-29 | check if T is slice | Takayuki Maeda | -1/+1 |
| 2022-07-29 | Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errors | bors | -24/+864 |
| 2022-07-29 | fix ICE when computing codegen_fn_attrs on closure with non-fn parent | Michael Goulet | -0/+9 |
| 2022-07-28 | Remove guess_head_span. | Camille GILLOT | -56/+65 |
| 2022-07-28 | location-detail: disable all location details when passed `none` | Hudson Ayers | -0/+10 |
| 2022-07-28 | Rollup merge of #99807 - Nilstrieb:wsl-ui-test-fix, r=Mark-Simulacrum | Dylan DPC | -6/+11 |
| 2022-07-28 | Rollup merge of #99689 - dtolnay:write, r=Mark-Simulacrum | Dylan DPC | -16/+130 |
| 2022-07-28 | --bless tests | Maybe Waffle | -63/+119 |
| 2022-07-28 | orphan check: remove const generics fixme | lcnr | -0/+29 |
| 2022-07-28 | Revert "Rollup merge of #97346 - JohnTitor:remove-back-compat-hacks, r=oli-obk" | Oli Scherer | -57/+47 |
| 2022-07-28 | anonymize all bound vars, not just regions | lcnr | -0/+14 |
| 2022-07-28 | Rollup merge of #99714 - ouz-a:issue_57961, r=oli-obk | Dylan DPC | -1/+18 |
| 2022-07-28 | suggest adding/removing `ref` for binding patterns | Takayuki Maeda | -2/+111 |
| 2022-07-27 | add suggestion when there is a impl of external trait on pointer | Vincenzo Palazzo | -0/+56 |
| 2022-07-27 | safe transmute: reference tracking issue | Jack Wrenn | -1/+14 |
| 2022-07-27 | safe transmute: add `rustc_on_unimplemented` to `BikeshedIntrinsicFrom` | Jack Wrenn | -364/+482 |
| 2022-07-27 | safe transmute: test to ensure that trait is correctly feature-gated | Jack Wrenn | -0/+17 |
| 2022-07-27 | safe transmute: test when `ASSUME` params are passed indirectly | Jack Wrenn | -0/+73 |
| 2022-07-27 | safe transmute: gracefully handle const params of wrong types | Jack Wrenn | -0/+67 |
| 2022-07-27 | Initial (incomplete) implementation of transmutability trait. | Jack Wrenn | -0/+3840 |
| 2022-07-27 | Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkov | Guillaume Gomez | -0/+24 |
| 2022-07-27 | Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=... | Guillaume Gomez | -17/+71 |
| 2022-07-27 | Fix linkage-attr/issue-10755.rs ui test on WSL | Nilstrieb | -1/+4 |
| 2022-07-27 | Fix process-spawn-nonexistent on WSL | Nilstrieb | -5/+7 |
| 2022-07-27 | add tests and comment | ouz-a | -0/+15 |
| 2022-07-27 | Rollup merge of #99704 - fee1-dead-contrib:add_self_tilde_const_trait, r=oli-obk | Yuki Okushi | -194/+164 |
| 2022-07-27 | Rollup merge of #99079 - compiler-errors:issue-99073, r=oli-obk | Yuki Okushi | -21/+20 |
| 2022-07-27 | use check_region_obligations_and_report_errors in more places to avoid ICEs | Michael Goulet | -0/+27 |
| 2022-07-27 | Rollup merge of #99712 - davidtwco:translation-migrate-passes-2, r=compiler-e... | Yuki Okushi | -6/+6 |
| 2022-07-27 | Rollup merge of #99698 - compiler-errors:no-doc-hidden, r=cjgillot | Yuki Okushi | -0/+69 |
| 2022-07-27 | Make forward compatibility lint deprecated_cfg_attr_crate_type_name deny by d... | est31 | -11/+5 |
| 2022-07-26 | Check that we do not ICE when anonymous lifetimes appear in AnonConst. | Camille GILLOT | -0/+24 |
| 2022-07-26 | Rollup merge of #99758 - WaffleLapkin:remove_useless_allow, r=Dylan-DPC | Matthias Krüger | -1/+0 |
| 2022-07-26 | Fix diagnostics for unfulfilled obligations | Deadbeef | -19/+1 |
| 2022-07-26 | bless tests, remove nonexistent E0395 | Deadbeef | -194/+182 |
| 2022-07-26 | Improve error message for unstable default body | Maybe Waffle | -7/+13 |
| 2022-07-26 | Add tests for `#[rustc_default_body_unstable]` | Maybe Waffle | -0/+119 |
| 2022-07-26 | Lib kind -l link-arg: | Daniil Belov | -8/+38 |
| 2022-07-26 | remove useless `#[allow]` in a test | Maybe Waffle | -1/+0 |
| 2022-07-26 | Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-dead | Dylan DPC | -24/+24 |
| 2022-07-26 | Rollup merge of #99739 - nnethercote:rm-E0133, r=Dylan-DPC | Dylan DPC | -8/+8 |
| 2022-07-26 | Rollup merge of #99692 - RalfJung:too-far, r=oli-obk | Dylan DPC | -22/+103 |
| 2022-07-26 | Rollup merge of #99666 - compiler-errors:issue-99663, r=lcnr | Dylan DPC | -1/+45 |
| 2022-07-26 | Rollup merge of #99618 - compiler-errors:uhh-idk, r=lcnr | Dylan DPC | -43/+2 |
| 2022-07-26 | Check that RPITs constrained by a recursive call in a closure are compatible | Michael Goulet | -21/+20 |
| 2022-07-26 | Use real opaque type instead of just saying impl Trait | Michael Goulet | -24/+24 |
| 2022-07-26 | Rollup merge of #99593 - TaKO8Ki:suggest-removing-tuple-struct-field, r=compi... | Yuki Okushi | -0/+75 |
| 2022-07-26 | Rollup merge of #99353 - compiler-errors:gat-where-clause-mismatch, r=cjgillot | Yuki Okushi | -32/+33 |
| 2022-07-26 | Remove erroneous E0133 code from an error message. | Nicholas Nethercote | -8/+8 |