about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-05-21Auto merge of #50860 - nox:big-niches-for-big-doggos-🐕, r=eddybbors-0/+3
2018-05-20Auto merge of #50851 - eddyb:the-only-constant, r=nikomatsakisbors-9/+69
2018-05-20Auto merge of #50234 - cramertj:extend, r=alexcrichtonbors-0/+20
2018-05-20Auto merge of #50908 - petrochenkov:usemacself, r=alexcrichtonbors-0/+38
2018-05-20Auto merge of #50841 - oli-obk:promote_errors_to_panics, r=eddybbors-22/+130
2018-05-20Auto merge of #50820 - alexcrichton:no-modules, r=petrochenkovbors-1/+97
2018-05-20Auto merge of #50803 - varkor:never-transmute-never, r=eddybbors-0/+33
2018-05-20resolve: Don't add unnecessary import candidates for `prefix::{self}` importsVadim Petrochenkov-0/+38
2018-05-19Auto merge of #50893 - kennytm:rollup, r=kennytmbors-15/+90
2018-05-20Rollup merge of #50819 - cjkenn:cjkenn/div-by-zero, r=kennytmkennytm-0/+33
2018-05-20Rollup merge of #50854 - zackmdavis:and_the_case_of_the_unused_field_pattern_...kennytm-15/+30
2018-05-20Rollup merge of #50829 - est31:master, r=estebankkennytm-0/+27
2018-05-19Auto merge of #50782 - matthewjasper:wheres-main, r=matthewjasperbors-0/+106
2018-05-19remove feature line from testcjkenn-2/+0
2018-05-19rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...Eduard-Mihai Burtescu-9/+69
2018-05-19Auto merge of #50690 - oli-obk:mir_stuff, r=eddybbors-1/+54
2018-05-19use if let to avoid potential div by zerocjkenn-0/+35
2018-05-19Auto merge of #50763 - KyleStach1678:unused-loop-label, r=petrochenkovbors-25/+188
2018-05-19Go through an allocation when accessing fields of constantsOliver Schneider-0/+47
2018-05-19Ensure that statics are always ByRefOliver Schneider-1/+7
2018-05-19Auto merge of #50760 - petrochenkov:legimp, r=nikomatsakisbors-23/+18
2018-05-19Overflows only panic in debug modeOliver Schneider-0/+1
2018-05-19Add a test showing the erroneous promoted bugOliver Schneider-0/+69
2018-05-19Release mode overflows should not cause const eval to errorOliver Schneider-22/+60
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-18Default `unused_labels` to allow, move to "unused"Kyle Stachowicz-10/+24
2018-05-18Revert "Allow `unused_labels` in some compile-fail tests"Kyle Stachowicz-16/+2
2018-05-18Allow `unused_labels` in some compile-fail testsKyle Stachowicz-2/+16
2018-05-18Add tests for new labeled blocks for `unused_labels`Kyle Stachowicz-15/+34
2018-05-18Reimplement unused_labels lint as a compiler builtin in the resolverKyle Stachowicz-19/+149
2018-05-18Revert "Add lint checks for unused loop labels"Kyle Stachowicz-129/+0
2018-05-18Add test case for shadowed labels, with the inner broken multiple timesKyle Stachowicz-8/+37
2018-05-18Rename `unused_loop_label` to `unused_label` and fix/clean up lint logicKyle Stachowicz-9/+9
2018-05-18Add additional test case to unused_label lintKyle Stachowicz-22/+35
2018-05-18Rename test to `unused_label` and remove empty `stdout` fileKyle Stachowicz-0/+0
2018-05-18Add lint checks for unused loop labelsKyle Stachowicz-0/+87
2018-05-18Auto merge of #50319 - nagisa:align_to, r=alexcrichtonbors-16/+0
2018-05-18Prevent main and start from having a where clause.Matthew Jasper-0/+106
2018-05-18rustc: Disallow modules and macros in expansionsAlex Crichton-1/+97
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-18Find the largest niche when computing layoutsAnthony Ramine-0/+3
2018-05-18Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakisbors-0/+668
2018-05-18in which the unused shorthand field pattern debacle/saga continuesZack M. Davis-15/+30
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