| Age | Commit message (Expand) | Author | Lines |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-18 | Various straight-forward ports that override `visit_nested_items` | Niko Matsakis | -32/+37 |
| 2015-11-18 | Expose archive_format to target specifications | John Kåre Alsaker | -0/+1 |
| 2015-11-04 | target_family configuration | arcnmx | -0/+4 |
| 2015-11-03 | Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrc | bors | -2/+4 |
| 2015-11-01 | Auto merge of #29471 - pierzchalski:custom-target-custom-unwind-json, r=alexc... | bors | -0/+1 |
| 2015-11-01 | Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton | bors | -23/+46 |
| 2015-10-30 | Add JSON parser rule for custom_unwind_resume. | pierzchalski | -0/+1 |
| 2015-10-27 | Make fatal errors more consistent. | Eli Friedman | -2/+4 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -2/+20 |
| 2015-10-23 | Drop `advapi32` and `shell32` from late_link_args. | Vadim Chugunov | -2/+0 |
| 2015-10-21 | Add the PNaCl/JS targets to the backend. | Richard Diamond | -1/+44 |
| 2015-10-21 | Moar comments. | Vadim Chugunov | -3/+3 |
| 2015-10-19 | Don't use GCC's startup objects (crtbegin.o/crtend.o); build and use our own ... | Vadim Chugunov | -23/+48 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -1/+1 |
| 2015-10-13 | Provide span for visit_struct_def + remove some dead code | Vadim Petrochenkov | -1/+2 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -4/+3 |
| 2015-09-29 | Fill in some missing parts in the default HIR visitor | Vadim Petrochenkov | -15/+3 |
| 2015-09-28 | Auto merge of #28668 - alexcrichton:crossing-with-jemalloc, r=nrc | bors | -9/+9 |
| 2015-09-26 | Add support for the rumprun unikernel | Sebastian Wicki | -0/+36 |
| 2015-09-25 | rustc: Don't use jemalloc when crossing to MSVC | Alex Crichton | -9/+9 |
| 2015-09-24 | Fix `target_vendor` for Android | Sebastian Wicki | -3/+3 |
| 2015-09-24 | rustc: Add target_vendor for target triples | Sebastian Wicki | -2/+40 |
| 2015-09-22 | Use Names in hir::{Field, ExprMethodCall, ExprField} | Vadim Petrochenkov | -1/+1 |
| 2015-09-22 | Use Names in HIR visitors and folders | Vadim Petrochenkov | -5/+5 |
| 2015-09-22 | Auto merge of #28578 - gandro:nodefaultlibs, r=alexcrichton | bors | -0/+9 |
| 2015-09-22 | Add `no_default_libraries` target linker option | Sebastian Wicki | -0/+9 |
| 2015-09-17 | Correctly walk import lists in AST visitors | Vadim Petrochenkov | -0/+4 |
| 2015-09-17 | Remove hir::ExprParen | Nick Cameron | -2/+0 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -1/+1 |
| 2015-09-14 | Auto merge of #28256 - petrochenkov:conv, r=alexcrichton | bors | -1/+5 |
| 2015-09-10 | Auto merge of #28282 - DiamondLovesYou:optional-data-layout, r=alexcrichton | bors | -3/+11 |
| 2015-09-09 | Refactor `TargetOptions::data_layout` into an `Option`al value to reflect cur... | Richard Diamond | -3/+11 |
| 2015-09-09 | Reduce code bloat from conversion traits in function parameters | Vadim Petrochenkov | -1/+5 |
| 2015-09-05 | DragonFly: Remove -L paths from pre_link_args. | Michael Neumann | -2/+0 |
| 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 | -61/+15 |
| 2015-08-30 | fixes #27124 for DragonFly | Michael Neumann | -1/+1 |
| 2015-08-25 | Auto merge of #27957 - overminder:aug23-i686-android, r=alexcrichton | bors | -0/+27 |
| 2015-08-23 | i686-linux-android: set -mcpu to pentium4. | Overmind JIANG | -1/+4 |
| 2015-08-23 | Auto merge of #27927 - DiamondLovesYou:no-asm, r=alexcrichton | bors | -0/+4 |
| 2015-08-23 | New cross target: i686-linux-android | Tim JIANG | -0/+24 |
| 2015-08-21 | Add a `allow_asm` option so virtual ISA based targets (JS/PNaCl/WAsm) can dis... | Richard Diamond | -0/+4 |
| 2015-08-19 | rustc_back: add configure options for default linker and ar | Marc-Antoine Perennou | -2/+2 |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+1 |
| 2015-08-15 | Auto merge of #27839 - gkoz:netbsd_ar, r=brson | bors | -1/+1 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -0/+22 |
| 2015-08-14 | fixes #27124 for netbsd | Gleb Kozyrev | -1/+1 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -1/+0 |
| 2015-08-11 | rollup merge of #27676: alexcrichton/msvc-unwind | Alex Crichton | -0/+1 |