| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | Exempt phantom fns from the object safety check | Niko Matsakis | -4/+5 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -41/+84 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -1/+1 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -1/+1 |
| 2015-02-18 | rollup merge of #22452: nikomatsakis/issue-22040-18956-Self | Alex Crichton | -6/+46 |
| 2015-02-18 | rollup merge of #22436: nikomatsakis/issue-22246-bound-lifetimes-of-assoc-types | Alex Crichton | -73/+47 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -3/+3 |
| 2015-02-18 | Try to write some basic docs. | Niko Matsakis | -2/+3 |
| 2015-02-18 | Always prefer where-clauses over impls in trait selection. Fixes #22110. | Niko Matsakis | -57/+14 |
| 2015-02-18 | traits: break apart the "full normalization" code used for normalizing | Niko Matsakis | -14/+33 |
| 2015-02-18 | Move `tcx` from `Typer` into `ClosureTyper` | Niko Matsakis | -2/+0 |
| 2015-02-18 | Extend coherence check to understand subtyping. | Niko Matsakis | -39/+73 |
| 2015-02-18 | Introduce the new phantomdata/phantomfn markers and integrate them | Niko Matsakis | -2/+10 |
| 2015-02-18 | Remove usage of .map(|&foo| foo) | Kevin Butler | -2/+2 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -1/+1 |
| 2015-02-17 | Traits that reference `Self` in the supertrait list are not object-safe. Fixe... | Niko Matsakis | -6/+46 |
| 2015-02-18 | Remove the implicit `'static` bound on `Send`. | Huon Wilson | -29/+3 |
| 2015-02-15 | Rollup merge of #22262 - lfairy:unsafe-cell-lang-item, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Auto merge of #22126 - steveklabnik:gh21281, r=nikomatsakis | bors | -15/+1 |
| 2015-02-13 | Instead of putting them in the book, make them READMEs. | Steve Klabnik | -0/+430 |
| 2015-02-13 | Rename the "unsafe" lang item to "unsafe_cell" | Chris Wong | -1/+1 |
| 2015-02-12 | Rote changes to fix fallout throughout the compiler from splitting the | Niko Matsakis | -9/+12 |
| 2015-02-12 | Eliminate assoc type projection predicate candidate duplicates | Edward Wang | -5/+25 |
| 2015-02-10 | Move rustc docs to the book | Steve Klabnik | -445/+1 |
| 2015-02-10 | rollup merge of #21353: sanxiyn/upvar | Alex Crichton | -0/+8 |
| 2015-02-10 | Auto merge of #22028 - nikomatsakis:issue-22019-caching, r=aturon | bors | -114/+19 |
| 2015-02-07 | Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton | bors | -1/+1 |
| 2015-02-06 | Simplify cache selection by just using the local cache whenever there | Niko Matsakis | -114/+19 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -1/+1 |
| 2015-02-06 | librustc has been updated | GuillaumeGomez | -1/+1 |
| 2015-02-06 | Rollup merge of #21968 - nikomatsakis:issue-21965-duplicate-preds-in-env, r=p... | Manish Goregaokar | -28/+47 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-02-05 | Now that the elaboration mechanism is suppressing defaults, we can remove thi... | Niko Matsakis | -19/+0 |
| 2015-02-05 | Extend the solution to encompass HRTB | Niko Matsakis | -4/+45 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -27/+27 |
| 2015-02-05 | When elaborating predicates, purge duplicates from the initial vector. | Niko Matsakis | -8/+5 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -2/+2 |
| 2015-02-05 | Fix type inference related to upvars in closures | Seo Sanghyeon | -0/+8 |
| 2015-02-03 | Switch missing_copy_implementations to default-allow | Steven Fackler | -1/+0 |
| 2015-02-03 | Teach project to unify the return type even if a precise match is not | Niko Matsakis | -23/+55 |
| 2015-02-03 | Allow closure arguments types to unify even if we can't fully resolve | Niko Matsakis | -21/+62 |
| 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 | -7/+7 |
| 2015-02-01 | Make `unboxed_closure_kind` return `Option` to allow for the possibility that... | Niko Matsakis | -6/+11 |
| 2015-02-01 | Auto merge of #21792 - nikomatsakis:orphan-ordered-first, r=aturon | bors | -20/+36 |
| 2015-01-30 | Update the coherence rules to "covered first" -- the first type parameter to ... | Niko Matsakis | -20/+36 |
| 2015-01-30 | rollup merge of #21702: nikomatsakis/issue-21636 | Alex Crichton | -0/+40 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -7/+7 |