| Age | Commit message (Expand) | Author | Lines |
| 2014-11-07 | auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturon | bors | -0/+15 |
| 2014-11-06 | libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t... | Niko Matsakis | -0/+15 |
| 2014-11-06 | Implement Index/IndexMut for [T] | Jorge Aparicio | -3/+18 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -235/+325 |
| 2014-11-06 | auto merge of #18467 : japaric/rust/eq, r=alexcrichton | bors | -4/+331 |
| 2014-11-05 | Add blanket impls to allow the various `Fn` traits to be interconverted. | Niko Matsakis | -20/+50 |
| 2014-11-05 | DSTify PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+329 |
| 2014-11-05 | Fix fallout of changing the expansion of `#[deriving(PartialEq)]` | Jorge Aparicio | -4/+2 |
| 2014-11-05 | auto merge of #18486 : nikomatsakis/rust/operator-dispatch, r=pcwalton | bors | -4/+91 |
| 2014-11-05 | Remove incorrect doc annotation, mark experimental since we haven't discussed... | Niko Matsakis | -5/+1 |
| 2014-11-05 | Add impls of the comparison operators for fixed-length arrays of lengths 0...... | Niko Matsakis | -0/+91 |
| 2014-11-05 | Repair various cases where values of distinct types were being operated | Niko Matsakis | -4/+4 |
| 2014-11-05 | Register snapshots. | Eduard Burtescu | -209/+4 |
| 2014-11-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -1/+1 |
| 2014-11-03 | core: Fix fallout of changing `#[deriving(Clone)]` | Jorge Aparicio | -2/+0 |
| 2014-11-03 | rollup merge of #18537 : japaric/no-secret | Alex Crichton | -4/+132 |
| 2014-11-03 | rollup merge of #18460 : gamazeps/issue18451 | Alex Crichton | -1/+1 |
| 2014-11-03 | auto merge of #18468 : jakub-/rust/iter-repeat, r=alexcrichton | bors | -2/+7 |
| 2014-11-02 | Add error module with Error and FromError traits | Aaron Turon | -2/+2 |
| 2014-11-02 | core: Replace secret formatting functions with UFCS versions | Jorge Aparicio | -4/+132 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -77/+54 |
| 2014-10-31 | DSTify Hash | Jorge Aparicio | -4/+5 |
| 2014-10-31 | auto merge of #18431 : japaric/rust/show, r=alexcrichton | bors | -28/+28 |
| 2014-10-30 | DSTify Show and all the other formatting traits | Jorge Aparicio | -28/+28 |
| 2014-10-30 | Test fixes and rebase conflicts | Alex Crichton | -3/+3 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -97/+0 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -17/+17 |
| 2014-10-30 | Add a `repeat` function to the prelude | Jakub Bukaj | -2/+7 |
| 2014-10-30 | Doc: Clears up trim_char doc | gamazeps | -1/+1 |
| 2014-10-30 | rollup merge of #18421 : tbu-/pr_checkeddiv1 | Alex Crichton | -1/+1 |
| 2014-10-30 | rollup merge of #18392 : cakebaker/remove_double_negation | Alex Crichton | -1/+1 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -97/+0 |
| 2014-10-30 | auto merge of #18367 : pcwalton/rust/inline-atomic-constructors, r=thestinger | bors | -0/+4 |
| 2014-10-29 | Update infrastructure for fail -> panic | Steve Klabnik | -0/+47 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -88/+88 |
| 2014-10-29 | Fix `core::num::CheckedDiv::checked_div` documentation | Tobias Bucher | -1/+1 |
| 2014-10-28 | auto merge of #17603 : jakub-/rust/ty_bot, r=nikomatsakis | bors | -1/+1 |
| 2014-10-28 | Remove ty_bot from the type system | Jakub Bukaj | -1/+1 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -19/+19 |
| 2014-10-28 | Remove double negation from sqrt's doc comment | Daniel Hofstetter | -1/+1 |
| 2014-10-27 | DSTify [T]/str extension traits | Jorge Aparicio | -178/+179 |
| 2014-10-27 | rollup merge of #18316 : thestinger/raw | Alex Crichton | -1/+4 |
| 2014-10-27 | libcore: Inline atomic constructors. | Patrick Walton | -0/+4 |
| 2014-10-26 | auto merge of #18212 : kmcallister/rust/unsafecell, r=thestinger | bors | -0/+22 |
| 2014-10-25 | make the core::raw struct representation defined | Daniel Micay | -1/+4 |
| 2014-10-25 | auto merge of #18080 : veddan/rust/assume, r=thestinger | bors | -0/+11 |
| 2014-10-24 | Add as_unsafe_cell() for Cell and RefCell | Keegan McAllister | -0/+22 |
| 2014-10-24 | auto merge of #17960 : mahkoh/rust/clone_from_slice, r=pcwalton | bors | -4/+7 |
| 2014-10-22 | auto merge of #18121 : nikomatsakis/rust/method-call-use-trait-matching-infra... | bors | -3/+3 |
| 2014-10-21 | Patch up broken error messages | Niko Matsakis | -1/+1 |