about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-06-04removed unneeded brackets on importmarcusdunn-1/+1
2021-06-04replaced feature-gate use with cfg_attrmarcusdunn-4/+4
2021-06-04removed conditional check on bindings_after_at and resulting dead codemarcusdunn-48/+1
2021-06-04changeded bindings_after_at from active to acceptedmarcusdunn-1/+1
2021-06-04updated the feature-gate listingmarcusdunn-4/+3
2021-06-04Auto merge of #85788 - rylev:force-warns, r=nikomatsakisbors-22/+92
2021-06-04Auto merge of #85385 - richkadel:simpler-simplify-with-coverage, r=wesleywiserbors-16/+100
2021-06-04Rollup merge of #85963 - m-ou-se:constructor-type-name, r=yaahcYuki Okushi-6/+1
2021-06-04Rollup merge of #85937 - m-ou-se:macro-ref-suggestions, r=estebankYuki Okushi-20/+18
2021-06-04Rollup merge of #85889 - denismerigoux:master, r=petrochenkovYuki Okushi-0/+11
2021-06-04Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514Yuki Okushi-69/+2
2021-06-03Auto merge of #85617 - hi-rustin:rustin-patch-fix, r=estebankbors-1/+5
2021-06-03Auto merge of #85292 - wesleywiser:enum_debuginfo, r=michaelwoeristerbors-106/+206
2021-06-03Show `::{{constructor}}` in std::any::type_name().Mara Bos-6/+1
2021-06-03Auto merge of #85952 - JohnTitor:rollup-r00gu9q, r=JohnTitorbors-115/+94
2021-06-03Restore the num_def_ids_untracked public function giving the total number of ...Denis Merigoux-0/+11
2021-06-03Rollup merge of #85935 - tmiasko:validate-indexing, r=jonas-schievinkYuki Okushi-2/+20
2021-06-03Rollup merge of #85934 - tmiasko:is-union, r=jackh726Yuki Okushi-59/+32
2021-06-03Rollup merge of #85911 - cjgillot:one-output, r=Aaron1011Yuki Okushi-3/+3
2021-06-03Rollup merge of #85900 - LingMan:pat_mat, r=petrochenkovYuki Okushi-19/+7
2021-06-03Rollup merge of #85896 - BoxyUwU:remove-fixme-fwd-declared-const-default, r=p...Yuki Okushi-3/+3
2021-06-03Rollup merge of #85880 - csmoe:ice-85768, r=oli-obkYuki Okushi-4/+3
2021-06-03Rollup merge of #85852 - m-ou-se:machineapplicable-docs, r=nikomatsakisYuki Okushi-1/+5
2021-06-03Rollup merge of #85724 - sexxi-goose:rox-fix-issue-85435, r=nikomatsakisYuki Okushi-19/+20
2021-06-03Rollup merge of #85706 - jrmuizel:fpe, r=nagisaYuki Okushi-5/+1
2021-06-03Auto merge of #84988 - alexcrichton:safe-target-feature-wasm, r=joshtriplettbors-8/+31
2021-06-02Turn off frame pointer elimination on all Apple platforms.Jeff Muizelaar-5/+1
2021-06-02Restrict access to crate_name.Camille GILLOT-28/+20
2021-06-02Improve check_ref suggestions in macros.Mara Bos-20/+18
2021-06-02Add a page on force-warns in unstable bookRyan Levick-1/+1
2021-06-02Validate type of locals used as indicesTomasz Miąsko-2/+20
2021-06-02Address commenthi-rustin-4/+3
2021-06-02Add `Ty::is_union` predicate and use itTomasz Miąsko-55/+31
2021-06-02Implement `Ty::is_enum` using `matches!`Tomasz Miąsko-4/+1
2021-06-02Force warn on lint groups as wellRyan Levick-20/+45
2021-06-02Respond to review feedbackWesley Wiser-62/+32
2021-06-02Change the type name from `_enum<..>` to `enum$<..>`Wesley Wiser-5/+5
2021-06-02Respond to review feedbackWesley Wiser-3/+33
2021-06-02Make tidy happyWesley Wiser-4/+10
2021-06-02Generate better debuginfo for niche-layout enumsWesley Wiser-81/+177
2021-06-02Remove fallback for containing scopesWesley Wiser-9/+2
2021-06-02Resolve EnumTagInfo FIXMEWesley Wiser-15/+11
2021-06-02Generate better debuginfo for directly tagged enumsWesley Wiser-5/+14
2021-06-02Auto merge of #85337 - cjgillot:less-anon, r=michaelwoeristerbors-27/+54
2021-06-02Auto merge of #85892 - tmiasko:i, r=oli-obkbors-0/+45
2021-06-02Auto merge of #85908 - cjgillot:private-dep-query, r=Aaron1011bors-12/+12
2021-06-02Miscellaneous inlining improvementsTomasz Miąsko-0/+45
2021-06-02Auto merge of #85905 - cjgillot:one-trait-map, r=Aaron1011bors-69/+28
2021-06-02convert Rvalue::threadlocalref assertion to delay bugcsmoe-9/+4
2021-06-01Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011bors-104/+28