| Age | Commit message (Expand) | Author | Lines |
| 2015-05-31 | Update iterators.md | Steve Gury | -2/+2 |
| 2015-05-31 | Fix off by one in the iterator documentation | Steve Gury | -1/+1 |
| 2015-05-31 | Add loopcounter section to the for-loop chapter | Mathieu David | -0/+35 |
| 2015-05-31 | trpl:add missing comma | FuGangqiang | -2/+2 |
| 2015-05-31 | doc: fix displayed message | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-31 | doc: improve map_or and map_or_else | Tshepang Lekhonkhobe | -6/+8 |
| 2015-05-31 | Inline hash_table::calculate_offsets, used by iterators. | Eduard Burtescu | -0/+1 |
| 2015-05-30 | TRPL: Fix a broken link to 'borrowing' | olombard | -1/+1 |
| 2015-05-30 | Auto merge of #25882 - steveklabnik:gh25554, r=alexcrichton | bors | -2/+6 |
| 2015-05-30 | Fixes consistency in before/after example | frankamp | -1/+1 |
| 2015-05-30 | Mark Arc function get_mut and method make_unique unsafe | Ulrik Sverdrup | -35/+56 |
| 2015-05-30 | doc: be more clear/explicit that we got String type | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-30 | debuginfo: Create common debugger pretty printer module. | Michael Woerister | -419/+733 |
| 2015-05-30 | Warn if the test suite is run on Windows in console with non-UTF-8 code page | petrochenkov | -0/+7 |
| 2015-05-30 | fix documentation in libserialize | benaryorg | -1/+1 |
| 2015-05-30 | Extend rust reference with a section about type coercions | Lorenz | -0/+120 |
| 2015-05-30 | Extend rust reference with a section about subtyping | Lorenz | -0/+20 |
| 2015-05-30 | std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0 | Mikhail Zabaluev | -1/+1 |
| 2015-05-30 | Proposal to explain the copy trait more clearly | Mathieu David | -0/+43 |
| 2015-05-30 | Deprecate UnsafeCell::value | petrochenkov | -1/+8 |
| 2015-05-30 | Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichton | bors | -9/+325 |
| 2015-05-29 | Loosen timeout restrictions | Steven Fackler | -20/+12 |
| 2015-05-30 | Auto merge of #25817 - XMPPwocky:once_cleanedup, r=alexcrichton | bors | -0/+109 |
| 2015-05-29 | Auto merge of #25888 - steveklabnik:rollup, r=steveklabnik | bors | -36/+190 |
| 2015-05-29 | Rollup merge of #25886 - nhowell:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-05-29 | Rollup merge of #25883 - steveklabnik:gh25417, r=alexcrichton | Steve Klabnik | -2/+23 |
| 2015-05-29 | Rollup merge of #25876 - tshepang:patch-3, r=steveklabnik | Steve Klabnik | -4/+2 |
| 2015-05-29 | Rollup merge of #25873 - nham:update_E0015, r=Aatch | Steve Klabnik | -14/+106 |
| 2015-05-29 | Rollup merge of #25866 - jooert:update_guidelines, r=steveklabnik | Steve Klabnik | -6/+7 |
| 2015-05-29 | Rollup merge of #25865 - azerupi:patch-2, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-05-29 | Rollup merge of #25864 - azerupi:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-05-29 | Rollup merge of #25861 - tringenbach:master, r=steveklabnik | Steve Klabnik | -6/+48 |
| 2015-05-29 | Rollup merge of #25788 - maxjacobson:add-missing-space-to-glossary, r=stevekl... | Steve Klabnik | -1/+1 |
| 2015-05-29 | Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturon | bors | -59/+243 |
| 2015-05-29 | std::io: New ErrorKind value InvalidData | Mikhail Zabaluev | -2/+9 |
| 2015-05-29 | Implement RFC 771: std::iter::once | Nathaniel Theis | -0/+109 |
| 2015-05-29 | Improve mem::forget documentation | Tim Ringenbach | -6/+48 |
| 2015-05-29 | trpl: eight sections, not seven | Nick Howell | -1/+1 |
| 2015-05-29 | Auto merge of #25880 - nikomatsakis:const-fn-feature-gate-calls, r=alexcrichton | bors | -7/+232 |
| 2015-05-29 | Add syntax for multiple lifetimes | Steve Klabnik | -2/+23 |
| 2015-05-29 | Make note about $ more prominent. | Steve Klabnik | -2/+6 |
| 2015-05-29 | New tests for cross-crate usages of const fn and so forth | Niko Matsakis | -0/+131 |
| 2015-05-29 | Fix windows recvfrom definition | Steven Fackler | -2/+1 |
| 2015-05-29 | Skip timeout upper bound check on windows | Steven Fackler | -4/+12 |
| 2015-05-29 | Auto merge of #25857 - killercup:patch-14, r=steveklabnik | bors | -1/+1 |
| 2015-05-29 | add const_fn features | Niko Matsakis | -1/+38 |
| 2015-05-29 | add a test for const fn methods, as suggested by @pnkfelix | Niko Matsakis | -0/+25 |
| 2015-05-29 | permit const-fn in macro expansions | Niko Matsakis | -1/+10 |
| 2015-05-29 | Add feature-gate to calling const fn | Niko Matsakis | -7/+30 |
| 2015-05-29 | Auto merge of #25760 - Ms2ger:tagged_docs, r=Manishearth | bors | -272/+168 |