| Age | Commit message (Expand) | Author | Lines |
| 2015-04-26 | IMO better borrow_mut() documentation on RefCell | gareins | -1/+1 |
| 2015-04-24 | Rollup merge of #24772 - steveklabnik:gh24712, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-04-24 | Remove reference to 'to' | Steve Klabnik | -1/+1 |
| 2015-04-22 | Fix a tiny typo in core::raw | Robin Kruppe | -1/+1 |
| 2015-04-22 | Remove doc-comment default::Default imports | Corey Farwell | -9/+0 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -2164/+400 |
| 2015-04-21 | rollup merge of #24541: alexcrichton/issue-24538 | Alex Crichton | -43/+50 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -239/+175 |
| 2015-04-21 | rollup merge of #24661: SimonSapin/fmt-write-char | Alex Crichton | -0/+17 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -1849/+226 |
| 2015-04-21 | std: Remove deprecated AsOsStr/Str/AsSlice traits | Alex Crichton | -84/+0 |
| 2015-04-21 | Pick a feature name for write_char | Simon Sapin | -1/+1 |
| 2015-04-21 | write_char is unlikely to make it for 1.0, it’ll be 1.1 | Simon Sapin | -1/+1 |
| 2015-04-21 | Auto merge of #24620 - pczarn:model-lexer-issues, r=cmr | bors | -6/+0 |
| 2015-04-21 | Add a `write_char` method to `std::fmt::Write` | Simon Sapin | -0/+17 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -6/+0 |
| 2015-04-20 | Rollup merge of #24628 - steveklabnik:gh24173, r=alexcrichton | Steve Klabnik | -21/+0 |
| 2015-04-20 | Rollup merge of #24627 - steveklabnik:gh24008, r=alexcrichton | Steve Klabnik | -13/+13 |
| 2015-04-20 | Auto merge of #24606 - bombless:doc-result, r=alexcrichton | bors | -2/+2 |
| 2015-04-20 | remove bad example from PartialEq docs | Steve Klabnik | -21/+0 |
| 2015-04-20 | Make iterator struct docs more consistent. | Steve Klabnik | -13/+13 |
| 2015-04-20 | Improve doc for `Result::unwrap()` | York Xiang | -2/+2 |
| 2015-04-18 | Indicate keywords are code-like in Fuse::reset_fuse doc comment | Corey Farwell | -2/+3 |
| 2015-04-18 | Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton | bors | -1/+1 |
| 2015-04-17 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -43/+50 |
| 2015-04-17 | Auto merge of #24500 - pnkfelix:oflo-checked-neg, r=nikomatsakis | bors | -1/+5 |
| 2015-04-17 | Rollup merge of #24491 - bluss:rangefull-debug, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-04-17 | side-step potentially panic'ing negate in `fn abs`. | Felix S. Klock II | -1/+5 |
| 2015-04-17 | Auto merge of #24512 - steveklabnik:rollup, r=steveklabnik | bors | -9/+9 |
| 2015-04-16 | Fix broken links in the docs | Florian Hartwig | -4/+4 |
| 2015-04-16 | Indicate None is code-like in doc comments | Corey Farwell | -5/+5 |
| 2015-04-17 | Auto merge of #24420 - pnkfelix:oflo-api, r=alexcrichton | bors | -1/+156 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -1/+1 |
| 2015-04-16 | Fix Debug impl for RangeFull | Ulrik Sverdrup | -1/+1 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -13/+13 |
| 2015-04-15 | Rollup merge of #24465 - steveklabnik:intoiteratordocfix, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-04-15 | Rollup merge of #24440 - nham:improve_enumerate_doc, r=alexcrichton | Steve Klabnik | -2/+3 |
| 2015-04-15 | Rollup merge of #24435 - killercup:patch-9, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2015-04-15 | Describe the Iterator enumerate() method more clearly. | Nick Hamann | -2/+3 |
| 2015-04-15 | Fix link in intoiterator docs | Steve Klabnik | -1/+1 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -11/+11 |
| 2015-04-14 | Remove Incorrect Link from std::ptr::null Docs | Pascal Hertleif | -3/+3 |
| 2015-04-14 | rollup merge of #24377: apasel422/docs | Alex Crichton | -113/+113 |
| 2015-04-14 | rollup merge of #24379: rkruppe/fmt-negative-zero | Alex Crichton | -114/+52 |
| 2015-04-14 | rollup merge of #24329: GuillaumeGomez/atomicbool | Alex Crichton | -0/+20 |
| 2015-04-14 | rollup merge of #24310: alexcrichton/stabilize-utf8-error | Alex Crichton | -22/+17 |
| 2015-04-14 | rollup merge of #24303: alexcrichton/remove-deprecated | Alex Crichton | -70/+52 |
| 2015-04-14 | rollup merge of #24048: frewsxcv/patch-11 | Alex Crichton | -1/+1 |
| 2015-04-14 | core: Update all Result docs | Alex Crichton | -70/+52 |