| Age | Commit message (Expand) | Author | Lines |
| 2016-01-14 | Auto merge of #30466 - alexcrichton:move-wrapping-and-fill-out, r=aturon | bors | -14/+658 |
| 2016-01-13 | Fix some broken and missing links in the docs | Oliver Middleton | -1/+1 |
| 2016-01-13 | Auto merge of #30639 - rkruppe:dec2flt-fastpath-tables, r=alexcrichton | bors | -9/+59 |
| 2016-01-12 | Speed up dec2flt fast path with additional tables. | Robin Kruppe | -9/+59 |
| 2016-01-12 | Add fast path for ASCII in UTF-8 validation | Ulrik Sverdrup | -27/+57 |
| 2016-01-12 | Fix the Debug impl of PhantomData requiring Sized on T | Pierre Krieger | -1/+1 |
| 2016-01-11 | std: Move overflowing ops to inherent methods | Alex Crichton | -14/+658 |
| 2016-01-10 | Remove unneeded #[lang = "iterator"] | Guillaume Gomez | -1/+0 |
| 2016-01-07 | Link Nomicon in PhantomData's docs | Steve Klabnik | -0/+4 |
| 2016-01-07 | Auto merge of #30724 - nikomatsakis:feature-gate-defaulted-type-parameters, r... | bors | -2/+2 |
| 2016-01-06 | Rollup merge of #30716 - kraai:fix-hexicdecimal, r=apasel422 | Steve Klabnik | -1/+1 |
| 2016-01-06 | Rollup merge of #30700 - steveklabnik:gh28581, r=brson | Steve Klabnik | -0/+4 |
| 2016-01-05 | Fix a breaking change in #30523 | Nicholas Mazzuca | -15/+15 |
| 2016-01-05 | Fix the spelling of "hexadecimal" | Matt Kraai | -1/+1 |
| 2016-01-05 | Auto merge of #30702 - tshepang:derives-not-needed, r=steveklabnik | bors | -23/+1 |
| 2016-01-04 | Auto merge of #30681 - Toby-S:master, r=bluss | bors | -8/+9 |
| 2016-01-04 | doc: these examples do not need Copy and Clone traits | Tshepang Lekhonkhobe | -23/+1 |
| 2016-01-04 | Make float parsing "." return Err | Toby Scrace | -8/+9 |
| 2016-01-04 | Mention that Sync/Send are automatically derived | Steve Klabnik | -0/+4 |
| 2016-01-04 | Explain drop a bit more | Steve Klabnik | -0/+10 |
| 2016-01-04 | Feature-gate defaulted type parameters outside of types. | Niko Matsakis | -2/+2 |
| 2016-01-02 | Take out Op<T>/OpAssign<T> for Wrapping<T> | Nicholas Mazzuca | -144/+1 |
| 2016-01-01 | In the middle of the implementation | Nicholas Mazzuca | -208/+316 |
| 2015-12-30 | Rollup merge of #30373 - ChrisBuchholz:master, r=steveklabnik | Steve Klabnik | -7/+13 |
| 2015-12-29 | Rollup merge of #30610 - steveklabnik:gh30600, r=sfackler | Steve Klabnik | -3/+3 |
| 2015-12-29 | Rollup merge of #30549 - mitaa:doc_dstruct, r=brson | Steve Klabnik | -1/+1 |
| 2015-12-29 | Rollup merge of #30390 - mitaa:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-12-29 | Correct the documentation of debug_assert_eq | Steve Klabnik | -3/+3 |
| 2015-12-26 | Fix links in char docs | Florian Hartwig | -11/+11 |
| 2015-12-24 | Fix link to `Formatter::debug_struct` | mitaa | -1/+1 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -608/+12 |
| 2015-12-19 | Auto merge of #30435 - Ms2ger:ParseResult, r=alexcrichton | bors | -6/+5 |
| 2015-12-17 | Auto merge of #30445 - steveklabnik:rollup, r=steveklabnik | bors | -9/+3 |
| 2015-12-17 | Rollup merge of #30437 - tshepang:clarity, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-12-17 | Rollup merge of #30415 - steveklabnik:remove_bad_stability_note, r=alexcrichton | Steve Klabnik | -6/+0 |
| 2015-12-17 | Rollup merge of #30370 - zachreizner:patch-1, r=apasel422 | Steve Klabnik | -2/+2 |
| 2015-12-17 | doc: improve clarity by introducing a pause | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-17 | Don't import ParseResult's variants in dec2flt. | Ms2ger | -6/+5 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+0 |
| 2015-12-16 | Remove incorrect words about libcore's stability | Steve Klabnik | -6/+0 |
| 2015-12-15 | Clearer leading sentence | Christoffer Buchholz | -2/+2 |
| 2015-12-15 | Remove emoji from docs | mitaa | -1/+1 |
| 2015-12-14 | make scan() usage more explanatory | Chris Buchholz | -7/+13 |
| 2015-12-13 | fix copy-paste typo in docs for wrapping_shr | Zach Reizner | -2/+2 |
| 2015-12-13 | Auto merge of #30348 - shepmaster:box-any-docs, r=steveklabnik | bors | -3/+4 |
| 2015-12-13 | Auto merge of #30342 - salty-horse:doc_links, r=steveklabnik | bors | -14/+42 |
| 2015-12-11 | Correct reference to `Box<Any>` in `Any` docs | Jake Goulding | -3/+4 |
| 2015-12-12 | dec2flt: Remove unused macro argument | Robin Kruppe | -3/+3 |
| 2015-12-12 | dec2flt: Simplify imports and module surface | Robin Kruppe | -4/+4 |
| 2015-12-12 | Remove an accent in a comment | Robin Kruppe | -1/+1 |