| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -238/+238 |
| 2015-02-18 | Round 1 fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -238/+238 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -6/+7 |
| 2015-02-18 | rollup merge of #22482: alexcrichton/cstr-changes | Alex Crichton | -68/+69 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -1/+0 |
| 2015-02-18 | rollup merge of #22438: dotdash/iter_vec_loop | Alex Crichton | -37/+14 |
| 2015-02-18 | rollup merge of #22437: dotdash/fix_array_type | Alex Crichton | -30/+11 |
| 2015-02-18 | rollup merge of #22436: nikomatsakis/issue-22246-bound-lifetimes-of-assoc-types | Alex Crichton | -8/+4 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -4/+4 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -68/+69 |
| 2015-02-18 | Move `tcx` from `Typer` into `ClosureTyper` | Niko Matsakis | -4/+0 |
| 2015-02-18 | Replace `assert_no_late_bound_regions` with | Niko Matsakis | -4/+4 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -1/+0 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -7/+7 |
| 2015-02-18 | Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton | Huon Wilson | -4/+16 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-02-17 | rollup merge of #22459: alexcrichton/feature-names | Alex Crichton | -2/+2 |
| 2015-02-18 | Remove usage of .map(|&foo| foo) | Kevin Butler | -1/+1 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -3/+3 |
| 2015-02-17 | std: Rename io/path features with old_ prefix | Alex Crichton | -2/+2 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -1/+3 |
| 2015-02-17 | Rollup merge of #22385 - dotdash:slice_by_val_copy, r=nikomatsakis | Manish Goregaokar | -1/+13 |
| 2015-02-17 | Use the right array type in trans_slice_vec | Björn Steinbrink | -30/+11 |
| 2015-02-17 | Simplify the codegen in iter_vec_loop | Björn Steinbrink | -37/+14 |
| 2015-02-17 | Rollup merge of #22366 - dotdash:ret_adjust, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-16 | rustc_trans: use internal linkage instead of private to work around linker bugs. | Eduard Burtescu | -2/+2 |
| 2015-02-16 | rustc_trans: correctly round up the largest variant to the enum's alignment. | Eduard Burtescu | -12/+8 |
| 2015-02-16 | rustc_trans: promote constant rvalues in functions as an optimization. | Eduard Burtescu | -754/+795 |
| 2015-02-16 | rustc: teach const_eval more about types. | Eduard Burtescu | -4/+3 |
| 2015-02-16 | Lower the default dwarf version for android | Eunji Jeong | -1/+3 |
| 2015-02-16 | Fix misoptimizations when matching against strings/slices | Björn Steinbrink | -1/+13 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22278 - nikomatsakis:rustc-error, r=nikomatsakis | Manish Goregaokar | -0/+8 |
| 2015-02-15 | Apply adjustments to the retslot type in trans_ret | Björn Steinbrink | -1/+1 |
| 2015-02-15 | Auto merge of #22126 - steveklabnik:gh21281, r=nikomatsakis | bors | -240/+215 |
| 2015-02-14 | remove extra mod doc;s | Steve Klabnik | -1/+0 |
| 2015-02-14 | Auto merge of #22158 - Kimundi:the_lonely_uppercase_keyword, r=pnkfelix | bors | -2/+2 |
| 2015-02-13 | Add `#[rustc_error]` annotation, which causes trans to signal an error | Niko Matsakis | -0/+8 |
| 2015-02-12 | Made `Self` a keyword. | Marvin Löbel | -2/+2 |
| 2015-02-11 | rollup merge of #22188: alexcrichton/envv2 | Alex Crichton | -1/+1 |
| 2015-02-11 | rollup merge of #22150: nagisa/de-perm-frost | Alex Crichton | -4/+7 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -1/+1 |
| 2015-02-11 | Auto merge of #21972 - pnkfelix:new-dtor-semantics-6, r=nikomatsakis | bors | -6/+11 |
| 2015-02-11 | Opt into new `box_patterns` feature gate in various crates. | Felix S. Klock II | -0/+1 |
| 2015-02-11 | Fail nicely when copying artefacts fails | Simonas Kazlauskas | -4/+7 |
| 2015-02-11 | Added DestructionScope variant to CodeExtent, representing the area | Felix S. Klock II | -6/+11 |
| 2015-02-10 | Move rustc docs to the book | Steve Klabnik | -239/+215 |
| 2015-02-10 | Fix ICE when compiling "extern" rust functions | Björn Steinbrink | -5/+15 |
| 2015-02-08 | Auto merge of #21970 - michaelwoerister:lang-item-call-debug-locs, r=brson | bors | -181/+345 |