about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-03-19Rollup merge of #40398 - eddyb:struct-hint, r=nikomatsakisCorey Farwell-0/+20
2017-03-19Rollup merge of #40241 - Sawyer47:fix-39997, r=alexcrichtonCorey Farwell-0/+28
2017-03-19Rollup merge of #40589 - topecongiro:floating-point-literal, r=nagisaCorey Farwell-0/+16
2017-03-19Rollup merge of #40588 - topecongiro:add-missing-tests, r=alexcrichtonCorey Farwell-0/+20
2017-03-19Rollup merge of #40583 - jseyfried:fix_include_macro_regression, r=nrcCorey Farwell-0/+29
2017-03-19Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddybCorey Farwell-0/+17
2017-03-18Parse 0e+10 as a valid floating-point literaltopecongiro-0/+16
2017-03-17Add more catch-related CFG and lifetime tests and fix CFG bugTaylor Cramer-0/+8
2017-03-17Implement ? in catch expressions and add testsTaylor Cramer-0/+34
2017-03-18translate closure shims using MIRAriel Ben-Yehuda-1/+16
2017-03-18translate function shims using MIRAriel Ben-Yehuda-0/+56
2017-03-17Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` ...Jeffrey Seyfried-0/+29
2017-03-17Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnikCorey Farwell-1/+1
2017-03-17Add a test for issue 34571topecongiro-0/+20
2017-03-15Change how the 0 flag works in format! for floatsPiotr Jawniak-0/+12
2017-03-15Change how the `0` flag works in format!Piotr Jawniak-0/+16
2017-03-14Improve the documentation for `rvalue_static_promotion`Tobias Schottdorf-1/+1
2017-03-14Add feature toggle for rvalue-static-promotion RFCTobias Schottdorf-0/+17
2017-03-14Auto merge of #39921 - cramertj:add-catch-to-ast, r=nikomatsakisbors-0/+32
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
2017-03-11Temporarily prefix catch block with do keywordTaylor Cramer-1/+3
2017-03-11Add catch expr to AST and disallow catch as a struct nameTaylor Cramer-0/+30
2017-03-11Rollup merge of #40373 - TimNN:test-ub-packed, r=arielb1Ariel Ben-Yehuda-1/+20
2017-03-11Rollup merge of #40319 - eddyb:it's-"unsize"-not-"unsound", r=nikomatsakisAriel Ben-Yehuda-0/+48
2017-03-09Use subtyping on the target of unsizing coercions.Eduard-Mihai Burtescu-0/+48
2017-03-09Propagate expected type hints through struct literals.Eduard-Mihai Burtescu-0/+20
2017-03-08fix UB in repr(packed) testsTim Neumann-1/+20
2017-03-07Add tests for issues with the 'E-needtest' label.topecongiro-0/+42
2017-03-06Auto merge of #40272 - jseyfried:fix_const_macro_invocations, r=petrochenkovbors-0/+24
2017-03-06Add missing tests for 'E-needstest' labeled issuestopecongiro-0/+77
2017-03-05Fix const expression macro invocations.Jeffrey Seyfried-0/+24
2017-03-04Auto merge of #40242 - cramertj:fix-while-let-ribs-scope, r=petrochenkovbors-0/+16
2017-03-04Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakisbors-0/+96
2017-03-03Fix missing WhileLet pattern scopeTaylor Cramer-0/+16
2017-03-03Auto merge of #40133 - arielb1:operand-lifetimes, r=eddybbors-0/+55
2017-03-03make operands live to the end of their containing expressionAriel Ben-Yehuda-4/+17
2017-03-02schedule drops on bindings only after initializing themAriel Ben-Yehuda-0/+42
2017-03-02Rollup merge of #40166 - aidanhs:aphs-index-coerce, r=nikomatsakisCorey Farwell-0/+22
2017-03-01inhibit enum layout optimizations under `#[repr(C)]` or `#[repr(u8)]`Niko Matsakis-0/+59
2017-03-01store the normalized types of statics in MIR LvaluesAriel Ben-Yehuda-0/+49
2017-03-01more through normalization in typeck & transAriel Ben-Yehuda-0/+47
2017-03-01Auto merge of #34198 - eddyb:you're-a-bad-transmute-and-you-should-feel-bad, ...bors-27/+0
2017-03-01Allow types passed to [] to coerce, like .index()Aidan Hobson Sayers-0/+22
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...Jeffrey Seyfried-0/+14
2017-02-28Make transmuting from fn item types to pointer-sized types a hard error.Eduard Burtescu-27/+0
2017-02-28Auto merge of #40008 - eddyb:lazy-12, r=nikomatsakisbors-13/+54
2017-02-27Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkovbors-3/+4
2017-02-27This test is too hard to maintain cross-platformYamakaky-46/+0
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-0/+38
2017-02-25rustc_typeck: hook up collect and item/body check to on-demand.Eduard-Mihai Burtescu-13/+13