about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-05-25Auto merge of #72520 - jonas-schievink:cleanup-userty, r=matthewjasperbors-17/+17
2020-05-24Collect tokens for `ast::Expr`Aaron Hill-0/+32
2020-05-24Auto merge of #72529 - RalfJung:rollup-ydthv90, r=RalfJungbors-2/+2
2020-05-24Rollup merge of #72393 - Aaron1011:feature/rewrite-collect-tokens, r=petroche...Ralf Jung-2/+2
2020-05-24Auto merge of #72524 - RalfJung:rollup-s9f1pcc, r=RalfJungbors-0/+30
2020-05-24Rollup merge of #72388 - Aaron1011:fix/deep-tokenstream-equality, r=petrochenkovRalf Jung-0/+30
2020-05-24Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakisbors-883/+462
2020-05-24Clear MIR local type annotations after borrowckJonas Schievink-17/+17
2020-05-24Rollup merge of #72502 - RalfJung:generator-discr-ty, r=jonas-schievinkDylan DPC-2/+2
2020-05-24Rollup merge of #72400 - Aaron1011:fix/asm-incr-ice, r=AmanieuDylan DPC-0/+22
2020-05-24Rollup merge of #71618 - ecstatic-morse:issue-71394, r=nikomatsakisDylan DPC-1/+16
2020-05-23Add missing ASM arena declaration to librustc_middleAaron Hill-0/+22
2020-05-23Rollup merge of #72492 - JohnTitor:add-tests, r=matthewjasperDylan DPC-16/+46
2020-05-23bless mir-opt testsRalf Jung-2/+2
2020-05-23Add test for #72455Yuki Okushi-0/+27
2020-05-23Add test for #69415Yuki Okushi-16/+19
2020-05-22Bless other example of #71394Dylan MacKenzie-1/+0
2020-05-22Add regression test for #71394Dylan MacKenzie-0/+16
2020-05-22Rollup merge of #71289 - xliiv:70802-intra-self, r=GuillaumeGomezDylan DPC-0/+88
2020-05-22Add test for macro_rules! invoking a proc-macro with capture groupsAaron Hill-0/+30
2020-05-22Update testsMatthew Jasper-883/+462
2020-05-22Rollup merge of #72123 - jsgf:stabilize-arg0, r=sfacklerRalf Jung-4/+0
2020-05-22Rollup merge of #71829 - kper:issue71136, r=matthewjasperRalf Jung-0/+21
2020-05-22Allow using `Self::` in docTymoteusz Jankowski-0/+88
2020-05-22Rollup merge of #72306 - Aaron1011:feature/turbo-spacing, r=petrochenkovRalf Jung-2/+46
2020-05-22Rewrite `Parser::collect_tokens`Aaron Hill-2/+2
2020-05-22Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysis, r=tma...bors-2/+2
2020-05-21Auto merge of #72433 - RalfJung:rollup-srft8nx, r=RalfJungbors-10/+67
2020-05-21Rollup merge of #72347 - xliiv:72340-impl-for-default, r=GuillaumeGomezRalf Jung-0/+19
2020-05-21Rollup merge of #72149 - estebank:icemation, r=eddybRalf Jung-10/+48
2020-05-21Auto merge of #71930 - Nadrieril:exhaustiveness-remove-tyerr, r=varkorbors-0/+22
2020-05-21Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieubors-0/+105
2020-05-21Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obkbors-47/+108
2020-05-21Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakisbors-15/+204
2020-05-20Fix testsAaron Hill-3/+10
2020-05-20Auto merge of #72378 - Dylan-DPC:rollup-m87bp2d, r=Dylan-DPCbors-36/+125
2020-05-20Rollup merge of #72139 - nnethercote:standalone-fold, r=cuviperDylan DPC-24/+0
2020-05-20Rollup merge of #71863 - mibac138:self-import, r=estebankDylan DPC-12/+125
2020-05-20Auto merge of #71923 - csmoe:issue-70818, r=tmandrybors-0/+32
2020-05-19Update tests with new generator sizesDylan MacKenzie-2/+2
2020-05-19Use a fixed-point iteration when breaking tokensAaron Hill-18/+37
2020-05-20Add tests for `#[ffi_const]` and `#[ffi_pure]` function attributesMatthias Schiffer-0/+105
2020-05-19Break tokens before checking if they are 'probably equal'Aaron Hill-0/+18
2020-05-19Alter wording for `use foo::self` helpmibac138-12/+12
2020-05-19Add error recovery for `use foo::self`mibac138-3/+80
2020-05-19Suggest fixes for `use foo::self`mibac138-9/+45
2020-05-19Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakisbors-46/+3607
2020-05-19Make intra-link resolve links for both trait and impl itemsTymoteusz Jankowski-0/+19
2020-05-19Rollup merge of #72338 - doctorn:trait-object-ice, r=ecstatic-morseDylan DPC-0/+22
2020-05-19Rollup merge of #72068 - estebank:mut-deref-hack, r=oli-obkDylan DPC-0/+29