about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-05-20Issue #50636: Improve error diagnostic with missing commas after struct fields.Simon Martin-0/+31
2018-05-19Auto merge of #50744 - nikic:mutable-noalias, r=alexcrichtonbors-6/+4
2018-05-19Auto merge of #50709 - alexcrichton:revert-musl, r=sfacklerbors-57/+0
2018-05-19Auto merge of #50603 - eddyb:issue-49955, r=nikomatsakisbors-3/+64
2018-05-18Auto merge of #50319 - nagisa:align_to, r=alexcrichtonbors-16/+0
2018-05-18Auto merge of #50697 - KiChjang:issue-50461, r=pnkfelixbors-0/+25
2018-05-18Auto merge of #50653 - oli-obk:bad_const, r=cramertjbors-57/+94
2018-05-18Auto merge of #50533 - GuillaumeGomez:rustdoc-prim-auto, r=QuietMisdreavusbors-0/+17
2018-05-18Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakisbors-0/+668
2018-05-18Auto merge of #50847 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-11/+104
2018-05-17Auto merge of #50593 - nikomatsakis:nll-no-location, r=nikomatsakisbors-50/+117
2018-05-17Emit noalias on &mut parameters by defaultNikita Popov-6/+4
2018-05-17Remove the `proc` keyword againVadim Petrochenkov-438/+24
2018-05-17Pass crate editions to macro expansions, update testsVadim Petrochenkov-22/+24
2018-05-17Add testsVadim Petrochenkov-0/+1080
2018-05-17Implement [T]::align_toSimonas Kazlauskas-94/+0
2018-05-17Rollup merge of #50806 - oli-obk:gesundheit, r=ehussMark Simulacrum-7/+53
2018-05-17Rollup merge of #50610 - estebank:fmt-str, r=KimundiMark Simulacrum-4/+51
2018-05-17Change align_offset to support different stridesSimonas Kazlauskas-2/+80
2018-05-17Use EverInit instead of MaybeInit to determine initializationKeith Yeung-0/+25
2018-05-17Revert "Add a test for issue 36710."Alex Crichton-57/+0
2018-05-17Update docs and diagnosticsOliver Schneider-7/+3
2018-05-17`bless` also produces `.nll` files nowOliver Schneider-0/+50
2018-05-17Rename trans to codegen everywhere.Irina Popa-438/+436
2018-05-17Auto merge of #50400 - ehuss:compiletest-revisions, r=alexcrichtonbors-13/+13
2018-05-16Fix update-references for tests within subdirectories.Eric Huss-3/+4
2018-05-16compiletest: Run revisions as independent tests.Eric Huss-13/+12
2018-05-17Auto merge of #50665 - alexcrichton:fix-single-item-path-warnings, r=oli-obkbors-16/+176
2018-05-17Auto merge of #50807 - kennytm:rollup, r=kennytmbors-9/+197
2018-05-17Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichtonkennytm-7/+2
2018-05-17Rollup merge of #50793 - jrlusby:master, r=petrochenkovkennytm-1/+322
2018-05-17Rollup merge of #50788 - varkor:missing-const-cast, r=cramertjkennytm-0/+30
2018-05-17Rollup merge of #50787 - ehuss:fix-run-make-wasm, r=alexcrichtonkennytm-1/+1
2018-05-17Rollup merge of #50752 - GuillaumeGomez:more-error-code-in-libsyntax-ext, r=f...kennytm-0/+88
2018-05-17Rollup merge of #50728 - sinkuu:fix_50702, r=GuillaumeGomezkennytm-1/+13
2018-05-16Auto merge of #50710 - Zoxc:value_to_constvalue, r=oli-obkbors-0/+21
2018-05-16Remove empty file introduced by rebaseJane Lusby-0/+0
2018-05-16Remove empty filesJane Lusby-0/+0
2018-05-16Stabilize num::NonZeroU*Simon Sapin-4/+0
2018-05-16Make core::nonzero privateSimon Sapin-4/+3
2018-05-16Rollup merge of #50669 - QuietMisdreavus:deprecated-attrs, r=GuillaumeGomezkennytm-0/+26
2018-05-16Rollup merge of #50656 - leodasvacas:fix-impl-trait-in-main-ret, r=nikomatsakiskennytm-0/+37
2018-05-16Auto merge of #50045 - est31:label_break_value, r=eddybbors-1/+322
2018-05-16rustc_mir: allow promotion of promotable temps indexed at runtime.Eduard-Mihai Burtescu-2/+29
2018-05-16Add feature gate label_break_valueest31-10/+44
2018-05-16Test that label break value only works on actual blocksest31-0/+60
2018-05-16Add E0696 for continue pointing to a labeled blockest31-0/+64
2018-05-16Add E0695 for unlabeled breaksest31-0/+42
2018-05-16Make the compiler support the label-break-value featureest31-1/+1
2018-05-16Add a file with test casesest31-0/+121