about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-05-06Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakisbors-14/+135
2016-05-05Fix some some duplicate words.Georg Brandl-2/+2
2016-05-05fixesAriel Ben-Yehuda-5/+7
2016-05-04Improve diagnostics for constants being used in irrefutable patternsManish Goregaokar-4/+4
2016-05-04typeck: show a note about tuple indexing for erroneous tup[i]Georg Brandl-0/+24
2016-05-03parser: show a helpful note on unexpected inner commentGeorg Brandl-0/+19
2016-05-03change the newly-added errors to warningsAriel Ben-Yehuda-10/+62
2016-05-03improve error message for WF TuplesAriel Ben-Yehuda-1/+6
2016-05-03address review commentsAriel Ben-Yehuda-1/+8
2016-05-03require the existential bounds of an object type to be object-safeAriel Ben-Yehuda-4/+26
2016-05-03require the non-last elements of a tuple to be SizedAriel Ben-Yehuda-2/+3
2016-05-03add comments and testsAriel Ben-Yehuda-8/+40
2016-05-03Rollup merge of #33372 - birkenfeld:rustdoc-escape-code, r=cmrManish Goregaokar-0/+15
2016-05-03Rollup merge of #33371 - birkenfeld:issue-33302, r=cmrManish Goregaokar-0/+46
2016-05-03Rollup merge of #33343 - birkenfeld:issue-32214, r=ManishearthManish Goregaokar-0/+17
2016-05-03Rollup merge of #33340 - birkenfeld:issue-23716, r=ManishearthManish Goregaokar-0/+29
2016-05-03Rollup merge of #33339 - oli-obk:fix/const_eval, r=japaricManish Goregaokar-7/+30
2016-05-03rustdoc: HTML-escape Rust code (from constants)Georg Brandl-0/+15
2016-05-03rustdoc: fix inserting source code spans for constant valuesGeorg Brandl-0/+46
2016-05-03Warn unused trait importsSeo Sanghyeon-0/+4
2016-05-02Auto merge of #33119 - nrc:pretty, r=pnkfelixbors-1/+4
2016-05-02Auto merge of #33354 - Manishearth:rollup, r=Manishearthbors-4/+49
2016-05-03Rollup merge of #33325 - birkenfeld:issue-31341, r=jseyfriedManish Goregaokar-4/+0
2016-05-03Rollup merge of #33323 - birkenfeld:issue-31221, r=ManishearthManish Goregaokar-0/+49
2016-05-03Rollup merge of #32756 - nikomatsakis:borrowck-snippet, r=nrcManish Goregaokar-657/+530
2016-05-02Auto merge of #32756 - nikomatsakis:borrowck-snippet, r=nrcbors-657/+530
2016-05-03Fix testsNick Cameron-1/+4
2016-05-03Use the compiler API to run pretty printing.Nick Cameron-1/+1
2016-05-02resolve: print location of static for "static in pattern" errorGeorg Brandl-0/+29
2016-05-02Auto merge of #32386 - brandonedens:llvm_min_size, r=alexcrichtonbors-0/+10
2016-05-02Fix unicode test to use original error formatjonathandturner-17/+15
2016-05-02Fix up error-pattern style testJonathan Turner-3/+0
2016-05-02Fix whitespaceNiko Matsakis-1/+1
2016-05-02rewrite span-length to include stringsNiko Matsakis-15/+17
2016-05-02delete the json-errors testNiko Matsakis-28/+0
2016-05-02update test cases to reflect new messagesNiko Matsakis-630/+534
2016-05-02middle: reset loop labels while visiting closureGeorg Brandl-0/+15
2016-05-02testsOliver Schneider-8/+12
2016-05-02Auto merge of #33303 - Aatch:mir-coercion-cast, r=arielb1bors-0/+42
2016-05-02parser: change warning into an error on `T<A=B, C>`Georg Brandl-0/+17
2016-05-02parser: do not try to continue with `unsafe` on foreign fnsGeorg Brandl-2/+2
2016-05-02Auto merge of #33284 - nagisa:mir-fix-constfn-pats, r=alexcrichtonbors-0/+27
2016-05-02check for wrong const_err warningsOliver Schneider-0/+19
2016-05-01debuginfo: Fix regression in namespace handling for struct types.Michael Woerister-0/+70
2016-05-01Auto merge of #33190 - jseyfried:improve_diagnostics, r=nrcbors-6/+10
2016-05-01typeck: remove confusing suggestion for calling a fn typeGeorg Brandl-4/+0
2016-05-01match check: note "catchall" patterns in unreachable errorGeorg Brandl-0/+49
2016-05-01Fix a race condition caused by concurrently executed codegen unit tests.Michael Woerister-10/+31
2016-05-01parser: fix suppression of syntax errors in range RHSGeorg Brandl-0/+18
2016-05-01Handle coercion casts properly when building the MIRJames Miller-0/+42