| Age | Commit message (Expand) | Author | Lines |
| 2014-08-22 | auto merge of #16639 : pcwalton/rust/unboxed-closures-param-resolution, r=nic... | bors | -3/+4 |
| 2014-08-21 | librustc: Mark unboxed closure calls and definitions with appropriate llvm re... | Luqman Aden | -11/+29 |
| 2014-08-21 | librustc: Create unboxing shims as necessary for unboxed closures. | Patrick Walton | -11/+63 |
| 2014-08-20 | librustc: handle repr on structs, require it for ffi, unify with packed | Corey Richardson | -31/+7 |
| 2014-08-20 | librustc: Resolve nested vtable parameters in overloaded calls. | Patrick Walton | -3/+4 |
| 2014-08-20 | auto merge of #16606 : pczarn/rust/inline-asm, r=alexcrichton | bors | -4/+19 |
| 2014-08-19 | auto merge of #16584 : luqmana/rust/psfo, r=alexcrichton | bors | -4/+8 |
| 2014-08-19 | Fix double evaluation of read+write operands | Piotr Czarnecki | -4/+19 |
| 2014-08-19 | auto merge of #16588 : thestinger/rust/aslr, r=pcwalton | bors | -1/+8 |
| 2014-08-18 | work around MinGW linker bug for ASLR on Windows | Daniel Micay | -1/+8 |
| 2014-08-18 | librustc: Fix field offsets for packed structs. | Luqman Aden | -4/+8 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -7/+7 |
| 2014-08-18 | auto merge of #16567 : jakub-/rust/issue-16149, r=pcwalton | bors | -1/+1 |
| 2014-08-18 | Forbid extern statics from appearing in patterns | Jakub Wieczorek | -1/+1 |
| 2014-08-17 | Changed the sample command in the Rustdoc readme to use --output instead of t... | Kasey Carrothers | -14/+19 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -18/+24 |
| 2014-08-16 | auto merge of #16525 : thestinger/rust/readonly, r=pcwalton | bors | -3/+9 |
| 2014-08-15 | auto merge of #16493 : kballard/rust/fix_drop_field_order, r=pnkfelix | bors | -2/+3 |
| 2014-08-15 | Fix the order in which struct fields drop | Kevin Ballard | -2/+3 |
| 2014-08-15 | auto merge of #16517 : dotdash/rust/for_trunc, r=pcwalton | bors | -4/+3 |
| 2014-08-15 | mark &T params without UnsafeCell<U> as readonly | Daniel Micay | -3/+9 |
| 2014-08-15 | auto merge of #16511 : luqmana/rust/sbnt, r=pcwalton | bors | -52/+56 |
| 2014-08-15 | debuginfo: Add a "no_debug" attribute that allows to exclude functions from d... | Michael Woerister | -0/+26 |
| 2014-08-15 | Generate slightly better unoptimized code for for-loops | Björn Steinbrink | -4/+3 |
| 2014-08-15 | auto merge of #16424 : pcwalton/rust/where-clauses, r=nikomatsakis | bors | -3/+1 |
| 2014-08-14 | librustc: Fix trans for functional record update when discarding the result. | Luqman Aden | -24/+23 |
| 2014-08-14 | librustc: Don't create scratch for the base expr in function record update. | Luqman Aden | -30/+35 |
| 2014-08-15 | auto merge of #16435 : vadimcn/rust/windows, r=pcwalton | bors | -4/+4 |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -3/+1 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -153/+239 |
| 2014-08-14 | auto merge of #16122 : pcwalton/rust/lifetimes-in-unboxed-closures, r=pnkfelix | bors | -46/+100 |
| 2014-08-14 | librustc: Tie up loose ends in unboxed closures. | Patrick Walton | -46/+100 |
| 2014-08-14 | auto merge of #16484 : dotdash/rust/empty_struct_wrapper_arg, r=luqmana | bors | -0/+6 |
| 2014-08-13 | librustc: Parse, but do not fully turn on, the `ref` keyword for | Patrick Walton | -7/+15 |
| 2014-08-14 | Fix handling of ignored arguments in FFI wrappers for rust functions | Björn Steinbrink | -0/+6 |
| 2014-08-12 | more consistent handling of inner items | Stuart Pernsteiner | -9/+9 |
| 2014-08-12 | Revert "avoid redundant translation of items during monomorphization" | Stuart Pernsteiner | -48/+21 |
| 2014-08-12 | Revert "don't translate items when monomorphizing foreign-ABI functions" | Stuart Pernsteiner | -10/+6 |
| 2014-08-12 | Replace all references to "Win32" with "Windows". | Vadim Chugunov | -4/+4 |
| 2014-08-11 | librustc: Don't use an alloca per return if the function doesn't have nested ... | Luqman Aden | -34/+150 |
| 2014-08-11 | librustc: Don't use Load/Store for structural values. | Luqman Aden | -12/+19 |
| 2014-08-11 | librustc: Don't allow return_address intrinsic in functions that don't use an... | Luqman Aden | -5/+12 |
| 2014-08-11 | librustc: Add an intrinsic to retrieve the return pointer of a function. | Patrick Walton | -0/+6 |
| 2014-08-11 | librustc: Use separate stack slot for each return. | Luqman Aden | -41/+81 |
| 2014-08-10 | auto merge of #16185 : luqmana/rust/match-drop, r=pcwalton | bors | -3/+81 |
| 2014-08-09 | auto merge of #16359 : epdtry/rust/mono-item-dedup-foreign, r=alexcrichton | bors | -6/+10 |
| 2014-08-09 | auto merge of #16346 : vadimcn/rust/win64-cabi, r=brson | bors | -1/+73 |
| 2014-08-09 | librustc: Also use new alloca if matching on an arg or upvar which we reassig... | Luqman Aden | -2/+5 |
| 2014-08-09 | librustc: Don't use the same alloca for match binding which we reassign to in... | Luqman Aden | -3/+78 |
| 2014-08-08 | don't translate items when monomorphizing foreign-ABI functions | Stuart Pernsteiner | -6/+10 |