about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-01-26Auto merge of #47748 - alexcrichton:rollup, r=alexcrichtonbors-31/+342
2018-01-26Ignore a test on emscriptenAlex Crichton-0/+2
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-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
2018-01-21Auto merge of #47622 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+57
2018-01-21Auto merge of #47495 - nikomatsakis:nll-issue-47153, r=pnkfelixbors-0/+27
2018-01-20Rollup merge of #47193 - cramertj:result-opts, r=TimNNGuillaume Gomez-0/+57
2018-01-20Stabilize std::ptr::NonNullSimon Sapin-2/+0
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-3/+3
2018-01-20Replace Unique<T> with NonZero<T> in Alloc traitSimon Sapin-1/+1
2018-01-20NLL test for mutating &mut referencesritiek-0/+34
2018-01-19Run yield-subtype test on nll mode too as a regression checkSantiago Pastorino-0/+3
2018-01-19Auto merge of #47503 - arielb1:check-size, r=eddybbors-0/+37
2018-01-17Simplify irrefutable slice patternsSeiichi Uchida-0/+24
2018-01-16avoid double-unsizing arrays in bytestring match loweringAriel Ben-Yehuda-0/+37
2018-01-16remove bogus assertion and commentsNiko Matsakis-0/+27
2018-01-16rustc_trans: take into account primitives larger than 8 bytes.Eduard-Mihai Burtescu-0/+21
2018-01-16rustc_trans: ignore trailing padding larger than 8 bytes.Eduard-Mihai Burtescu-4/+4
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-1/+1
2018-01-14syntax: Rewrite parsing of implsVadim Petrochenkov-4/+4
2018-01-13check_match: fix handling of privately uninhabited typesAriel Ben-Yehuda-0/+28
2018-01-13Parse `auto trait` inside fns.leonardo.yvens-1/+4