summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-01-19disable run-pass/backtrace for openbsdSébastien Marie-0/+1
2017-01-17fix function arguments in constant promotionAriel Ben-Yehuda-0/+7
2017-01-07Merge pull request #38884 from nikomatsakis/beta-unmergedAlex Crichton-0/+111
2017-01-06Fix ICE on i686 when calling immediate() on OperandValue::Ref in returnMark Simulacrum-0/+21
2017-01-06std: Don't pass overlapped handles to processesAlex Crichton-0/+90
2017-01-06Fix regression with duplicate `#[macro_export] macro_rules!`.Jeffrey Seyfried-0/+35
2017-01-06fix promotion of MIR terminatorsAriel Ben-Yehuda-0/+20
2016-12-30Disable field reorderingAustin Hicks-7/+0
2016-12-30clear discriminant drop flag at the bottom of a ladderAriel Ben-Yehuda-0/+54
2016-12-29Remove --crate-type=metadata from betaNick Cameron-58/+0
2016-12-18Auto merge of #37429 - camlorn:univariant_layout_optimization, r=eddybbors-2/+82
2016-12-17Auto merge of #38279 - KalitaAlexey:issue-8521, r=jseyfriedbors-0/+34
2016-12-17Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddybbors-0/+33
2016-12-16Allow path fragments to be parsed as type parameter bounds in macro expansionKalita Alexey-0/+34
2016-12-14Add a case to type-sizes to explicitly verify that field reordering triggers.Austin Hicks-0/+7
2016-12-14Incorporate review commentsAustin Hicks-2/+1
2016-12-14Make tidyAustin Hicks-1/+1
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