| Age | Commit message (Expand) | Author | Lines |
| 2024-11-04 | Remove the trivial constkind imports | Michael Goulet | -6/+6 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -7/+5 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _trait_selection | Jubilee Young | -8/+8 |
| 2024-11-02 | Account for negative bounds in E0277 note and suggestion | Esteban Küber | -1/+8 |
| 2024-11-02 | On long E0277 primary span label, move it to a `help` | Esteban Küber | -0/+5 |
| 2024-11-02 | Point at tail expression on rpit E0277 | Esteban Küber | -11/+28 |
| 2024-11-02 | Use `short_ty_string` | Esteban Küber | -1/+3 |
| 2024-11-02 | Trim output of E0277 in some cases | Esteban Küber | -2/+18 |
| 2024-11-02 | Add trait diff highlighting logic and use it in E0277 | Esteban Küber | -13/+116 |
| 2024-10-31 | Rollup merge of #132403 - lcnr:typing-mode, r=compiler-errors | Jubilee | -37/+47 |
| 2024-10-31 | normalization folders, yeet `ParamEnv::reveal` | lcnr | -24/+31 |
| 2024-10-31 | traits::project: yeet `ParamEnv::reveal` | lcnr | -13/+16 |
| 2024-10-31 | Auto merge of #132301 - compiler-errors:adjust, r=lcnr | bors | -4/+1 |
| 2024-10-31 | Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebank | bors | -2/+5 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -2/+5 |
| 2024-10-31 | Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgr | bors | -6/+0 |
| 2024-10-30 | Remove dead code stemming from the old effects desugaring | León Orell Valerian Liehr | -6/+0 |
| 2024-10-30 | Rollup merge of #132344 - compiler-errors:same-thing, r=lcnr | Jubilee | -11/+7 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -5/+5 |
| 2024-10-30 | Merge HostPolarity and BoundConstness | Michael Goulet | -11/+7 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -22/+2 |
| 2024-10-30 | Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errors | Matthias Krüger | -143/+104 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -5/+5 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -13/+2 |
| 2024-10-29 | rebase | lcnr | -2/+3 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -141/+101 |
| 2024-10-29 | Remove region from adjustments | Michael Goulet | -4/+1 |
| 2024-10-28 | Hack out effects support for old solver | Michael Goulet | -8/+196 |
| 2024-10-28 | Rollup merge of #132243 - compiler-errors:no-span, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -12/+13 |
| 2024-10-28 | Rollup merge of #132086 - estebank:long-types, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -25/+63 |
| 2024-10-27 | Remove ObligationCause::span() method | Michael Goulet | -9/+9 |
| 2024-10-27 | Stop using the whole match expr span for an arm's obligation span | Michael Goulet | -3/+4 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -2/+2 |
| 2024-10-25 | Pass long type path into `note_obligation_cause_code` to avoid printing same ... | Esteban Küber | -20/+49 |
| 2024-10-25 | Tweak highlighting when trait is available for different type | Esteban Küber | -5/+14 |
| 2024-10-24 | Auto merge of #131985 - compiler-errors:const-pred, r=fee1-dead | bors | -63/+54 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -23/+52 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -44/+6 |
| 2024-10-24 | Rollup merge of #132084 - compiler-errors:param-env-with-err, r=lcnr,estebank | Matthias Krüger | -1/+0 |
| 2024-10-24 | Deeply normalize type trace in type error reporting | Michael Goulet | -1/+4 |
| 2024-10-24 | Plumb through param_env to note_type_err | Michael Goulet | -14/+48 |
| 2024-10-24 | Consider param-env candidates even if they have errors | Michael Goulet | -1/+0 |
| 2024-10-23 | Auto merge of #132027 - RalfJung:lang-feature-bool-fields, r=nnethercote | bors | -20/+20 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -20/+20 |
| 2024-10-23 | Auto merge of #132053 - matthiaskrgr:rollup-u5ds6i3, r=matthiaskrgr | bors | -1/+1 |
| 2024-10-23 | Rollup merge of #132026 - lcnr:stabilize-coherence-again, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -1/+1 |
| 2024-10-22 | Rollup merge of #131549 - compiler-errors:try-in-sync, r=spastorino | Matthias Krüger | -43/+55 |
| 2024-10-22 | remove unused field | lcnr | -1/+1 |
| 2024-10-21 | Auto merge of #131840 - compiler-errors:impossible-maybe, r=lcnr | bors | -12/+14 |