| Age | Commit message (Expand) | Author | Lines |
| 2014-07-16 | Add an option to disable the use of the redzone | John Kåre Alsaker | -0/+8 |
| 2014-07-16 | debuginfo: Don't crash when encountering global variable with unknown source ... | Michael Woerister | -6/+7 |
| 2014-07-15 | change to new trait style for method field refs | John Clements | -23/+21 |
| 2014-07-14 | Fix rebase fallout. Sorry. | Brian Anderson | -28/+28 |
| 2014-07-14 | rustc_llvm: Remove the inner llvm module | Brian Anderson | -198/+203 |
| 2014-07-14 | Move llvm bindings to their own crate | Brian Anderson | -4/+54 |
| 2014-07-13 | refactor Method definition to make space for macros | John Clements | -16/+21 |
| 2014-07-10 | auto merge of #15563 : luqmana/rust/nif, r=pcwalton | bors | -513/+497 |
| 2014-07-09 | librustc: Translate input for transmute directly into dest. | Luqman Aden | -58/+42 |
| 2014-07-09 | librustc: Update to reflect changes to how intrinsics are codegened. | Luqman Aden | -28/+16 |
| 2014-07-09 | librustc: Remove old codepaths for creating intrinsic functions. | Luqman Aden | -519/+4 |
| 2014-07-09 | librustc: Don't emit call for intrinsics instead just trans at callsite. | Luqman Aden | -14/+541 |
| 2014-07-09 | syntax: don't parse numeric literals in the lexer | Corey Richardson | -0/+1 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -6/+9 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -169/+169 |
| 2014-07-08 | auto merge of #15406 : luqmana/rust/nop, r=pcwalton | bors | -48/+109 |
| 2014-07-07 | auto merge of #15394 : pcwalton/rust/new-index-traits, r=nick29581 | bors | -36/+91 |
| 2014-07-07 | librustc: Update debuginfo. | Luqman Aden | -1/+5 |
| 2014-07-07 | auto merge of #15440 : pcwalton/rust/struct-aliases, r=brson | bors | -2/+9 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -36/+91 |
| 2014-07-07 | auto merge of #15489 : jakub-/rust/issue-15488, r=pcwalton | bors | -18/+17 |
| 2014-07-07 | auto merge of #15464 : dotdash/rust/bool_stores, r=pcwalton | bors | -85/+126 |
| 2014-07-07 | Properly bind nested pattern bindings when there's more than one | Jakub Wieczorek | -18/+17 |
| 2014-07-06 | Store booleans as i8 in memory to improve optimizations by LLVM | Björn Steinbrink | -65/+115 |
| 2014-07-06 | Remove remainders from when booleans were i8 | Björn Steinbrink | -21/+12 |
| 2014-07-06 | auto merge of #15439 : dotdash/rust/remove_entry_bcx, r=pcwalton | bors | -28/+11 |
| 2014-07-05 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-07-05 | rustc: Add a flag for specifying dependencies | Alex Crichton | -1/+1 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -14/+10 |
| 2014-07-05 | auto merge of #15442 : luqmana/rust/odp, r=pnkfelix | bors | -8/+52 |
| 2014-07-05 | auto merge of #15418 : pnkfelix/rust/fsk-revise-VecPerParamSpace, r=pcwalton | bors | -10/+8 |
| 2014-07-05 | Refactored VecPerParamSpace to hide exposure of `Vec` representation. | Felix S. Klock II | -10/+8 |
| 2014-07-05 | auto merge of #15425 : jbclements/rust/hygiene-for-3-kinds-of-args, r=cmr | bors | -4/+4 |
| 2014-07-04 | librustc: Make sure to run destructors in the right order when matching on mo... | Luqman Aden | -8/+52 |
| 2014-07-04 | librustc: Accept type aliases for structures in structure literals and | Patrick Walton | -2/+9 |
| 2014-07-05 | Remove entry_bcx from FunctionContext | Björn Steinbrink | -28/+11 |
| 2014-07-04 | librustc: Don't create &[T] slices with NULL as the ptr. | Luqman Aden | -2/+3 |
| 2014-07-04 | auto merge of #15412 : dotdash/rust/builder, r=alexcrichton | bors | -58/+23 |
| 2014-07-04 | make any_pat! and u64_from_be_bytes_bench_impl! macros hygienic | John Clements | -4/+4 |
| 2014-07-04 | trans::foreign: Simplify some code by using our builder impl | Björn Steinbrink | -58/+23 |
| 2014-07-04 | auto merge of #15388 : jakub-/rust/issue-12285, r=pcwalton | bors | -20/+5 |
| 2014-07-04 | librustc: Remove match arm since we don't allow enum to float casts. | Luqman Aden | -2/+1 |
| 2014-07-04 | librustc: Apply null pointer optimization to slices, closures and trait | Luqman Aden | -43/+100 |
| 2014-07-04 | Fix #12285 | Jakub Wieczorek | -20/+5 |
| 2014-07-03 | auto merge of #15377 : alexcrichton/rust/rollup, r=alexcrichton | bors | -32/+26 |
| 2014-07-03 | auto merge of #15076 : luqmana/rust/naim, r=pcwalton | bors | -137/+88 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -32/+26 |
| 2014-07-03 | rustc: Fix a call to with_path in trans_unboxing_shim | Alex Crichton | -1/+1 |
| 2014-07-03 | auto merge of #15199 : michaelwoerister/rust/cross-crate-stability, r=luqmana | bors | -184/+411 |
| 2014-07-03 | Improve code reuse between trans/_match.rs and check_match.rs | Jakub Wieczorek | -494/+101 |