| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -2969/+0 |
| 2022-12-17 | docs: add long error explanation for error E0320 | Ezra Shaw | -0/+1 |
| 2022-12-13 | Avoid rendering empty annotations | Oli Scherer | -1/+3 |
| 2022-12-13 | Don't emit empty notes | Oli Scherer | -2/+0 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -5/+2 |
| 2022-11-28 | Further tweak the type shortening logic | Esteban Küber | -1/+1 |
| 2022-11-28 | Detect long types in E0308 and write them to disk | Esteban Küber | -1/+1 |
| 2022-11-19 | re-add test and bless | ouz-a | -0/+30 |
| 2022-11-19 | revert-overflow | ouz-a | -38/+1 |
| 2022-11-18 | Only use `...` instead of `_` for type elision | Esteban Küber | -1/+1 |
| 2022-11-18 | On overflow errors, do not print out long types | Esteban Küber | -4/+6 |
| 2022-11-18 | Make "long type" printing type aware | Esteban Küber | -1/+1 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -3/+1 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -1/+1 |
| 2022-09-23 | Always print '_, even for erased lifetimes. | Camille GILLOT | -2/+2 |
| 2022-09-15 | Remove feature gate from let else suggestion | est31 | -1/+1 |
| 2022-08-19 | Update issue-83150.stderr | ouz-a | -2/+2 |
| 2022-08-19 | Catch overflow early | ouz-a | -2/+39 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -1/+1 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -14/+8 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -2/+2 |
| 2022-07-04 | Auto merge of #98641 - lcnr:mir-dropck, r=oli-obk | bors | -19/+10 |
| 2022-07-04 | fully move dropck to mir | lcnr | -19/+10 |
| 2022-07-04 | Rollup merge of #98870 - TaKO8Ki:add-regression-test-for-86784, r=compiler-er... | Matthias Krüger | -0/+2597 |
| 2022-07-04 | add regression test for #86784 | Takayuki Maeda | -0/+2597 |
| 2022-07-02 | Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obk | bors | -4/+5 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -10/+6 |
| 2022-06-30 | Specialize a few tests depending on opt-level. | Camille GILLOT | -13/+7 |
| 2022-06-30 | Allow inlining `#[inline]` functions. | Camille GILLOT | -6/+13 |
| 2022-06-19 | Make some lints incremental. | Camille GILLOT | -1/+8 |
| 2022-06-04 | use precise spans for recursive const evaluation | Ralf Jung | -2/+2 |
| 2022-05-11 | Gracefully fail to resolve associated items instead of `delay_span_bug`. | Camille GILLOT | -1/+1 |
| 2022-03-23 | separate const prop lint from optimizations | Carl Scherer | -2/+6 |
| 2022-03-08 | Suggest `if let`/`let_else` for refutable pat in `let` | Esteban Kuber | -1/+5 |
| 2022-03-08 | Point at uncovered variants in enum definition in `note` instead of a `span_l... | Esteban Kuber | -5/+12 |
| 2022-01-26 | Ignore unwinding edges when checking for unconditional recursion | Tomasz Miąsko | -2/+13 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+17 |
| 2021-09-28 | Improve help for recursion limit errors | Ross MacArthur | -1/+1 |
| 2021-09-21 | Disable visible path calculation for PrettyPrinter in Ok path of compiler | Alik Aslanyan | -6/+6 |
| 2021-08-24 | Morph `layout_raw` query into `layout_of`. | Eduard-Mihai Burtescu | -12/+10 |
| 2021-08-19 | Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli... | Erik Desjardins | -3/+3 |
| 2021-08-18 | Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis | bors | -0/+30 |
| 2021-08-17 | Auto merge of #88056 - erikdesjardins:revertzst, r=oli-obk | bors | -3/+3 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -6/+10 |
| 2021-08-15 | Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk" | Erik Desjardins | -3/+3 |
| 2021-08-14 | Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk | bors | -3/+3 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -1/+1 |
| 2021-08-07 | Run RemoveZsts at mir-opt-level=1 | Erik Desjardins | -3/+3 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -1/+1 |
| 2021-08-03 | bless a few trivial tests under polonius | Rémy Rakic | -0/+30 |