| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-06 | Point at `impl` and type defs introducing requirements on E0277 | Esteban Küber | -3/+15 |
| 2021-03-31 | prevent very long compilation runtimes in LateBoundRegionNameCollector | b-naber | -0/+19 |
| 2021-03-09 | Deprecate items that accidentally weren't deprecated | bstrie | -2/+2 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -1/+1 |
| 2020-10-26 | simplify-locals: Remove unused assignments regardless of rvalue kind | Tomasz Miąsko | -0/+1 |
| 2020-09-21 | Record `tcx.def_span` instead of `item.span` in crate metadata | Aaron Hill | -16/+4 |
| 2020-09-21 | Let user see the full type of type-length limit error | Kornel Lesiński | -2/+7 |
| 2020-09-19 | Address review comments | Oliver Scherer | -4/+4 |
| 2020-09-19 | Stop using the `const_eval` query for initializers of statics | Oliver Scherer | -5/+1 |
| 2020-09-17 | Better handling for exponential-sized types in misc places | Valerii Lashmanov | -2/+2 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -5/+5 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -7/+2 |
| 2020-07-29 | Update ui tests | Oliver Scherer | -3/+3 |
| 2020-07-27 | mv std libs to library/ | mark | -3/+3 |
| 2020-06-30 | Bless failing tests | LeSeulArtichaut | -2/+6 |
| 2020-06-22 | Point at the call spawn when overflow occurs during monomorphization | Aaron Hill | -5/+27 |
| 2020-06-15 | Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk | Ralf Jung | -2/+2 |
| 2020-06-12 | fix const_prop spans and re-bless tests | Ralf Jung | -2/+2 |
| 2020-06-10 | review comments: only suggest one substitution | Esteban Küber | -5/+1 |
| 2020-06-10 | On recursive ADT, provide indirection structured suggestion | Esteban Küber | -1/+8 |