about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-06-24Stabilize Command::envsSteven Fackler-2/+0
2017-06-24Add compile-fail test for the new feature gatePaul Woolcock-0/+1
2017-06-24Move global vars changing tests into run-passStepan Koltsov-0/+98
2017-06-24Improve sort tests and benchmarksStjepan Glavina-63/+104
2017-06-24add `allow_fail` test attributePaul Woolcock-0/+23
2017-06-22Auto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakisbors-0/+78
2017-06-22Auto merge of #42682 - alexcrichton:jobserver, r=michaelwoeristerbors-1/+3
2017-06-21Auto merge of #42771 - arielb1:no-inline-unwind, r=nagisabors-2/+0
2017-06-21coerce fields to the expected field typeAriel Ben-Yehuda-1/+4
2017-06-21Integrate jobserver support to parallel codegenAlex Crichton-1/+3
2017-06-21avoid translating roots with predicates that do not holdAriel Ben-Yehuda-0/+14
2017-06-21Auto merge of #42751 - arielb1:fast-representable, r=eddybbors-0/+55
2017-06-21Auto merge of #42750 - arielb1:unwind-stack, r=eddybbors-0/+102
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-35/+15
2017-06-20mark calls in the unwind path as !noinlineAriel Ben-Yehuda-2/+0
2017-06-20Remove the in-tree `flate` crateAlex Crichton-2/+2
2017-06-20Auto merge of #42313 - pnkfelix:allocator-integration, r=alexcrichtonbors-0/+3
2017-06-19Ignore a spuriously failing test on asmjsAlex Crichton-0/+2
2017-06-19Update LLVM to pick StackColoring improvementAriel Ben-Yehuda-0/+102
2017-06-19Memoize types in `is_representable` to avoid exponential worst-caseAriel Ben-Yehuda-0/+55
2017-06-19Ignore test for not-closed issueAlex Crichton-0/+1
2017-06-19Auto merge of #42737 - fhahn:rust-log-crash, r=michaelwoeristerbors-0/+13
2017-06-18Auto merge of #42735 - arielb1:generic-closure-fn, r=eddybbors-0/+7
2017-06-18rustc: Check if def_path_hash_to_def_id is populated before accessing it.Florian Hahn-0/+13
2017-06-18collector: apply param substs to closures cast to fn itemsAriel Ben-Yehuda-0/+7
2017-06-18Use T as the subpattern type of Box<T>Wonwoo Choi-0/+31
2017-06-17register the obligations from `wf::implied_bounds`Niko Matsakis-0/+40
2017-06-17Make the `next` variable mutable to allow for ref mut in for patterns.John Kåre Alsaker-0/+15
2017-06-16deriv(Hash) for single-variant enum should not hash discriminantStepan Koltsov-2/+11
2017-06-16Auto merge of #42631 - malbarbo:wasm32, r=alexcrichtonbors-2/+7
2017-06-15Create for-loop-unconstrained-element-type-i32-fallback.rsNiko Matsakis-0/+4
2017-06-15document purpose of testNiko Matsakis-0/+5
2017-06-15Added more testsJohn Kåre Alsaker-1/+17
2017-06-14Fix test formattingJohn Kåre Alsaker-4/+14
2017-06-14Fix formatting and add a test for destruction order of unbound valuesJohn Kåre Alsaker-0/+28
2017-06-13Merge crate `collections` into `alloc`Murarth-73/+17
2017-06-13Ignore some failing test on wasm32-unknown-emscriptenMarco A L Barbosa-2/+7
2017-06-08Add ctlz_nonzero & cttz_nonzero intrinsicsScott McMurray-0/+37
2017-06-07Auto merge of #42482 - eddyb:issue-42467, r=nikomatsakisbors-0/+32
2017-06-07Auto merge of #42480 - eddyb:issue-42463, r=nikomatsakisbors-0/+41
2017-06-06Add conversions from File and Child* handles to StdioJosh Stone-2/+2
2017-06-06rustc_typeck: do not overlap a borrow of TypeckTables with method lookup.Eduard-Mihai Burtescu-0/+41
2017-06-06rustc: T: 'empty always holds forall T.Eduard-Mihai Burtescu-0/+32
2017-06-06Auto merge of #42247 - durka:patch-41, r=arielb1bors-0/+33
2017-06-05tidy is an unnecessary roadblock to contributionsAlex Burka-3/+5
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