| Age | Commit message (Expand) | Author | Lines |
| 2022-03-28 | Add a test showing that a similar example compiles | Oli Scherer | -0/+20 |
| 2022-03-28 | Added another folder to the `ui` dir | Oli Scherer | -1/+1 |
| 2022-03-28 | Fix mixing lazy TAIT and RPIT in their defining scopes | Oli Scherer | -0/+28 |
| 2022-03-28 | Add regression test | Oli Scherer | -0/+60 |
| 2022-03-28 | Add another regression test | Oli Scherer | -0/+27 |
| 2022-03-28 | Test that TAIT and RPIT are in sync | Oli Scherer | -2/+31 |
| 2022-03-28 | Add some tests around recursion and "revealing" | Oli Scherer | -0/+152 |
| 2022-03-28 | Remove some special code handling TAIT being passed through if and match | Oli Scherer | -2/+65 |
| 2022-03-28 | Add regression tests | Oli Scherer | -0/+494 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -112/+188 |
| 2022-03-28 | Revert to inference variable based hidden type computation for RPIT | Oli Scherer | -263/+573 |
| 2022-03-28 | Special case the situation where the previous span is the same as the new one | Oli Scherer | -24/+12 |
| 2022-03-28 | Have the spans of TAIT type conflict errors point to the actual site instead ... | Oli Scherer | -95/+95 |
| 2022-03-28 | Normalize all projections in mir validation again | Oli Scherer | -0/+29 |
| 2022-03-28 | Don't bind hidden types when searching for matching impls | Oli Scherer | -39/+73 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -1623/+2315 |
| 2022-03-28 | Auto merge of #95396 - TaKO8Ki:suggest-replacing-field-when-using-the-same-ty... | bors | -0/+122 |
| 2022-03-28 | use `can_coerce` instead of `same_type_modulo_infer` | Takayuki Maeda | -1/+4 |
| 2022-03-28 | suggest replacing field when using the same type | Takayuki Maeda | -4/+123 |
| 2022-03-27 | Auto merge of #95382 - Dylan-DPC:rollup-bebyfd1, r=Dylan-DPC | bors | -65/+59 |
| 2022-03-27 | Rollup merge of #95366 - c410-f3r:moar-tests, r=petrochenkov | Dylan DPC | -64/+0 |
| 2022-03-27 | Rollup merge of #95364 - GuillaumeGomez:long-error-explanation-e0667, r=Dylan... | Dylan DPC | -1/+3 |
| 2022-03-27 | Rollup merge of #94939 - notriddle:notriddle/fru-comma-suggestion, r=cjgillot | Dylan DPC | -0/+56 |
| 2022-03-27 | Auto merge of #94495 - estebank:missing-closing-gt, r=jackh726 | bors | -13/+174 |
| 2022-03-27 | Update ui test output | Guillaume Gomez | -1/+3 |
| 2022-03-27 | diagnostics: suggest missing comma in bad FRU syntax | Michael Howell | -0/+56 |
| 2022-03-27 | Remove duplicated test files | Caio | -64/+0 |
| 2022-03-27 | Debug print char 0 as '\0' rather than '\u{0}' | David Tolnay | -3/+3 |
| 2022-03-27 | Auto merge of #95355 - dtolnay:ripgreptest, r=Dylan-DPC | bors | -1/+1 |
| 2022-03-27 | Auto merge of #93957 - SaltyKitkat:stablize_const_ptr_offset, r=dtolnay | bors | -49/+43 |
| 2022-03-27 | Handle `,` to `;` substitution in arg params | Esteban Kuber | -7/+19 |
| 2022-03-26 | Bump the ripgrep commit exercised by cargotest | David Tolnay | -1/+1 |
| 2022-03-27 | Rollup merge of #93469 - compiler-errors:issue-93450, r=estebank | Dylan DPC | -43/+17 |
| 2022-03-27 | Rollup merge of #91981 - estebank:tweakaroo, r=lcnr | Dylan DPC | -56/+158 |
| 2022-03-27 | Provide suggestion for missing `>` in a type parameter list | Esteban Kuber | -9/+158 |
| 2022-03-27 | Change wording of missing return type suggestion | Esteban Kuber | -14/+19 |
| 2022-03-27 | Point (again) to more expressions with their type, even if not fully resolved | Esteban Kuber | -30/+123 |
| 2022-03-27 | Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestion | Esteban Kuber | -12/+16 |
| 2022-03-26 | Auto merge of #92472 - petrochenkov:nowrapident, r=Aaron1011 | bors | -414/+21 |
| 2022-03-26 | Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC | bors | -42/+44 |
| 2022-03-26 | add #[must_use] to functions of slice and its iterators. | Jendrik | -18/+18 |
| 2022-03-26 | add #[must_use] to functions of slice and its iterators. | Jendrik | -12/+12 |
| 2022-03-26 | proc-macro: Stop wrapping `ident` matchers into groups | Vadim Petrochenkov | -414/+21 |
| 2022-03-26 | Auto merge of #95299 - mkroening:rm-hermitkernel, r=joshtriplett | bors | -80/+0 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -107/+58 |
| 2022-03-25 | Replace wait-for instructions for rustdoc GUI tests with wait-for-css | Guillaume Gomez | -36/+19 |
| 2022-03-25 | Update browser-ui-test version to 0.8.4 | Guillaume Gomez | -1/+1 |
| 2022-03-25 | Auto merge of #95282 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2022-03-25 | Bless rustdoc tests. | Camille GILLOT | -30/+0 |
| 2022-03-25 | Auto merge of #95255 - petrochenkov:suggresolve, r=michaelwoerister | bors | -224/+42 |