about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-11-08Auto merge of #45205 - rkruppe:saturating-casts, r=eddybbors-0/+164
2017-11-08Disable u128 <-> float tests on emscriptenRobin Kruppe-29/+39
2017-11-08Disable `mmap` in `libbacktrace` on Apple platformsJohn Colanduoni-0/+34
2017-11-07Make trans const eval error on overflow and NaN, matching HIR const eval.Robin Kruppe-39/+52
2017-11-07Saturating casts between integers and floats (both directions).Robin Kruppe-0/+141
2017-11-05Auto merge of #45723 - sinkuu:ice_45493, r=arielb1bors-0/+26
2017-11-05Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1bors-0/+115
2017-11-05Fix MIR inlining panic in generic functionsinkuu-0/+26
2017-11-05Auto merge of #45754 - scottmcm:checked-npot, r=dtolnaybors-0/+60
2017-11-04Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkovbors-0/+253
2017-11-04Ignoring pretty print for test due to #37199David Wood-0/+2
2017-11-03Add overflow tests for next_power_of_twoScott McMurray-0/+60
2017-11-03Added tests for RFC 2008.David Wood-0/+251
2017-11-03Parse auto traits the same as traits.leonardo.yvens-0/+24
2017-11-03auto trait future compatibility lintleonardo.yvens-0/+2
2017-11-03Add tests for `auto trait`, fix parsing bugleonardo.yvens-0/+35
2017-11-02new rules for merging expected/supplied types in closure signaturesNiko Matsakis-0/+115
2017-11-01Auto merge of #45435 - eddyb:binop-subtype-lhs, r=nikomatsakisbors-0/+55
2017-10-31rustc_typeck: use subtyping on the LHS of binops.Eduard-Mihai Burtescu-0/+55
2017-10-31Count type aliases in patternssinkuu-0/+18
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-0/+207
2017-10-26Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1bors-0/+0
2017-10-26Auto merge of #45488 - oli-obk:ctfe_resolve, r=eddybbors-0/+28
2017-10-26Auto merge of #45464 - sinkuu:ice_44851, r=jseyfriedbors-0/+24
2017-10-25Rename some run-pass tests so they don't crash when executed from eCryptfs.Michael Woerister-0/+0
2017-10-25Add a regression test for the const eval type resolutionOliver Schneider-0/+28
2017-10-23Fix #44851 by visiting tokens in `DefCollector` and `BuildReducedGraphVisitor`sinkuu-0/+24
2017-10-22`crate` shorthand visibility modifierZack M. Davis-1/+13
2017-10-20Auto merge of #45348 - alexcrichton:thinlto-timp, r=michaelwoeristerbors-0/+52
2017-10-20Auto merge of #45359 - arielb1:escaping-borrow, r=eddybbors-1/+35
2017-10-20Auto merge of #45316 - goffrie:exitable-breakable-block, r=nikomatsakisbors-0/+24
2017-10-20Rollup merge of #45352 - alexcrichton:emscripten-tests, r=nikomatsakiskennytm-56/+55
2017-10-19Rollup merge of #45326 - cuviper:min-llvm-3.9, r=alexcrichtonkennytm-2/+0
2017-10-18Remove two obsolete min-llvm-version testsJosh Stone-2/+0
2017-10-18rustc: Add `_imp_` symbols later in compilationAlex Crichton-0/+52
2017-10-18Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddybbors-0/+36
2017-10-17test: Update Emscripten failures/passingAlex Crichton-56/+55
2017-10-17look past the next drop for the drop panic targetAriel Ben-Yehuda-5/+17
2017-10-17fix generator drop cachingAriel Ben-Yehuda-1/+23
2017-10-17Auto merge of #45311 - goffrie:issue-40003, r=alexcrichtonbors-0/+186
2017-10-16restructure the public inhabitedness APIs and remove the cacheNiko Matsakis-0/+36
2017-10-16Auto merge of #45297 - matthewjasper:associated-item-namespaces, r=petrochenkovbors-0/+51
2017-10-15Mark block exits as reachable if the block can break.Geoffry Song-0/+24
2017-10-15Add test for #40003.Geoffry Song-0/+186
2017-10-15rustc: Fix some ThinLTO internalizationAlex Crichton-0/+34
2017-10-15Check namespaces when resolving associated items in typeckmatthewjasper-0/+51
2017-10-14Implement `dyn Trait` syntaxVadim Petrochenkov-0/+24
2017-10-13Rollup merge of #45189 - alexcrichton:thinlto-allocators, r=michaelwoeristerkennytm-41/+19
2017-10-12rustc: Handle `#[linkage]` anywhere in a crateAlex Crichton-41/+19
2017-10-11Shorten some test namesVadim Petrochenkov-9/+9