| Age | Commit message (Expand) | Author | Lines |
| 2021-04-22 | Fix ICE if original_span(fn_sig) returns a span not in body sourcefile | Rich Kadel | -8/+4 |
| 2021-04-22 | Auto merge of #77704 - AnthonyMikh:slice_index_with_ops_bound_pair, r=m-ou-se | bors | -0/+155 |
| 2021-04-22 | Auto merge of #71511 - hi-rustin:rustin-patch-rename-assoc, r=eddyb,varkor | bors | -8/+8 |
| 2021-04-22 | Auto merge of #84289 - andersk:bootstrap-bulk-dir, r=Mark-Simulacrum | bors | -2/+19 |
| 2021-04-22 | Auto merge of #84411 - m-ou-se:rollup-9btsp2t, r=m-ou-se | bors | -589/+793 |
| 2021-04-22 | Auto merge of #84407 - the8472:update-jobserver, r=Mark-Simulacrum | bors | -3/+3 |
| 2021-04-21 | Rollup merge of #84406 - m-ou-se:drop-delete-alias, r=dtolnay | Mara Bos | -1/+0 |
| 2021-04-21 | Rollup merge of #84393 - GuillaumeGomez:better-open-handling, r=jyn514 | Mara Bos | -6/+10 |
| 2021-04-21 | Rollup merge of #84390 - m-ou-se:make-debug-non-exhaustive-without-fields-a-l... | Mara Bos | -24/+10 |
| 2021-04-21 | Rollup merge of #84380 - Smittyvb:rdoc-title-order, r=jsha | Mara Bos | -20/+56 |
| 2021-04-21 | Rollup merge of #84379 - marmeladema:test-for-issue-79949, r=jackh726 | Mara Bos | -0/+317 |
| 2021-04-21 | Rollup merge of #84378 - starthal:patch-1, r=jyn514 | Mara Bos | -1/+1 |
| 2021-04-21 | Rollup merge of #84365 - vext01:improve-lto-docstrings, r=petrochenkov | Mara Bos | -5/+7 |
| 2021-04-21 | Rollup merge of #84301 - r00ster91:patch-1, r=kennytm | Mara Bos | -0/+8 |
| 2021-04-21 | Rollup merge of #84251 - RalfJung:non-zero-const-since, r=kennytm | Mara Bos | -14/+14 |
| 2021-04-21 | Rollup merge of #84212 - CDirkx:void, r=m-ou-se | Mara Bos | -252/+238 |
| 2021-04-21 | Rollup merge of #84119 - CDirkx:vxworks, r=m-ou-se | Mara Bos | -222/+88 |
| 2021-04-21 | Rollup merge of #84013 - CDirkx:fmt, r=m-ou-se | Mara Bos | -44/+44 |
| 2021-04-21 | Bump slice_index_with_ops_bound_pair to 1.53.0 | Mara Bos | -2/+2 |
| 2021-04-21 | bump jobserver dependency | The8472 | -3/+3 |
| 2021-04-21 | Remove `delete` alias from `mem::drop`. | Mara Bos | -1/+0 |
| 2021-04-21 | Auto merge of #84394 - m-ou-se:upgrade-ci-dep-expat, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-04-21 | Apply suggestions from code review | Christiaan Dirkx | -2/+4 |
| 2021-04-21 | Upgrade `expat` dependency in riscv64 to newer version. | Mara Bos | -1/+1 |
| 2021-04-21 | Fix `alloc::test::test_show` | Christiaan Dirkx | -4/+4 |
| 2021-04-21 | Change the `Debug` impl of `Any` and `UnsafeCell` to use `finish_non_exhaustive` | Christiaan Dirkx | -4/+4 |
| 2021-04-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -40/+40 |
| 2021-04-21 | Correctly handle --open argument on doc command | Guillaume Gomez | -6/+10 |
| 2021-04-21 | Format `Struct { .. }` on one line even with `{:#?}`. | Mara Bos | -24/+10 |
| 2021-04-20 | Just merge all of the <title> tests into one | Smitty | -7/+8 |
| 2021-04-20 | Add test for title of root page in item-title.rs | Smitty | -3/+2 |
| 2021-04-21 | Add test for issue #71176 | marmeladema | -0/+40 |
| 2021-04-21 | Add test for issue #70304 | marmeladema | -0/+78 |
| 2021-04-20 | fix is_module check | Smitty | -4/+4 |
| 2021-04-20 | Merge mod-title and item-title tests | Smitty | -12/+1 |
| 2021-04-20 | Rename pushname to is_module | Smitty | -3/+3 |
| 2021-04-20 | Add test for issue #70303 | marmeladema | -0/+60 |
| 2021-04-20 | Add test for issue #78671 | marmeladema | -0/+33 |
| 2021-04-20 | Add test for issue #79636 | marmeladema | -0/+80 |
| 2021-04-20 | Add test for issue #79949 | marmeladema | -0/+26 |
| 2021-04-20 | Write Rustdoc titles like "x in crate::mod - Rust" | Smitty | -9/+56 |
| 2021-04-20 | Fix broken doc link | Stephen Albert-Moore | -1/+1 |
| 2021-04-20 | Change uses of never type | Christiaan Dirkx | -196/+198 |
| 2021-04-20 | Replace `Void` with never type | Christiaan Dirkx | -60/+44 |
| 2021-04-20 | Auto merge of #84353 - estebank:as-ref-mir, r=davidtwco | bors | -62/+134 |
| 2021-04-20 | Auto merge of #84363 - Dylan-DPC:rollup-ink2wyq, r=Dylan-DPC | bors | -85/+48 |
| 2021-04-20 | Improve the docstrings of the `Lto` struct. | Edd Barrett | -5/+7 |
| 2021-04-20 | Rollup merge of #84347 - Swatinem:simplify-document-fns, r=jyn514 | Dylan DPC | -45/+11 |
| 2021-04-20 | Rollup merge of #84345 - ehuss:remove-core-core-comment, r=Mark-Simulacrum | Dylan DPC | -9/+0 |
| 2021-04-20 | Rollup merge of #84340 - notriddle:patch-4, r=GuillaumeGomez | Dylan DPC | -2/+2 |