about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-01-30Ignore run-pass/sse2 when using system LLVMJosh Stone-1/+1
2018-01-30Force locals to be live after they are borrowed for immovable generators. Fix...John Kåre Alsaker-0/+28
2018-01-30Rollup merge of #47853 - rust-lang:increase-nested-groups-test-coverage, r=ni...kennytm-0/+7
2018-01-30Rollup merge of #47718 - malbarbo:env-home-dir, r=nikomatsakiskennytm-1/+4
2018-01-29Fix ref-to-ptr coercions not working with NLL in certain casesAaron Hill-0/+26
2018-01-29Auto merge of #47837 - eddyb:going-places, r=nikomatsakisbors-6/+6
2018-01-29move comment right onto the line in questionNiko Matsakis-3/+3
2018-01-29Make run-pass/env-home-dir.rs test more robustMarco A L Barbosa-1/+4
2018-01-29Increase test coverage of use_nested_groupsPietro Albini-0/+7
2018-01-29tests: replace "lvalue" terminology with "place".Eduard-Mihai Burtescu-6/+6
2018-01-28Auto merge of #47794 - etaoins:fix-ice-on-const-eval-of-union-field, r=eddybbors-0/+45
2018-01-28Auto merge of #47746 - varkor:never-type-ice, r=nikomatsakisbors-0/+46
2018-01-27Be more explicit about how and why we need fallback in targets of castsleonardo.yvens-0/+16
2018-01-27Expand union test to include different typesRyan Cumming-7/+26
2018-01-27Fix ICE on const eval of union fieldRyan Cumming-0/+26
2018-01-26Auto merge of #47748 - alexcrichton:rollup, r=alexcrichtonbors-31/+342
2018-01-26Ignore a test on emscriptenAlex Crichton-0/+2
2018-01-26add regression testNiko Matsakis-0/+162
2018-01-26Add clarifying comment regarding the trailing type of a blockvarkor-1/+1
2018-01-26Fix a test case on WindowsAlex Crichton-0/+5
2018-01-26Merge branch 'mlsm' of https://github.com/dotdash/rust into rollupAlex Crichton-0/+66
2018-01-26Merge branch 'android-run-pass' of https://github.com/malbarbo/rust into rollupAlex Crichton-24/+5
2018-01-26Merge branch 'simd-always-mem' of https://github.com/alexcrichton/rust into r...Alex Crichton-0/+181
2018-01-26Shorten another test path for MSVCAlex Crichton-2/+2
2018-01-26Auto merge of #47252 - Zoxc:backtrace-win, r=alexcrichtonbors-13/+3
2018-01-26Upgrade LLVM to incorporate a fix for #47364Björn Steinbrink-0/+66
2018-01-25Ignore an i128 test on emscriptenAlex Crichton-0/+2
2018-01-26Print inlined functions on WindowsJohn Kåre Alsaker-13/+3
2018-01-25Merge branch 'configure-lto' of https://github.com/alexcrichton/rust into rollupAlex Crichton-1/+35
2018-01-25Rollup merge of #47719 - malbarbo:run-pass-arch-powerpc, r=alexcrichtonAlex Crichton-0/+3
2018-01-25Rollup merge of #47705 - pietroalbini:fix-47673, r=petrochenkovAlex Crichton-0/+16
2018-01-25Make 3 run-pass tests works on android (aarch64 and x86)Marco A L Barbosa-24/+5
2018-01-25rustc: SIMD types use pointers in Rust's ABIAlex Crichton-0/+181
2018-01-25Rollup merge of #47439 - eddyb:issue-45662, r=nagisaAlex Crichton-4/+4
2018-01-25Rollup merge of #47437 - eddyb:issue-38763, r=nagisaAlex Crichton-0/+21
2018-01-25Fix never-type rvalue ICEvarkor-0/+46
2018-01-25Rollup merge of #47609 - ritiek:test-mutating-references, r=nikomatsakisGuillaume Gomez-6/+6
2018-01-25Auto merge of #47374 - topecongiro:issue-47096, r=nikomatsakisbors-0/+24
2018-01-25Auto merge of #47006 - bitshifter:stabilize-repr-align, r=eddybbors-4/+0
2018-01-24Add powerpc to run-pass/conditional-compile-arch.rsMarco A L Barbosa-0/+3
2018-01-24Fix ICE when use trees have multiple empty nested groupsPietro Albini-0/+16
2018-01-23Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakisbors-0/+141
2018-01-23rustc: Add `-C lto=val` optionAlex Crichton-1/+35
2018-01-23Remove similar test that does not run the resultritiek-35/+1
2018-01-23Make immovable generators unsafeJohn Kåre Alsaker-6/+8
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-0/+139
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-4/+0
2018-01-22Add dynamic-drop test to nll tests alsoSantiago Pastorino-0/+3
2018-01-22Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakisbors-0/+3
2018-01-21Auto merge of #47001 - arielb1:private-match, r=nikomatsakisbors-0/+28