about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-03-18Feature gate raw identifiers.Lymia Aluysia-4/+39
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-2/+234
2018-03-18Auto merge of #48985 - scalexm:lowering, r=nikomatsakisbors-0/+28
2018-03-18Auto merge of #48917 - petrochenkov:import, r=oli-obkbors-2/+2
2018-03-17Auto merge of #48842 - petrochenkov:under, r=nikomatsakisbors-6/+32
2018-03-17AST: Make renames in imports closer to the sourceVadim Petrochenkov-2/+2
2018-03-17Reject `_` in `ident` matcherVadim Petrochenkov-2/+27
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-6/+7
2018-03-17Auto merge of #48936 - Zoxc:cstore, r=michaelwoeristerbors-1/+1
2018-03-17Rollup merge of #49077 - sinkuu:macro_use_typo, r=estebankkennytm-0/+43
2018-03-17Rollup merge of #48983 - gnzlbg:red, r=alexcrichtonkennytm-0/+254
2018-03-17Rollup merge of #48960 - nikomatsakis:issue-48468-dyn-trait-elision, r=cramertjkennytm-0/+59
2018-03-16Auto merge of #48818 - michaelwoerister:issue-47309, r=eddybbors-0/+31
2018-03-16ignore emscriptengnzlbg-0/+2
2018-03-16Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichtonbors-2/+14
2018-03-16Checks for unknown attributes before abortingShotaro Yamada-0/+43
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-15add missing min-llvm-versiongnzlbg-0/+5
2018-03-15Auto merge of #47813 - kennytm:stable-incl-range, r=nrcbors-141/+89
2018-03-15add compile fail testsgnzlbg-0/+76
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-15add min-llvm version to reduction testsgnzlbg-0/+2
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-14resolve `'_` in `dyn Trait` just like ordinary elisionNiko Matsakis-0/+59
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