| Age | Commit message (Expand) | Author | Lines |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -0/+1 |
| 2015-07-08 | std: Fix formatting flags for chars | Alex Crichton | -1/+8 |
| 2015-06-30 | core: fix deprecation since version of align_of_min. | Huon Wilson | -2/+2 |
| 2015-06-30 | Make `align_of` behave like `min_align_of`. | Huon Wilson | -13/+7 |
| 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 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -4/+1 |
| 2015-06-07 | Auto merge of #26066 - steveklabnik:docs_on_a_plane, r=alexcrichton | bors | -19/+4 |
| 2015-06-06 | Remove many unneeded feature annotations in the docs | Steve Klabnik | -19/+4 |
| 2015-06-04 | Doc-comment fix; trait names are capitalized | Corey Farwell | -2/+2 |
| 2015-06-03 | Improve `try!` docs to make clearer it returns `Result`. | Carol Nichols | -1/+3 |