| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | rollup merge of #24661: SimonSapin/fmt-write-char | Alex Crichton | -0/+17 |
| 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 | 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 |
| 2015-04-14 | Fix bug in `wrapping_div` | Felix S. Klock II | -1/+1 |
| 2015-04-14 | Auto merge of #24312 - rprichard:destabilize-format-args, r=alexcrichton | bors | -29/+36 |
| 2015-04-14 | Remaining API additions for int overflow: | Felix S. Klock II | -0/+155 |
| 2015-04-14 | Rebased | Nick Cameron | -1/+1 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -113/+113 |
| 2015-04-13 | Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichton | bors | -4/+4 |
| 2015-04-12 | Destabilize format_args! internals. | Ryan Prichard | -29/+36 |
| 2015-04-12 | Make Debug include the - in -0.0 | Robin Kruppe | -114/+52 |
| 2015-04-13 | Rollup merge of #24347 - xamgore:master, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-04-12 | mod.rs documentary fix | Igor Strebezhev | -2/+2 |
| 2015-04-11 | Simplify iterator logic for Fuse | Corey Farwell | -14/+6 |