summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-07-13Stabilize Command::envsSteven Fackler-2/+0
2017-06-22Make the `next` variable mutable to allow for ref mut in for patterns.John Kåre Alsaker-0/+15
2017-06-22Create for-loop-unconstrained-element-type-i32-fallback.rsNiko Matsakis-0/+4
2017-06-22document purpose of testNiko Matsakis-0/+5
2017-06-22Added more testsJohn Kåre Alsaker-1/+17
2017-06-22Fix test formattingJohn Kåre Alsaker-4/+14
2017-06-22Fix formatting and add a test for destruction order of unbound valuesJohn Kåre Alsaker-0/+28
2017-06-22register the obligations from `wf::implied_bounds`Niko Matsakis-0/+40
2017-06-22collector: apply param substs to closures cast to fn itemsAriel Ben-Yehuda-0/+7
2017-06-12rustc_typeck: do not overlap a borrow of TypeckTables with method lookup.Eduard-Mihai Burtescu-0/+41
2017-06-12rustc: T: 'empty always holds forall T.Eduard-Mihai Burtescu-0/+32
2017-06-04Auto merge of #42265 - Zoxc:for-sugar, r=eddybbors-0/+21
2017-06-02compiletest: Force directive to be first complete word in header comment.kennytm-1/+2
2017-06-02Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516.kennytm-203/+0
2017-06-01Change for-loop desugar to not borrow the iterator during the loopJohn Kåre Alsaker-0/+21
2017-06-01Rollup merge of #42275 - scottmcm:try-trait, r=nikomatsakisCorey Farwell-10/+8
2017-06-01Rollup merge of #42136 - petrochenkov:oldhard, r=nikomatsakisCorey Farwell-25/+0
2017-05-31Parse macros named "default" correctly.Masaki Hara-0/+27
2017-05-30Turn sufficiently old compatibility lints into hard errorsVadim Petrochenkov-25/+0
2017-05-28Auto merge of #41917 - arielb1:mir-array, r=nagisabors-0/+79
2017-05-28use Eq instead of Lt in loopAriel Ben-Yehuda-0/+43
2017-05-28move "ADT master drop flag" logic to `open_drop_for_adt_contents`Ariel Ben-Yehuda-0/+25
2017-05-28translate array drop glue using MIRAriel Ben-Yehuda-0/+11
2017-05-27Rollup merge of #42251 - nikomatsakis:issue-42210-regr-unsized-tail, r=eddybMark Simulacrum-0/+29
2017-05-27Auto merge of #42162 - est31:closure-to-fn-coercion, r=aturonbors-5/+0
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-20/+0
2017-05-26extend `struct_tail` to operate over closuresNiko Matsakis-0/+29
2017-05-26Rollup merge of #42215 - callahad:remove-superfluous-semis, r=Mark-SimulacrumCorey Farwell-1/+1
2017-05-26Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakisbors-0/+35
2017-05-25Auto merge of #40847 - jseyfried:decl_macro, r=nrcbors-0/+274
2017-05-25Auto merge of #42052 - kennytm:fix-42007-ice-on-decode-lint-id, r=nikomatsakisbors-0/+33
2017-05-25Stabilize non capturing closure to fn coercionest31-5/+0
2017-05-25Lower `?` to `Try` instead of `Carrier`Scott McMurray-10/+8
2017-05-25Auto merge of #41145 - matthewjasper:stabilize-relaxed-adts, r=petrochenkovbors-2/+0
2017-05-25Ignore pretty.Jeffrey Seyfried-0/+16
2017-05-25Add tests.Jeffrey Seyfried-0/+258
2017-05-24Remove superfluous `;;` sequencesDan Callahan-1/+1
2017-05-24Rollup merge of #42134 - scottmcm:rangeinclusive-struct, r=aturonMark Simulacrum-7/+7
2017-05-24add thiscall calling convention supportNathan Froyd-0/+35
2017-05-23Stabilize in 1.19Matthew-7/+1378
2017-05-23Rollup merge of #42016 - pietroalbini:stabilize/loop_break_value, r=nikomatsakisCorey Farwell-2/+0
2017-05-22Auto merge of #42147 - withoutboats:run-pass-test-for-static-in-assoc-const-t...bors-2/+1
2017-05-21Remove 'static bound in assoc const test.Without Boats-2/+1
2017-05-21Return a correct size_hint for degenerate inclusive rangesScott McMurray-7/+7
2017-05-17Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakisbors-0/+33
2017-05-17Stabilize the loop_break_value featurePietro Albini-2/+0
2017-05-17Refactor: Move the mutable parts out of LintStore. Fix #42007.kennytm-0/+33
2017-05-16Rollup merge of #42017 - nikomatsakis:issue-41677, r=arielb1Mark Simulacrum-50/+0
2017-05-16Rollup merge of #41937 - nikomatsakis:issue-41936-variance-coerce-unsized-cyc...Mark Simulacrum-0/+38
2017-05-16Rollup merge of #42005 - jseyfried:fix_macro_regression, r=nrcMark Simulacrum-0/+30