about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-05-25Don't use a char that's already used within the exprJaro Fietz-1/+1
2018-05-25Call itJaro Fietz-0/+1
2018-05-25What does an expression look like, that consists only of special characters?Jaro Fietz-0/+6
2018-05-22Fix a typo in a commentOliver Schneider-1/+1
2018-05-22Report let bindings and statements as unstableOliver Schneider-1/+1
2018-05-22Allow let bindings in const fn and constantsOliver Schneider-0/+118
2018-05-21Auto merge of #50812 - kennytm:fix-50756-miri-bad-float-behavior, r=oli-obkbors-0/+65
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-0/+17
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-20resolve: Don't add unnecessary import candidates for `prefix::{self}` importsVadim Petrochenkov-0/+38
2018-05-19rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...Eduard-Mihai Burtescu-0/+17
2018-05-19Release mode overflows should not cause const eval to errorOliver Schneider-0/+18
2018-05-19Auto merge of #50603 - eddyb:issue-49955, r=nikomatsakisbors-0/+56
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-18Find the largest niche when computing layoutsAnthony Ramine-0/+3
2018-05-18Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakisbors-0/+248
2018-05-17Auto merge of #50593 - nikomatsakis:nll-no-location, r=nikomatsakisbors-31/+0
2018-05-17Remove the `proc` keyword againVadim Petrochenkov-158/+0
2018-05-17Pass crate editions to macro expansions, update testsVadim Petrochenkov-10/+10
2018-05-17Add testsVadim Petrochenkov-0/+406
2018-05-17Implement [T]::align_toSimonas Kazlauskas-94/+0
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-17Rename trans to codegen everywhere.Irina Popa-25/+25
2018-05-17Make sure the float comparison output is consistent with the expectedkennytm-0/+65
2018-05-17Auto merge of #50807 - kennytm:rollup, r=kennytmbors-6/+15
2018-05-17Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichtonkennytm-6/+2
2018-05-17Rollup merge of #50793 - jrlusby:master, r=petrochenkovkennytm-0/+123
2018-05-16Auto merge of #50710 - Zoxc:value_to_constvalue, r=oli-obkbors-0/+21
2018-05-16Stabilize num::NonZeroU*Simon Sapin-3/+0
2018-05-16Make core::nonzero privateSimon Sapin-4/+3
2018-05-16Rollup merge of #50656 - leodasvacas:fix-impl-trait-in-main-ret, r=nikomatsakiskennytm-0/+13
2018-05-16rustc_mir: allow promotion of promotable temps indexed at runtime.Eduard-Mihai Burtescu-1/+27
2018-05-16Add feature gate label_break_valueest31-0/+2
2018-05-16Add a file with test casesest31-0/+121
2018-05-16rustc_mir: also promote interior borrows, not just whole temps.Eduard-Mihai Burtescu-0/+30
2018-05-14Add implementation of Extend for ()Taylor Cramer-0/+20
2018-05-14Auto merge of #50735 - eddyb:issue-50731, r=nikomatsakisbors-0/+15
2018-05-14Auto merge of #50385 - durka:stabilize-macro-lifetime, r=petrochenkovbors-7/+0
2018-05-14rustc: don't trip an assertion for enums with present but uninhabited variants.Eduard-Mihai Burtescu-0/+15
2018-05-14Auto merge of #50694 - leodasvacas:fix-impl-trait-self-substitution, r=petroc...bors-0/+29
2018-05-13stabilize :lifetimeAlex Burka-7/+0
2018-05-13Fix conversion from Miri Value to ConstValueJohn Kåre Alsaker-0/+21
2018-05-13Macros: Add a 'literal' fragment specifierDan Aloni-0/+143
2018-05-13Auto merge of #50622 - eddyb:make-room-for-ghosts, r=nikomatsakisbors-4/+69
2018-05-12Fix self referential impl Trait substitutionsleonardo.yvens-0/+29
2018-05-12Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkovMark Simulacrum-2/+2