| Age | Commit message (Expand) | Author | Lines |
| 2021-04-28 | Update books | Eric Huss | -0/+0 |
| 2021-04-28 | Auto merge of #84645 - lnicola:rust-analyzer-2021-04-26, r=jonas-schievink | bors | -18/+22 |
| 2021-04-28 | Auto merge of #84562 - richkadel:issue-83601, r=tmandry | bors | -2/+198 |
| 2021-04-28 | Auto merge of #83401 - fee1-dead:master, r=davidtwco | bors | -7/+54 |
| 2021-04-28 | :arrow_up: rust-analyzer | Laurențiu Nicola | -18/+22 |
| 2021-04-28 | Auto merge of #84644 - JohnTitor:rollup-nzq9rjz, r=JohnTitor | bors | -136/+499 |
| 2021-04-28 | Rollup merge of #84642 - Amanieu:vec_extend_from_within, r=dtolnay | Yuki Okushi | -5/+1 |
| 2021-04-28 | Rollup merge of #84624 - r00ster91:patch-5, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-04-28 | Rollup merge of #84622 - jackh726:gats-trait-object, r=nikomatsakis | Yuki Okushi | -25/+179 |
| 2021-04-28 | Rollup merge of #84616 - GuillaumeGomez:fix-empty-dom-toggle, r=jsha | Yuki Okushi | -102/+136 |
| 2021-04-28 | Rollup merge of #84529 - richkadel:issue-84180, r=tmandry | Yuki Okushi | -3/+182 |
| 2021-04-28 | Stabilize vec_extend_from_within | Amanieu d'Antras | -5/+1 |
| 2021-04-28 | Auto merge of #83713 - spastorino:revert-pub-macro-rules, r=nikomatsakis | bors | -182/+37 |
| 2021-04-28 | Auto merge of #84498 - workingjubilee:update-grab-bag, r=Mark-Simulacrum | bors | -87/+28 |
| 2021-04-27 | adds feature gating of `no_coverage` at either crate- or function-level | Rich Kadel | -63/+142 |
| 2021-04-27 | Auto merge of #84635 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-04-27 | Update cargo | Eric Huss | -0/+0 |
| 2021-04-27 | Auto merge of #84494 - tdelabro:84304-bis, r=jyn514 | bors | -128/+158 |
| 2021-04-27 | Make sentence in env::args_os' docs plain and simple | r00ster | -1/+1 |
| 2021-04-27 | Make traits with GATs not object safe | Jack Huey | -25/+179 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -2/+119 |
| 2021-04-27 | Auto merge of #84620 - Dylan-DPC:rollup-wkv97im, r=Dylan-DPC | bors | -610/+614 |
| 2021-04-27 | Rollup merge of #84613 - lcnr:recursive-types, r=jackh726 | Dylan DPC | -191/+194 |
| 2021-04-27 | Rollup merge of #84610 - flip1995:clippyup, r=Manishearth,flip1995 | Dylan DPC | -326/+416 |
| 2021-04-27 | Rollup merge of #84563 - jclulow:backtrace-upgrade, r=Mark-Simulacrum | Dylan DPC | -0/+0 |
| 2021-04-27 | Rollup merge of #84521 - CDirkx:hermit-dedup, r=Mark-Simulacrum | Dylan DPC | -92/+3 |
| 2021-04-27 | Rollup merge of #84132 - Manishearth:lldb-nonstandard, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2021-04-27 | Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8' into clippyup | flip1995 | -326/+416 |
| 2021-04-27 | Auto merge of #7128 - Jarcho:const_fn_ice, r=flip1995 | bors | -6/+18 |
| 2021-04-27 | Auto merge of #7138 - mgacek8:issue6808_iter_cloned_collect_FN_with_large_arr... | bors | -4/+16 |
| 2021-04-27 | Update impl DOM test | Guillaume Gomez | -5/+5 |
| 2021-04-27 | Add test for new DOM for empty impls | Guillaume Gomez | -0/+19 |
| 2021-04-27 | Don't put empty implementations into details/summary blocks | Guillaume Gomez | -97/+112 |
| 2021-04-27 | move `representability` out of `rustc_middle` | lcnr | -191/+194 |
| 2021-04-27 | Auto merge of #84609 - lefth:master, r=Dylan-DPC | bors | -9/+9 |
| 2021-04-27 | Reorder the parameter descriptions of map_or and map_or_else | Dan Zwell | -9/+9 |
| 2021-04-27 | Auto merge of #84606 - JohnTitor:test-84408, r=lcnr | bors | -0/+38 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -85/+104 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -53/+64 |
| 2021-04-27 | Auto merge of #84532 - richkadel:issue-83792, r=tmandry | bors | -1/+1 |
| 2021-04-27 | Auto merge of #77246 - yaahc:typeof-errors, r=oli-obk | bors | -3/+43 |
| 2021-04-27 | Rename a test for consistency | Yuki Okushi | -0/+0 |
| 2021-04-27 | Add a regression test for issue-84408 | Yuki Okushi | -0/+38 |
| 2021-04-27 | Auto merge of #84552 - GuillaumeGomez:open-impl-blocks-by-default, r=jsha | bors | -9/+27 |
| 2021-04-26 | add ui test for new typeof error messages | Jane Lusby | -0/+32 |
| 2021-04-26 | Auto merge of #84092 - scottmcm:try_trait_initial, r=yaahc,m-ou-se | bors | -5/+407 |
| 2021-04-26 | Auto merge of #7136 - mgacek8:issue6965_manual_unwrap_or_invalid_sugg_macro_e... | bors | -2/+48 |
| 2021-04-26 | Auto merge of #7137 - camsteffen:msrv-mod, r=llogiq | bors | -293/+108 |
| 2021-04-26 | Update MSRV contribution docs | Cameron Steffen | -9/+15 |
| 2021-04-26 | Refactor MSRV aliases | Cameron Steffen | -85/+80 |