summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-02-10Fix testsSimonas Kazlauskas-14/+14
2017-02-10Fix buildSimonas Kazlauskas-29/+10
2017-02-10Add TerminatorKind::if_ convenience constructorSimonas Kazlauskas-62/+38
2017-02-10Revert use of layout code in typeck::collectSimonas Kazlauskas-44/+25
2017-02-10Inspect now does not force on-stack LvalueSimonas Kazlauskas-1/+1
2017-02-10Fix codegen testSimonas Kazlauskas-3/+7
2017-02-10Prefer switching on false for boolean switchesSimonas Kazlauskas-24/+21
2017-02-10Fix SwitchInt building in ElaborateDrops passSimonas Kazlauskas-12/+34
2017-02-10Fix the IntTypeExt::to_ty() lifetime boundsSimonas Kazlauskas-59/+9
2017-02-10Reimplement simplify_cfg for SwitchIntSimonas Kazlauskas-14/+18
2017-02-10Fix build on further stagesSimonas Kazlauskas-2/+2
2017-02-10Only SwitchInt over integers, not all constsSimonas Kazlauskas-101/+154
2017-02-10SwitchInt over SwitchSimonas Kazlauskas-130/+105
2017-02-10AdtDef now contains discr_ty same as layoutedSimonas Kazlauskas-23/+72
2017-02-10Move type of discriminant to AdtDefSimonas Kazlauskas-122/+105
2017-02-10Disable memory init file until further noticeIngvar Stepanyan-0/+2
2017-02-10If is now always a SwitchInt in MIRSimonas Kazlauskas-102/+76
2017-02-10Add Rvalue::Discriminant to retrieve discriminantSimonas Kazlauskas-12/+60
2017-02-10Reenable exception catching in Emscripten even on optimized targetsIngvar Stepanyan-3/+7
2017-02-10Add Emscripten-specific linkerIngvar Stepanyan-3/+159
2017-02-10Auto merge of #39708 - jethrogb:patch-4, r=frewsxcvbors-14/+30
2017-02-10iterator docs: Move paragraph about discarding; clarify "consumed"Rob Speer-5/+5
2017-02-10Rephrase my proposed edit ("objects" -> "elements")Rob Speer-1/+1
2017-02-10Fix a misleading statement in `Iterator.nth()`Rob Speer-1/+4
2017-02-10Dont segfault if btree range is not in orderBrian Vincent-115/+134
2017-02-09Code cleanup.Vadim Chugunov-8/+5
2017-02-09Rollup merge of #39707 - durka:parsimonious-span-note, r=jonathandturnerCorey Farwell-52/+13
2017-02-09Rollup merge of #39705 - tspiteri:name-trait-fn-params, r=aturonCorey Farwell-22/+22
2017-02-09Rollup merge of #39700 - msopena:master, r=est31Corey Farwell-1/+18
2017-02-09Rollup merge of #39693 - durka:patch-36, r=petrochenkovCorey Farwell-0/+1
2017-02-09Rollup merge of #39674 - jseyfried:fix_token_tree_parsing_ICE, r=nrcCorey Farwell-3/+42
2017-02-09Rollup merge of #39587 - Keruspe:master, r=alexcrichtonCorey Farwell-0/+5
2017-02-09change span_notes to notes in E0368/E0369Alex Burka-52/+13
2017-02-09Update set operations documentationJethro Beekman-14/+30
2017-02-09Auto merge of #39694 - frewsxcv:rollup, r=frewsxcvbors-32/+125
2017-02-09name anonymous fn parameters in libcore traitsTrevor Spiteri-22/+22
2017-02-09Explicitly mention that `Vec::reserve` is based on len not capacitySean Griffin-3/+6
2017-02-09Adding compile fail test for const_indexing featureMario-1/+18
2017-02-09Add the short type to inline links, tooMichael Howell-2/+2
2017-02-09Add the item type to the tooltipMichael Howell-1/+2
2017-02-09Rollup merge of #39683 - solson:fix-unaligned-load-librustc_metadata, r=blussCorey Farwell-1/+9
2017-02-09Rollup merge of #39682 - solson:fix-unaligned-read, r=eddybCorey Farwell-15/+46
2017-02-09Rollup merge of #39678 - vadimcn:top-level-expn, r=michaelwoeristerCorey Farwell-1/+51
2017-02-09Rollup merge of #39619 - michaelwoerister:rename-crate-metadata, r=alexcrichtonCorey Farwell-12/+19
2017-02-09Rollup merge of #39604 - est31:i128_tests, r=alexcrichtonCorey Farwell-3/+0
2017-02-09Auto merge of #38109 - tromey:main-subprogram, r=michaelwoeristerbors-1/+74
2017-02-09driver: restore partially deleted commentAlex Burka-0/+1
2017-02-09removed unused structOliver Schneider-6/+0
2017-02-09remove wrong packed struct testOliver Schneider-6/+0
2017-02-10Use global recursion limit when evaluating inhabitednessAndrew Cann-47/+55