summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2015-10-23add main fn to testNiko Matsakis-0/+2
2015-10-23distinguish projections from the env/obj-types vs those fromNiko Matsakis-0/+31
2015-10-16check upvars in closures that are in staticsAriel Ben-Yehuda-0/+16
2015-10-16use the infcx tables to check if a closure is CopyAriel Ben-Yehuda-0/+25
2015-10-16rustc: Don't lint about isize/usize in FFIAlex Crichton-0/+22
2015-10-01Converted test to rpass.Vadim Chugunov-0/+17
2015-09-14Auto merge of #28392 - arielb1:sort-bounds-list, r=eddybbors-0/+20
2015-09-14Auto merge of #28383 - semarie:openbsd-jemalloc, r=alexcrichtonbors-3/+4
2015-09-13Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturonbors-1/+1
2015-09-13sort the existential bounds list in tydecodeAriel Ben-Yehuda-0/+20
2015-09-12disable jemalloc tests for openbsdSébastien Marie-3/+4
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-1/+1
2015-09-11Update LLVM to fix nightly build failuresBjörn Steinbrink-1/+5
2015-09-08Add tests for #17001, #21449, #22992, #23208, #23442Andrew Paseltiner-0/+178
2015-09-06Auto merge of #28270 - arielb1:raw-fat-ops, r=nrcbors-0/+141
2015-09-06implement raw fat pointer opsAriel Ben-Yehuda-0/+141
2015-09-05Auto merge of #28190 - arielb1:generic-key-entry, r=eddybbors-0/+15
2015-09-05Auto merge of #28242 - Diggsey:msvc-backtrace, r=alexcrichtonbors-6/+19
2015-09-05Add line numbers to MSVC backtraceDiggory Blake-6/+19
2015-09-04Auto merge of #28201 - apasel422:issue-26205, r=nikomatsakisbors-0/+39
2015-09-04Auto merge of #28069 - alexcrichton:rt-atexit, r=brsonbors-0/+25
2015-09-04Add line numbers to windows-gnu backtracesDiggory Blake-11/+19
2015-09-03Fix multiple mutable autoderefs with `Box`Andrew Paseltiner-0/+39
2015-09-03Fixes #27886 -- bitrig does not use jemalloc (yet)Dave Huseby-2/+3
2015-09-03create a region-map for types in genericsAriel Ben-Yehuda-0/+15
2015-09-02std: Run at_exit cleanup on process::exitAlex Crichton-0/+25
2015-09-02Auto merge of #28148 - eefriedman:binary_heap, r=alexcrichtonbors-2/+2
2015-09-01Auto merge of #28132 - arielb1:uninstantiable, r=nikomatsakisbors-0/+13
2015-09-01Auto merge of #28130 - alexcrichton:fix-msvc-static-tls-dtor, r=brsonbors-0/+39
2015-09-01std: Run TLS destructors in a statically linked binaryAlex Crichton-0/+39
2015-09-01Add missing stability markings to BinaryHeap.Eli Friedman-2/+2
2015-08-31remove the is_instantiable checkAriel Ben-Yehuda-0/+13
2015-08-31Translate constructor arguments for zero-sized tuple structsJames Miller-0/+21
2015-08-28add test for #20803Andrew Paseltiner-0/+19
2015-08-27Auto merge of #28001 - arielb1:dtor-fixes, r=pnkfelixbors-0/+48
2015-08-26Auto merge of #27992 - wthrowe:dead-main-2, r=alexcrichtonbors-0/+73
2015-08-25handle dtors having generics in an order different from their ADTAriel Ben-Yehuda-0/+48
2015-08-25Auto merge of #27966 - GuillaumeGomez:iterator, r=alexcrichtonbors-0/+31
2015-08-24Remove #[start] as well as #[main] in --testWilliam Throwe-0/+16
2015-08-24Move main removal to its own pass in --test modeWilliam Throwe-0/+24
2015-08-24Mark main-like functions allow(dead_code) in testsWilliam Throwe-0/+33
2015-08-24Add test for LookupHost iterator Send/Sync traitsGuillaume Gomez-0/+31
2015-08-24Auto merge of #27239 - apasel422:issue-19102, r=huonwbors-0/+20
2015-08-22Auto merge of #27914 - pnkfelix:fix-fcnr-for-valgrind, r=alexcrichtonbors-4/+28
2015-08-22Auto merge of #27565 - TimNN:dead-visit-type-in-path, r=nrcbors-0/+68
2015-08-22Auto merge of #27892 - nikomatsakis:issue-27583, r=pnkfelixbors-0/+81
2015-08-21fix accidental reversal of 'static, and add a testNiko Matsakis-0/+25
2015-08-20Fix (and extend) src/test/run-pass/foreign-call-no-runtime.rsFelix S. Klock II-4/+28
2015-08-19fallout of reworking rc and arc APIsAlexis Beingessner-2/+3
2015-08-19Auto merge of #27875 - alexcrichton:msvc-f32-rem, r=nrcbors-0/+27