about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2019-07-04Rollup merge of #62258 - petrochenkov:idclean, r=CentrilMazdak Farrokhzad-1/+1
2019-07-04Rollup merge of #62240 - arielb1:resolve-wf-fields, r=pnkfelixMazdak Farrokhzad-0/+21
2019-07-04Reduce reliance on feature(await_macro).Mazdak Farrokhzad-10/+10
2019-07-03Rollup merge of #62183 - alexcrichton:fix-tests, r=nikomatsakisMark Rousskov-0/+26
2019-07-02Auto merge of #61922 - tmandry:moar-generator-optimization, r=matthewjasperbors-0/+160
2019-07-01syntax: Unsupport `foo! bar { ... }` macros in the parserVadim Petrochenkov-1/+1
2019-07-01Auto merge of #62253 - Centril:rollup-115uuuq, r=Centrilbors-1/+5
2019-07-01Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petroche...bors-60/+0
2019-06-30Fix run-pass testsvarkor-1/+5
2019-06-30Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registeredVadim Petrochenkov-52/+0
2019-06-29wfcheck: resolve the type-vars in `AdtField` typesAriel Ben-Yehuda-0/+21
2019-06-28Use RequiresStorage to determine which locals can overlapTyler Mandry-4/+18
2019-06-28Add size tests for moved locals in generatorsTyler Mandry-0/+146
2019-06-28Move async-fn-size test to async-await/Tyler Mandry-2/+2
2019-06-28Add regression test for #60709Tyler Mandry-0/+28
2019-06-27Rollup merge of #62043 - Centril:remove-fnbox, r=cramertjMazdak Farrokhzad-13/+0
2019-06-27std: Move a process test out of libstdAlex Crichton-0/+26
2019-06-25Auto merge of #60732 - jswrenn:arbitrary_enum_discriminant, r=pnkfelixbors-83/+0
2019-06-25Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkorbors-0/+34
2019-06-23Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrumbors-7/+0
2019-06-22Move run-pass test to run-pass/generatorAaron Hill-0/+6
2019-06-22Change how we compute yield_in_scopeAaron Hill-0/+16
2019-06-22Fix HIR visit orderAaron Hill-0/+12
2019-06-22Remove FnBox.Mazdak Farrokhzad-13/+0
2019-06-21Implement arbitrary_enum_discriminantJohn Wrenn-83/+0
2019-06-21Added test for deref projection.Felix S. Klock II-0/+27
2019-06-21add comment outlining test.Felix S. Klock II-0/+5
2019-06-21rename file because I found the old filename too long and unwieldy.Felix S. Klock II-0/+0
2019-06-20Kill conflicting borrows of places with projections.Dylan MacKenzie-0/+21
2019-06-20rustc_mir: support type parameters by printing them as `_`.Eduard-Mihai Burtescu-0/+19
2019-06-19Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centrilbors-9/+0
2019-06-19Rollup merge of #61896 - eddyb:correct-self-ctor, r=petrochenkovMazdak Farrokhzad-9/+0
2019-06-19Rollup merge of #61701 - RalfJung:const-tests, r=cramertjMazdak Farrokhzad-0/+0
2019-06-18Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddybbors-0/+45
2019-06-18rustc_typeck: correctly compute `Substs` for `Res::SelfCtor`.Eduard-Mihai Burtescu-9/+0
2019-06-18Auto merge of #61864 - lzutao:ptr-null, r=sfacklerbors-10/+10
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-0/+45
2019-06-17Rollup merge of #61702 - RalfJung:const-enum-cast, r=oli-obkMazdak Farrokhzad-2/+11
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-10/+10
2019-06-16if if if ifRijenkii-0/+9
2019-06-16compiletest: Introduce `// {check,build,run}-pass` pass modesVadim Petrochenkov-7/+0
2019-06-15Move type_alias_enum_variants tests to a folder; Strip feature gates.Mazdak Farrokhzad-60/+0
2019-06-13Rollup merge of #61757 - sfackler:deprecate-once-init, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-06-12Deprecate ONCE_INITSteven Fackler-2/+2
2019-06-12Auto merge of #60187 - tmandry:generator-optimization, r=eddybbors-0/+133
2019-06-11Auto merge of #60463 - mjbshaw:transparent, r=varkor,rkruppebors-1/+11
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-1/+11
2019-06-10Auto merge of #60793 - Xanewok:raw-string-cleanup, r=petrochenkovbors-0/+3
2019-06-10Add test suiteTyler Mandry-0/+133
2019-06-10Auto merge of #61608 - Aaron1011:feature/weird-expr-yield, r=Centrilbors-0/+9