| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-10-21 | Correct case where the old version of method lookup was incorrectly matching, | Niko Matsakis | -2/+2 |
| 2014-10-21 | auto merge of #18201 : Gankro/rust/option-what, r=alexcrichton | bors | -1/+1 |
| 2014-10-20 | Fix crazy-pants match in Option docs | Alexis Beingessner | -1/+1 |
| 2014-10-20 | auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon | bors | -731/+8 |
| 2014-10-20 | auto merge of #18174 : huonw/rust/fix-sqrt, r=alexcrichton | bors | -3/+12 |
| 2014-10-20 | Handle negative numbers in `sqrt` properly. | Huon Wilson | -3/+12 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -731/+8 |
| 2014-10-18 | Mark lt as inline in PartialOrd | Ray Clanan | -0/+1 |
| 2014-10-18 | auto merge of #18024 : phungleson/rust/fix-var-name-in-doc, r=brson | bors | -11/+10 |
| 2014-10-16 | librustc: Remove trans::reflect and the opaque and ty_visitor lang items. | Luqman Aden | -0/+3 |
| 2014-10-16 | librustc: Stop generating visit glue and remove from TyDesc. | Luqman Aden | -0/+1 |
| 2014-10-16 | librustc: Remove visit_tydesc intrinsic. | Luqman Aden | -2/+0 |
| 2014-10-14 | auto merge of #18029 : Ms2ger/rust/patch-1, r=huonw | bors | -1/+1 |
| 2014-10-14 | Fix the formatting of the documentation for OrdIterator.min_max. | Ms2ger | -1/+1 |
| 2014-10-14 | Change `from` and `to` to `_from` and `_to` | Son | -6/+6 |
| 2014-10-14 | Remove unnecessary ::core::ops:: | Son | -2/+2 |
| 2014-10-14 | Change _rhs to _index. | Son | -3/+2 |
| 2014-10-13 | Fix typo in char's from_digit error message | Stefan Bucur | -1/+1 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -115/+1 |
| 2014-10-10 | auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton | bors | -83/+83 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | Revert "Update html_root_url for 0.12.0 release" | Brian Anderson | -1/+1 |
| 2014-10-09 | core: Convert statics to constants | Alex Crichton | -83/+83 |
| 2014-10-09 | Merge tag '0.12.0' | Brian Anderson | -1/+1 |
| 2014-10-08 | auto merge of #17748 : mahkoh/rust/int_slice, r=aturon | bors | -0/+58 |
| 2014-10-08 | add {Imm,M}utableIntSlice | Julian Orth | -0/+58 |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 2014-10-07 | auto merge of #17807 : nick29581/rust/slice6, r=aturon | bors | -82/+188 |
| 2014-10-07 | Reinstate AsSlice impls for Option and Result | Nick Cameron | -0/+37 |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -9/+124 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -44/+6 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -4/+5 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -60/+51 |
| 2014-10-06 | Remove core::any::AnyPrivate | Aaron Turon | -7/+2 |
| 2014-10-06 | auto merge of #17820 : pnkfelix/rust/fsk-improve-binary_search-doc2, r=alexcr... | bors | -2/+42 |
| 2014-10-06 | Add example to doc for `slice::ImmutableSlice::binary_search`. | Felix S. Klock II | -2/+42 |
| 2014-10-05 | auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestinger | bors | -0/+7 |
| 2014-10-04 | Add intrinsics::unreachable | Keegan McAllister | -0/+7 |
| 2014-10-04 | Make examples for AtomicInt refer to AtomicInt | Peter Minten | -6/+6 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -10/+1 |
| 2014-10-02 | rollup merge of #16993 : dschatzberg/items-bounds | Alex Crichton | -2/+2 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -65/+107 |
| 2014-10-02 | Revert "Remove the `_` suffix from slice methods." | Aaron Turon | -99/+79 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -7/+6 |
| 2014-10-02 | Revert "Review and rebasing changes" | Aaron Turon | -64/+28 |
| 2014-10-02 | Add lifetime bounds on Items and MutItems. | Dan Schatzberg | -2/+2 |
| 2014-10-02 | syntax: mark the managed_boxes feature as Removed. | Eduard Burtescu | -1/+1 |
| 2014-10-02 | core: remove raw::GcBox. | Eduard Burtescu | -9/+0 |