| Age | Commit message (Expand) | Author | Lines |
| 2021-06-03 | Rollup merge of #85896 - BoxyUwU:remove-fixme-fwd-declared-const-default, r=p... | Yuki Okushi | -3/+45 |
| 2021-06-03 | Rollup merge of #85880 - csmoe:ice-85768, r=oli-obk | Yuki Okushi | -4/+63 |
| 2021-06-03 | Rollup merge of #85877 - est31:intra_doc_links, r=jyn514 | Yuki Okushi | -4/+4 |
| 2021-06-03 | Rollup merge of #85852 - m-ou-se:machineapplicable-docs, r=nikomatsakis | Yuki Okushi | -1/+5 |
| 2021-06-03 | Rollup merge of #85724 - sexxi-goose:rox-fix-issue-85435, r=nikomatsakis | Yuki Okushi | -19/+20 |
| 2021-06-03 | Rollup merge of #85706 - jrmuizel:fpe, r=nagisa | Yuki Okushi | -5/+1 |
| 2021-06-03 | Rollup merge of #83362 - SOF3:stab/vecdeque-binary-search, r=m-ou-se | Yuki Okushi | -10/+4 |
| 2021-06-03 | Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jsha | bors | -99/+173 |
| 2021-06-02 | Auto merge of #84703 - GuillaumeGomez:cleanup-dom, r=jsha | bors | -241/+256 |
| 2021-06-02 | Auto merge of #85904 - cjgillot:one-name, r=petrochenkov | bors | -30/+23 |
| 2021-06-02 | Replace h3 for notable traits with div | Guillaume Gomez | -15/+23 |
| 2021-06-02 | Stabilize VecDeque::partition_point. | Mara Bos | -2/+1 |
| 2021-06-02 | Bump vecdeque_binary_search stabilization to 1.54. | Mara Bos | -3/+3 |
| 2021-06-02 | Bumped `vecdeque_binary_search` stabilization version to 1.53.0 | SOFe | -3/+3 |
| 2021-06-02 | Stabilize `vecdeque_binary_search` | SOFe | -8/+3 |
| 2021-06-02 | Update rustdoc tests | Guillaume Gomez | -94/+100 |
| 2021-06-02 | Remove data-level selectors from CSS. | Jacob Hoffman-Andrews | -82/+20 |
| 2021-06-02 | Turn off frame pointer elimination on all Apple platforms. | Jeff Muizelaar | -5/+1 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -30/+23 |
| 2021-06-02 | Auto merge of #85337 - cjgillot:less-anon, r=michaelwoerister | bors | -27/+54 |
| 2021-06-02 | Auto merge of #85892 - tmiasko:i, r=oli-obk | bors | -0/+45 |
| 2021-06-02 | Auto merge of #85908 - cjgillot:private-dep-query, r=Aaron1011 | bors | -12/+12 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+45 |
| 2021-06-02 | Auto merge of #85905 - cjgillot:one-trait-map, r=Aaron1011 | bors | -69/+28 |
| 2021-06-02 | Auto merge of #85687 - m-ou-se:new-prelude, r=yaahc | bors | -14/+27 |
| 2021-06-02 | convert Rvalue::threadlocalref assertion to delay bug | csmoe | -17/+11 |
| 2021-06-01 | Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011 | bors | -790/+528 |
| 2021-06-01 | Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726 | bors | -71/+12 |
| 2021-06-01 | Make trait_map an Option. | Camille GILLOT | -15/+6 |
| 2021-06-01 | Make the reasoning more explicit. | Camille GILLOT | -5/+9 |
| 2021-06-01 | Avoid creating anonymous nodes with zero or one dependency. | Camille GILLOT | -27/+50 |
| 2021-06-01 | Don't generate impl-items div container if there is none | Guillaume Gomez | -4/+6 |
| 2021-06-01 | Remove invalid usage of aria-level | Guillaume Gomez | -25/+25 |
| 2021-06-01 | Replace h3 and h4 containing invalid DOM | Guillaume Gomez | -130/+190 |
| 2021-06-01 | Add missing <title> in redirection page <head> | Guillaume Gomez | -0/+1 |
| 2021-06-01 | Replace empty href with "#" | Guillaume Gomez | -1/+1 |
| 2021-06-01 | Make is_private_dep a query. | Camille GILLOT | -12/+12 |
| 2021-06-01 | Rename take_trait_map. | Camille GILLOT | -3/+3 |
| 2021-06-01 | Check that trait_map is not moved twice. | Camille GILLOT | -0/+9 |
| 2021-06-01 | Remove StableVec. | Camille GILLOT | -41/+8 |
| 2021-06-01 | Only compute the trait_map once. | Camille GILLOT | -27/+19 |
| 2021-06-01 | Add test for forward declared const param defaults | Ellen | -3/+45 |
| 2021-06-01 | Fix test | bjorn3 | -5/+5 |
| 2021-06-01 | Auto merge of #85886 - GuillaumeGomez:rollup-l3yr3np, r=GuillaumeGomez | bors | -57/+68 |
| 2021-06-01 | Rollup merge of #85860 - pickfire:patch-5, r=GuillaumeGomez | Guillaume Gomez | -2/+1 |
| 2021-06-01 | Rollup merge of #85826 - jsha:npo, r=joshtriplett | Guillaume Gomez | -0/+2 |
| 2021-06-01 | Rollup merge of #85622 - jsha:untoggle-undocumented, r=GuillaumeGomez | Guillaume Gomez | -54/+64 |
| 2021-06-01 | Rollup merge of #85473 - infinity0:master, r=jackh726 | Guillaume Gomez | -1/+1 |
| 2021-06-01 | Auto merge of #85884 - rust-lang:revert-85153-qresolve, r=michaelwoerister | bors | -234/+255 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -234/+255 |