| Age | Commit message (Expand) | Author | Lines |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -4/+0 |
| 2023-12-26 | Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e... | bors | -106/+108 |
| 2023-12-25 | Remove unnecessary body_expr_count | Michael Goulet | -4/+0 |
| 2023-12-25 | Auto merge of #119122 - matthewjasper:if-let-guard-scoping, r=TaKO8Ki | bors | -3/+3 |
| 2023-12-24 | Remove more `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -2/+2 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -104/+106 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -5/+1 |
| 2023-12-22 | Rollup merge of #119215 - mu001999:fix/119209, r=Nilstrieb | Matthias Krüger | -1/+4 |
| 2023-12-22 | Emits error if has bound regions | r0cky | -1/+4 |
| 2023-12-21 | Give temporaries in if let guards correct scopes | Matthew Jasper | -3/+3 |
| 2023-12-19 | Auto merge of #119047 - mu001999:fix/118772, r=wesleywiser | bors | -50/+52 |
| 2023-12-18 | Check generic params after sigature for main-fn-ty | r0cky | -50/+52 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -9/+4 |
| 2023-12-16 | Make IMPLIED_BOUNDS_ENTAILMENT into a hard error from a lint | Michael Goulet | -189/+12 |
| 2023-12-15 | Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkin | Jubilee | -5/+3 |
| 2023-12-15 | Don't pass lint back out of lint decorator | Michael Goulet | -5/+3 |
| 2023-12-15 | Annotate some more bugs | Michael Goulet | -9/+0 |
| 2023-12-15 | Annotate some bugs | Michael Goulet | -107/+135 |
| 2023-12-14 | update use of feature flags | lcnr | -2/+2 |
| 2023-12-13 | Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkov | bors | -13/+13 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -13/+13 |
| 2023-12-12 | review + rename fn | lcnr | -2/+2 |
| 2023-12-10 | remove redundant imports | surechen | -8/+4 |
| 2023-12-09 | Add simd_masked_{load,store} platform-intrinsics | Jakub Okoński | -0/+2 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -23/+28 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -0/+1 |
| 2023-11-26 | Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov | Guillaume Gomez | -2/+2 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -2/+2 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -14/+12 |
| 2023-11-25 | is_{some,ok}_and | Michael Goulet | -1/+1 |
| 2023-11-22 | Allow defining opaques in check_coroutine_obligations | Michael Goulet | -4/+18 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -37/+35 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -19/+0 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -18/+17 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -10/+7 |
| 2023-11-08 | Only use normalize_param_env when normalizing predicate in check_item_bounds | Michael Goulet | -2/+8 |
| 2023-11-06 | check binders with bound vars for global bounds that don't hold | Rémy Rakic | -1/+2 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -2/+1 |
| 2023-11-02 | Add all RPITITs when augmenting param-env with GAT bounds in check_type_bounds | Michael Goulet | -77/+103 |
| 2023-11-02 | Use the normalizing param-env always in check_type_bounds | Michael Goulet | -123/+143 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -2/+1 |
| 2023-10-30 | Poison check_well_formed if method receivers are invalid to prevent typeck fr... | Oli Scherer | -13/+22 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -1/+5 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -106/+124 |
| 2023-10-23 | Allow `ensure` queries to return `Result<(), ErrorGuaranteed>` | Oli Scherer | -4/+4 |
| 2023-10-21 | Rollup merge of #116995 - estebank:issue-69944, r=compiler-errors | Matthias Krüger | -19/+5 |
| 2023-10-20 | Point at assoc fn definition on type param divergence | Esteban Küber | -19/+5 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -13/+13 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -4/+4 |