| Age | Commit message (Expand) | Author | Lines |
| 2015-06-27 | Auto merge of #26609 - huonw:align, r=alexcrichton | bors | -2/+2 |
| 2015-06-26 | core: fix deprecation since version of align_of_min. | Huon Wilson | -2/+2 |
| 2015-06-26 | Use Box::into_raw rather than the deprecated boxed::into_raw in tests and doc... | Ms2ger | -6/+4 |
| 2015-06-24 | Make `align_of` behave like `min_align_of`. | Huon Wilson | -13/+7 |
| 2015-06-24 | StrSearcher: Explicitly separate the long and short cases | Ulrik Sverdrup | -5/+11 |
| 2015-06-21 | StrSearcher: Use trait to specialize two way algorithm by case | Ulrik Sverdrup | -57/+133 |
| 2015-06-21 | StrSearcher: Specialize is_prefix_of/is_suffix_of for &str | Ulrik Sverdrup | -17/+33 |
| 2015-06-21 | StrSearcher: Update substring search to use the Two Way algorithm | Ulrik Sverdrup | -425/+466 |
| 2015-06-21 | Temp fix for all constants that are missing docs. | Eljay | -0/+35 |
| 2015-06-21 | Auto merge of #26450 - rick68:patch-7, r=alexcrichton | bors | -2/+1 |
| 2015-06-20 | Update mod.rs | Wei-Ming Yang | -2/+1 |
| 2015-06-19 | add note for future type-system adventurers | Alexis Beingessner | -0/+5 |
| 2015-06-17 | std: Hide some internal functions more aggressively | Alex Crichton | -2/+4 |
| 2015-06-17 | std: Update stable since for `core::char` | Alex Crichton | -1/+3 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -2/+24 |
| 2015-06-17 | std: Stabilize the `str_matches` feature | Alex Crichton | -2/+2 |
| 2015-06-17 | std: Stabilize the `iter_{once,empty}` features | Alex Crichton | -12/+12 |
| 2015-06-17 | std: Stabilize the remaining wrapping_* functions | Alex Crichton | -10/+10 |
| 2015-06-17 | std: Deprecate f{32,64}::consts::PI_2 | Alex Crichton | -0/+2 |
| 2015-06-17 | std: Remove two internal `str_internals` functions | Alex Crichton | -4/+2 |
| 2015-06-17 | std: Deprecate the IntSliceExt trait | Alex Crichton | -0/+4 |
| 2015-06-17 | std: Deprecate result::fold | Alex Crichton | -0/+3 |
| 2015-06-17 | std: Deprecate the copy_{,mut_}lifetime functions | Alex Crichton | -0/+8 |
| 2015-06-17 | std: Deprecate iter::{Unfold, Iterate} | Alex Crichton | -0/+12 |
| 2015-06-17 | std: Deprecate the RandomAccessIterator trait | Alex Crichton | -0/+4 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -24/+24 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -232/+258 |
| 2015-06-17 | Auto merge of #26261 - tshepang:more-brief-example, r=huonw | bors | -11/+2 |
| 2015-06-16 | Auto merge of #26313 - steveklabnik:fix_str_docs, r=alexcrichton | bors | -10/+10 |
| 2015-06-15 | Fix up Split docs | Steve Klabnik | -10/+10 |
| 2015-06-15 | Auto merge of #25359 - thepowersgang:result-expect-2, r=alexcrichton | bors | -0/+20 |
| 2015-06-15 | libcore/Result - RFC#1119 Add an 'expect' method to Result | John Hodge | -0/+20 |
| 2015-06-14 | Update mod.rs | Wei-Ming Yang | -2/+2 |
| 2015-06-13 | doc: make char::from_u32 example more brief | Tshepang Lekhonkhobe | -11/+2 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -10/+10 |
| 2015-06-11 | Auto merge of #26212 - Manishearth:rollup, r=Manishearth | bors | -0/+2 |
| 2015-06-11 | Auto merge of #26177 - jooert:fix26169, r=alexcrichton | bors | -54/+71 |
| 2015-06-11 | Rollup merge of #26189 - bluss:iter-once-clone, r=Gankro | Manish Goregaokar | -0/+2 |
| 2015-06-11 | Auto merge of #26154 - pmarcelll:master, r=Gankro | bors | -0/+4 |
| 2015-06-11 | Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichton | bors | -0/+13 |
| 2015-06-10 | Auto merge of #24689 - SimonSapin:formatter-write-char, r=alexcrichton | bors | -4/+16 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -10/+10 |
| 2015-06-10 | Have std::fmt::Formatter implement std::fmt::Write. | Simon Sapin | -7/+15 |
| 2015-06-10 | core: impl Clone for option::IntoIter and iter::Once | Ulrik Sverdrup | -0/+2 |
| 2015-06-10 | Add a write_char method to std::fmt::Formatter. | Simon Sapin | -4/+8 |
| 2015-06-10 | Improve examples for atomic types. | Johannes Oertel | -54/+71 |
| 2015-06-10 | Add str::split_at | Ulrik Sverdrup | -0/+13 |
| 2015-06-09 | Add missing #[inline] to methods related to char. | marcell | -0/+4 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -6/+6 |
| 2015-06-08 | Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton | bors | -4/+1 |