summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-09-14stabilize mem::discriminant (closes #24263)Alex Burka-2/+0
2017-08-27Auto merge of #44060 - taleks:issue-43205, r=arielb1bors-0/+14
2017-08-26Add test for wrong code generation for HashSet creation on arm cpuEvgeniy A. Dushistov-0/+38
2017-08-23Fixes issue #43205: ICE in Rvalue::Len evaluation.Alexey Tarasov-0/+14
2017-08-23Rollup merge of #44047 - cuviper:union-basic-endian, r=petrochenkovCorey Farwell-6/+2
2017-08-22Fix little-endian assumptions in run-pass/union/union-basicJosh Stone-6/+2
2017-08-22Auto merge of #44013 - arielb1:coerce-snapshot, r=eddybbors-0/+19
2017-08-22Auto merge of #44008 - RalfJung:staged1, r=alexcrichtonbors-0/+14
2017-08-22Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakisbors-2/+125
2017-08-21register fn-ptr coercion obligations out of a snapshotAriel Ben-Yehuda-0/+19
2017-08-20Test staging attributes when -Zforce-unstable-if-unmarked is setRalf Jung-0/+14
2017-08-18rustc: Add `Local` to the HIR map of parentsAlex Crichton-0/+16
2017-08-16Stabilize rvalue promotion to 'static.Eduard-Mihai Burtescu-2/+0
2017-08-16Auto merge of #43841 - alexcrichton:fix-another-regression, r=eddybbors-0/+16
2017-08-14Auto merge of #43858 - arielb1:escaping-default, r=eddybbors-0/+24
2017-08-14Use an helper structscalexm-10/+10
2017-08-14Handle unwinding, use a loop for arraysscalexm-1/+66
2017-08-14Add a testscalexm-0/+54
2017-08-14Make `Clone` a lang item and generate builtin impls.scalexm-2/+6
2017-08-14remove the "defaulted unit" type bit during writebackAriel Ben-Yehuda-0/+24
2017-08-14Mark closures return via impl-trait as reachable.Michael Woerister-0/+12
2017-08-13Auto merge of #43836 - taleks:issue-39827, r=arielb1bors-0/+42
2017-08-13rustc: Fix `unknown_lints` next to an unknown lintAlex Crichton-0/+16
2017-08-13Addresses comments in PR #43836Alexey Tarasov-0/+42
2017-08-12Check #[thread_local] statics correctly in the compiler.Eduard-Mihai Burtescu-10/+21
2017-08-12Auto merge of #43772 - arielb1:nonfree-block, r=nagisabors-0/+6
2017-08-11Auto merge of #43800 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+5
2017-08-11Rollup merge of #43752 - arshiamufti:union-test, r=estebankGuillaume Gomez-0/+5
2017-08-11Auto merge of #43745 - kennytm:fix-43162, r=aturonbors-0/+6
2017-08-11Auto merge of #43743 - michaelwoerister:gcx-tcx-switcheroo, r=eddybbors-0/+5
2017-08-10For box expressions, use NZ drop instead of a free blockAriel Ben-Yehuda-0/+6
2017-08-09Erase/anonymize regions while computing TypeId hash.Michael Woerister-0/+5
2017-08-09Type-check `break value;` even outside of `loop {}`.kennytm-0/+6
2017-08-08Avoid calling the column!() macro in panicest31-0/+23
2017-08-04Unskip some tests on AArch64Mátyás Mustoha-6/+0
2017-08-04add testarshiamufti-0/+5
2017-08-03Recognize SPARC in more tests where architecture matters.Danek Duvall-0/+4
2017-08-02Remove unecessary test code #43219Mario Idival-1/+0
2017-07-30save the subobligations as wellNiko Matsakis-0/+74
2017-07-29Auto merge of #43492 - lu-zero:master, r=alexcrichtonbors-0/+1
2017-07-28Make LLVMRustHasFeature more robustLuca Barbato-0/+1
2017-07-28Auto merge of #43505 - eddyb:poly-const-eval-layout-of, r=nikomatsakisbors-0/+19
2017-07-27rustc_const_eval: keep track of the appropriate ParamEnv.Eduard-Mihai Burtescu-0/+19
2017-07-26Rollup merge of #43465 - topecongiro:needs-test, r=Mark-SimulacrumMark Simulacrum-0/+97
2017-07-26Rollup merge of #42959 - SimonSapin:nonzero-checked, r=sfacklerMark Simulacrum-1/+1
2017-07-25Auto merge of #43325 - ollie27:overflowing_literals, r=arielb1bors-3/+5
2017-07-25Add tests for issues with the E-needstest labeltopecongiro-0/+97
2017-07-23Fix some doc/comment typos.Bruce Mitchener-3/+3
2017-07-22Auto merge of #43382 - mmatyas:aarch64_ignore-stack-probes, r=alexcrichtonbors-0/+2
2017-07-22Use safe conversion instead of unsafe constructor in issue-23433 testSimon Sapin-1/+1