about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-05-23Rollup merge of #50946 - alexcrichton:fix-parse-lifetime, r=petrochenkovkennytm-0/+57
2018-05-23Rollup merge of #50914 - simartin:issue_50636, r=oli-obkkennytm-0/+31
2018-05-23Rollup merge of #50863 - oli-obk:const_len, r=SimonSapin,Gankrokennytm-0/+33
2018-05-23Rollup merge of #50846 - GuillaumeGomez:add-e0665, r=frewsxcvkennytm-0/+29
2018-05-22Auto merge of #49172 - oli-obk:const_let, r=eddybbors-37/+278
2018-05-22Fix a typo in a commentOliver Schneider-2/+2
2018-05-22Report let bindings and statements as unstableOliver Schneider-43/+137
2018-05-22Allow let bindings in const fn and constantsOliver Schneider-0/+147
2018-05-22Auto merge of #50876 - matthewjasper:rollback-trivial-bounds, r=nikomatsakisbors-5/+97
2018-05-22Auto merge of #50838 - alexcrichton:token-impls, r=eddybbors-0/+75
2018-05-22Auto merge of #50486 - Manishearth:approx-stab, r=nrcbors-0/+16
2018-05-21Auto merge of #50812 - kennytm:fix-50756-miri-bad-float-behavior, r=oli-obkbors-0/+65
2018-05-21update testsManish Goregaokar-0/+16
2018-05-21Add some runtime sanity checksOliver Schneider-3/+10
2018-05-21Make `[T]::len` and `str::len` const fnOliver Schneider-0/+26
2018-05-21rustc: Fix procedural macros generating lifetime tokensAlex Crichton-0/+57
2018-05-21Add E0665Guillaume Gomez-0/+29
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-20Issue #50636: Improve error diagnostic with missing commas after struct fields.Simon Martin-0/+31
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