| Age | Commit message (Expand) | Author | Lines |
| 2017-04-12 | Add new TransItem for global_asm trans | A.J. Gardner | -14/+62 |
| 2017-04-12 | Expand _ into explicit variants in match | A.J. Gardner | -5/+7 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -6/+180 |
| 2017-04-12 | Auto merge of #41008 - sagebind:thread_id, r=alexcrichton | bors | -24/+13 |
| 2017-04-12 | Rollup merge of #41243 - projektir:prim_str_docs, r=GuillaumeGomez | Tim Neumann | -17/+28 |
| 2017-04-12 | Rollup merge of #41232 - arielb1:mir-rvalues, r=eddyb | Tim Neumann | -224/+197 |
| 2017-04-12 | Rollup merge of #41206 - eddyb:avoid-illegal-vectors, r=nagisa | Tim Neumann | -9/+40 |
| 2017-04-12 | Rollup merge of #41205 - estebank:shorter-mismatched-types-2, r=nikomatsakis | Tim Neumann | -32/+485 |
| 2017-04-12 | Rollup merge of #41183 - nodakai:remove-hoedown-license, r=TimNN | Tim Neumann | -2/+0 |
| 2017-04-12 | Rollup merge of #41141 - michaelwoerister:direct-metadata-ich-final, r=nikoma... | Tim Neumann | -377/+1241 |
| 2017-04-12 | Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1 | Tim Neumann | -6/+15 |
| 2017-04-12 | Rollup merge of #41063 - nikomatsakis:issue-40746-always-exec-loops, r=eddyb | Tim Neumann | -34/+42 |
| 2017-04-12 | ICH: Replace old, transitive metadata hashing with direct hashing approach. | Michael Woerister | -341/+689 |
| 2017-04-12 | ICH: Hash everything that gets encoded into crate metadata. | Michael Woerister | -66/+576 |
| 2017-04-12 | Make compiletest write test output to different files for different revisions. | Michael Woerister | -2/+8 |
| 2017-04-12 | fix nit | Niko Matsakis | -1/+1 |
| 2017-04-12 | Auto merge of #40765 - pirate:patch-3, r=aturon | bors | -0/+11 |
| 2017-04-12 | Auto merge of #40584 - nrc:rls-submod, r=alexcrichton | bors | -38/+113 |
| 2017-04-12 | COPYRIGHT: remove hoedown license | NODA, Kai | -2/+0 |
| 2017-04-12 | Minor nits in primitive str | projektir | -17/+28 |
| 2017-04-11 | Highlight and simplify mismatched types | Esteban Küber | -32/+485 |
| 2017-04-11 | Rollup merge of #41231 - TimNN:fix-centos, r=frewsxcv | Corey Farwell | -2/+2 |
| 2017-04-11 | Rollup merge of #41216 - shahn:iter_pos, r=steveklabnik | Corey Farwell | -2/+6 |
| 2017-04-11 | Rollup merge of #41209 - aidanhs:aphs-quiet-sccache, r=alexcrichton | Corey Farwell | -2/+1 |
| 2017-04-11 | Rollup merge of #41204 - remexre:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-04-11 | Rollup merge of #41202 - brson:btree, r=nikomatsakis | Corey Farwell | -8/+8 |
| 2017-04-11 | Rollup merge of #41173 - GuillaumeGomez:fix-rustdoc-code-block-parsing, r=ste... | Corey Farwell | -9/+17 |
| 2017-04-11 | Rollup merge of #40559 - nagisa:manually-drop, r=alexcrichton | Corey Farwell | -64/+147 |
| 2017-04-11 | Rollup merge of #40377 - camlorn:optimization_fuel, r=eddyb | Corey Farwell | -45/+219 |
| 2017-04-12 | address review comments | Ariel Ben-Yehuda | -0/+4 |
| 2017-04-11 | Move rvalue checking to MIR | Ariel Ben-Yehuda | -147/+97 |
| 2017-04-11 | use correct vault url | Tim Neumann | -2/+2 |
| 2017-04-11 | store Spans for all MIR locals | Ariel Ben-Yehuda | -77/+96 |
| 2017-04-11 | Touch up rls integration | Alex Crichton | -19/+46 |
| 2017-04-11 | Clarify Iterator::position doc | Sebastian Hahn | -2/+6 |
| 2017-04-11 | Remove strings fulfilled with whitespaces in code block headers | Guillaume Gomez | -6/+7 |
| 2017-04-11 | Fix some nits | Simonas Kazlauskas | -6/+7 |
| 2017-04-11 | Fix handling of closure arguments | Simonas Kazlauskas | -7/+9 |
| 2017-04-11 | Auto merge of #41096 - clarcharr:as_bytes_mut, r=alexcrichton | bors | -14/+57 |
| 2017-04-11 | Make a comment better. | Austin Hicks | -1/+1 |
| 2017-04-11 | Initial attempt at implementing optimization fuel and re-enabling struct fiel... | Austin Hicks | -1/+1 |
| 2017-04-11 | We have to use u16 to test field reordering because u64's alignment changes b... | Austin Hicks | -5/+5 |
| 2017-04-11 | UI test for -Z print-fuel=foo | Austin Hicks | -0/+22 |
| 2017-04-11 | Tests for -Z fuel=foo=n | Austin Hicks | -1/+51 |
| 2017-04-11 | Make a comment better. | Austin Hicks | -1/+1 |
| 2017-04-11 | Initial attempt at implementing optimization fuel and re-enabling struct fiel... | Austin Hicks | -39/+138 |
| 2017-04-11 | Auto merge of #41168 - Shizmob:jemalloc-musl, r=alexcrichton | bors | -6/+6 |
| 2017-04-11 | Fix pairs of doubles using an illegal <8 x i8> vector. | Eduard-Mihai Burtescu | -9/+40 |
| 2017-04-11 | Auto merge of #41174 - estebank:issue-41155, r=nikomatsakis | bors | -3/+28 |
| 2017-04-11 | Make sccache a bit quieter | Aidan Hobson Sayers | -2/+1 |