| Age | Commit message (Expand) | Author | Lines |
| 2015-10-16 | Reject "+" and "-" when parsing floats. | Robin Kruppe | -0/+12 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -1/+0 |
| 2015-08-31 | Implement `FixedSizeArray` for all fixed size arrays | Tobias Bucher | -2/+32 |
| 2015-08-28 | Rollup merge of #28045 - apasel422:iter, r=sfackler | Manish Goregaokar | -27/+26 |
| 2015-08-27 | remove calls to deprecated `iter::order` functions | Andrew Paseltiner | -27/+26 |
| 2015-08-27 | core: Implement IntoIterator for Option and Result references | Georg Brandl | -1/+41 |
| 2015-08-27 | Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichton | bors | -0/+10 |
| 2015-08-25 | Correct iterator adaptor Chain | Ulrik Sverdrup | -0/+20 |
| 2015-08-22 | Auto merge of #27915 - SimonSapin:dotted_i, r=alexcrichton | bors | -21/+17 |
| 2015-08-23 | Refactor low-level UTF-16 decoding. | Simon Sapin | -0/+10 |
| 2015-08-22 | Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon | bors | -29/+58 |
| 2015-08-20 | Add a test for char::to_lowercase mapping to more than one `char`. | Simon Sapin | -21/+17 |
| 2015-08-18 | Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton | bors | -2/+16 |
| 2015-08-17 | core: Shuffle around float parsing | Alex Crichton | -30/+29 |
| 2015-08-17 | std: Clean up primitive integer modules | Alex Crichton | -1/+31 |
| 2015-08-17 | Remove dependencies on libm functions from libcore. | Eli Friedman | -2/+16 |
| 2015-08-14 | Auto merge of #27786 - alexcrichton:start-testing-msvc, r=brson | bors | -2/+21 |
| 2015-08-13 | Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon | bors | -292/+6 |
| 2015-08-13 | Get `make check` working on MSVC | Alex Crichton | -2/+21 |
| 2015-08-13 | Auto merge of #27307 - rkruppe:dec2flt, r=pnkfelix | bors | -1/+464 |
| 2015-08-13 | Auto merge of #27652 - alex-ozdemir:iter, r=bluss | bors | -0/+120 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -292/+6 |
| 2015-08-12 | O(1) count,nth,last for slice::Windows,Chunks(Mut) | Alex Ozdemir | -0/+120 |
| 2015-08-12 | Mention that the fast path is broken without SSE. | Robin Kruppe | -0/+7 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -11/+5 |
| 2015-08-08 | Accurate decimal-to-float parsing routines. | Robin Kruppe | -0/+367 |
| 2015-08-08 | Add various methods to Bignum: | Robin Kruppe | -0/+89 |
| 2015-08-08 | Enlarge Bignum type from 1152 to 1280 bits. | Robin Kruppe | -1/+1 |
| 2015-07-28 | Auto merge of #27280 - bluss:siphash-perf, r=alexcrichton | bors | -3/+87 |
| 2015-07-25 | siphash: Add more benchmarks | Ulrik Sverdrup | -3/+87 |
| 2015-07-20 | Auto merge of #27026 - nagisa:overflowing-unsigned, r=pnkfelix | bors | -2/+0 |
| 2015-07-19 | optimize from_str_radix | arthurprs | -2/+9 |
| 2015-07-14 | Fix negate_unsigned feature gate check | Simonas Kazlauskas | -2/+0 |
| 2015-07-14 | core: Revive SipHash's tests | Ulrik Sverdrup | -67/+61 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -3/+2 |
| 2015-06-30 | std: Fix formatting flags for chars | Alex Crichton | -0/+2 |
| 2015-06-24 | Remove char::to_titlecase. Fix #26555 | Simon Sapin | -23/+0 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -17/+35 |
| 2015-06-15 | Auto merge of #25359 - thepowersgang:result-expect-2, r=alexcrichton | bors | -0/+14 |
| 2015-06-15 | libcore/Result - RFC#1119 Add an 'expect' method to Result | John Hodge | -0/+14 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -17/+17 |
| 2015-06-09 | Move collectionstest::char into coretest::char | Simon Sapin | -0/+28 |
| 2015-06-09 | Fix coretest::char::test_to_uppercase for complex mapping | Simon Sapin | -18/+17 |
| 2015-05-30 | Auto merge of #25817 - XMPPwocky:once_cleanedup, r=alexcrichton | bors | -0/+15 |
| 2015-05-29 | Implement RFC 771: std::iter::once | Nathaniel Theis | -0/+15 |
| 2015-05-29 | add const_fn features | Niko Matsakis | -0/+1 |
| 2015-05-29 | Add map and filter_map associated functions to std::cell::Ref and RefMut | Simon Sapin | -0/+77 |
| 2015-05-28 | Move std::cell::clone_ref to a clone associated function on std::cell::Ref | Simon Sapin | -2/+2 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -4/+6 |
| 2015-05-19 | Stabilize debug builders for 1.2.0 | Steven Fackler | -1/+0 |