| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -15169/+0 |
| 2023-01-09 | Clean up | kadmin | -2/+124 |
| 2023-01-09 | Set !const_evaluatable if ambig. and not inferred | kadmin | -0/+38 |
| 2023-01-09 | Change based on comments | kadmin | -1/+12 |
| 2023-01-09 | Change commit_if_ok to probe | kadmin | -13/+37 |
| 2023-01-07 | Auto merge of #106283 - JulianKnodt:enum_err, r=cjgillot | bors | -0/+51 |
| 2023-01-05 | Tweak wording of fn call with wrong number of args | Esteban Küber | -3/+3 |
| 2023-01-03 | Add note about wrapping in braces | kadmin | -0/+51 |
| 2022-12-27 | Rollup merge of #105994 - JohnTitor:issue-99647, r=compiler-errors | Matthias Krüger | -0/+15 |
| 2022-12-22 | Add regression test for #94293 | Yuki Okushi | -0/+31 |
| 2022-12-22 | Add regression test for #99647 | Yuki Okushi | -0/+15 |
| 2022-12-16 | remove unused stderr files | Takayuki Maeda | -16/+0 |
| 2022-12-15 | Rollup merge of #105694 - ouz-a:issue_105689, r=estebank | Matthias Krüger | -0/+14 |
| 2022-12-14 | Highlight conflicting param-env candidates, again | Michael Goulet | -4/+22 |
| 2022-12-14 | skip if val has ecaping bound vars | ouz-a | -0/+14 |
| 2022-12-14 | Rollup merge of #105611 - BoxyUwU:more_granular_placeholderification, r=wesle... | Matthias Krüger | -0/+29 |
| 2022-12-14 | Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errors | Matthias Krüger | -2/+10 |
| 2022-12-13 | review comments | Esteban Küber | -3/+3 |
| 2022-12-13 | Suggest `: Type` instead of `: _` | Esteban Küber | -3/+3 |
| 2022-12-13 | Mention implementations that satisfy the trait | Esteban Küber | -0/+8 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -28/+4 |
| 2022-12-12 | what is `unstable_features` lol | Boxy | -1/+1 |
| 2022-12-12 | fold instead of obliterating args | Boxy | -0/+29 |
| 2022-12-10 | Introduce `with_forced_trimmed_paths` | Esteban Küber | -12/+12 |
| 2022-12-10 | Rollup merge of #105410 - TaKO8Ki:fix-105257, r=BoxyUwU | Matthias Krüger | -0/+23 |
| 2022-12-10 | Rollup merge of #105192 - estebank:point-at-lhs-on-binop, r=fee1-dead | Matthias Krüger | -1/+3 |
| 2022-12-09 | Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJung | bors | -17/+28 |
| 2022-12-08 | Point at LHS on binop type err if relevant | Esteban Küber | -1/+3 |
| 2022-12-08 | add a test case for `generic_const_exprs` in trait items | Takayuki Maeda | -1/+8 |
| 2022-12-07 | consider `parent_count` for const param defaults | Takayuki Maeda | -0/+16 |
| 2022-12-06 | normalize before matching on `ConstKind` | Boxy | -0/+12 |
| 2022-12-06 | Change CTFE backtraces to use `note` instead of `label` to preserve their order | Oli Scherer | -17/+28 |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -6/+6 |
| 2022-12-06 | Rollup merge of #105339 - BoxyUwU:wf_ct_kind_expr, r=TaKO8Ki | Matthias Krüger | -0/+42 |
| 2022-12-06 | Rollup merge of #105338 - estebank:other-impls, r=compiler-errors | Yuki Okushi | -6/+2 |
| 2022-12-05 | support `Expr` in `is_const_evaluatable` and `compute` | Boxy | -0/+42 |
| 2022-12-05 | Tweak "the following other types implement trait" | Esteban Küber | -6/+2 |
| 2022-12-03 | Skip recording resolution for duplicated generic params. | Camille GILLOT | -0/+15 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -1/+1 |
| 2022-11-25 | `super_relate_consts` do not spurriously fail on assoc consts | Boxy | -0/+20 |
| 2022-11-25 | fmt | Boxy | -1/+1 |
| 2022-11-25 | handle assoc consts in fulfill `ConstEquate` | Boxy | -151/+61 |
| 2022-11-25 | handle nested obligations in `satisfied_from_param_env` | Boxy | -8/+79 |
| 2022-11-25 | Add expand_abstract_const | kadmin | -21/+1 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -33/+175 |
| 2022-11-24 | Change how suggested lifetime args are computed. | Camille GILLOT | -1/+1 |
| 2022-11-22 | Add failing test for projections used as const generic | Guillaume Gomez | -0/+31 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -2/+2 |
| 2022-11-14 | Show a note where a macro failed to match | Nilstrieb | -0/+6 |
| 2022-11-11 | Visit opaque types during type collection too. | Camille GILLOT | -26/+5 |