about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2016-12-14Fix closure arguments which are immediate because of field reordering.Austin Hicks-0/+22
2016-12-14Fix having multiple reprs on the same type.Austin Hicks-1/+45
2016-12-14Change how type-sizes works slightly: we want to ensure that [i16; 0] introdu...Austin Hicks-1/+2
2016-12-14Fix type-sizes testAustin Hicks-1/+1
2016-12-14Make tidyAustin Hicks-2/+2
2016-12-14Add yet more missing #[repr(C)] to testsAustin Hicks-0/+2
2016-12-14Fix extern-pass-empty test, which needed repr(C)Austin Hicks-0/+3
2016-12-14Make constant field access account for field reordering.Austin Hicks-3/+1
2016-12-14Fix bugs to optimizing enums:Austin Hicks-2/+6
2016-12-11Auto merge of #38249 - arielb1:special-substs, r=nikomatsakisbors-0/+41
2016-12-11Auto merge of #38250 - michaelwoerister:trait-methods-in-reachable, r=alexcri...bors-0/+57
2016-12-09Auto merge of #38192 - stjepang:faster-sort-algorithm, r=blussbors-67/+92
2016-12-08Extend middle::reachable to also consider provided trait methods.Michael Woerister-0/+57
2016-12-07Implement a faster sort algorithmStjepan Glavina-67/+92
2016-12-07macros: fix the expected paths for a non-inline module matched by an `item` f...Jeffrey Seyfried-0/+33
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-0/+1
2016-12-06Auto merge of #37973 - vadimcn:dllimport, r=alexcrichtonbors-37/+72
2016-12-05erase lifetimes when translating specialized substsAriel Ben-Yehuda-0/+41
2016-12-04Auto merge of #38082 - jseyfried:macro_invocation_paths, r=nrcbors-2/+48
2016-12-03Auto merge of #38059 - arielb1:no-mere-overflow, r=nikomatsakisbors-0/+88
2016-12-01Remove the "linked_from" feature.Vadim Chugunov-3/+0
2016-12-01Implement native library kind and name overrides from the command line.Vadim Chugunov-0/+38
2016-12-01Fix rust_test_helpers linkage.Vadim Chugunov-34/+34
2016-11-30Add tests.Jeffrey Seyfried-2/+48
2016-11-29Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddybbors-1/+1
2016-11-29Fix cross-crate associated constant evaluationFlorian Diebold-0/+68
2016-11-28Refactor TyTrait to contain a interned ExistentialPredicate slice.Mark-Simulacrum-1/+1
2016-11-29evaluate obligations in LIFO order during closure projectionAriel Ben-Yehuda-0/+88
2016-11-28rustc_privacy: visit Ty instead of HIR types in EmbargoVisitor.Eduard-Mihai Burtescu-0/+32
2016-11-27don't double-apply variant padding to const enumsAriel Ben-Yehuda-0/+45
2016-11-23Rollup merge of #37938 - michaelwoerister:move-myriad-closures, r=eddybGuillaume Gomez-48/+0
2016-11-23Rollup merge of #37851 - jneem:master, r=sanxiynGuillaume Gomez-0/+23
2016-11-22Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichtonbors-0/+58
2016-11-23Rebasing and review changesNick Cameron-0/+58
2016-11-22Move the myriad-closures.rs test case to run-pass-full test suite.Michael Woerister-48/+0
2016-11-21Implement the `loop_break_value` feature.Geoffry Song-0/+133
2016-11-21Add regression test for issue 23699.Joe Neeman-0/+23
2016-11-21Fix fallout in tests.Jeffrey Seyfried-1/+0
2016-11-18Auto merge of #37749 - keeperofdakeys:should-panic, r=alexcrichtonbors-0/+46
2016-11-17Rollup merge of #37772 - durka:patch-32, r=petrochenkovGuillaume Gomez-0/+23
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-0/+87
2016-11-14add test for #37765Alex Burka-0/+23
2016-11-14Add warnings when the #[should_panic] attribute is invalidJosh Driver-0/+46
2016-11-13Auto merge of #37753 - est31:master, r=petrochenkovbors-0/+15
2016-11-13Fix empty lifetime list or one with trailing comma being rejectedest31-0/+15
2016-11-12Rollup merge of #37659 - nikomatsakis:sfackler-36340-fix, r=eddybEduard-Mihai Burtescu-0/+46
2016-11-10Work around a borrow surviving too long (fixes #37686)Anthony Ramine-0/+16
2016-11-09Auto merge of #37603 - arielb1:max-slice-length, r=nikomatsakisbors-0/+21
2016-11-08introduce a `fudge_regions_if_ok` to address false region edgesNiko Matsakis-0/+46
2016-11-08Partially stabilize RFC 1506 "Clarify relationships between ADTs"Vadim Petrochenkov-4/+0