| Age | Commit message (Expand) | Author | Lines |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -6/+2 |
| 2015-03-20 | Future-proof indexing on maps: remove IndexMut | Aaron Turon | -2/+2 |
| 2015-03-18 | Fix private module loophole in the 'private type in public item' check | Nick Cameron | -3/+3 |
| 2015-03-16 | Reviewer changes | Nick Cameron | -1/+1 |
| 2015-03-16 | resolve: factor out resolve imports to its own module | Nick Cameron | -1063/+1118 |
| 2015-03-16 | Error if `pub use` references a private item. | Nick Cameron | -5/+31 |
| 2015-03-16 | Misc tidy ups in resolve | Nick Cameron | -63/+56 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -19/+13 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -8/+8 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -57/+32 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -15/+20 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-03 | Change span_help calls to fileline_help where appropriate | Ivan Radanov Ivanov | -11/+18 |
| 2015-02-26 | remove some compiler warnings | Tshepang Lekhonkhobe | -1/+1 |
| 2015-02-24 | Fix fallout from rebasing. | Eduard Burtescu | -5/+5 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -17/+29 |
| 2015-02-24 | rustc: combine partial_def_map and last_private_map into def_map. | Eduard Burtescu | -221/+219 |
| 2015-02-24 | rustc_resolve: don't handle impl items as if they were modules. | Eduard Burtescu | -273/+24 |
| 2015-02-24 | Use partial path resolutions in expressions for UFCS desugaring. | Eduard Burtescu | -4/+34 |
| 2015-02-24 | rustc_resolve: remove the distinction between DefStaticMethod and DefMethod. | Eduard Burtescu | -78/+56 |
| 2015-02-24 | rustc: use partially resolved definitions to replace the `T::A` hack. | Eduard Burtescu | -83/+69 |
| 2015-02-24 | rustc_resolve: use the visitor model more, remove redundant repeated lookups. | Eduard Burtescu | -628/+263 |
| 2015-02-24 | syntax: use a single Path for Trait::Item in QPath. | Eduard Burtescu | -84/+74 |
| 2015-02-24 | rustc_resolve: use DefAssociatedTy for TyQPath. | Eduard Burtescu | -13/+22 |
| 2015-02-24 | rustc: load DefAssociatedTy from cross-crate metadata. Fixes #20542. | Eduard Burtescu | -4/+4 |
| 2015-02-24 | syntax: don't use TraitRef in QPath. | Eduard Burtescu | -43/+31 |
| 2015-02-24 | syntax: don't store a secondary NodeId for TyPath. | Eduard Burtescu | -8/+8 |
| 2015-02-24 | Revert bogus rename from DefTrait to DefaultImpl. | Eduard Burtescu | -6/+6 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -8/+12 |
| 2015-02-22 | Make Send/Sync go through the default implementation path | Flavio Percoco | -1/+1 |
| 2015-02-22 | Rename DefTrait to DefaultImpl | Flavio Percoco | -9/+9 |
| 2015-02-22 | Fix fallout from libsyntax implementation | Flavio Percoco | -2/+6 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -30/+30 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -27/+27 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -27/+27 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -1/+0 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -1/+0 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -9/+6 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+0 |
| 2015-02-13 | Auto merge of #22093 - petrochenkov:builtin, r=pnkfelix | bors | -2/+31 |
| 2015-02-12 | Fix duplicate error code | Vadim Petrochenkov | -2/+2 |
| 2015-02-11 | rollup merge of #22127: alexcrichton/stability-holes | Alex Crichton | -3/+3 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -3/+3 |
| 2015-02-11 | shift bindings to accommodate new lifetime/dtor rules. | Felix S. Klock II | -2/+6 |
| 2015-02-08 | Fix issue #20427 | we | -2/+31 |
| 2015-02-07 | Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton | bors | -25/+25 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -15/+15 |
| 2015-02-06 | librustc_resolve has been updated | GuillaumeGomez | -25/+25 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -1/+1 |