| Age | Commit message (Expand) | Author | Lines |
| 2023-01-24 | Auto merge of #107260 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.67.0 | bors | -1/+200 |
| 2023-01-24 | 1.67.0 release | Mark Rousskov | -1/+200 |
| 2023-01-22 | Auto merge of #107164 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -394/+584 |
| 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 | -49/+238 |
| 2023-01-21 | Conditionally encode boolean | Michael Goulet | -4/+15 |
| 2023-01-21 | Add test | Michael Goulet | -0/+26 |
| 2023-01-21 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -2/+23 |
| 2023-01-20 | Auto merge of #107071 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -70/+126 |
| 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 | -2/+9 |
| 2023-01-19 | Do not filter substs in `remap_generic_params_to_declaration_params`. | Camille GILLOT | -28/+41 |
| 2023-01-19 | rustdoc: fix outdated lint section of the book | Michael Howell | -1/+1 |
| 2023-01-19 | rework and document backoff behavior of `sync::mpsc` | Ibraheem Ahmed | -31/+30 |
| 2023-01-19 | add `SyncSender::send_timeout` test | Ibraheem Ahmed | -1/+18 |
| 2023-01-19 | fix `SyncSender` spinning behavior | Ibraheem Ahmed | -1/+1 |
| 2023-01-19 | Revert "Make nested RPITIT inherit the parent opaque's generics." and adjust ... | Michael Goulet | -2/+18 |
| 2023-01-14 | Auto merge of #106731 - flip1995:clippy_backport, r=Mark-Simulacrum | bors | -1/+4 |
| 2023-01-11 | Move manual_clamp to nursery | Philipp Krones | -1/+4 |
| 2023-01-11 | Auto merge of #106686 - pietroalbini:pa-cve-beta, r=pietroalbini | bors | -19/+59 |
| 2023-01-10 | add subtle dependency | Pietro Albini | -0/+2 |
| 2023-01-10 | bump Cargo submodule to fix CVE-2022-46176 | Pietro Albini | -12/+49 |
| 2023-01-10 | disable fast submodule checkout due to spurious ci failures | Pietro Albini | -7/+8 |
| 2022-12-31 | Auto merge of #106326 - matthiaskrgr:beta_clippy, r=Mark-Simulacrum | bors | -50/+105 |
| 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 | -15/+223 |
| 2022-12-28 | Auto merge of #106188 - bryangarza:bug-104588-async-track-caller_beta-backpor... | bors | -17/+149 |
| 2022-12-27 | Switch `#[track_caller]` back to a no-op unless feature gate is enabled | Bryan Garza | -17/+149 |
| 2022-12-27 | Auto merge of #106162 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -74/+141 |
| 2022-12-26 | Make fast-path for implied wf lint better | Michael Goulet | -71/+92 |
| 2022-12-26 | Downgrade IMPLIED_BOUNDS_ENTAILMENT to warn by default, add it to builtin lin... | Michael Goulet | -30/+21 |
| 2022-12-26 | Make Clippy test no longer unsound | Michael Goulet | -1/+1 |
| 2022-12-26 | Add IMPLIED_BOUNDS_ENTAILMENT lint | Michael Goulet | -7/+203 |
| 2022-12-26 | Mangle "main" as "__main_void" on wasm32-wasi | Dan Gohman | -0/+4 |
| 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 | don't copy symbols from dylibs with -Zdylib-lto | Rémy Rakic | -1/+1 |
| 2022-12-26 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -70/+43 |
| 2022-12-13 | Auto merge of #105607 - pietroalbini:pa-beta-1.67.0, r=pietroalbini | bors | -64/+70 |
| 2022-12-13 | Merge pull request #3 from lukas-code/beta-next | Pietro Albini | -25/+31 |
| 2022-12-13 | Adjust miri to still be optional | Mark Rousskov | -25/+31 |
| 2022-12-12 | update stabilization version numbers | Pietro Albini | -38/+38 |
| 2022-12-12 | change channel to beta | Pietro Albini | -1/+1 |
| 2022-12-09 | Auto merge of #105262 - eduardosm:more-inline-always, r=thomcc | bors | -25/+33 |
| 2022-12-09 | Auto merge of #104572 - pkubaj:patch-1, r=cuviper | bors | -6/+8 |
| 2022-12-09 | Auto merge of #105486 - matthiaskrgr:rollup-o7c4l1c, r=matthiaskrgr | bors | -1152/+2016 |
| 2022-12-09 | Rollup merge of #105474 - RalfJung:typo, r=dtolnay | Matthias Krüger | -1/+1 |
| 2022-12-09 | Rollup merge of #105470 - flip1995:clippy_backport, r=Manishearth | Matthias Krüger | -4/+2 |