| Age | Commit message (Expand) | Author | Lines |
| 2023-01-21 | Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error" | Mark Rousskov | -36/+100 |
| 2023-01-21 | Add test | Michael Goulet | -0/+26 |
| 2023-01-19 | Correct detection of elided lifetimes in impl-trait. | Camille GILLOT | -0/+5 |
| 2023-01-19 | Do not filter substs in `remap_generic_params_to_declaration_params`. | Camille GILLOT | -0/+39 |
| 2023-01-19 | Revert "Make nested RPITIT inherit the parent opaque's generics." and adjust ... | Michael Goulet | -1/+3 |
| 2022-12-28 | Auto merge of #106163 - compiler-errors:🅱-IMPLIED_BOUNDS_ENTAILMENT, r=Mar... | bors | -0/+75 |
| 2022-12-27 | Switch `#[track_caller]` back to a no-op unless feature gate is enabled | Bryan Garza | -6/+66 |
| 2022-12-26 | Downgrade IMPLIED_BOUNDS_ENTAILMENT to warn by default, add it to builtin lin... | Michael Goulet | -26/+16 |
| 2022-12-26 | Add IMPLIED_BOUNDS_ENTAILMENT lint | Michael Goulet | -0/+85 |
| 2022-12-26 | add simulated non-regression test for issue 105637 | Rémy Rakic | -0/+52 |
| 2022-12-26 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -23/+16 |
| 2022-12-09 | Auto merge of #105486 - matthiaskrgr:rollup-o7c4l1c, r=matthiaskrgr | bors | -5/+129 |
| 2022-12-09 | Rollup merge of #105455 - lcnr:correct-reveal-in-validate, r=jackh726 | Matthias Krüger | -0/+52 |
| 2022-12-09 | Rollup merge of #105442 - notriddle:notriddle/docblock-table-css, r=Guillaume... | Matthias Krüger | -0/+50 |
| 2022-12-09 | Rollup merge of #105427 - GuillaumeGomez:dont-silently-ignore-rustdoc-errors,... | Matthias Krüger | -1/+11 |
| 2022-12-09 | Rollup merge of #105387 - willcrichton:scrape-examples-ui-improvements, r=not... | Matthias Krüger | -0/+16 |
| 2022-12-09 | Rollup merge of #105216 - GuillaumeGomez:rm-unused-gui-test, r=notriddle | Matthias Krüger | -4/+0 |
| 2022-12-09 | Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJung | bors | -713/+2025 |
| 2022-12-09 | Auto merge of #105456 - matthiaskrgr:rollup-yennygf, r=matthiaskrgr | bors | -41/+203 |
| 2022-12-09 | Ignore errors when including clear_expected_if_blessed | Tomasz Miąsko | -1/+1 |
| 2022-12-08 | rustdoc: add GUI test case for docblock table colors | Michael Howell | -0/+50 |
| 2022-12-08 | Update rustdoc test to check its error output | Guillaume Gomez | -1/+11 |
| 2022-12-08 | Rollup merge of #105423 - oli-obk:symbols, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-12-08 | Rollup merge of #105408 - cuviper:help-rpitirpit, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2022-12-08 | Rollup merge of #105317 - RalfJung:retag-rework, r=oli-obk | Matthias Krüger | -29/+0 |
| 2022-12-08 | Rollup merge of #105255 - cjgillot:issue-105197, r=compiler-errors | Matthias Krüger | -0/+17 |
| 2022-12-08 | Rollup merge of #104922 - estebank:fur-elize, r=oli-obk | Matthias Krüger | -11/+179 |
| 2022-12-08 | add regression test for #105009 | lcnr | -0/+52 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -1/+1 |
| 2022-12-07 | Factor scrape-examples toggle test into a new file | Will Crichton | -38/+14 |
| 2022-12-07 | Add explanations to scrape-examples integration test | Will Crichton | -0/+6 |
| 2022-12-07 | Improve several aspects of the Rustdoc scrape-examples UI. | Will Crichton | -0/+34 |
| 2022-12-07 | Rollup merge of #105400 - BoxyUwU:braced_param_evaluatability, r=oli-obk | Matthias Krüger | -0/+12 |
| 2022-12-07 | Rollup merge of #105267 - compiler-errors:issue-104613, r=oli-obk | Matthias Krüger | -0/+54 |
| 2022-12-07 | Make -Zsimulate-remapped-rust-src-base reproducible on CI | Oli Scherer | -9/+9 |
| 2022-12-07 | Auto merge of #104799 - pcc:linkage-fn, r=tmiasko | bors | -30/+15 |
| 2022-12-07 | Avoid remapping paths back to `$SRC_DIR` in CI | Oli Scherer | -6/+6 |
| 2022-12-06 | Add help for `#![feature(impl_trait_in_fn_trait_return)]` | Josh Stone | -0/+6 |
| 2022-12-06 | normalize before matching on `ConstKind` | Boxy | -0/+12 |
| 2022-12-06 | Rollup merge of #105358 - TaKO8Ki:fix-104260, r=estebank | Matthias Krüger | -0/+14 |
| 2022-12-06 | Filter out precise alloc ids from diagnostics | Oli Scherer | -2/+3 |
| 2022-12-06 | Bless 32 bit tests | Oli Scherer | -82/+120 |
| 2022-12-06 | Properly indent messages | Oli Scherer | -7/+13 |
| 2022-12-06 | Change CTFE backtraces to use `note` instead of `label` to preserve their order | Oli Scherer | -641/+1857 |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -416/+416 |
| 2022-12-06 | Start emitting labels even if their pointed to file is not available locally | Oli Scherer | -0/+51 |
| 2022-12-06 | Auto merge of #105378 - matthiaskrgr:rollup-fjeorw5, r=matthiaskrgr | bors | -19/+127 |
| 2022-12-06 | Rollup merge of #105349 - compiler-errors:point-at-assoc-ct-fn-ptr-arg, r=cjg... | Matthias Krüger | -2/+4 |
| 2022-12-06 | Rollup merge of #105320 - notriddle:notriddle/rustdoc-toggle-hideme-2, r=Guil... | Matthias Krüger | -0/+10 |
| 2022-12-06 | Rollup merge of #105286 - willcrichton:maximal-hir-to-mir-coverage, r=cjgillot | Matthias Krüger | -0/+11 |