| Age | Commit message (Expand) | Author | Lines |
| 2015-10-01 | trans: Fix __imp_ creation for i686 MSVC | Alex Crichton | -3/+13 |
| 2015-10-01 | Removed unused parameter. | Vadim Chugunov | -5/+3 |
| 2015-10-01 | Fix dllimports of static data from rlibs | Vadim Chugunov | -31/+69 |
| 2015-09-15 | Auto merge of #28413 - arielb1:deduplication, r=eddyb | bors | -161/+13 |
| 2015-09-15 | Auto merge of #28274 - arielb1:split-ty, r=nikomatsakis | bors | -15/+17 |
| 2015-09-15 | deduplicate erase_regions | Ariel Ben-Yehuda | -161/+13 |
| 2015-09-14 | split ty::util and ty::adjustment | Ariel Ben-Yehuda | -5/+8 |
| 2015-09-14 | Auto merge of #28358 - dotdash:nounwind, r=alexcrichton | bors | -11/+9 |
| 2015-09-14 | Mark all extern functions as nounwind | Björn Steinbrink | -0/+1 |
| 2015-09-14 | move middle::ty and related modules to middle/ty/ | Ariel Ben-Yehuda | -10/+9 |
| 2015-09-13 | Add an attribute to mark function as unwinding | Björn Steinbrink | -1/+2 |
| 2015-09-13 | Centralise the handling of attributes on extern functions | Björn Steinbrink | -10/+6 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -1/+0 |
| 2015-09-10 | Auto merge of #28282 - DiamondLovesYou:optional-data-layout, r=alexcrichton | bors | -3/+2 |
| 2015-09-09 | Refactor `TargetOptions::data_layout` into an `Option`al value to reflect cur... | Richard Diamond | -3/+2 |
| 2015-09-09 | Auto merge of #28277 - DiamondLovesYou:intrinsic-unnamed-addr, r=huonw | bors | -0/+2 |
| 2015-09-06 | Don't add unnamed address attributes to intrinsics. | Richard Diamond | -0/+2 |
| 2015-09-06 | Auto merge of #28270 - arielb1:raw-fat-ops, r=nrc | bors | -40/+93 |
| 2015-09-06 | implement raw fat pointer ops | Ariel Ben-Yehuda | -40/+93 |
| 2015-09-06 | track, for each upvar, its index in list of upvars | Niko Matsakis | -4/+4 |
| 2015-09-05 | Auto merge of #28221 - huonw:simd, r=alexcrichton | bors | -6/+47 |
| 2015-09-05 | fixup | Nick Cameron | -1/+2 |
| 2015-09-05 | rustfmt librustc_trans/save | Nick Cameron | -177/+118 |
| 2015-09-04 | Support return aggregates in platform intrinsics. | Huon Wilson | -2/+21 |
| 2015-09-04 | Support bitcasts in platform intrinsic generator. | Huon Wilson | -1/+9 |
| 2015-09-04 | Support void in platform intrinsic generator. | Huon Wilson | -0/+1 |
| 2015-09-04 | Add support for pointers to generator.py. | Huon Wilson | -3/+16 |
| 2015-09-04 | Auto merge of #28201 - apasel422:issue-26205, r=nikomatsakis | bors | -6/+8 |
| 2015-09-04 | Auto merge of #28170 - nagisa:loopctl-label-spans, r=alexcrichton | bors | -2/+2 |
| 2015-09-03 | Rollup merge of #28167 - petrochenkov:bytelit, r=nikomatsakis | Steve Klabnik | -2/+2 |
| 2015-09-03 | Fix multiple mutable autoderefs with `Box` | Andrew Paseltiner | -6/+8 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -2/+2 |
| 2015-09-03 | Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T` | Vadim Petrochenkov | -10/+12 |
| 2015-09-03 | Use proper span for break and continue labels | Simonas Kazlauskas | -2/+2 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -757/+759 |
| 2015-08-31 | Remove some SIMD codepaths from trans. | Huon Wilson | -43/+9 |
| 2015-08-31 | Auto merge of #28079 - huonw:simd, r=alexcrichton | bors | -10/+91 |
| 2015-08-31 | Translate constructor arguments for zero-sized tuple structs | James Miller | -0/+11 |
| 2015-08-30 | Make a macro a const fn and remove outdated NB | Tobias Bucher | -12/+9 |
| 2015-08-29 | Support different scalar integer widths in Rust v. LLVM. | Huon Wilson | -18/+29 |
| 2015-08-29 | Add support for aggregates in platform intrinsics. | Huon Wilson | -10/+80 |
| 2015-08-29 | Separate integers into signed and unsigned. | Huon Wilson | -1/+1 |
| 2015-08-27 | Auto merge of #27999 - dotdash:lt, r=eddyb | bors | -68/+72 |
| 2015-08-27 | Auto merge of #28020 - dotdash:ref_fat_ptr_be_gone, r=eddyb | bors | -8/+1 |
| 2015-08-26 | Avoid an extra alloca/memcpy when auto-ref'ing fat pointers | Björn Steinbrink | -8/+1 |
| 2015-08-25 | move destructors_for_type into AdtDef | Ariel Ben-Yehuda | -8/+7 |
| 2015-08-25 | handle dtors having generics in an order different from their ADT | Ariel Ben-Yehuda | -76/+44 |
| 2015-08-25 | Omit lifetime intrinsics for function arguments and similar top-level items | Björn Steinbrink | -3/+6 |
| 2015-08-25 | Prefer alloc_ty() instead of alloca() where possible | Björn Steinbrink | -20/+9 |
| 2015-08-25 | Add missing lifetime intrinsics in a few places | Björn Steinbrink | -3/+9 |