| Age | Commit message (Expand) | Author | Lines |
| 2015-08-15 | Improve 'unknown instrinsic' error message | Dylan McKay | -1/+1 |
| 2015-08-15 | Reduce rustc::trans's dependence on pointer width | Dylan McKay | -41/+32 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -65/+67 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -1/+0 |
| 2015-08-11 | rollup merge of #27676: alexcrichton/msvc-unwind | Alex Crichton | -9/+18 |
| 2015-08-11 | rollup merge of #27666: vadimcn/cabi-typo | Alex Crichton | -4/+4 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -2/+2 |
| 2015-08-11 | rollup merge of #27618: dotdash/drop_fixes | Alex Crichton | -8/+7 |
| 2015-08-11 | trans: Re-enable unwinding on 64-bit MSVC | Alex Crichton | -9/+18 |
| 2015-08-11 | Fix copy-paste bug. | Vadim Chugunov | -4/+4 |
| 2015-08-10 | trans: Stop informing LLVM about dllexport | Alex Crichton | -62/+150 |
| 2015-08-10 | Auto merge of #27338 - alexcrichton:remove-morestack, r=brson | bors | -63/+3 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -63/+3 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -2/+2 |
| 2015-08-09 | Remove #[cfg(stage0)] annotation | Tobias Bucher | -3/+0 |
| 2015-08-09 | Make `slice::transmute*` private | Tobias Bucher | -43/+11 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -5/+41 |
| 2015-08-08 | Fix the function return type used in get_res_dtor() | Björn Steinbrink | -6/+2 |
| 2015-08-07 | Fix ICE when trying to drop an unsized type from a different crate | Björn Steinbrink | -2/+5 |
| 2015-08-07 | Auto merge of #27551 - arielb1:adt-def, r=nikomatsakis | bors | -473/+435 |
| 2015-08-07 | rename ADTDef to AdtDef etc. | Ariel Ben-Yehuda | -8/+8 |
| 2015-08-06 | cache Ty::is_simd | Ariel Ben-Yehuda | -14/+14 |
| 2015-08-06 | handle associated types correctly in null pointer optimization | Ariel Ben-Yehuda | -2/+1 |
| 2015-08-06 | use VariantDef instead of struct_fields | Ariel Ben-Yehuda | -423/+381 |
| 2015-08-06 | introduce an ADTDef struct for struct/enum definitions | Ariel Ben-Yehuda | -56/+61 |
| 2015-08-06 | Use the right type for drop flag datums | Björn Steinbrink | -4/+3 |
| 2015-08-05 | Make C_u8 take a u8 instead of a usize value | Björn Steinbrink | -8/+8 |
| 2015-08-04 | Auto merge of #27351 - pnkfelix:dst-size-and-align-issue-27023, r=nikomatsakis | bors | -28/+154 |
| 2015-08-04 | Auto merge of #27507 - eefriedman:link-section, r=alexcrichton | bors | -15/+19 |
| 2015-08-03 | Fix link_section regression. | Eli Friedman | -15/+19 |
| 2015-08-03 | Auto merge of #26783 - eddyb:methrec, r=huonw | bors | -25/+44 |
| 2015-08-04 | rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer. | Eduard Burtescu | -25/+44 |
| 2015-08-03 | Auto merge of #27210 - vadimcn:win64-eh-pers, r=alexcrichton | bors | -104/+110 |
| 2015-08-01 | When a `nounwind` function has a personality routine, LLVM messes up .seh dir... | Vadim Chugunov | -0/+3 |
| 2015-07-31 | Add Win10 SDK lib subfolder name | Peter Atashian | -7/+36 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -104/+107 |
| 2015-07-29 | Improve code emitted for inserting padding before unsized field. | Felix S. Klock II | -14/+6 |
| 2015-07-29 | Revise a comment to include reference to issue #26403. | Felix S. Klock II | -2/+4 |
| 2015-07-29 | Auto merge of #27346 - dotdash:closure_dbg, r=michaelwoerister | bors | -50/+12 |
| 2015-07-29 | Replace illegal with invalid in most diagnostics | Simonas Kazlauskas | -1/+1 |
| 2015-07-28 | Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddyb | bors | -69/+57 |
| 2015-07-28 | Fix more bugs in the alignment calculation refs to DSTs. | Felix S. Klock II | -7/+30 |
| 2015-07-28 | Part of #27023: Put drop flag at end of a type's representation. | Felix S. Klock II | -23/+128 |
| 2015-07-28 | trans: Add Type::to_string method to improve options for debug output. | Felix S. Klock II | -3/+7 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -69/+57 |
| 2015-07-28 | comments and code-cleanup in response to reviews. | Felix S. Klock II | -4/+38 |
| 2015-07-28 | Reduced the Lvalue constructors to a kernel of three constructors. | Felix S. Klock II | -95/+65 |
| 2015-07-28 | During my own review, I convinced myself this was indeed a bug. | Felix S. Klock II | -16/+16 |
| 2015-07-28 | Add dropflag hints (stack-local booleans) for unfragmented paths in trans. | Felix S. Klock II | -70/+259 |
| 2015-07-28 | Extend `trans::datum::Lvalue` so that it carrys an optional dropflag hint. | Felix S. Klock II | -31/+213 |