| Age | Commit message (Expand) | Author | Lines |
| 2015-03-31 | rollup merge of #23893: frewsxcv/patch-6 | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -42/+41 |
| 2015-03-31 | rollup merge of #23885: steveklabnik/doc_std_env | Alex Crichton | -1/+28 |
| 2015-03-31 | rollup merge of #23882: wettowelreactor/patch-2 | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23878: Ryman/stable_extremes | Alex Crichton | -28/+127 |
| 2015-03-31 | rollup merge of #23876: alexcrichton/stabilize-any | Alex Crichton | -25/+7 |
| 2015-03-31 | rollup merge of #23766: alexcrichton/stabilize-raw-fd | Alex Crichton | -59/+263 |
| 2015-03-31 | rollup merge of #23704: hirschenberger/simd-intdiv-ice | Alex Crichton | -2/+13 |
| 2015-03-31 | Stabilize a few remaining stragglers | Aaron Turon | -16/+14 |
| 2015-03-31 | std: Add a process::exit function | Alex Crichton | -0/+56 |
| 2015-03-31 | Fix spelling | Steve Klabnik | -1/+1 |
| 2015-03-31 | rustc: Remove old_orphan_check entirely | Alex Crichton | -41/+19 |
| 2015-03-31 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -86/+77 |
| 2015-03-31 | Fixup primitive.str docs | Steve Klabnik | -15/+12 |
| 2015-03-31 | book: reword timer bit | Darin Morrison | -7/+9 |
| 2015-03-31 | Fix up iterator documentation with regards to for loop sugar | Steve Klabnik | -7/+10 |
| 2015-03-31 | Auto merge of #23678 - richo:check-flightcheck, r=alexcrichton | bors | -0/+54 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -70/+132 |
| 2015-03-31 | rollup merge of #23669: steveklabnik/doc_std_borrow | Alex Crichton | -0/+56 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -1251/+985 |
| 2015-03-31 | Add tests for blanket impls. | Niko Matsakis | -0/+74 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -1251/+985 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -1251/+985 |
| 2015-03-31 | Indicate select! is code-like | Corey Farwell | -1/+1 |
| 2015-03-31 | Add blanket impls for references to the `Fn` traits. | Niko Matsakis | -0/+49 |
| 2015-03-31 | A very simple hack to force an autoderef if the callee has type `&mut | Niko Matsakis | -6/+18 |
| 2015-03-31 | Add a "match" relation that can be used to make recursion check during | Niko Matsakis | -1/+109 |
| 2015-03-31 | Port over type inference to using the new type relation stuff | Niko Matsakis | -955/+1140 |
| 2015-03-31 | Remove unused import | Niko Matsakis | -1/+1 |
| 2015-03-31 | Switch to FnvHashMap | Niko Matsakis | -4/+4 |
| 2015-03-31 | Extract more `ty` and `infer` dependencies from the unification engine | Niko Matsakis | -63/+66 |
| 2015-03-31 | Make union-find helper fns private, change to u32. | Niko Matsakis | -18/+26 |
| 2015-03-31 | Refactor unification interface by moving the methods off of inferctxt and ont... | Niko Matsakis | -140/+99 |
| 2015-03-31 | Combine `try` and `commit_if_ok` and make some details of inference | Niko Matsakis | -95/+81 |
| 2015-03-31 | Rename the cryptic cres and ures types. | Niko Matsakis | -165/+138 |
| 2015-03-31 | Last docs for std::env | Steve Klabnik | -1/+28 |
| 2015-03-31 | Rollup merge of #23869 - tshepang:more-complete-builder-pattern-example, r=al... | Manish Goregaokar | -8/+16 |
| 2015-03-31 | Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon | Manish Goregaokar | -107/+147 |
| 2015-03-31 | Rollup merge of #23865 - seanmonstar:into-cow, r=alexcrichton | Manish Goregaokar | -2/+19 |
| 2015-03-31 | Rollup merge of #23862 - jviereck:fix_23713_v2, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-03-31 | Rollup merge of #23859 - pnkfelix:fsk-lesser-box, r=nikomatsakis | Manish Goregaokar | -65/+223 |
| 2015-03-31 | Rollup merge of #23852 - cmr:missing_doc, r=Manishearth | Manish Goregaokar | -2/+54 |
| 2015-03-31 | Rollup merge of #23846 - rayglover:patch-rustdoc-stderr, r=alexcrichton | Manish Goregaokar | -2/+3 |
| 2015-03-31 | Rollup merge of #23839 - tyrion:patch-1, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-03-31 | Rollup merge of #23836 - Hoverbear:patch-1, r=steveklabnik | Manish Goregaokar | -16/+13 |
| 2015-03-31 | Rollup merge of #23826 - richo:note-print-macro, r=alexcrichton | Manish Goregaokar | -0/+4 |
| 2015-03-31 | Rollup merge of #23813 - steveklabnik:gh19733, r=cmr | Manish Goregaokar | -1/+6 |
| 2015-03-31 | Rollup merge of #23558 - steveklabnik:explain_elision, r=gankro | Manish Goregaokar | -4/+9 |
| 2015-03-30 | Document std::borrow with examples | Steve Klabnik | -0/+56 |
| 2015-03-30 | Update lib.rs | Camille Roussel | -1/+1 |