| Age | Commit message (Expand) | Author | Lines |
| 2023-01-24 | 1.67.0 release | Mark Rousskov | -1/+1 |
| 2023-01-21 | Bump bootstrap to 1.66.1 | Mark Rousskov | -342/+285 |
| 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 | Don't panic on stable since miri is not available there | Oli Scherer | -4/+8 |
| 2023-01-19 | Bump rust-installer | Mark Rousskov | -0/+0 |
| 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 | rustdoc: fix outdated lint section of the book | Michael Howell | -1/+1 |
| 2023-01-19 | Revert "Make nested RPITIT inherit the parent opaque's generics." and adjust ... | Michael Goulet | -1/+3 |
| 2023-01-11 | Move manual_clamp to nursery | Philipp Krones | -1/+4 |
| 2023-01-10 | add subtle dependency | Pietro Albini | -0/+2 |
| 2023-01-10 | bump Cargo submodule to fix CVE-2022-46176 | Pietro Albini | -0/+0 |
| 2023-01-10 | disable fast submodule checkout due to spurious ci failures | Pietro Albini | -7/+8 |
| 2022-12-31 | Fix new_return_no_self with recursive bounds | Gary Guo | -50/+105 |
| 2022-12-28 | Auto merge of #106163 - compiler-errors:🅱-IMPLIED_BOUNDS_ENTAILMENT, r=Mar... | bors | -1/+76 |
| 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 | Make Clippy test no longer unsound | Michael Goulet | -1/+1 |
| 2022-12-26 | Add IMPLIED_BOUNDS_ENTAILMENT lint | Michael Goulet | -0/+85 |
| 2022-12-26 | Add test for non-rust code block hashtag prepended lines | Guillaume Gomez | -0/+37 |
| 2022-12-26 | Don't take into account hashtag prepended lines if not in rust code block | Guillaume Gomez | -3/+4 |
| 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-13 | Adjust miri to still be optional | Mark Rousskov | -25/+31 |
| 2022-12-12 | change channel to beta | Pietro Albini | -1/+1 |
| 2022-12-09 | Auto merge of #105486 - matthiaskrgr:rollup-o7c4l1c, r=matthiaskrgr | bors | -47/+236 |
| 2022-12-09 | Rollup merge of #105470 - flip1995:clippy_backport, r=Manishearth | Matthias Krüger | -4/+2 |
| 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 | -10/+57 |
| 2022-12-09 | Rollup merge of #105427 - GuillaumeGomez:dont-silently-ignore-rustdoc-errors,... | Matthias Krüger | -3/+13 |
| 2022-12-09 | Rollup merge of #105389 - ogarokpeter:patch-1, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-12-09 | Rollup merge of #105387 - willcrichton:scrape-examples-ui-improvements, r=not... | Matthias Krüger | -25/+111 |
| 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 | -793/+2109 |
| 2022-12-09 | Auto merge of #105456 - matthiaskrgr:rollup-yennygf, r=matthiaskrgr | bors | -222/+444 |
| 2022-12-09 | Ignore errors when including clear_expected_if_blessed | Tomasz Miąsko | -1/+1 |
| 2022-12-08 | Fix #10021 | Samuel Moelius | -4/+2 |
| 2022-12-08 | rustdoc: add GUI test case for docblock table colors | Michael Howell | -1/+51 |
| 2022-12-08 | Update rustdoc test to check its error output | Guillaume Gomez | -1/+11 |
| 2022-12-08 | Rollup merge of #105433 - ComputerDruid:docker_continuation_fix, r=jyn514 | Matthias Krüger | -2/+2 |
| 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 | -208/+239 |
| 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-08 | Auto merge of #105415 - nikic:update-llvm-10, r=cuviper | bors | -0/+0 |
| 2022-12-07 | rustdoc: clean up docblock table CSS | Michael Howell | -10/+7 |
| 2022-12-07 | CI: add missing line continuation marker | Dan Johnson | -2/+2 |