about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-04-28Auto merge of #84562 - richkadel:issue-83601, r=tmandrybors-1/+66
2021-04-28Auto merge of #83401 - fee1-dead:master, r=davidtwcobors-7/+10
2021-04-28Auto merge of #84644 - JohnTitor:rollup-nzq9rjz, r=JohnTitorbors-5/+30
2021-04-28Rollup merge of #84622 - jackh726:gats-trait-object, r=nikomatsakisYuki Okushi-4/+19
2021-04-28Rollup merge of #84529 - richkadel:issue-84180, r=tmandryYuki Okushi-1/+11
2021-04-28Auto merge of #83713 - spastorino:revert-pub-macro-rules, r=nikomatsakisbors-12/+13
2021-04-28Auto merge of #84498 - workingjubilee:update-grab-bag, r=Mark-Simulacrumbors-4/+4
2021-04-27adds feature gating of `no_coverage` at either crate- or function-levelRich Kadel-3/+48
2021-04-27Make traits with GATs not object safeJack Huey-4/+19
2021-04-27Derived Eq no longer shows uncoveredRich Kadel-1/+21
2021-04-27Rollup merge of #84613 - lcnr:recursive-types, r=jackh726Dylan DPC-191/+193
2021-04-27move `representability` out of `rustc_middle`lcnr-191/+193
2021-04-27Auto merge of #84532 - richkadel:issue-83792, r=tmandrybors-1/+1
2021-04-27Auto merge of #77246 - yaahc:typeof-errors, r=oli-obkbors-3/+11
2021-04-26Auto merge of #84546 - CohenArthur:fix-liveness-typo, r=jyn514bors-3/+3
2021-04-26Auto merge of #84544 - RalfJung:const_fn_in_trait, r=oli-obkbors-10/+1
2021-04-25Rollup merge of #84547 - RalfJung:max_const_fn, r=oli-obkDylan DPC-102/+18
2021-04-25Rollup merge of #84520 - hameerabbasi:fn-as-ty, r=lcnrDylan DPC-0/+14
2021-04-25Rollup merge of #84516 - torhovland:issue-84114, r=estebankDylan DPC-5/+43
2021-04-25Rollup merge of #84499 - estebank:issue-84272, r=jackh726Dylan DPC-8/+29
2021-04-25Rollup merge of #84486 - Smittyvb:else-if-let-hir-pretty-print, r=petrochenkovDylan DPC-2/+22
2021-04-25Rollup merge of #84450 - jyn514:missing-std, r=petrochenkovDylan DPC-5/+39
2021-04-25Rollup merge of #84235 - klensy:styled-buffer, r=lcnrDylan DPC-35/+55
2021-04-25Give a better error when std or core are missingJoshua Nelson-5/+39
2021-04-25fix typographyRalf Jung-1/+1
2021-04-25Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkorbors-130/+126
2021-04-25liveness: Fix typo report_unsed_assign -> report_unused_assignCohenArthur-3/+3
2021-04-25remove now-unused 'is_min_const_fn'Ralf Jung-49/+0
2021-04-25unsafety checking: no longer care about is_min_const_fnRalf Jung-53/+18
2021-04-25Auto merge of #84216 - RalfJung:black-box, r=Mark-Simulacrumbors-0/+1
2021-04-25remove const_fn from some error_code descriptionsRalf Jung-4/+0
2021-04-25fix sanitizer testsRalf Jung-1/+0
2021-04-25move core::hint::black_box under its own feature gateRalf Jung-0/+2
2021-04-25'const fn' in trait are rejected in the AST, this feature gate check is a NOPRalf Jung-6/+1
2021-04-25Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-sebors-1/+39
2021-04-25Improve diagnostics for function passed when a type was expected.Hameer Abbasi-0/+14
2021-04-24Improve spans for chained function callsRich Kadel-1/+11
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-64/+33
2021-04-24Fix coverage ICE because fn_sig can have a span that crosses file boundariesRich Kadel-1/+1
2021-04-24reviewklensy-24/+14
2021-04-25Rollup merge of #83519 - oli-obk:assign_shrink_your_normal_code, r=pnkfelixYuki Okushi-21/+139
2021-04-24Refactor.Tor Hovland-57/+23
2021-04-24Implemented suggestion.Tor Hovland-5/+77
2021-04-24Auto merge of #84501 - JohnTitor:rollup-wxu1thu, r=JohnTitorbors-2/+2
2021-04-24Rollup merge of #84436 - jyn514:private, r=petrochenkovYuki Okushi-2/+2
2021-04-24Auto merge of #83722 - jyn514:stable-help, r=estebankbors-3/+33
2021-04-23Tweak suggestion outputEsteban Küber-7/+28
2021-04-23Recover trait import suggestionEsteban Küber-1/+1
2021-04-23Auto merge of #83729 - JohnTitor:issue-43913, r=estebankbors-7/+28
2021-04-23Use latest crossbeamJubilee Young-1/+1