| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-05-13 | Rebasing | Nick Cameron | -11/+12 |
| 2015-05-09 | Auto merge of #24612 - lifthrasiir:flt2dec, r=pnkfelix | bors | -0/+1696 |
| 2015-05-06 | core: use banker's rounding for the exact mode in flt2dec. | Kang Seonghoon | -5/+18 |
| 2015-05-06 | core: updated for the master changes. | Kang Seonghoon | -98/+91 |
| 2015-05-06 | core: fixed a slight bug. | Kang Seonghoon | -3/+17 |
| 2015-05-06 | core: fixed typos and revised comments in flt2dec. | Kang Seonghoon | -1/+1 |
| 2015-05-06 | core: tweaked flt2dec to match the casing of the older formatting code. | Kang Seonghoon | -32/+32 |
| 2015-05-06 | core: added core::num::flt2dec for floating-point formatting. | Kang Seonghoon | -0/+1676 |
| 2015-05-05 | Optimize iterator adapters. | Steven Allen | -0/+215 |
| 2015-05-03 | Auto merge of #24737 - P1start:dst-cell, r=alexcrichton | bors | -0/+24 |
| 2015-05-01 | Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturon | bors | -49/+0 |
| 2015-05-02 | Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs | P1start | -0/+24 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -49/+0 |
| 2015-05-01 | Auto merge of #24720 - critiqjo:stepby-sizehint, r=alexcrichton | bors | -1/+13 |
| 2015-05-01 | iterator: Add `StepBy::size_hint` method | critiqjo | -1/+13 |
| 2015-04-28 | Unstub some tests | Tamir Duberstein | -4/+1 |
| 2015-04-28 | Tests need not be public | Tamir Duberstein | -11/+11 |
| 2015-04-28 | Remove unused variable | Tamir Duberstein | -9/+7 |
| 2015-04-29 | Auto merge of #24888 - tamird:snapshot, r=alexcrichton | bors | -3/+1 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -3/+1 |
| 2015-04-29 | Auto merge of #24865 - bluss:range-size, r=alexcrichton | bors | -0/+6 |
| 2015-04-27 | Auto merge of #24701 - Stebalien:slice, r=alexcrichton | bors | -0/+31 |
| 2015-04-27 | core: Fix size_hint for signed integer Range<T> iterators | Ulrik Sverdrup | -0/+6 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-22 | Implement O(1) slice::Iter methods. | Steven Allen | -0/+31 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -84/+60 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -1/+2 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -14/+14 |