about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-02-28Make transmuting from fn item types to pointer-sized types a hard error.Eduard Burtescu-77/+48
2017-02-28Auto merge of #40008 - eddyb:lazy-12, r=nikomatsakisbors-234/+241
2017-02-27Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkovbors-3/+4
2017-02-27This test is too hard to maintain cross-platformYamakaky-46/+0
2017-02-25rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.Eduard-Mihai Burtescu-24/+35
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-121/+104
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-13/+22
2017-02-25rustc: allow handling cycle errors gracefully in on-demand.Eduard-Mihai Burtescu-0/+1
2017-02-25rustc_typeck: hook up collect and item/body check to on-demand.Eduard-Mihai Burtescu-43/+25
2017-02-25rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super...Eduard-Mihai Burtescu-5/+13
2017-02-25rustc: move the actual values of enum discriminants into a map.Eduard-Mihai Burtescu-12/+12
2017-02-25rustc_typeck: simplify AstConv requests as implemented by collect.Eduard-Mihai Burtescu-15/+27
2017-02-25rustc: store type parameter defaults outside of ty::Generics.Eduard-Mihai Burtescu-6/+7
2017-02-25Rollup merge of #40086 - danobi:move-compiler_tests, r=brsonEduard-Mihai Burtescu-0/+88
2017-02-25Rollup merge of #40064 - arielb1:virtual-enum, r=nikomatsakisEduard-Mihai Burtescu-0/+51
2017-02-25Rollup merge of #40038 - nikomatsakis:issue-39828, r=michaelwoeristerEduard-Mihai Burtescu-0/+40
2017-02-25Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichtonEduard-Mihai Burtescu-0/+35
2017-02-25Rollup merge of #40035 - er-1:master, r=alexcrichtonEduard-Mihai Burtescu-0/+6
2017-02-25Rollup merge of #40031 - cynicaldevil:master, r=est31Eduard-Mihai Burtescu-0/+2
2017-02-25Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrcEduard-Mihai Burtescu-73/+0
2017-02-25Rollup merge of #40025 - est31:master, r=eddybEduard-Mihai Burtescu-0/+110
2017-02-25Rollup merge of #40022 - wagenet:lib-defaults, r=alexcrichtonEduard-Mihai Burtescu-0/+38
2017-02-25Rollup merge of #40020 - alexcrichton:fix-unwind-safe, r=sfacklerEduard-Mihai Burtescu-1/+4
2017-02-25Rollup merge of #39995 - Aatch:vtable-ptr-metadata, r=arielb1Eduard-Mihai Burtescu-2/+2
2017-02-25Rollup merge of #39980 - arielb1:privately-uninhabited, r=nikomatsakisEduard-Mihai Burtescu-7/+58
2017-02-25Rollup merge of #39953 - keeperofdakeys:macro-error, r=jseyfriedEduard-Mihai Burtescu-3/+26
2017-02-25Rollup merge of #39945 - petrochenkov:llvmtarg, r=alexcrichtonEduard-Mihai Burtescu-2/+2
2017-02-25Rollup merge of #39905 - estebank:useless-error, r=arielb1Eduard-Mihai Burtescu-4/+10
2017-02-25Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakisEduard-Mihai Burtescu-35/+97
2017-02-25Move COMPILER_TESTS.md out of the root directoryDaniel Xu-0/+88
2017-02-24Auto merge of #39851 - alexcrichton:verify-unstable, r=brsonbors-0/+34
2017-02-24Review changesest31-13/+13
2017-02-23Two more testsest31-0/+69
2017-02-23Feature gateest31-1/+1
2017-02-23Implement non-capturing closure to fn coercionest31-0/+41
2017-02-23use a more conservative inhabitableness ruleAriel Ben-Yehuda-8/+4
2017-02-23Add tests for lib defaultsPeter Wagenet-0/+38
2017-02-23Fix tests on Windows (#1)Vadim Petrochenkov-2/+2
2017-02-23trans: don't ICE when trying to create ADT trans-itemsAriel Ben-Yehuda-0/+51
2017-02-23Add macro suggestions for macros imported with `use`Josh Driver-3/+26
2017-02-22Don't assume plugin-whitelisted attributes are proc macro attributesAustin Bonander-0/+83
2017-02-23Added test for inclusive_range_syntax in compile-fail test suiteNikhil Shagrithaya-0/+2
2017-02-22detect "bootstrap outputs" when serializing the dep-graphNiko Matsakis-0/+40
2017-02-22add `-C overflow-checks` optionNathan Froyd-0/+35
2017-02-22Ignore ASM tests on powerpcer-1-0/+6
2017-02-21Stabilize static_recursionTaylor Cramer-73/+0
2017-02-21std: Relax UnwindSafe impl for UniqueAlex Crichton-1/+4
2017-02-21Auto merge of #39765 - GuillaumeGomez:file-not-found-for-module-error, r=jsey...bors-0/+42
2017-02-22Update codegen test with new attributesJames Miller-2/+2
2017-02-21test: Verify all sysroot crates are unstableAlex Crichton-0/+34