| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |
| 2015-07-28 | Prep for dropflag hints: refactor `trans:_match` to pass around `MatchInput` ... | Felix S. Klock II | -56/+118 |
| 2015-07-28 | Prep for dropflag-hints: Clarify trans bindings MoveByRef and MoveIntoCopy. | Felix S. Klock II | -18/+49 |
| 2015-07-28 | Fix de-deduplication for closure debuginfo | Björn Steinbrink | -50/+12 |
| 2015-07-28 | Auto merge of #27275 - nrc:save-use, r=brson | bors | -15/+37 |
| 2015-07-27 | Auto merge of #27250 - alexcrichton:ucrt, r=brson | bors | -12/+76 |
| 2015-07-26 | Revert "trans: Be a little more picky about dllimport" | Alex Crichton | -61/+1 |
| 2015-07-25 | Fix error message spans | Jared Roesch | -0/+1 |
| 2015-07-25 | save-analysis: return an Option from get_path_data | Nick Cameron | -17/+22 |
| 2015-07-25 | save-analysis: add references to paths to get_path_data | Nick Cameron | -0/+17 |
| 2015-07-24 | Allow recursive static variables. | Eli Friedman | -51/+76 |
| 2015-07-24 | trans: Try to detect the Universal CRT on MSVC | Alex Crichton | -12/+76 |
| 2015-07-24 | minor rebase fixes | Niko Matsakis | -10/+4 |
| 2015-07-24 | nits | Niko Matsakis | -1/+1 |
| 2015-07-24 | Unify the upvar variables found in closures with the actual types of the | Niko Matsakis | -18/+7 |
| 2015-07-24 | Introduce ClosureSubsts rather than just having random fields in the | Niko Matsakis | -89/+56 |
| 2015-07-24 | introduce a Vec<Ty> to TyClosure for storing upvar types | Niko Matsakis | -12/+20 |
| 2015-07-24 | Auto merge of #27208 - alexcrichton:msvc-less-dllimport, r=brson | bors | -1/+61 |
| 2015-07-24 | Auto merge of #26583 - eefriedman:lint-ffi, r=nrc | bors | -1/+2 |
| 2015-07-23 | Rewrite the improper_ctypes lint. | Eli Friedman | -1/+2 |
| 2015-07-23 | Auto merge of #27224 - alexcrichton:configure-lto-right, r=brson | bors | -79/+70 |
| 2015-07-23 | Auto merge of #27221 - dotdash:no_empty_clean, r=luqmana | bors | -13/+15 |
| 2015-07-22 | Auto merge of #27191 - pnkfelix:sidestep-unary-negate-warning, r=alexcrichton | bors | -2/+2 |
| 2015-07-22 | trans: Consolidate creating pass manager builders | Alex Crichton | -79/+70 |
| 2015-07-22 | Avoid creating basic blocks for empty cleanup scopes | Björn Steinbrink | -13/+15 |
| 2015-07-22 | Auto merge of #26683 - eefriedman:const-eval-hint, r=pnkfelix | bors | -3/+4 |
| 2015-07-22 | Auto merge of #27176 - alexcrichton:fix-stock-llvm, r=brson | bors | -91/+442 |
| 2015-07-21 | trans: Be a little more picky about dllimport | Alex Crichton | -1/+61 |
| 2015-07-21 | trans: Move rust_try into the compiler | Alex Crichton | -91/+442 |
| 2015-07-21 | Work around unary negation to-be-feature-gated warning by | Felix S. Klock II | -2/+2 |
| 2015-07-20 | Auto merge of #26831 - arielb1:lifetime-fixes, r=nikomatsakis | bors | -4/+6 |
| 2015-07-20 | Auto merge of #27026 - nagisa:overflowing-unsigned, r=pnkfelix | bors | -2/+0 |
| 2015-07-20 | Create proper debuginfo for closure variables | Björn Steinbrink | -2/+8 |
| 2015-07-20 | return erased regions from fulfill_obligation | Ariel Ben-Yehuda | -4/+6 |