| Age | Commit message (Expand) | Author | Lines |
| 2017-02-10 | Fix tests | Simonas Kazlauskas | -14/+14 |
| 2017-02-10 | Fix build | Simonas Kazlauskas | -29/+10 |
| 2017-02-10 | Add TerminatorKind::if_ convenience constructor | Simonas Kazlauskas | -62/+38 |
| 2017-02-10 | Revert use of layout code in typeck::collect | Simonas Kazlauskas | -44/+25 |
| 2017-02-10 | Inspect now does not force on-stack Lvalue | Simonas Kazlauskas | -1/+1 |
| 2017-02-10 | Fix codegen test | Simonas Kazlauskas | -3/+7 |
| 2017-02-10 | Prefer switching on false for boolean switches | Simonas Kazlauskas | -24/+21 |
| 2017-02-10 | Fix SwitchInt building in ElaborateDrops pass | Simonas Kazlauskas | -12/+34 |
| 2017-02-10 | Fix the IntTypeExt::to_ty() lifetime bounds | Simonas Kazlauskas | -59/+9 |
| 2017-02-10 | Reimplement simplify_cfg for SwitchInt | Simonas Kazlauskas | -14/+18 |
| 2017-02-10 | Fix build on further stages | Simonas Kazlauskas | -2/+2 |
| 2017-02-10 | Only SwitchInt over integers, not all consts | Simonas Kazlauskas | -101/+154 |
| 2017-02-10 | SwitchInt over Switch | Simonas Kazlauskas | -130/+105 |
| 2017-02-10 | AdtDef now contains discr_ty same as layouted | Simonas Kazlauskas | -23/+72 |
| 2017-02-10 | Move type of discriminant to AdtDef | Simonas Kazlauskas | -122/+105 |
| 2017-02-10 | Disable memory init file until further notice | Ingvar Stepanyan | -0/+2 |
| 2017-02-10 | If is now always a SwitchInt in MIR | Simonas Kazlauskas | -102/+76 |
| 2017-02-10 | Add Rvalue::Discriminant to retrieve discriminant | Simonas Kazlauskas | -12/+60 |
| 2017-02-10 | Reenable exception catching in Emscripten even on optimized targets | Ingvar Stepanyan | -3/+7 |
| 2017-02-10 | Add Emscripten-specific linker | Ingvar Stepanyan | -3/+159 |
| 2017-02-10 | Auto merge of #39708 - jethrogb:patch-4, r=frewsxcv | bors | -14/+30 |
| 2017-02-10 | iterator docs: Move paragraph about discarding; clarify "consumed" | Rob Speer | -5/+5 |
| 2017-02-10 | Rephrase my proposed edit ("objects" -> "elements") | Rob Speer | -1/+1 |
| 2017-02-10 | Fix a misleading statement in `Iterator.nth()` | Rob Speer | -1/+4 |
| 2017-02-10 | Dont segfault if btree range is not in order | Brian Vincent | -115/+134 |
| 2017-02-09 | Code cleanup. | Vadim Chugunov | -8/+5 |
| 2017-02-09 | Rollup merge of #39707 - durka:parsimonious-span-note, r=jonathandturner | Corey Farwell | -52/+13 |
| 2017-02-09 | Rollup merge of #39705 - tspiteri:name-trait-fn-params, r=aturon | Corey Farwell | -22/+22 |
| 2017-02-09 | Rollup merge of #39700 - msopena:master, r=est31 | Corey Farwell | -1/+18 |
| 2017-02-09 | Rollup merge of #39693 - durka:patch-36, r=petrochenkov | Corey Farwell | -0/+1 |
| 2017-02-09 | Rollup merge of #39674 - jseyfried:fix_token_tree_parsing_ICE, r=nrc | Corey Farwell | -3/+42 |
| 2017-02-09 | Rollup merge of #39587 - Keruspe:master, r=alexcrichton | Corey Farwell | -0/+5 |
| 2017-02-09 | change span_notes to notes in E0368/E0369 | Alex Burka | -52/+13 |
| 2017-02-09 | Update set operations documentation | Jethro Beekman | -14/+30 |
| 2017-02-09 | Auto merge of #39694 - frewsxcv:rollup, r=frewsxcv | bors | -32/+125 |
| 2017-02-09 | name anonymous fn parameters in libcore traits | Trevor Spiteri | -22/+22 |
| 2017-02-09 | Explicitly mention that `Vec::reserve` is based on len not capacity | Sean Griffin | -3/+6 |
| 2017-02-09 | Adding compile fail test for const_indexing feature | Mario | -1/+18 |
| 2017-02-09 | Add the short type to inline links, too | Michael Howell | -2/+2 |
| 2017-02-09 | Add the item type to the tooltip | Michael Howell | -1/+2 |
| 2017-02-09 | Rollup merge of #39683 - solson:fix-unaligned-load-librustc_metadata, r=bluss | Corey Farwell | -1/+9 |
| 2017-02-09 | Rollup merge of #39682 - solson:fix-unaligned-read, r=eddyb | Corey Farwell | -15/+46 |
| 2017-02-09 | Rollup merge of #39678 - vadimcn:top-level-expn, r=michaelwoerister | Corey Farwell | -1/+51 |
| 2017-02-09 | Rollup merge of #39619 - michaelwoerister:rename-crate-metadata, r=alexcrichton | Corey Farwell | -12/+19 |
| 2017-02-09 | Rollup merge of #39604 - est31:i128_tests, r=alexcrichton | Corey Farwell | -3/+0 |
| 2017-02-09 | Auto merge of #38109 - tromey:main-subprogram, r=michaelwoerister | bors | -1/+74 |
| 2017-02-09 | driver: restore partially deleted comment | Alex Burka | -0/+1 |
| 2017-02-09 | removed unused struct | Oliver Schneider | -6/+0 |
| 2017-02-09 | remove wrong packed struct test | Oliver Schneider | -6/+0 |
| 2017-02-10 | Use global recursion limit when evaluating inhabitedness | Andrew Cann | -47/+55 |