| Age | Commit message (Expand) | Author | Lines |
| 2021-06-03 | Remove check for projections in a branch without any | Tomasz Miąsko | -13/+0 |
| 2021-06-03 | Remove unused support for `VarDebugInfo` | Tomasz Miąsko | -33/+4 |
| 2021-06-03 | Auto merge of #85958 - hyd-dev:miri, r=RalfJung | bors | -7/+11 |
| 2021-06-03 | Update Miri | hyd-dev | -7/+11 |
| 2021-06-03 | Auto merge of #85952 - JohnTitor:rollup-r00gu9q, r=JohnTitor | bors | -133/+227 |
| 2021-06-03 | Rollup merge of #85935 - tmiasko:validate-indexing, r=jonas-schievink | Yuki Okushi | -2/+20 |
| 2021-06-03 | Rollup merge of #85934 - tmiasko:is-union, r=jackh726 | Yuki Okushi | -59/+32 |
| 2021-06-03 | Rollup merge of #85926 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -3/+22 |
| 2021-06-03 | Rollup merge of #85911 - cjgillot:one-output, r=Aaron1011 | Yuki Okushi | -3/+3 |
| 2021-06-03 | Rollup merge of #85900 - LingMan:pat_mat, r=petrochenkov | Yuki Okushi | -19/+7 |
| 2021-06-03 | Rollup merge of #85897 - steffahn:update_unsound_label_for_triagebot, r=Mark-... | Yuki Okushi | -1/+1 |
| 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 #84988 - alexcrichton:safe-target-feature-wasm, r=joshtriplett | bors | -8/+75 |
| 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 | Validate type of locals used as indices | Tomasz Miąsko | -2/+20 |
| 2021-06-02 | Add `Ty::is_union` predicate and use it | Tomasz Miąsko | -55/+31 |
| 2021-06-02 | Implement `Ty::is_enum` using `matches!` | Tomasz Miąsko | -4/+1 |
| 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-01 | Update cargo | Eric Huss | -3/+22 |
| 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 | Use pattern matching instead of checking lengths explicitly | LingMan | -19/+7 |
| 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 | Avoid a clone of output_filenames. | Camille GILLOT | -3/+3 |