about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-03-16Auto merge of #48818 - michaelwoerister:issue-47309, r=eddybbors-0/+31
2018-03-16Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichtonbors-2/+14
2018-03-16Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkovbors-0/+78
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-133/+400
2018-03-16Rollup merge of #49037 - estebank:coherence-tweaks, r=nikomatsakiskennytm-10/+43
2018-03-16Rollup merge of #48990 - ExpHP:dont-drop-the-bomb, r=estebankkennytm-0/+39
2018-03-16Rollup merge of #49042 - kennytm:fix-e0307-typo, r=rkruppekennytm-1/+1
2018-03-16Rollup merge of #49007 - estebank:follow-up-47574, r=oli-obkkennytm-8/+9
2018-03-15Coherence diagnostic tweaksEsteban Küber-10/+43
2018-03-16Rollup merge of #48922 - petrochenkov:asunder, r=nikomatsakiskennytm-0/+130
2018-03-16Rollup merge of #48875 - jcowgill:mips-test-fixes, r=sanxiynkennytm-10/+72
2018-03-16Rollup merge of #48706 - ehuss:main-not-found-in-crate, r=estebankkennytm-104/+106
2018-03-15Auto merge of #47813 - kennytm:stable-incl-range, r=nrcbors-141/+89
2018-03-15Auto merge of #48138 - estebank:issue-45092, r=nikomatsakisbors-51/+116
2018-03-15Properly handle collecting default impls of methods with lifetime parameters.Michael Woerister-0/+31
2018-03-15Remove unnecessary "`" in error message E0307 (invalid self type).kennytm-1/+1
2018-03-15Disallow &a..=b and box a..=b in pattern.kennytm-0/+84
2018-03-15Stabilize `dotdoteq_in_patterns` language feature.kennytm-29/+0
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-86/+4
2018-03-15Stabilize `inclusive_range` library feature.kennytm-30/+5
2018-03-15Auto merge of #48648 - snf:fallible_allocation, r=Kimundibors-0/+25
2018-03-14Add span label to E0044Esteban Küber-2/+3
2018-03-14Review comment: remove mention of `move` closureEsteban Küber-4/+5
2018-03-14Make hint clearer, with the potential of being wrongEsteban Küber-2/+2
2018-03-14Suggest using `move` when trying to share `...::channel::{Receiver, Sender}`Esteban Küber-0/+56
2018-03-14Reword E0044 and message for `!Send` typesEsteban Küber-51/+58
2018-03-14Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakisbors-242/+83
2018-03-14Update E0601 test for new message format.Eric Huss-1/+1
2018-03-14Some tweaks to "type parameters from outer function" diagnosticEsteban Küber-8/+9
2018-03-14Add backticks to `main` not found errors.Eric Huss-13/+13
2018-03-14Add suggestion where to add main function.Eric Huss-0/+22
2018-03-14Add empty main() to tests where it is missing.Eric Huss-95/+75
2018-03-14Add crate name to "main function not found" error message.Eric Huss-24/+24
2018-03-15Rollup merge of #48988 - bobtwinkles:add_48070_test, r=nikomatsakiskennytm-0/+35
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-15/+36
2018-03-14try_reserve: updating message for feature-gate-try_reserve.stderrsnf-1/+1
2018-03-14implementing fallible allocation API (try_reserve) for Vec, String and HashMapsnf-0/+25
2018-03-14Implement import renaming with `_` (RFC 2166)Vadim Petrochenkov-0/+130
2018-03-14Escape stringified expressionShotaro Yamada-0/+13
2018-03-14fix ui test error againAndrew Cann-1/+1
2018-03-14Fixes after rebaseAndrew Cann-43/+0
2018-03-14Add note about fallback to `!: !Trait` errorAndrew Cann-0/+41
2018-03-14really actually fix ui test error for realAndrew Cann-1/+0
2018-03-14really fix ui test errors for realAndrew Cann-0/+3
2018-03-14really fix ui test errorsAndrew Cann-1/+0
2018-03-14Fix ui test errorsAndrew Cann-2/+2
2018-03-14Make coerce_never lint an errorAndrew Cann-63/+16
2018-03-14stabilise feature(never_type)Andrew Cann-133/+60
2018-03-14remove defaulting to unitAndrew Cann-41/+3
2018-03-14update testsGuillaume Gomez-1163/+1153