about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-02-04Unignore stage0/1 i128 tests as wellSimonas Kazlauskas-6/+0
2017-02-04More snap cleanupSimonas Kazlauskas-4/+0
2017-02-03lint/ctypes: Don't warn on non-unsized structs with PhantomData.Emilio Cobos Álvarez-0/+34
2017-02-02Auto merge of #39411 - tamird:match-arm-statics-ICE, r=alexcrichtonbors-0/+1
2017-02-02Auto merge of #39384 - wesleywiser:fix_fixmes, r=alexcrichtonbors-47/+0
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-47/+0
2017-01-31Auto merge of #39379 - segevfiner:fix-backtraces-on-i686-pc-windows-gnu, r=al...bors-5/+0
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-1/+1
2017-01-30statics in match arm: compile with -gTamir Duberstein-0/+1
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-1/+1
2017-01-29Fix backtraces on i686-pc-windows-gnu by disabling FPOSegev Finer-5/+0
2017-01-28Auto merge of #39234 - segevfiner:fix-backtraces-on-windows-gnu, r=petrochenkovbors-3/+2
2017-01-28Disable backtrace tests on i686-pc-windows-gnu since it's broken by FPOSegev Finer-0/+5
2017-01-28Auto merge of #39305 - eddyb:synelide, r=nikomatsakisbors-0/+24
2017-01-28rustc: move object default lifetimes to resolve_lifetimes.Eduard-Mihai Burtescu-0/+24
2017-01-27Rollup merge of #39313 - est31:drop_in_place_is_stable, r=GuillaumeGomezAlex Crichton-2/+0
2017-01-27Auto merge of #39282 - petrochenkov:selfstab, r=nikomatsakisbors-4/+0
2017-01-26drop_in_place is stable now, don't #![feature] it in the nomicon and a testest31-2/+0
2017-01-25Auto merge of #38856 - zackw:process-envs, r=aturonbors-2/+63
2017-01-25Auto merge of #35712 - oli-obk:exclusive_range_patterns, r=nikomatsakisbors-1/+18
2017-01-25Stabilize Self and associated types in struct expressions and patternsVadim Petrochenkov-4/+0
2017-01-24Make backtraces work on Windows GNU targets again.Segev Finer-6/+0
2017-01-21Generalize envs() and args() to iterators.Zack Weinberg-1/+4
2017-01-20More test fixes from rollupAlex Crichton-4/+8
2017-01-20Rollup merge of #39197 - michaelwoerister:test-38942, r=alexcrichtonAlex Crichton-0/+26
2017-01-20Rollup merge of #39157 - michaelwoerister:debug-lto, r=alexcrichtonAlex Crichton-2/+74
2017-01-20Rollup merge of #39138 - gralpli:issue-39089, r=nrcAlex Crichton-0/+13
2017-01-20Rollup merge of #39120 - alexcrichton:emscripten-tests, r=brsonAlex Crichton-0/+12
2017-01-20Rollup merge of #39068 - alexcrichton:more-small-tests, r=brsonAlex Crichton-3/+14
2017-01-19Add regression test for issue #38942Michael Woerister-0/+26
2017-01-19travis: Get an emscripten builder onlineAlex Crichton-0/+12
2017-01-19add exclusive range patterns under a feature gateOliver Schneider-1/+18
2017-01-18Add regression test for debuginfo + LTOMichael Woerister-2/+74
2017-01-18Feature gate `&Void`'s uninhabitedness.Andrew Cann-0/+5
2017-01-17Fix ICE when compiling fn f<T: ?for<'a> Sized>() {}gralpli-0/+13
2017-01-16Fix stage 0 and 1 tests broken because i128 doesn't work in stages less than 2Mark Simulacrum-0/+4
2017-01-15travis: Add i586 linux and i686 muslAlex Crichton-3/+14
2017-01-15Auto merge of #38610 - djzin:master, r=sfacklerbors-3/+3
2017-01-14Auto merge of #38992 - nagisa:i128-minvallit, r=eddybbors-0/+14
2017-01-14fix failing testdjzin-3/+3
2017-01-13Auto merge of #38675 - infinity0:more-jemalloc-fixes, r=alexcrichtonbors-1/+2
2017-01-12Disable jemalloc tests on platforms where it is disabled (closes #38612)Ximin Luo-1/+2
2017-01-12Add mips architectures to conditional-compile testXimin Luo-0/+6
2017-01-11Fix two const-eval issues related to i128 negationSimonas Kazlauskas-0/+14
2017-01-11Auto merge of #38989 - arielb1:constant-mir-overflow2, r=eddybbors-0/+7
2017-01-11fix function arguments in constant promotionAriel Ben-Yehuda-0/+7
2017-01-10Fixes:Zack Weinberg-7/+5
2017-01-10Auto merge of #38934 - Manishearth:nodrop, r=eddybbors-0/+63
2017-01-09Make unions never have needs_dropManish Goregaokar-0/+63
2017-01-09Auto merge of #38866 - alexcrichton:try-wait, r=aturonbors-0/+65