about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-05-17Add better error message when == operator is badly usedGuillaume Gomez-23/+30
2017-05-17Stabilize the loop_break_value featurePietro Albini-16/+0
2017-05-16Auto merge of #41907 - est31:macro_unused, r=jseyfriedbors-0/+68
2017-05-16Add test cases for cyclic specialization graph constructionMichael Woerister-0/+34
2017-05-16Fix a test to recognize newly introduced errors.Masaki Hara-1/+4
2017-05-15Fix regression on `include!(line!())`.Jeffrey Seyfried-0/+13
2017-05-15Prohibit parenthesized params in bounds etc.Masaki Hara-0/+41
2017-05-14Make unsatisfied trait bounds note multilineEsteban Küber-18/+0
2017-05-13Rollup merge of #41939 - eddyb:trait-assoc-const-default, r=petrochenkovMark Simulacrum-15/+38
2017-05-13rustc_resolve: don't deny outer type parameters in embedded constants.Eduard-Mihai Burtescu-15/+38
2017-05-13rustc: treat ReEarlyBound as free without replacing it with ReFree.Eduard-Mihai Burtescu-4/+6
2017-05-13rustc: use DefId instead of CodeExtent for FreeRegion's scope.Eduard-Mihai Burtescu-2/+2
2017-05-13Add test, and fix the other testsest31-0/+68
2017-05-12Rollup merge of #41876 - oli-obk:diagnosing_diagnostics, r=nagisaMark Simulacrum-3/+3
2017-05-12Auto merge of #41757 - alexcrichton:stabilize-crt-static, r=japaricbors-14/+0
2017-05-11correct various error messages that changedNiko Matsakis-10/+9
2017-05-10Update a compile-fail testOliver Schneider-3/+3
2017-05-09Prohibit parenthesized params in more types.Masaki Hara-0/+25
2017-05-08Rollup merge of #41838 - z1mvader:fix_fn_args_coerce_closure, r=nikomatsakisCorey Farwell-8/+37
2017-05-08Rollup merge of #41828 - arielb1:lvalue-ops, r=eddybCorey Farwell-0/+78
2017-05-08Rollup merge of #41293 - est31:floating_literal_match, r=nikomatsakisCorey Farwell-0/+56
2017-05-08first part of issue-40000.rs is now passingChristian Poveda-2/+1
2017-05-08dividied closure-no-fn.rs into three different testsChristian Poveda-6/+36
2017-05-08try to fix lvalue ops for realAriel Ben-Yehuda-0/+78
2017-05-07Auto merge of #40857 - estebank:recursive, r=arielb1bors-6/+18
2017-05-05Move logic to `is_representable` instead of climbing HIREsteban Küber-5/+14
2017-05-05Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelixCorey Farwell-14/+46
2017-05-04Only point at the fields that cause infinite sizeEsteban Küber-1/+4
2017-05-04rustc: Stabilize `-C target-feature=+crt-static`Alex Crichton-14/+0
2017-05-03correct the new graphs resulting from various testsNiko Matsakis-5/+13
2017-05-03add back variance testing mechanismNiko Matsakis-9/+1
2017-05-03factor variances into a proper queryNiko Matsakis-0/+32
2017-05-03Auto merge of #41711 - sirideain:add-static-methods-test, r=aturonbors-0/+23
2017-05-03Auto merge of #41624 - RalfJung:mutexguard-sync, r=alexcrichtonbors-0/+22
2017-05-02Fix testest31-0/+4
2017-05-02Fix non exhaustive match testest31-0/+1
2017-05-02Add illegal_floating_point_literal_pattern compat lintest31-0/+51
2017-05-02Add test for Inherent static methods can be called with a non-well-formed Sel...Charlie Sheridan-0/+23
2017-05-02Rollup merge of #41692 - est31:anon_params, r=eddybCorey Farwell-0/+25
2017-05-02Auto merge of #41488 - estebank:closure-args, r=arielb1bors-91/+0
2017-05-02Add a lint to disallow anonymous parametersest31-0/+25
2017-05-02Auto merge of #40851 - oli-obk:multisugg, r=jonathandturnerbors-51/+1
2017-05-01Auto merge of #41629 - Mark-Simulacrum:re-enable-tests, r=nikomatsakisbors-5/+4
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+13
2017-04-30Add test for issue #16994.Mark Simulacrum-0/+20
2017-04-29MutexGuard<T> may be Sync only if T is SyncRalf Jung-0/+22
2017-04-29Auto merge of #41564 - gaurikholkar:master, r=nikomatsakisbors-3/+0
2017-04-28Unignore tests which work fine now.Mark Simulacrum-5/+4
2017-04-28Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakisbors-0/+54
2017-04-28Disable ref hint for pattern in let and adding ui-tests.gaurikholkar-3/+0