| Age | Commit message (Expand) | Author | Lines |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -1/+1 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -0/+2 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -2/+2 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -100/+4 |
| 2024-10-04 | Remove stray fixmes. | Camille GILLOT | -3/+0 |
| 2024-10-04 | WfCheck opaques. | Camille GILLOT | -0/+13 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -28/+12 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -100/+4 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -4/+4 |
| 2024-09-20 | Add missing diagnostics and flesh out tests | Michael Goulet | -2/+2 |
| 2024-09-20 | Flesh out some TODOs | Michael Goulet | -0/+1 |
| 2024-09-06 | Revert ed7bdbb17b9c03fe3530e5e3f21b7c6c7879dbca | Georg Semmler | -2/+0 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -2/+2 |
| 2024-08-31 | Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`. | Nicholas Nethercote | -0/+1 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -1/+1 |
| 2024-08-28 | Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-dead | bors | -30/+1 |
| 2024-08-24 | Get rid of predicates_defined_on | Michael Goulet | -30/+1 |
| 2024-08-24 | Rework how we emit errors for unresolved object lifetimes | Michael Goulet | -1/+1 |
| 2024-08-16 | Use FnSig instead of raw FnDecl for ForeignItemKind::Fn | Michael Goulet | -4/+2 |
| 2024-08-12 | Rollup merge of #128912 - compiler-errors:do-not-recommend-impl, r=lcnr | Matthias Krüger | -0/+2 |
| 2024-08-09 | Store do_not_recommend-ness in impl header | Michael Goulet | -0/+2 |
| 2024-08-06 | Cache supertrait outlives of impl header for soundness check | Michael Goulet | -0/+1 |
| 2024-07-29 | Rollup merge of #128174 - compiler-errors:trait-alias-marker, r=oli-obk | Matthias Krüger | -5/+9 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -5/+5 |
| 2024-07-25 | Don't record trait aliases as marker traits | Michael Goulet | -5/+9 |
| 2024-07-20 | Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fm... | bors | -0/+21 |
| 2024-07-17 | Add cross-crate precise capturing support to rustdoc | Michael Goulet | -0/+21 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -1/+0 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -1/+4 |
| 2024-07-14 | find_field does not need to be a query. | Camille GILLOT | -19/+0 |
| 2024-07-11 | Auto merge of #127575 - chenyukang:yukang-fix-struct-fields-ice, r=compiler-e... | bors | -1/+4 |
| 2024-07-11 | report pat no field error no recoverd struct variant | yukang | -1/+4 |
| 2024-07-09 | Auto merge of #127358 - oli-obk:taint_itemctxt, r=fmease | bors | -33/+67 |
| 2024-07-09 | Auto merge of #127493 - compiler-errors:crate-level-import, r=lcnr | bors | -1/+1 |
| 2024-07-09 | Remove HirTyLowerer::set_tainted_by_errors, since it is now redundant | Oli Scherer | -32/+60 |
| 2024-07-09 | Automatically taint when reporting errors from ItemCtxt | Oli Scherer | -1/+7 |
| 2024-07-09 | Auto merge of #127200 - fee1-dead-contrib:trait_def_const_trait, r=compiler-e... | bors | -1/+7 |
| 2024-07-08 | Move trait selection error reporting to its own top-level module | Michael Goulet | -1/+1 |
| 2024-07-07 | Add fundamental to trait def | Michael Goulet | -0/+2 |
| 2024-07-03 | Add `constness` to `TraitDef` | Deadbeef | -1/+7 |
| 2024-06-30 | Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgr | bors | -1/+18 |
| 2024-06-29 | Rollup merge of #127110 - surechen:fix_125488_06, r=compiler-errors | Matthias Krüger | -1/+18 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -37/+12 |
| 2024-06-29 | Fix a error suggestion for E0121 when using placeholder _ as return types on ... | surechen | -1/+18 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -37/+12 |
| 2024-06-27 | Make queries more explicit | Michael Goulet | -7/+7 |
| 2024-06-24 | Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr... | Michael Goulet | -2/+2 |
| 2024-06-20 | Slightly refactor the dumping of HIR analysis data | León Orell Valerian Liehr | -1/+1 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -3/+6 |