summary refs log tree commit diff
path: root/src/test
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-22remove trailing whitespaceNiko Matsakis-1/+1
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-22explain purpose of testNiko Matsakis-0/+6
2017-06-22Added more testsJohn Kåre Alsaker-1/+30
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-05Auto merge of #42383 - estebank:candidate-newline, r=arielb1bors-140/+398
2017-06-04Auto merge of #42362 - estebank:type, r=arielb1bors-0/+65
2017-06-04Separate suggestion in a `help` and a `note`Esteban Küber-22/+45
2017-06-04Show trait method signature when impl differsEsteban Küber-0/+65
2017-06-04Auto merge of #42265 - Zoxc:for-sugar, r=eddybbors-1/+39
2017-06-04Auto merge of #41968 - kennytm:fix-unreadable-json-test-output-36516, r=nikom...bors-3/+195
2017-06-03Auto merge of #42391 - photoszzt:master, r=Manishearthbors-15/+18
2017-06-03Auto merge of #42387 - GuillaumeGomez:error-codes-next, r=Susurrusbors-5/+22
2017-06-03Auto merge of #42334 - est31:master, r=jseyfriedbors-14/+52
2017-06-03Auto merge of #42396 - venkatagiri:remove_lifetime_extn, r=arielb1bors-3/+1
2017-06-03Rollup merge of #42368 - estebank:call-site, r=nikomatsakisCorey Farwell-0/+19
2017-06-02Better suggestion for unknown methodzzhu-15/+18
2017-06-02rustc: remove temporary lifetime extension by borrow hintVenkata Giri Reddy-3/+1
2017-06-02Auto merge of #42381 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-1/+1
2017-06-02Add E0603 error codeGuillaume Gomez-5/+22
2017-06-02Auto merge of #42189 - nikomatsakis:chalk-trait-env-param-env, r=eddybbors-0/+9
2017-06-02Use multiline note for trait suggestionEsteban Küber-138/+373
2017-06-02compiletest: Force directive to be first complete word in header comment.kennytm-2/+3
2017-06-02Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516.kennytm-1/+192
2017-06-02Rollup merge of #42319 - Manishearth:const-extern, r=nikomatsakisMark Simulacrum-1/+1
2017-06-02Auto merge of #41418 - hirschenberger:prefetch-intrinsic, r=nagisabors-0/+75
2017-06-01fix ui referenceNiko Matsakis-1/+1
2017-06-01remove `layout_cache` and fix `-Z print-type-sizes`Niko Matsakis-0/+9
2017-06-01Change for-loop desugar to not borrow the iterator during the loopJohn Kåre Alsaker-1/+39
2017-06-01Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakisbors-24/+19
2017-05-31Use callsite's span for macro calls on suggestionEsteban Küber-0/+19
2017-06-01Adding support for the llvm `prefetch` intrinsicFalco Hirschenberger-0/+75
2017-06-01tests: fix fallout from changing the span of binop errors.Eduard-Mihai Burtescu-24/+19
2017-06-01Rollup merge of #42324 - seanmonstar:41323-compare_const_impl, r=nikomatsakisCorey Farwell-0/+57
2017-06-01Rollup merge of #42302 - GuillaumeGomez:new-error-codes-next, r=SusurrusCorey Farwell-7/+7
2017-06-01Rollup merge of #42286 - ollie27:rustdoc_assoc_const, r=GuillaumeGomezCorey Farwell-0/+18
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-64/+52
2017-05-31Fix a test and address review commentest31-0/+2
2017-05-31rustdoc: Cleanup associated const value renderingOliver Middleton-0/+18
2017-05-31Improve error message for const extern fnManish Goregaokar-1/+1
2017-05-31Rollup merge of #42330 - qnighy:macro-named-default, r=petrochenkovMark Simulacrum-0/+27