| Age | Commit message (Expand) | Author | Lines |
| 2021-07-30 | Add some TAIT-related regression tests | Yuki Okushi | -0/+53 |
| 2021-07-29 | [backtraces]: look for the `begin` symbol only after seeing `end` | Wesley Wiser | -1/+12 |
| 2021-07-29 | Add regression test | Wesley Wiser | -0/+47 |
| 2021-07-29 | Auto merge of #87579 - flip1995:clippyup, r=Manishearth | bors | -3113/+3436 |
| 2021-07-29 | Update rustdoc-ui tests for intra-doc links errors | Guillaume Gomez | -92/+166 |
| 2021-07-29 | Remove unnecessary trailing semicolons from clippy tests | Aaron Hill | -2/+2 |
| 2021-07-29 | Change span for intra-doc links errors | Guillaume Gomez | -24/+73 |
| 2021-07-29 | Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup | flip1995 | -3113/+3436 |
| 2021-07-29 | Auto merge of #86664 - m-ou-se:uninit-track-caller, r=JohnTitor | bors | -10/+2 |
| 2021-07-29 | Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obk | bors | -2/+97 |
| 2021-07-28 | Auto merge of #87569 - JohnTitor:rollup-7ydfetw, r=JohnTitor | bors | -50/+119 |
| 2021-07-29 | Rollup merge of #87550 - pietroalbini:ci-only-when-channel, r=Mark-Simulacrum | Yuki Okushi | -25/+41 |
| 2021-07-29 | Rollup merge of #87521 - midgleyc:long-E0498, r=GuillaumeGomez | Yuki Okushi | -0/+2 |
| 2021-07-29 | Rollup merge of #87491 - jamesmunns:integrate-memorial, r=Mark-Simulacrum | Yuki Okushi | -6/+10 |
| 2021-07-29 | Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514 | Yuki Okushi | -19/+66 |
| 2021-07-28 | Auto merge of #87538 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-07-28 | Auto merge of #87540 - JohnTitor:rollup-8xc6bl5, r=JohnTitor | bors | -5154/+1070 |
| 2021-07-28 | fix nit | Roxane | -1/+1 |
| 2021-07-28 | set all of the optional tools as DEFAULT = true | Pietro Albini | -0/+9 |
| 2021-07-28 | Range PatKind implies discr should be read | Roxane | -0/+14 |
| 2021-07-28 | Add new const_format_args!() macro and use it in panics. | Mara Bos | -2/+12 |
| 2021-07-28 | Add test for const panic in Rust 2021. | Mara Bos | -0/+94 |
| 2021-07-28 | Update test output for const fmt::Arguments constructor. | Mara Bos | -11/+2 |
| 2021-07-28 | add CI_ONLY_WHEN_CHANNEL and run x86_64-gnu-stable only on nightly | Pietro Albini | -25/+41 |
| 2021-07-28 | Add #[track_caller] for some function in core::mem. | Mara Bos | -10/+2 |
| 2021-07-28 | Stabilize `arbitrary_enum_discriminant` | Deadbeef | -151/+8 |
| 2021-07-28 | Rollup merge of #87524 - FabianWolff:issue-87495, r=Aaron1011 | Yuki Okushi | -0/+26 |
| 2021-07-28 | Rollup merge of #87513 - hudson-ayers:bootstrap-py-fix, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-07-28 | Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk | Yuki Okushi | -5113/+938 |
| 2021-07-28 | Rollup merge of #87453 - ibraheemdev:i-68697, r=wesleywiser | Yuki Okushi | -22/+34 |
| 2021-07-28 | Rollup merge of #87443 - jyn514:submodules-take-n, r=jyn514 | Yuki Okushi | -18/+37 |
| 2021-07-28 | Rollup merge of #87315 - ricobbe:raw-dylib-unstable-book, r=wesleywiser | Yuki Okushi | -0/+34 |
| 2021-07-28 | Auto merge of #86251 - Smittyvb:thir-tree-again, r=oli-obk | bors | -0/+59 |
| 2021-07-28 | update Miri | Ralf Jung | -8/+8 |
| 2021-07-28 | Show discriminant before overflow in diagnostic. | Maarten de Vries | -5/+28 |
| 2021-07-28 | Auto merge of #86735 - jhpratt:rfc-3107, r=petrochenkov | bors | -42/+267 |
| 2021-07-27 | boostrap.py: only look for merges by bors | Taylor Yu | -3/+6 |
| 2021-07-28 | Fix ICE in `diagnostic_hir_wf_check` | Fabian Wolff | -0/+26 |
| 2021-07-27 | Update stderr | Aaron Hill | -1/+11 |
| 2021-07-27 | bootstrap.py: use `git rev-list` for robustness | Taylor Yu | -4/+5 |
| 2021-07-27 | Remove min_tait and full_tait stderr dangling files | Santiago Pastorino | -5211/+0 |
| 2021-07-27 | Bless nll tests | Santiago Pastorino | -0/+79 |
| 2021-07-27 | Update tests | Jacob Pratt | -454/+126 |
| 2021-07-27 | Prohibit `#[default]` in invalid places | Jacob Pratt | -26/+94 |
| 2021-07-27 | Permit deriving default on enums with `#[default]` | Jacob Pratt | -42/+199 |
| 2021-07-27 | Only emit lint for local macros | Aaron Hill | -0/+13 |
| 2021-07-27 | Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by default | Aaron Hill | -26/+89 |
| 2021-07-27 | Add long explanation for E0498 | Chris Midgley | -0/+2 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -29/+207 |
| 2021-07-27 | remove allow(unconditional_recursion) | ibraheemdev | -3/+15 |