| Age | Commit message (Expand) | Author | Lines |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -11/+12 |
| 2015-09-02 | Auto merge of #28148 - eefriedman:binary_heap, r=alexcrichton | bors | -2/+2 |
| 2015-09-01 | Auto merge of #28132 - arielb1:uninstantiable, r=nikomatsakis | bors | -2/+1 |
| 2015-09-01 | Auto merge of #28130 - alexcrichton:fix-msvc-static-tls-dtor, r=brson | bors | -0/+39 |
| 2015-09-01 | std: Run TLS destructors in a statically linked binary | Alex Crichton | -0/+39 |
| 2015-09-01 | Auto merge of #28137 - nrc:remove-non-multi, r=huonw | bors | -19/+0 |
| 2015-09-01 | Add missing stability markings to BinaryHeap. | Eli Friedman | -2/+2 |
| 2015-09-01 | Remove the Modifier and Decorator kinds of syntax extensions. | Nick Cameron | -19/+0 |
| 2015-08-31 | Auto merge of #28079 - huonw:simd, r=alexcrichton | bors | -7/+18 |
| 2015-08-31 | remove the is_instantiable check | Ariel Ben-Yehuda | -2/+1 |
| 2015-08-31 | Auto merge of #28123 - Aatch:fix-silly-tuple-constructor, r=eddyb | bors | -0/+21 |
| 2015-08-31 | Translate constructor arguments for zero-sized tuple structs | James Miller | -0/+21 |
| 2015-08-31 | Auto merge of #28103 - GuillaumeGomez:fix-intrinsic, r=huonw | bors | -0/+24 |
| 2015-08-30 | Auto merge of #27983 - barosl:respect-color, r=nrc | bors | -2/+3 |
| 2015-08-30 | Assign correct span to continue expression | Marcus Klaas | -0/+23 |
| 2015-08-30 | Add compile-fail test for E0444 | Guillaume Gomez | -0/+24 |
| 2015-08-29 | Separate integers into signed and unsigned. | Huon Wilson | -7/+18 |
| 2015-08-29 | Auto merge of #28077 - jonas-schievink:attr-gateage, r=huonw | bors | -0/+17 |
| 2015-08-29 | Allow #[derive()] to generate unsafe trait impls | Michael Layzell | -0/+2 |
| 2015-08-29 | Handle gateage of built-in attributes seperately | Jonas Schievink | -0/+17 |
| 2015-08-28 | add test for #20803 | Andrew Paseltiner | -0/+19 |
| 2015-08-28 | Rollup merge of #28033 - Manishearth:compilerexpn, r=eddyb | Manish Goregaokar | -6/+4 |
| 2015-08-28 | Move ExpnInfo to Name | Manish Goregaokar | -6/+4 |
| 2015-08-27 | Auto merge of #28001 - arielb1:dtor-fixes, r=pnkfelix | bors | -3/+53 |
| 2015-08-26 | Auto merge of #27992 - wthrowe:dead-main-2, r=alexcrichton | bors | -0/+90 |
| 2015-08-25 | handle dtors having generics in an order different from their ADT | Ariel Ben-Yehuda | -0/+48 |
| 2015-08-25 | use the parameter environment when checking dtors | Ariel Ben-Yehuda | -3/+5 |
| 2015-08-25 | Respect `--color` when printing early errors | Barosl Lee | -2/+3 |
| 2015-08-25 | Auto merge of #27966 - GuillaumeGomez:iterator, r=alexcrichton | bors | -0/+31 |
| 2015-08-25 | Auto merge of #27945 - Eljay:upgrade-hoedown, r=alexcrichton | bors | -0/+15 |
| 2015-08-24 | Remove #[start] as well as #[main] in --test | William Throwe | -0/+16 |
| 2015-08-24 | Move main removal to its own pass in --test mode | William Throwe | -0/+24 |
| 2015-08-24 | Mark main-like functions allow(dead_code) in tests | William Throwe | -0/+50 |
| 2015-08-24 | Add test for LookupHost iterator Send/Sync traits | Guillaume Gomez | -0/+31 |
| 2015-08-24 | Auto merge of #27239 - apasel422:issue-19102, r=huonw | bors | -0/+20 |
| 2015-08-24 | Update hoedown to latest version (3.0.4). | Eljay | -0/+15 |
| 2015-08-23 | Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichton | bors | -0/+14 |
| 2015-08-22 | Auto merge of #27914 - pnkfelix:fix-fcnr-for-valgrind, r=alexcrichton | bors | -4/+28 |
| 2015-08-22 | Auto merge of #27565 - TimNN:dead-visit-type-in-path, r=nrc | bors | -0/+68 |
| 2015-08-22 | Auto merge of #27892 - nikomatsakis:issue-27583, r=pnkfelix | bors | -0/+81 |
| 2015-08-22 | Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon | bors | -8/+8 |
| 2015-08-22 | Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichton | bors | -0/+25 |
| 2015-08-21 | fix accidental reversal of 'static, and add a test | Niko Matsakis | -0/+25 |
| 2015-08-20 | Show variadic args in rustdoc output. | Lee Jeffery | -0/+14 |
| 2015-08-20 | Fix (and extend) src/test/run-pass/foreign-call-no-runtime.rs | Felix S. Klock II | -4/+28 |
| 2015-08-19 | fallout of reworking rc and arc APIs | Alexis Beingessner | -2/+3 |
| 2015-08-19 | Auto merge of #27677 - sylvestre:issue-27628, r=dotdash | bors | -6/+6 |
| 2015-08-19 | Issue #27628 - Also support the LLVM 3.6 IR format in two tests | Sylvestre Ledru | -6/+6 |
| 2015-08-19 | Auto merge of #27875 - alexcrichton:msvc-f32-rem, r=nrc | bors | -0/+27 |
| 2015-08-19 | Auto merge of #27849 - jonas-schievink:macro-errors, r=nikomatsakis | bors | -1/+1 |