about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-02-10Rollup merge of #81926 - henryboisdequin:fix-81907, r=estebankYuki Okushi-0/+3
2021-02-10Rollup merge of #81925 - jesusprubio:add-long-explanation-e0547, r=GuillaumeG...Yuki Okushi-1/+1
2021-02-10Rollup merge of #81466 - sasurau4:fix/enhance-sugget-mut-method-for-loop, r=o...Yuki Okushi-0/+32
2021-02-10Borrow builder only once in debug deriveTomasz Miąsko-35/+32
2021-02-09Print closure signatures when reporting placeholder errorsMatthew Jasper-6/+6
2021-02-09Report "nice" placeholder errors more oftenMatthew Jasper-190/+112
2021-02-09Avoid repeating self type in placeholder errorMatthew Jasper-9/+9
2021-02-09Add attr-on-params testRyan Levick-0/+25
2021-02-09Remove unnecessary note on errorsMatthew Jasper-138/+28
2021-02-09Visit more targets when checking attrsRyan Levick-6/+6
2021-02-09Add a regression test for #32498Bram van den Heuvel-0/+16
2021-02-09Organize trait test filesBram van den Heuvel-285/+285
2021-02-09add suggestion to use the `async_recursion` crateHenry Boisdequin-0/+3
2021-02-09Fix const generics in GATEllen-0/+71
2021-02-09Auto merge of #81384 - tmiasko:partial-ord, r=petrochenkovbors-1528/+76
2021-02-09Fixing bad suggestion for `_` in `const` type when a function #81885Kevin Per-136/+29
2021-02-09Tests for precise lint analysisAman Arora-0/+232
2021-02-09Rollup merge of #81888 - ehuss:macro_rules-pp, r=petrochenkovDylan DPC-0/+19
2021-02-09Rollup merge of #81876 - osa1:issue81806, r=matthewjasperDylan DPC-0/+22
2021-02-09Rollup merge of #80732 - spastorino:trait-inheritance-self2, r=nikomatsakisDylan DPC-79/+268
2021-02-09Rollup merge of #72209 - Nemo157:lint-no-mangle-in-unsafe-code, r=nikomatsakisDylan DPC-20/+113
2021-02-09./x.py test --blessTomasz Miąsko-1528/+16
2021-02-09Fix derived PartialOrd operatorsTomasz Miąsko-0/+60
2021-02-08Fix `@has` checks "no closing quotation" errorCamelid-3/+3
2021-02-08Add comment + move derive helperRune Tynan-0/+4
2021-02-08Fix pretty printer macro_rules with semicolon.Eric Huss-0/+19
2021-02-08Anonymize late bound regions on transitive bounds that define assoc typeSantiago Pastorino-0/+33
2021-02-08Make `header` a vec of modifiers, make FunctionPointer consistent with Functi...Rune Tynan-0/+49
2021-02-08Rollup merge of #81828 - davidhewitt:capture-raw-format-strings, r=estebankMara Bos-2/+13
2021-02-08Rollup merge of #81779 - geogriff:const-ptr-to-int-error, r=lcnrMara Bos-9/+36
2021-02-08Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-seMara Bos-0/+24
2021-02-08Rollup merge of #71531 - spastorino:move-treat-err-as-bug-tests-to-ui, r=oli-obkMara Bos-14/+45
2021-02-08Add long explanation for E0547Jesus Rubio-1/+1
2021-02-08Auto merge of #81313 - LeSeulArtichaut:revert-32558, r=jyn514bors-1/+1
2021-02-07HWASan supportTri Vo-1/+20
2021-02-08parser: Fix panic in 'const impl' recoveryÖmer Sinan Ağacan-0/+22
2021-02-08Auto merge of #80962 - jhpratt:const_int_fn-stabilization, r=dtolnaybors-5/+0
2021-02-07Test that code does not get smart-punctuatedCamelid-0/+17
2021-02-07Enable smart punctuationCamelid-1/+14
2021-02-08Add tests1000teslas-1/+139
2021-02-08Point out implicit deref coercions in borrow1000teslas-0/+342
2021-02-08Auto merge of #72603 - jsgf:extern-loc, r=nikomatsakisbors-0/+193
2021-02-07Implement Encoder for Diagnostic manuallyJeremy Fitzhardinge-51/+47
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-38/+235
2021-02-07Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisabors-181/+182
2021-02-07Fix SourceMap::start_pointÖmer Sinan Ağacan-0/+21
2021-02-07Auto merge of #79078 - petrochenkov:derattr, r=Aaron1011bors-579/+917
2021-02-07Remove treat-err-as-bug delay_span_bug test from run-make-fulldepsSantiago Pastorino-11/+0
2021-02-07Create ui test for -Ztreat-err-as-bug delay_span_bugSantiago Pastorino-0/+22
2021-02-07Address review commentsVadim Petrochenkov-0/+49