| Age | Commit message (Expand) | Author | Lines |
| 2015-04-03 | Fix a broken test | Simonas Kazlauskas | -3/+0 |
| 2015-04-03 | Check uses of `Self` in impls in the compiler rather than during expansion | Nick Cameron | -219/+326 |
| 2015-04-03 | Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichton | bors | -1/+1 |
| 2015-04-02 | Indicate associated type in comment is code-like | Corey Farwell | -1/+1 |
| 2015-04-02 | Adjust `AsRef` impl for `Cow` | Aaron Turon | -1/+1 |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -86/+86 |
| 2015-04-03 | Add tests for parsing of patterns | Vadim Petrochenkov | -0/+197 |
| 2015-04-03 | Auto merge of #23974 - pnkfelix:fix-23973, r=alexcrichton | bors | -8/+6 |
| 2015-04-02 | doc/trpl: Fixing a comma splice in iterators.md. | Liam Monahan | -1/+1 |
| 2015-04-02 | Auto merge of #23967 - semarie:libc-clone, r=alexcrichton | bors | -9/+27 |
| 2015-04-02 | liballoc: fix typo | Richo Healey | -1/+1 |
| 2015-04-02 | Book: sync ‘Crates and Modules’ with current output | Piotr Szotkowski | -27/+29 |
| 2015-04-02 | std: impl From<String> for Box<Error + Send> | Kevin Butler | -3/+10 |
| 2015-04-02 | Upgrade rust-installer | Brian Anderson | -0/+0 |
| 2015-04-02 | Auto merge of #23931 - steveklabnik:doc_std_fs, r=alexcrichton | bors | -42/+306 |
| 2015-04-02 | Fallout to tests expecting unconditional help output from missing features. | Felix S. Klock II | -8/+0 |
| 2015-04-02 | Merge conflicts | Niko Matsakis | -33/+23 |
| 2015-04-02 | Remove *most* mentions of phantom fns and variance on traits. Leave some | Niko Matsakis | -172/+174 |
| 2015-04-02 | Deprecate MarkerTrait and PhantomFn. | Niko Matsakis | -68/+17 |
| 2015-04-02 | Fallout in tests | Niko Matsakis | -216/+117 |
| 2015-04-02 | Modify variance inference to always infer all trait parameters as invariant. | Niko Matsakis | -96/+3 |
| 2015-04-02 | Implement PartialEq<str> for String and Cow | Gleb Kozyrev | -0/+2 |
| 2015-04-02 | Change PartialEq impls in collections::string to slice notation | Gleb Kozyrev | -10/+10 |
| 2015-04-02 | Revise logic to match `rustc::session::config::get_unstable_features_setting` | Felix S. Klock II | -8/+2 |
| 2015-04-02 | Auto merge of #23877 - richo:gardening, r=Manishearth | bors | -13/+23 |
| 2015-04-02 | Do not suggest `#![feature(...)]` if we are in beta or stable channel. | Felix S. Klock II | -0/+12 |
| 2015-04-02 | Add more examples and documentation for std::fs | Steve Klabnik | -42/+306 |
| 2015-04-02 | Auto merge of #23868 - mbrubeck:doc-edit, r=Manishearth 1.0.0-beta | bors | -6/+6 |
| 2015-04-02 | unary negation of unsigned integers | Sébastien Marie | -3/+3 |
| 2015-04-02 | Fix parsing of patterns in macros | Vadim Petrochenkov | -1/+3 |
| 2015-04-02 | don't derive Clone, but impl it | Sébastien Marie | -6/+24 |
| 2015-04-02 | syntax: Rewrite parsing of patterns | Vadim Petrochenkov | -234/+136 |
| 2015-04-02 | Auto merge of #23822 - tanadeau:remove-box-syntax-in-pointers-doc, r=stevekla... | bors | -84/+103 |
| 2015-04-02 | Tweak relese notes + rebase fixes | Alex Crichton | -22/+48 |
| 2015-04-01 | Moved use of `box_syntax` unstable feature in docs to Unstable section. | Trent Nadeau | -84/+103 |
| 2015-04-01 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -64/+29 |
| 2015-04-01 | rollup merge of #23176: huonw/rm-bounds | Alex Crichton | -36/+38 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -583/+624 |
| 2015-04-01 | rollup merge of #23953: dhuseby/master | Alex Crichton | -2/+2 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -48/+146 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -17/+19 |
| 2015-04-02 | fixes for fallout in tests/compile-fail | Felix S. Klock II | -0/+6 |
| 2015-04-02 | partial set of fixes for fallout in tests/run-pass | Felix S. Klock II | -8/+10 |
| 2015-04-01 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -3/+8 |
| 2015-04-01 | Fix bug in `OverflowOps` impl for unsigned integers. | Felix S. Klock II | -3/+49 |
| 2015-04-01 | rollup merge of #23949: aturon/stab-timeout | Alex Crichton | -28/+54 |
| 2015-04-01 | rollup merge of #23948: nikomatsakis/feature-gate-rust-abi | Alex Crichton | -7/+37 |
| 2015-04-01 | fix typo. | Felix S. Klock II | -1/+1 |
| 2015-04-01 | manually adding the last two bitrig snapshots | Dave Huseby | -2/+2 |
| 2015-04-01 | Stabilize basic timeout functionality | Aaron Turon | -28/+54 |