| Age | Commit message (Expand) | Author | Lines |
| 2015-02-24 | rustc: load DefAssociatedTy from cross-crate metadata. Fixes #20542. | Eduard Burtescu | -17/+25 |
| 2015-02-24 | rustc: remove unused ForeignType item family. | Eduard Burtescu | -3/+1 |
| 2015-02-24 | syntax: don't use TraitRef in QPath. | Eduard Burtescu | -3/+2 |
| 2015-02-24 | syntax: don't store a secondary NodeId for TyPath. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | Revert bogus rename from DefTrait to DefaultImpl. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | Remove ty_open and treat Unsized lvalues as *Unsized. | Eduard Burtescu | -3/+0 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -4/+31 |
| 2015-02-23 | Rollup merge of #22490 - nagisa:inline-args, r=alexcrichton | Manish Goregaokar | -10/+2 |
| 2015-02-23 | Rollup merge of #22664 - lfairy:just-say-no, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-02-22 | Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon | bors | -1/+1 |
| 2015-02-22 | Validate inline attribute arguments | Simonas Kazlauskas | -10/+2 |
| 2015-02-22 | Disallow crate names with leading hyphens | Chris Wong | -1/+3 |
| 2015-02-22 | Rename DefTrait to DefaultImpl | Flavio Percoco | -8/+8 |
| 2015-02-22 | look for default trait candidates | Flavio Percoco | -0/+13 |
| 2015-02-22 | Fix fallout from libsyntax implementation | Flavio Percoco | -3/+17 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -42/+0 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -42/+0 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -73/+73 |
| 2015-02-20 | Addressed PR comments | Marvin Löbel | -1/+1 |
| 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 |