| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -18/+18 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -18/+18 |
| 2015-02-18 | rollup merge of #22482: alexcrichton/cstr-changes | Alex Crichton | -1/+1 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -0/+42 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -1/+1 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -0/+42 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -3/+2 |
| 2015-02-17 | Rollup merge of #22241 - kmcallister:macro-plugin-cleanup, r=sfackler | Manish Goregaokar | -47/+216 |
| 2015-02-16 | Auto merge of #22230 - nikomatsakis:object-lifetime-defaults-2, r=pnkfelix | bors | -1/+34 |
| 2015-02-16 | Detect and store object-lifetime-defaults. | Niko Matsakis | -1/+34 |
| 2015-02-16 | rustc: qualify expressions in check_const for potential promotion. | Eduard Burtescu | -0/+1 |
| 2015-02-16 | rustc: use FromPrimitive for decoding astencode_tag. | Eduard Burtescu | -13/+1 |
| 2015-02-12 | Separate macro and plugin loading | Keegan McAllister | -0/+187 |
| 2015-02-12 | creader: Clean up macro/plugin API | Keegan McAllister | -47/+29 |
| 2015-02-12 | Pacify the merciless nrc. | Niko Matsakis | -4/+4 |
| 2015-02-12 | Update metadata to reflect that predicates/schemes/trait-defs are now severed | Niko Matsakis | -44/+73 |
| 2015-02-11 | rollup merge of #22197: alexcrichton/do-not-link-plugins | Alex Crichton | -1/+1 |
| 2015-02-11 | rustc: Do not link to plugins | Alex Crichton | -1/+1 |
| 2015-02-11 | rollup merge of #22188: alexcrichton/envv2 | Alex Crichton | -1/+1 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -1/+1 |
| 2015-02-11 | Added DestructionScope variant to CodeExtent, representing the area | Felix S. Klock II | -2/+17 |
| 2015-02-09 | Use a crate attribute to load plugins | Keegan McAllister | -4/+4 |
| 2015-02-08 | Auto merge of #21999 - tomjakubowski:rustdoc-fixes, r=alexcrichton | bors | -1/+2 |
| 2015-02-07 | Auto merge of #22023 - alexcrichton:oops-picked-the-wrong-plugin, r=nikomatsakis | bors | -9/+3 |
| 2015-02-07 | Auto merge of #21978 - Potpourri:error-extern-crate-staticlib, r=alexcrichton | bors | -5/+30 |
| 2015-02-07 | Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton | bors | -16/+16 |
| 2015-02-06 | rustc: Don't fall back to -L if using --extern | Alex Crichton | -9/+3 |
| 2015-02-06 | Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | bors | -4/+4 |
| 2015-02-06 | Encode foreign function argument names | Tom Jakubowski | -1/+2 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -5/+5 |
| 2015-02-06 | librustc has been updated | GuillaumeGomez | -16/+16 |
| 2015-02-06 | Improve error message, when found staticlib instead crate | Potpourri | -5/+30 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -7/+7 |
| 2015-02-05 | Replace usage of slice::from_raw_buf with slice::from_raw_parts | Mikhail Zabaluev | -4/+4 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -4/+4 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -65/+64 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -5/+5 |
| 2015-02-02 | rollup merge of #21782: alexcrichton/issue-21771 | Alex Crichton | -0/+1 |
| 2015-02-02 | remove unused mut qualifiers | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -3/+3 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -61/+60 |
| 2015-02-02 | Auto merge of #21647 - alfie:suffix-medium, r=alexcrichton | bors | -18/+18 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -5/+5 |
| 2015-02-01 | Separate out the unboxed closure table into two tables, so that we can | Niko Matsakis | -45/+6 |
| 2015-02-01 | More deprecating of i/u suffixes in libraries | Alfie John | -18/+18 |
| 2015-01-30 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -1/+16 |
| 2015-01-30 | rustc: Use --extern to always override | Alex Crichton | -0/+1 |
| 2015-01-30 | std: Stabilize FromStr and parse | Alex Crichton | -3/+7 |
| 2015-01-30 | Use `#[rustc_paren_sugar]` as a more extensible way of deciding when | Niko Matsakis | -0/+15 |
| 2015-01-30 | Remove the capture mode map and just store the capture mode for individual va... | Niko Matsakis | -1/+1 |