| Age | Commit message (Expand) | Author | Lines |
| 2015-09-08 | Auto merge of #28291 - nrc:shr_span_fix, r=sfackler | bors | -0/+20 |
| 2015-09-08 | Fix span bug with >> and type bindings | Nick Cameron | -0/+20 |
| 2015-09-08 | Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichton | bors | -1/+1 |
| 2015-09-08 | Allow tracking issues for lang features. | Huon Wilson | -1/+1 |
| 2015-09-06 | Don't add unnamed address attributes to intrinsics. | Richard Diamond | -0/+22 |
| 2015-09-06 | Auto merge of #28270 - arielb1:raw-fat-ops, r=nrc | bors | -0/+141 |
| 2015-09-06 | implement raw fat pointer ops | Ariel Ben-Yehuda | -0/+141 |
| 2015-09-06 | add MIR code (unused thus far) | Niko Matsakis | -1/+1 |
| 2015-09-06 | generalize graphviz library to handle HTML tags and other such things | Niko Matsakis | -2/+2 |
| 2015-09-05 | Auto merge of #28190 - arielb1:generic-key-entry, r=eddyb | bors | -0/+15 |
| 2015-09-05 | Auto merge of #28242 - Diggsey:msvc-backtrace, r=alexcrichton | bors | -6/+19 |
| 2015-09-05 | Add line numbers to MSVC backtrace | Diggory Blake | -6/+19 |
| 2015-09-04 | Auto merge of #28201 - apasel422:issue-26205, r=nikomatsakis | bors | -0/+39 |
| 2015-09-04 | Auto merge of #28069 - alexcrichton:rt-atexit, r=brson | bors | -0/+25 |
| 2015-09-04 | Auto merge of #28004 - Diggsey:win-backtrace, r=alexcrichton | bors | -11/+19 |
| 2015-09-04 | Auto merge of #28170 - nagisa:loopctl-label-spans, r=alexcrichton | bors | -14/+29 |
| 2015-09-04 | Add line numbers to windows-gnu backtraces | Diggory Blake | -11/+19 |
| 2015-09-03 | Rollup merge of #28167 - petrochenkov:bytelit, r=nikomatsakis | Steve Klabnik | -7/+7 |
| 2015-09-04 | Rollup merge of #28193 - dhuseby:fixing_bitrig_alloc_crate_tests, r=alexcrichton | Manish Goregaokar | -2/+5 |
| 2015-09-03 | Fix multiple mutable autoderefs with `Box` | Andrew Paseltiner | -0/+39 |
| 2015-09-03 | Move lints to HIR | Manish Goregaokar | -10/+9 |
| 2015-09-03 | Fixes #27886 -- bitrig does not use jemalloc (yet) | Dave Huseby | -2/+5 |
| 2015-09-03 | create a region-map for types in generics | Ariel Ben-Yehuda | -0/+15 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -7/+7 |
| 2015-09-03 | Fix hygienic-label-x tests | Simonas Kazlauskas | -4/+4 |
| 2015-09-03 | Fix #28105 test and add a test for #28109 | Simonas Kazlauskas | -10/+25 |
| 2015-09-02 | std: Run at_exit cleanup on process::exit | Alex Crichton | -0/+25 |
| 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 |