| Age | Commit message (Expand) | Author | Lines |
| 2017-10-06 | implement pattern-binding-modes RFC | Tobias Schottdorf | -0/+58 |
| 2017-10-06 | Auto merge of #44734 - mchlrhw:wip/hashmap-entry-and-then, r=BurntSushi | bors | -0/+77 |
| 2017-10-06 | Implement `entry_and_modify` | mchlrhw | -0/+77 |
| 2017-09-30 | Docs: Add trace_macros! to unstable book | Danilo Bargen | -0/+39 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -2/+2 |
| 2017-09-19 | Auto merge of #44620 - zackmdavis:rfc_1940_housekeeping, r=nikomatsakis | bors | -0/+30 |
| 2017-09-19 | Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik | bors | -0/+24 |
| 2017-09-18 | Rollup merge of #44640 - budziq:stabilize_splice, r=dtolnay | Alex Crichton | -6/+5 |
| 2017-09-17 | Rollup merge of #44595 - budziq:stabilize_compiler_fences, r=alexcrichton | Tim Neumann | -106/+0 |
| 2017-09-17 | Updated tracking issue for String::splice and its unstable-book entry | Michal Budzynski | -4/+3 |
| 2017-09-17 | stabilized vec_splice (fixes #32310) | Michal Budzynski | -3/+3 |
| 2017-09-16 | stabilized iterator_for_each (closes #42986) | Michal Budzynski | -17/+0 |
| 2017-09-16 | stabilized compiler_fences (fixes #41091) | Michal Budzynski | -106/+0 |
| 2017-09-15 | unstable book section for `fn_must_use` | Zack M. Davis | -0/+30 |
| 2017-09-05 | remove tests for doc(masked) | QuietMisdreavus | -16/+0 |
| 2017-09-05 | update `doc_masked` docs and tracking issue | QuietMisdreavus | -2/+5 |
| 2017-09-05 | add feature gate doc_masked and tests | QuietMisdreavus | -0/+37 |
| 2017-09-05 | use - for unstable book filenames | Jon Gjengset | -0/+0 |
| 2017-09-05 | Add or_default to Entry APIs | Jon Gjengset | -0/+13 |
| 2017-09-01 | Fix unstable book example | Matt Ickstadt | -2/+4 |
| 2017-09-01 | Implement RFC 1925 | Matt Ickstadt | -0/+21 |
| 2017-08-30 | Rollup merge of #44172 - mattico:patch-2, r=frewsxcv | Alex Crichton | -1/+1 |
| 2017-08-30 | Rollup merge of #44044 - mattico:string-splice-return, r=dtolnay | Alex Crichton | -2/+1 |
| 2017-08-29 | Fix link in unstable book entry for Generators | Matt Ickstadt | -1/+1 |
| 2017-08-26 | Remove Splice struct return value from String::splice | Matt Ickstadt | -2/+1 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -23/+0 |
| 2017-08-16 | Stabilize rvalue promotion to 'static. | Eduard-Mihai Burtescu | -23/+0 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+23 |
| 2017-08-15 | Auto merge of #43500 - murarth:string-retain, r=alexcrichton | bors | -0/+23 |
| 2017-08-14 | Add method `String::retain` | Murarth | -0/+23 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+42 |
| 2017-08-10 | Implemented #[doc(cfg(...))]. | kennytm | -0/+42 |
| 2017-07-28 | Update rename State in docs | John Kåre Alsaker | -11/+11 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -9/+9 |
| 2017-07-28 | Tweak docs | John Kåre Alsaker | -8/+8 |
| 2017-07-28 | Touch up unstable docs for generators | Alex Crichton | -4/+11 |
| 2017-07-28 | Fix examples | John Kåre Alsaker | -5/+8 |
| 2017-07-28 | Clarifying documentation for generator | Alex Crichton | -4/+7 |
| 2017-07-28 | Add documentation for generators | Alex Crichton | -0/+232 |
| 2017-07-25 | Stabilize the `compile_error_macro` feature | Alex Crichton | -20/+0 |
| 2017-07-20 | Document use of `compiler_builtins` with `no_std` binaries | Joe Ranweiler | -0/+43 |
| 2017-07-10 | Test src/doc once more | Mark Simulacrum | -3/+3 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -85/+0 |
| 2017-07-06 | Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakis | bors | -35/+0 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -119/+78 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -119/+78 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -54/+49 |
| 2017-07-05 | Switch to rust-lang-nursery/compiler-builtins | Alex Crichton | -35/+0 |
| 2017-07-02 | Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichton | bors | -40/+0 |
| 2017-07-02 | Documentation | est31 | -2/+4 |