| Age | Commit message (Expand) | Author | Lines |
| 2021-07-31 | add a test | Ralf Jung | -0/+35 |
| 2021-07-31 | typo | Ralf Jung | -1/+1 |
| 2021-07-31 | CTFE: throw unsupported error when partially overwriting a pointer | Ralf Jung | -27/+69 |
| 2021-07-29 | Auto merge of #87285 - GuillaumeGomez:intra-doc-span, r=estebank | bors | -116/+239 |
| 2021-07-29 | Auto merge of #85901 - ijackson:bufwriter-tweaks, r=joshtriplett | bors | -14/+18 |
| 2021-07-29 | Auto merge of #87579 - flip1995:clippyup, r=Manishearth | bors | -3116/+3439 |
| 2021-07-29 | Update rustdoc-ui tests for intra-doc links errors | Guillaume Gomez | -92/+166 |
| 2021-07-29 | Rename feature gate bufwriter_into_parts from bufwriter_into_raw_parts | Ian Jackson | -10/+10 |
| 2021-07-29 | BufWriter: rename `into_parts` from `into_raw_parts` | Ian Jackson | -6/+6 |
| 2021-07-29 | BufWriter: actually export WriterPanicked error | Ian Jackson | -0/+4 |
| 2021-07-29 | Change span for intra-doc links errors | Guillaume Gomez | -24/+73 |
| 2021-07-29 | Update Cargo.lock (Clippy version bump) | flip1995 | -3/+3 |
| 2021-07-29 | Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup | flip1995 | -3113/+3436 |
| 2021-07-29 | Auto merge of #7504 - flip1995:rename-lints, r=flip1995 | bors | -34/+34 |
| 2021-07-29 | Rename two lints to comply with our lint naming convention | flip1995 | -34/+34 |
| 2021-07-29 | Auto merge of #86664 - m-ou-se:uninit-track-caller, r=JohnTitor | bors | -10/+7 |
| 2021-07-29 | Auto merge of #7503 - flip1995:rustup, r=flip1995 | bors | -48/+70 |
| 2021-07-29 | Bump Clippy Version -> 0.1.56 | flip1995 | -3/+3 |
| 2021-07-29 | Bump nightly version -> 2021-07-29 | flip1995 | -1/+1 |
| 2021-07-29 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -3096/+3423 |
| 2021-07-29 | Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obk | bors | -21/+203 |
| 2021-07-29 | Auto merge of #87416 - Aaron1011:query-side-effect, r=cjgillot | bors | -117/+102 |
| 2021-07-29 | Auto merge of #85874 - steffahn:fix_unsound_zip_optimization, r=yaahc | bors | -135/+330 |
| 2021-07-28 | Auto merge of #87569 - JohnTitor:rollup-7ydfetw, r=JohnTitor | bors | -69/+202 |
| 2021-07-29 | Rollup merge of #87565 - ibraheemdev:patch-7, r=scottmcm | Yuki Okushi | -1/+1 |
| 2021-07-29 | Rollup merge of #87550 - pietroalbini:ci-only-when-channel, r=Mark-Simulacrum | Yuki Okushi | -25/+42 |
| 2021-07-29 | Rollup merge of #87527 - LeSeulArtichaut:no-mir-unsafeck, r=oli-obk | Yuki Okushi | -4/+6 |
| 2021-07-29 | Rollup merge of #87521 - midgleyc:long-E0498, r=GuillaumeGomez | Yuki Okushi | -1/+25 |
| 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-29 | Rollup merge of #87435 - ibraheemdev:patch-4, r=JohnTitor | Yuki Okushi | -4/+7 |
| 2021-07-29 | Rollup merge of #86839 - D1mon:patch-1, r=JohnTitor | Yuki Okushi | -0/+2 |
| 2021-07-29 | Rollup merge of #81363 - jonhoo:no-unpin-in-pin-future-impl, r=m-ou-se | Yuki Okushi | -2/+41 |
| 2021-07-29 | Rollup merge of #81050 - yoshuawuyts:stabilize-task-ready, r=m-ou-se | Yuki Okushi | -7/+2 |
| 2021-07-28 | fix example code for E0617 | Ibraheem Ahmed | -4/+7 |
| 2021-07-28 | Use backticks when referring to `core::future::Ready` in panic message | Ibraheem Ahmed | -1/+1 |
| 2021-07-28 | Auto merge of #87538 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-07-29 | Add some doc aliases | D1mon | -0/+2 |
| 2021-07-28 | Auto merge of #87540 - JohnTitor:rollup-8xc6bl5, r=JohnTitor | bors | -5197/+1125 |
| 2021-07-28 | Update stable version of ready!() macro. | Mara Bos | -2/+2 |
| 2021-07-28 | Extend documentation of const_format_args!(). | Mara Bos | -0/+4 |
| 2021-07-28 | Improve comments about const panic handling | Mara Bos | -2/+7 |
| 2021-07-28 | Check that const_panic_fmt is const too. | Mara Bos | -2/+9 |
| 2021-07-28 | Make const_fmt_args!() work during bootstrap. | Mara Bos | -0/+11 |
| 2021-07-28 | Use unreachable_unchecked in const_panic_fmt. | Mara Bos | -1/+4 |
| 2021-07-28 | Add new const_format_args!() macro and use it in panics. | Mara Bos | -11/+36 |
| 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 | Make const panic!("..") work in Rust 2021. | Mara Bos | -11/+53 |
| 2021-07-28 | add CI_ONLY_WHEN_CHANNEL and run x86_64-gnu-stable only on nightly | Pietro Albini | -25/+42 |