| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | Auto merge of #39708 - jethrogb:patch-4, r=frewsxcv | bors | -14/+30 |
| 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 | Adding compile fail test for const_indexing feature | Mario | -1/+18 |
| 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 | Auto merge of #39686 - frewsxcv:rollup, r=frewsxcv | bors | -186/+278 |
| 2017-02-09 | Rollup merge of #39647 - japaric:sparc, r=alexcrichton | Corey Farwell | -1/+6 |
| 2017-02-09 | Rollup merge of #39615 - phungleson:corefloat, r=alexcrichton | Corey Farwell | -90/+123 |
| 2017-02-09 | Rollup merge of #39602 - estebank:fix-39544, r=eddyb | Corey Farwell | -1/+33 |
| 2017-02-09 | Rollup merge of #39601 - dumbbell:update-liblibc-to-include-aarch64-unknown-f... | Corey Farwell | -0/+0 |
| 2017-02-09 | Rollup merge of #39595 - camlorn:structured_repr, r=eddyb | Corey Farwell | -94/+116 |
| 2017-02-09 | Auto merge of #39265 - est31:master, r=petrochenkov | bors | -34/+3 |
| 2017-02-09 | Fix unaligned load in librustc_metadata::index. | Scott Olson | -1/+9 |
| 2017-02-09 | Fix indentation in test. | Scott Olson | -14/+14 |
| 2017-02-09 | Avoid unsafe unaligned loads in test. | Scott Olson | -1/+32 |
| 2017-02-09 | Merge branch 'master' of git://github.com/rust-lang/rust | Marc-Antoine Perennou | -3002/+7859 |
| 2017-02-09 | Auto merge of #39586 - arielb1:packed-values, r=eddyb | bors | -267/+388 |
| 2017-02-08 | Exclude top-level macro expansions from source location override. | Vadim Chugunov | -1/+51 |
| 2017-02-08 | Rollup merge of #39671 - alexcrichton:change-order, r=brson | Corey Farwell | -10/+10 |
| 2017-02-08 | Rollup merge of #39653 - JanZerebecki:test-issue-27433, r=alexcrichton | Corey Farwell | -0/+15 |
| 2017-02-08 | Rollup merge of #39649 - GuillaumeGomez:join_paths-url, r=frewsxcv | Corey Farwell | -4/+8 |
| 2017-02-08 | Rollup merge of #39599 - alexcrichton:cargo-tarball-name, r=brson | Corey Farwell | -0/+2 |
| 2017-02-08 | Rollup merge of #39598 - alexcrichton:cargo-branch, r=brson | Corey Farwell | -3/+1 |
| 2017-02-08 | Rollup merge of #39589 - ollie27:rustdoc_impl_disambiguation, r=alexcrichton | Corey Farwell | -11/+67 |
| 2017-02-08 | Rollup merge of #38699 - japaric:lsan, r=alexcrichton | Corey Farwell | -6/+763 |
| 2017-02-08 | Rollup merge of #37928 - chriskrycho:document-rfc-1623, r=steveklabnik | Corey Farwell | -9/+60 |
| 2017-02-08 | sanitizer-dylib: only run where std for x86_64-linux is available | Jorge Aparicio | -1/+5 |
| 2017-02-09 | Fix ICE when parsing token trees after an error. | Jeffrey Seyfried | -3/+42 |
| 2017-02-08 | travis: Fix build order of dist-x86-linux | Alex Crichton | -10/+10 |
| 2017-02-08 | fix the sanitizer-dylib test on non x86_64 linux hosts | Jorge Aparicio | -1/+1 |