| Age | Commit message (Expand) | Author | Lines |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -4443/+13908 |
| 2015-09-02 | Auto merge of #28135 - jackwilsonv:patch-1, r=steveklabnik | bors | -1/+1 |
| 2015-09-02 | Auto merge of #28165 - mneumann:dragonfly_snapshots, r=alexcrichton | bors | -0/+1 |
| 2015-09-02 | Add snapshot for DragonFly BSD | Michael Neumann | -0/+1 |
| 2015-09-02 | Auto merge of #28162 - mneumann:dragonfly_fix_stat, r=alexcrichton | bors | -4/+4 |
| 2015-09-02 | Improved libfmt_macros code style with clippy | llogiq | -17/+11 |
| 2015-09-02 | Fix compile on DragonFly: Replace unknown uint32_t/in64_t by u32/i64. | Michael Neumann | -4/+4 |
| 2015-09-02 | Auto merge of #28156 - nagisa:binaryheap-debug, r=Gankro | bors | -0/+8 |
| 2015-09-02 | Auto merge of #28155 - vchimishuk:doc-rust-inside-other-languages-tab, r=alex... | bors | -1/+1 |
| 2015-09-02 | Auto merge of #28149 - jakerr:atomic, r=alexcrichton | bors | -4/+4 |
| 2015-09-02 | Auto merge of #28148 - eefriedman:binary_heap, r=alexcrichton | bors | -10/+26 |
| 2015-09-01 | Auto merge of #28132 - arielb1:uninstantiable, r=nikomatsakis | bors | -115/+1 |
| 2015-09-01 | Auto merge of #28146 - eefriedman:deque_extras, r=alexcrichton | bors | -2/+8 |
| 2015-09-01 | Auto merge of #28130 - alexcrichton:fix-msvc-static-tls-dtor, r=brson | bors | -9/+68 |
| 2015-09-01 | std: Run TLS destructors in a statically linked binary | Alex Crichton | -9/+68 |
| 2015-09-01 | Auto merge of #28088 - tbu-:pr_fixed_size_array, r=alexcrichton | bors | -14/+44 |
| 2015-09-01 | Implement Debug for BinaryHeap | Simonas Kazlauskas | -0/+8 |
| 2015-09-01 | Auto merge of #28152 - llogiq:master, r=Manishearth | bors | -191/+176 |
| 2015-09-01 | Source code style fixed: tab replaced with whitespaces. | Viacheslav Chimishuk | -1/+1 |
| 2015-09-01 | Auto merge of #28115 - AlexDenisov:patch-1, r=steveklabnik | bors | -1/+1 |
| 2015-09-01 | refactored compiletest following clippy's suggestions | llogiq | -191/+176 |
| 2015-09-01 | Auto merge of #28060 - GuillaumeGomez:patch-3, r=Manishearth | bors | -9/+189 |
| 2015-09-01 | Auto merge of #28137 - nrc:remove-non-multi, r=huonw | bors | -173/+3 |
| 2015-09-01 | Reverse AtomicBool value in nomicon example to agree with its comment. | Jake Kerr | -4/+4 |
| 2015-09-01 | Add missing stability markings to BinaryHeap. | Eli Friedman | -10/+26 |
| 2015-09-01 | Auto merge of #28136 - huonw:simd, r=alexcrichton | bors | -64/+35 |
| 2015-08-31 | Add missing stability attributes to VecDeque. | Eli Friedman | -2/+8 |
| 2015-09-01 | Auto merge of #28122 - apasel422:issue-28093, r=alexcrichton | bors | -0/+1 |
| 2015-08-31 | Fix some typos in SSE-AVX intrinsics. | Huon Wilson | -21/+26 |
| 2015-08-31 | Remove some SIMD codepaths from trans. | Huon Wilson | -43/+9 |
| 2015-09-01 | Remove the Modifier and Decorator kinds of syntax extensions. | Nick Cameron | -173/+3 |
| 2015-09-01 | Auto merge of #28094 - apasel422:extend-hashmap, r=alexcrichton | bors | -0/+62 |
| 2015-09-01 | Add E0439 error explanation | Guillaume Gomez | -14/+34 |
| 2015-09-01 | Add E0440 error explanation | Guillaume Gomez | -1/+28 |
| 2015-09-01 | Add E0441 error explanation | Guillaume Gomez | -1/+28 |
| 2015-09-01 | Add E0443 error explanation | Guillaume Gomez | -22/+49 |
| 2015-09-01 | Add E0442 error explanation | Guillaume Gomez | -1/+32 |
| 2015-09-01 | Comment out unused error codes | Guillaume Gomez | -18/+18 |
| 2015-09-01 | Add E0411 error explanation | Guillaume Gomez | -1/+49 |
| 2015-08-31 | Makes formatting of i32 consistent | Jack Wilson | -1/+1 |
| 2015-08-31 | Auto merge of #28079 - huonw:simd, r=alexcrichton | bors | -610/+8173 |
| 2015-08-31 | remove the is_instantiable check | Ariel Ben-Yehuda | -115/+1 |
| 2015-08-31 | Delete unused macros from rustc_platform_intrinsics. | Huon Wilson | -40/+0 |
| 2015-08-31 | Implement RFC 839 for `{HashMap, HashSet}` | Andrew Paseltiner | -0/+62 |
| 2015-08-31 | Auto merge of #28009 - GuillaumeGomez:patch-1, r=Manishearth | bors | -0/+3 |
| 2015-08-31 | Auto merge of #28123 - Aatch:fix-silly-tuple-constructor, r=eddyb | bors | -0/+32 |
| 2015-08-31 | Auto merge of #28116 - nrc:closure-expand, r=alexcrichton | bors | -6/+1 |
| 2015-08-31 | Translate constructor arguments for zero-sized tuple structs | James Miller | -0/+32 |
| 2015-08-31 | Auto merge of #28107 - mneumann:dragonfly_ar, r=alexcrichton | bors | -1/+1 |
| 2015-08-31 | hide docs for private `collections::btree::Recover` trait | Andrew Paseltiner | -0/+1 |