| Age | Commit message (Expand) | Author | Lines |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -115/+533 |
| 2015-02-23 | Rollup merge of #22490 - nagisa:inline-args, r=alexcrichton | Manish Goregaokar | -24/+5 |
| 2015-02-23 | Rollup merge of #22664 - lfairy:just-say-no, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-02-23 | Rollup merge of #22674 - untitaker:issue22243, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-23 | Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakis | Manish Goregaokar | -9/+11 |
| 2015-02-22 | Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon | bors | -6/+6 |
| 2015-02-22 | Fix another occurrence of #22243 | Markus Unterwaditzer | -1/+1 |
| 2015-02-22 | Validate inline attribute arguments | Simonas Kazlauskas | -24/+5 |
| 2015-02-22 | Disallow crate names with leading hyphens | Chris Wong | -1/+3 |
| 2015-02-22 | Record default implementations in a separate step | Flavio Percoco | -1/+22 |
| 2015-02-22 | tweak exhaustive matching of ty_infer | Niko Matsakis | -1/+3 |
| 2015-02-22 | fix treatment of parameters and associated types | Niko Matsakis | -17/+50 |
| 2015-02-22 | Don't report bug for IntVar and FloatVar | Flavio Percoco | -1/+3 |
| 2015-02-22 | Check constituent types are known | Flavio Percoco | -20/+36 |
| 2015-02-22 | mark candidate set ambig for defaulted traits where self-type is not yet known | Niko Matsakis | -1/+6 |
| 2015-02-22 | some comments and nits | Niko Matsakis | -35/+43 |
| 2015-02-22 | check supertraits | Flavio Percoco | -4/+21 |
| 2015-02-22 | Some nits and cleanup | Niko Matsakis | -41/+52 |
| 2015-02-22 | Make Send/Sync go through the default implementation path | Flavio Percoco | -17/+26 |
| 2015-02-22 | Coherence for default trait implementations | Flavio Percoco | -22/+20 |
| 2015-02-22 | address nits | Flavio Percoco | -3/+6 |
| 2015-02-22 | Rename DefTrait to DefaultImpl | Flavio Percoco | -47/+47 |
| 2015-02-22 | Make default_trait_impls private and add accessor | Flavio Percoco | -2/+6 |
| 2015-02-22 | Use a Vec<N> instead of VecPerParamSpace<N> | Flavio Percoco | -4/+3 |
| 2015-02-22 | Ensure default trait impls hold | Flavio Percoco | -20/+239 |
| 2015-02-22 | Add negative impls for Sync | Flavio Percoco | -16/+4 |
| 2015-02-22 | Add negative impls for `*const T` and `*mut T` | Flavio Percoco | -2/+4 |
| 2015-02-22 | Prefer other implementations over default ones | Flavio Percoco | -0/+4 |
| 2015-02-22 | look for default trait candidates | Flavio Percoco | -8/+69 |
| 2015-02-22 | Fix fallout from libsyntax implementation | Flavio Percoco | -4/+20 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -211/+6 |
| 2015-02-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -221/+221 |
| 2015-02-22 | Rollup merge of #22542 - ipetkov:unsafe-lint, r=huonw | Manish Goregaokar | -9/+53 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -211/+6 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -221/+221 |
| 2015-02-19 | fix markup of "just one effect, unsafe" | Dan Connolly | -1/+1 |
| 2015-02-19 | Unsafe lint will also check for other unsafe code | Ivan Petkov | -9/+53 |
| 2015-02-20 | Addressed PR comments | Marvin Löbel | -6/+6 |
| 2015-02-19 | Auto merge of #22497 - nikomatsakis:suffixes, r=alexcrichton | bors | -3/+2 |
| 2015-02-18 | Fix references to doc.rs throughout the code | Keegan McAllister | -9/+11 |
| 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 | -215/+438 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -101/+101 |
| 2015-02-18 | rollup merge of #22210: aturon/stab-final-borrow | Alex Crichton | -4/+4 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -4/+4 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -101/+101 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -3/+2 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -8/+8 |
| 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 | -5/+202 |