summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-06-28arbitrary_self_types lifetime elision: --bless --compare-mode=nll.Mazdak Farrokhzad-0/+42
2019-06-28Remove query for `.pin_type()`Taiki Endo-2/+15
2019-06-28Allow lifetime elision in `Pin<&(mut) Self>`Taiki Endo-0/+137
2019-06-26Revert "Set test flag when rustdoc is running with --test option"Oliver Middleton-3/+6
2019-06-26rustc_typeck: correctly compute `Substs` for `Res::SelfCtor`.Eduard-Mihai Burtescu-0/+66
2019-06-26bless ui testsPietro Albini-8/+1
2019-06-26Fix ICE involving mut referencesEsteban Küber-0/+33
2019-06-26Hygienize macros in the standard libraryVadim Petrochenkov-27/+6
2019-06-26Handle index out of bound errors during const eval without panicEsteban Küber-0/+30
2019-06-26Regression test for issue #60654.Felix S. Klock II-0/+26
2019-06-06Rollup merge of #61569 - cuviper:beta-1.36-no-unwind-abort, r=Mark-SimulacrumPietro Albini-2/+10
2019-06-06upgrade rustdoc's `pulldown-cmark` to 0.5.2Andy Russell-0/+9
2019-06-06Add test for denying overflowing literal in loopvarkor-1/+10
2019-06-06Update unreachable loop patterns testvarkor-1/+8
2019-06-06Turn ICE on type arguments on variables into an errorOliver Scherer-0/+33
2019-06-06Add regression testEsteban Küber-0/+15
2019-06-05Force #[unwind(aborts)] in test/codegen/c-variadic.rsJosh Stone-0/+6
2019-06-05Revert "Allow a dirty MirBuilt for make_extern and make_method_extern"Josh Stone-2/+2
2019-06-05Permit unwinding through FFI by defaultMark Rousskov-0/+2
2019-05-28add ui testsMark Mansi-0/+47
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-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
2019-05-18Fix lints handling in rustdocGuillaume Gomez-0/+39
2019-05-18Auto merge of #60386 - Goirad:sgx-ignore-tests, r=nikomatsakisbors-20/+113
2019-05-17Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik...bors-5/+2
2019-05-17Explain that ? converts the error type using FromEsteban Küber-0/+3
2019-05-17Remove the unstable and deprecated mpsc_selectJosh Stone-37/+0
2019-05-17Rollup merge of #60901 - estebank:str-str-str, r=CentrilManish Goregaokar-11/+170
2019-05-17Account for &String + StringEsteban Küber-2/+2
2019-05-17Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelixbors-962/+5201