summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-04-04Fix ICE with nested macros in certain situations.Jeffrey Seyfried-0/+19
2017-04-01update LLVM with fix for PR32379Ariel Ben-Yehuda-0/+38
2017-03-31add regression test for #39984Niko Matsakis-0/+21
2017-03-31Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis"Niko Matsakis-26/+4
2017-03-20Propagate expected type hints through struct literals.Eduard-Mihai Burtescu-0/+20
2017-03-20Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` ...Jeffrey Seyfried-0/+29
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-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
2017-02-25rustc_typeck: simplify AstConv requests as implemented by collect.Eduard-Mihai Burtescu-0/+3
2017-02-25Rollup merge of #40064 - arielb1:virtual-enum, r=nikomatsakisEduard-Mihai Burtescu-0/+51
2017-02-25Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichtonEduard-Mihai Burtescu-0/+35
2017-02-25Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrcEduard-Mihai Burtescu-6/+0
2017-02-25Rollup merge of #40025 - est31:master, r=eddybEduard-Mihai Burtescu-0/+41
2017-02-25Rollup merge of #40022 - wagenet:lib-defaults, r=alexcrichtonEduard-Mihai Burtescu-0/+38
2017-02-25Rollup merge of #40020 - alexcrichton:fix-unwind-safe, r=sfacklerEduard-Mihai Burtescu-1/+4
2017-02-25Rollup merge of #39980 - arielb1:privately-uninhabited, r=nikomatsakisEduard-Mihai Burtescu-0/+25
2017-02-25Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakisEduard-Mihai Burtescu-1/+9
2017-02-24Review changesest31-8/+8
2017-02-23Feature gateest31-1/+1
2017-02-23Implement non-capturing closure to fn coercionest31-0/+41
2017-02-23use a more conservative inhabitableness ruleAriel Ben-Yehuda-5/+1
2017-02-23Add tests for lib defaultsPeter Wagenet-0/+38
2017-02-23Fix tests on Windows (#1)Vadim Petrochenkov-2/+2
2017-02-23trans: don't ICE when trying to create ADT trans-itemsAriel Ben-Yehuda-0/+51
2017-02-22add `-C overflow-checks` optionNathan Froyd-0/+35