| Age | Commit message (Expand) | Author | Lines |
| 2021-06-02 | Respond to review feedback | Wesley Wiser | -3/+33 |
| 2021-06-02 | Make tidy happy | Wesley Wiser | -6/+14 |
| 2021-06-02 | Add/update tests | Wesley Wiser | -3/+107 |
| 2021-06-02 | Generate better debuginfo for niche-layout enums | Wesley Wiser | -81/+191 |
| 2021-06-02 | Remove fallback for containing scopes | Wesley Wiser | -9/+2 |
| 2021-06-02 | Resolve EnumTagInfo FIXME | Wesley Wiser | -15/+11 |
| 2021-06-02 | Generate better debuginfo for directly tagged enums | Wesley Wiser | -22/+52 |
| 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-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 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 | 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 |
| 2021-06-01 | Auto merge of #85859 - pickfire:patch-3, r=CraftSpider | bors | -1/+2 |
| 2021-06-01 | Auto merge of #85856 - lnicola:rust-analyzer-2021-05-31, r=jonas-schievink | bors | -0/+24 |
| 2021-06-01 | Auto merge of #85153 - cjgillot:qresolve, r=Aaron1011 | bors | -255/+234 |
| 2021-05-31 | Auto merge of #85866 - Aaron1011:miriup-const-err, r=RalfJung | bors | -11/+10 |
| 2021-05-31 | Auto merge of #85702 - Aaron1011:no-vec-sort, r=michaelwoerister | bors | -30/+31 |
| 2021-05-31 | Bump Miri for const_err changes | Aaron Hill | -11/+10 |
| 2021-05-31 | Auto merge of #85814 - steffahn:fix_linked_list_itermut_debug, r=m-ou-se | bors | -7/+20 |
| 2021-05-31 | Fix details rustdoc toggle for blanket impl | Ivan Tham | -2/+1 |
| 2021-05-31 | Add title for copy to clipboard button in rustdoc | Ivan Tham | -1/+2 |
| 2021-05-31 | :arrow_up: rust-analyzer | Laurențiu Nicola | -0/+24 |
| 2021-05-31 | Auto merge of #85704 - Aaron1011:const-panic-hard-err, r=RalfJung | bors | -182/+118 |
| 2021-05-31 | Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoerister | bors | -73/+47 |
| 2021-05-31 | Auto merge of #85395 - 12101111:build-crt, r=petrochenkov | bors | -3/+107 |
| 2021-05-31 | Auto merge of #85819 - CDirkx:is_unicast_link_local_strict, r=joshtriplett | bors | -101/+27 |
| 2021-05-30 | Remove toggle for "undocumented items." | Jacob Hoffman-Andrews | -54/+64 |
| 2021-05-31 | Build crtbengin.o/crtend.o from source code | 12101111 | -3/+107 |
| 2021-05-31 | Auto merge of #85597 - 0yoyoyo:fix-issue-71563-remove-redundant-args, r=petro... | bors | -124/+281 |
| 2021-05-30 | Auto merge of #85559 - 12101111:sanitizer-crt-static, r=nagisa | bors | -0/+17 |
| 2021-05-30 | Auto merge of #85838 - GuillaumeGomez:rollup-rk2rh7m, r=GuillaumeGomez | bors | -45/+197 |
| 2021-05-30 | Rollup merge of #85818 - LeSeulArtichaut:85794-diag-drop-ice, r=petrochenkov | Guillaume Gomez | -1/+38 |
| 2021-05-30 | Rollup merge of #85817 - r00ster91:patch-9, r=dtolnay | Guillaume Gomez | -1/+1 |
| 2021-05-30 | Rollup merge of #85801 - WaffleLapkin:master, r=joshtriplett | Guillaume Gomez | -0/+37 |