about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-05-23Remove subtle Default impl for ValueJohn Kåre Alsaker-55/+9
2019-05-23Auto merge of #60965 - petrochenkov:lit3, r=matkladbors-28/+30
2019-05-23syntax: Some code cleanupVadim Petrochenkov-15/+17
2019-05-23syntax: More consistent wording for some literal parsing errorsVadim Petrochenkov-18/+18
2019-05-23syntax: Return named errors from literal parsing functionsVadim Petrochenkov-3/+3
2019-05-23Auto merge of #61075 - Centril:rollup-1ugmcqu, r=Centrilbors-2/+49
2019-05-23Rollup merge of #61046 - mark-i-m:transcribe-fix, r=petrochenkovMazdak Farrokhzad-0/+47
2019-05-23Rollup merge of #61014 - jsgf:emit-artifact-type, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-05-23Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelixbors-106/+414
2019-05-22add ui testsMark Mansi-0/+47
2019-05-22Rollup merge of #60809 - jethrogb:jb/nll-faq, r=pnkfelixMazdak Farrokhzad-0/+24
2019-05-22Rollup merge of #60773 - Aaron1011:fix/rustdoc-project-all, r=eddybMazdak Farrokhzad-0/+35
2019-05-22Allow null-pointer-optimized enums in FFI if their underlying representation ...Michael Bradshaw-11/+76
2019-05-22Auto merge of #59445 - alexreg:ban-multi-trait-objects-via-aliases, r=oli-obkbors-41/+1649
2019-05-22Auto merge of #60840 - tmandry:preserve-scope-in-generator-mir, r=cramertjbors-0/+1
2019-05-21Make -Zemit-artifact-notifications also emit the artifact typeJeremy Fitzhardinge-2/+2
2019-05-21Add a test for match scopesMatthew Jasper-0/+245
2019-05-21Schedule storage-dead of temporaries soonerMatthew Jasper-5/+4
2019-05-21Give match arms a drop/region scopeMatthew Jasper-90/+131
2019-05-21Handle the visibility/lint scope distinction betterMatthew Jasper-14/+5
2019-05-21Respect lint attributes on match armsMatthew Jasper-0/+32
2019-05-21Add FAQ for NLL migrationJethro Beekman-0/+24
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-7/+7
2019-05-21Auto merge of #60950 - taiki-e:arbitrary_self_types-tests, r=Centrilbors-3/+5
2019-05-20Rollup merge of #60823 - oli-obk:used_unused_no_mangle, r=michaelwoeristerMazdak Farrokhzad-7/+11
2019-05-20Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPCMazdak Farrokhzad-0/+3
2019-05-20Reinstated shallow disallowing of maybe bounds in trait objects.Alexander Regueiro-6/+79
2019-05-20Addressed more points raised in review.Alexander Regueiro-118/+393
2019-05-20Addressed points raised in review.Alexander Regueiro-45/+91
2019-05-20Update tests.Alexander Regueiro-60/+1259
2019-05-20Update tests.Alexander Regueiro-2/+17
2019-05-20Auto merge of #60445 - RalfJung:maybe-uninit, r=Centrilbors-2/+1
2019-05-20stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the f...Ralf Jung-2/+1
2019-05-20Auto merge of #60921 - cuviper:remove-mpsc_select, r=SimonSapinbors-37/+0
2019-05-20Rollup merge of #60908 - GuillaumeGomez:errors, r=oli-obkMazdak Farrokhzad-7/+76
2019-05-20Rollup merge of #60745 - wesleywiser:const_prop_into_terminators, r=oli-obkMazdak Farrokhzad-6/+44
2019-05-20Rollup merge of #60590 - petertodd:2018-test-union-nonzero, r=nikomatsakis,Ce...Mazdak Farrokhzad-0/+94
2019-05-19[const-prop] Support propagating into SwitchInt's `discr` OperandWesley Wiser-4/+42
2019-05-19[const-prop] Support propagating into Assert's `cond` OperandWesley Wiser-2/+2
2019-05-19Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27bors-4/+18
2019-05-19Move run-pass/self/* to ui/selfTaiki Endo-3/+3
2019-05-19Auto merge of #60760 - GuillaumeGomez:generic-display, r=varkor,badboybors-0/+30
2019-05-19Move arbitrary_self_types's tests into ui/selfTaiki Endo-0/+2
2019-05-18Make clear that status quo ≠ guaranteePeter Todd-2/+3
2019-05-19Rollup merge of #60924 - estebank:try-msg, r=petrochenkovMazdak Farrokhzad-0/+3
2019-05-19Rollup merge of #60370 - Richard-W:const-layout-construction, r=sfacklerMazdak Farrokhzad-0/+21
2019-05-18Auto merge of #60093 - GuillaumeGomez:fix-attrs-pos, r=Manishearthbors-2/+2
2019-05-18Auto merge of #60252 - davidtwco:issue-57672, r=Mark-Simulacrumbors-51/+47
2019-05-18Fix display of const generics in rustdocGuillaume Gomez-0/+30
2019-05-18Update rustdoc-ui testsGuillaume Gomez-8/+38