summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-04-20rustc_trans: do not treat byval as using up registers.Eduard-Mihai Burtescu-0/+23
2017-04-20Properly adjust filenames when multiple emissionsSimonas Kazlauskas-0/+18
2017-04-20Avoid type-checking addition and indexing twice.Eduard-Mihai Burtescu-0/+32
2017-04-04Fix ICE with nested macros in certain situations.Jeffrey Seyfried-0/+19
2017-04-04Ensure that macro resolutions in trait positions get finalized.Jeffrey Seyfried-0/+16
2017-04-02keep the AST node-id when lowering ExprKind::RangeAriel Ben-Yehuda-0/+16
2017-04-01update LLVM with fix for PR32379Ariel Ben-Yehuda-0/+38
2017-04-01store a copy of the Issue32230 info within TypeErrorAriel Ben-Yehuda-0/+21
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-11/+25
2017-03-20Regression test for rust-lang/rust#40535Austin Bonander-0/+49
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-13Auto merge of #40385 - arielb1:packed-again, r=eddybbors-0/+33
2017-03-13emit !align attributes on stores of operand pairsAriel Ben-Yehuda-0/+33
2017-03-12Rollup merge of #40369 - petrochenkov:segspan, r=eddybCorey Farwell-21/+39
2017-03-12Auto merge of #40340 - petrochenkov:restricted, r=nikomatsakisbors-22/+17
2017-03-12Auto merge of #40446 - arielb1:rollup, r=alexcrichtonbors-33/+235
2017-03-11Auto merge of #40220 - jseyfried:ast_macro_def, r=nrcbors-0/+1
2017-03-11Rollup merge of #40404 - cengizIO:master, r=nikomatsakisAriel Ben-Yehuda-0/+38
2017-03-11Rollup merge of #40400 - TimNN:gdbr-updates, r=alexcrichtonAriel Ben-Yehuda-17/+22
2017-03-11Rollup merge of #40373 - TimNN:test-ub-packed, r=arielb1Ariel Ben-Yehuda-2/+43
2017-03-11Rollup merge of #40372 - nagisa:never-drop, r=eddybAriel Ben-Yehuda-1/+0
2017-03-11Rollup merge of #40319 - eddyb:it's-"unsize"-not-"unsound", r=nikomatsakisAriel Ben-Yehuda-13/+132
2017-03-10Rollup merge of #40336 - alexcrichton:fast-dep-info, r=nrcAlex Crichton-0/+19
2017-03-10Rollup merge of #40287 - estebank:label-overlap, r=nrcAlex Crichton-0/+27
2017-03-10Rollup merge of #40239 - nagisa:death-to-plugins, r=nikomatsakisAlex Crichton-78/+0
2017-03-10Rollup merge of #40092 - sinkuu:fix_suggestion_index, r=pnkfelixAlex Crichton-0/+27
2017-03-10resolve: Use path segment spans in smart_resolve_pathVadim Petrochenkov-21/+39
2017-03-10Update syntax for `pub(restricted)`Vadim Petrochenkov-22/+17
2017-03-10rustc: Exit quickly on only `--emit dep-info`Alex Crichton-0/+19
2017-03-10Fix incorrect span label formattingEsteban Küber-0/+27
2017-03-10Remove ability for plugins to register a MIR passSimonas Kazlauskas-78/+0
2017-03-10Refactor out `ast::ItemKind::MacroDef`.Jeffrey Seyfried-0/+1
2017-03-10Point to enclosing block/fn on nested unsafeEsteban Küber-0/+116
2017-03-10move related tests to type-check ui test directoryCengiz Can-0/+0
2017-03-10fix #40294 obligation cause.body_id is not always a NodeExprCengiz Can-0/+38
2017-03-09update gdbr testsTim Neumann-17/+22
2017-03-09Use subtyping on the target of unsizing coercions.Eduard-Mihai Burtescu-13/+61
2017-03-09Do not bother creating StorageLive for TyNeverSimonas Kazlauskas-1/+0
2017-03-08fix UB in repr(packed) testsTim Neumann-2/+43
2017-03-08Rollup merge of #40296 - topecongiro:add-missing-tests, r=alexcrichtonAriel Ben-Yehuda-0/+130
2017-03-08Rollup merge of #40279 - gibfahn:test-unwind, r=est31Ariel Ben-Yehuda-0/+72
2017-03-08Disallow subtyping between T and U in T: Unsize<U>.Eduard-Mihai Burtescu-0/+71
2017-03-08Auto merge of #39713 - estebank:issue-39698, r=jonathandturnerbors-9/+77
2017-03-07Add tests for issues with the 'E-needtest' label.topecongiro-0/+130
2017-03-06Auto merge of #40272 - jseyfried:fix_const_macro_invocations, r=petrochenkovbors-0/+24
2017-03-06Auto merge of #40276 - topecongiro:add-test, r=petrochenkovbors-0/+118
2017-03-06Add missing tests for 'E-needstest' labeled issuestopecongiro-0/+118
2017-03-06Clean up "pattern doesn't bind x" messagesEsteban Küber-9/+77