| Age | Commit message (Expand) | Author | Lines |
| 2021-06-04 | removed unneeded brackets on import | marcusdunn | -1/+1 |
| 2021-06-04 | replaced feature-gate use with cfg_attr | marcusdunn | -4/+4 |
| 2021-06-04 | removed conditional check on bindings_after_at and resulting dead code | marcusdunn | -48/+1 |
| 2021-06-04 | changeded bindings_after_at from active to accepted | marcusdunn | -1/+1 |
| 2021-06-04 | updated the feature-gate listing | marcusdunn | -4/+3 |
| 2021-06-04 | Auto merge of #85788 - rylev:force-warns, r=nikomatsakis | bors | -22/+92 |
| 2021-06-04 | Auto merge of #85385 - richkadel:simpler-simplify-with-coverage, r=wesleywiser | bors | -16/+100 |
| 2021-06-04 | Rollup merge of #85963 - m-ou-se:constructor-type-name, r=yaahc | Yuki Okushi | -6/+1 |
| 2021-06-04 | Rollup merge of #85937 - m-ou-se:macro-ref-suggestions, r=estebank | Yuki Okushi | -20/+18 |
| 2021-06-04 | Rollup merge of #85889 - denismerigoux:master, r=petrochenkov | Yuki Okushi | -0/+11 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -69/+2 |
| 2021-06-03 | Auto merge of #85617 - hi-rustin:rustin-patch-fix, r=estebank | bors | -1/+5 |
| 2021-06-03 | Auto merge of #85292 - wesleywiser:enum_debuginfo, r=michaelwoerister | bors | -106/+206 |
| 2021-06-03 | Show `::{{constructor}}` in std::any::type_name(). | Mara Bos | -6/+1 |
| 2021-06-03 | Auto merge of #85952 - JohnTitor:rollup-r00gu9q, r=JohnTitor | bors | -115/+94 |
| 2021-06-03 | Restore the num_def_ids_untracked public function giving the total number of ... | Denis Merigoux | -0/+11 |
| 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 #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 #85896 - BoxyUwU:remove-fixme-fwd-declared-const-default, r=p... | Yuki Okushi | -3/+3 |
| 2021-06-03 | Rollup merge of #85880 - csmoe:ice-85768, r=oli-obk | Yuki Okushi | -4/+3 |
| 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 | Auto merge of #84988 - alexcrichton:safe-target-feature-wasm, r=joshtriplett | bors | -8/+31 |
| 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 | -28/+20 |
| 2021-06-02 | Improve check_ref suggestions in macros. | Mara Bos | -20/+18 |
| 2021-06-02 | Add a page on force-warns in unstable book | Ryan Levick | -1/+1 |
| 2021-06-02 | Validate type of locals used as indices | Tomasz Miąsko | -2/+20 |
| 2021-06-02 | Address comment | hi-rustin | -4/+3 |
| 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 | Force warn on lint groups as well | Ryan Levick | -20/+45 |
| 2021-06-02 | Respond to review feedback | Wesley Wiser | -62/+32 |
| 2021-06-02 | Change the type name from `_enum<..>` to `enum$<..>` | Wesley Wiser | -5/+5 |
| 2021-06-02 | Respond to review feedback | Wesley Wiser | -3/+33 |
| 2021-06-02 | Make tidy happy | Wesley Wiser | -4/+10 |
| 2021-06-02 | Generate better debuginfo for niche-layout enums | Wesley Wiser | -81/+177 |
| 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 | -5/+14 |
| 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 | convert Rvalue::threadlocalref assertion to delay bug | csmoe | -9/+4 |
| 2021-06-01 | Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011 | bors | -104/+28 |