| Age | Commit message (Expand) | Author | Lines |
| 2015-08-15 | core: Fill out issues for unstable features | Alex Crichton | -101/+174 |
| 2015-08-15 | Auto merge of #27845 - dylanmckay:abstract-pointer-size-away, r=alexcrichton | bors | -12/+9 |
| 2015-08-15 | Iterator::all() - document short-circuiting property parallel to any() | Georg Brandl | -0/+2 |
| 2015-08-15 | Reduce libcore/liballoc's dependence on pointer sizes | Dylan McKay | -12/+9 |
| 2015-08-14 | Implemented Default for arrays up to [T; 32]. | Without Boats | -0/+24 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -5/+6 |
| 2015-08-13 | Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon | bors | -921/+20 |
| 2015-08-13 | Auto merge of #27307 - rkruppe:dec2flt, r=pnkfelix | bors | -17/+2566 |
| 2015-08-13 | Auto merge of #27652 - alex-ozdemir:iter, r=bluss | bors | -0/+95 |
| 2015-08-12 | Fallout in libs -- misc missing bounds uncovered by WF checks. | Niko Matsakis | -5/+6 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -921/+20 |
| 2015-08-12 | O(1) count,nth,last for slice::Windows,Chunks(Mut) | Alex Ozdemir | -0/+95 |
| 2015-08-12 | Mention that the fast path is broken without SSE. | Robin Kruppe | -3/+11 |
| 2015-08-11 | rollup merge of #27678: alexcrichton/snapshots | Alex Crichton | -34/+10 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -3/+3 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -34/+10 |
| 2015-08-11 | Rollup merge of #27612 - vincentbernat:fix/doc/iter-nth, r=steveklabnik | Manish Goregaokar | -2/+1 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 |
| 2015-08-09 | Make `str::as_bytes_mut` private | Tobias Bucher | -6/+0 |
| 2015-08-09 | Make `slice::transmute*` private | Tobias Bucher | -4/+2 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -32/+72 |
| 2015-08-09 | doc/core: fix description of `nth` function | Vincent Bernat | -2/+1 |
| 2015-08-08 | Accurate decimal-to-float parsing routines. | Robin Kruppe | -15/+2420 |
| 2015-08-08 | Add various methods to Bignum: | Robin Kruppe | -5/+141 |
| 2015-08-08 | Enlarge Bignum type from 1152 to 1280 bits. | Robin Kruppe | -6/+6 |
| 2015-08-08 | Make core::num::dec2flt::strategy::grisu::Fp methods public. | Robin Kruppe | -3/+3 |
| 2015-08-07 | StrSearcher: Improve inner loop in TwoWaySearcher::next, next_back | Ulrik Sverdrup | -10/+22 |
| 2015-08-05 | Rollup merge of #27524 - steveklabnik:gh27523, r=gankro | Steve Klabnik | -1/+5 |
| 2015-08-05 | Clarify claims about PhantomData<T>. | Steve Klabnik | -1/+5 |
| 2015-08-05 | Rollup merge of #27521 - steveklabnik:doc_std_mem_forget, r=gankro | Manish Goregaokar | -14/+16 |
| 2015-08-05 | Auto merge of #27393 - alexcrichton:no-std-changes, r=brson | bors | -29/+40 |
| 2015-08-04 | Improve docs for mem::forget() | Steve Klabnik | -14/+16 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -29/+40 |
| 2015-08-03 | Post merge changes to #27488 | Simonas Kazlauskas | -8/+4 |
| 2015-08-03 | vastly expand on the mem::uninitialized docs | Alexis Beingessner | -6/+74 |
| 2015-08-02 | StrSearcher: Implement the full two way algorithm in reverse for rfind | Ulrik Sverdrup | -49/+158 |
| 2015-07-31 | Auto merge of #27382 - brson:gate-assoc-type, r=alexcrichton | bors | -0/+1 |
| 2015-07-31 | Auto merge of #27370 - alexcrichton:stabilize-easy, r=brson | bors | -12/+11 |
| 2015-07-30 | Auto merge of #27388 - alexcrichton:remove-curious-inner, r=brson | bors | -17/+19 |
| 2015-07-30 | Auto merge of #27385 - chris-morgan:core-panic-use-$crate, r=alexcrichton | bors | -2/+2 |
| 2015-07-30 | Auto merge of #27052 - wthrowe:atomic_send, r=Gankro | bors | -1/+2 |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -0/+1 |
| 2015-07-29 | std: Remove the curious inner module | Alex Crichton | -19/+21 |
| 2015-07-30 | Use $crate in core::panic! | Chris Morgan | -2/+2 |
| 2015-07-30 | Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnik | Manish Goregaokar | -5/+5 |
| 2015-07-29 | Rollup merge of #27379 - jeehoonkang:master, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-07-29 | Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro | Steve Klabnik | -21/+42 |
| 2015-07-29 | Fix a documentation bug for memory orderings | Jeehoon Kang | -1/+1 |
| 2015-07-29 | Auto merge of #27358 - bluss:split-at-mut, r=aturon | bors | -4/+5 |
| 2015-07-28 | std: Stabilize a number of small APIs | Alex Crichton | -12/+11 |