| Age | Commit message (Expand) | Author | Lines |
| 2016-07-08 | Remove useless doc comment for slice | Guillaume Gomez | -1/+0 |
| 2016-07-08 | Merge pull request #34712 from rust-lang/steveklabnik-patch-1 | Brian Anderson | -1/+1 |
| 2016-07-07 | Fix release notes for 1.10 | Steve Klabnik | -1/+1 |
| 2016-07-07 | Preliminary implementation for TokenStreams and TokenSlices, including unit t... | cgswords | -39/+1121 |
| 2016-07-07 | Add links to Ipv*Addr methods in docs | Matt Horn | -5/+15 |
| 2016-07-07 | Clarify rustbuild + msvc + vcvars in README | Alex Crichton | -8/+20 |
| 2016-07-07 | Changed wording per aturon's comments. | Sam Payson | -1/+2 |
| 2016-07-07 | Auto merge of #34677 - alexcrichton:no-more-build-directory, r=brson | bors | -930/+909 |
| 2016-07-07 | Auto merge of #34658 - luqmana:34592-nested_returns, r=eddyb | bors | -10/+54 |
| 2016-07-07 | Use hints with getaddrinfo() in std::net::lokup_host() | Ivan Nejgebauer | -1/+11 |
| 2016-07-07 | Auto merge of #34672 - luqmana:27021-reassign-match-body, r=eddyb | bors | -10/+38 |
| 2016-07-07 | more windows documentation in getting-started | Phlogistic Fugu | -6/+9 |
| 2016-07-06 | Auto merge of #34655 - jseyfried:improve_resolver_api, r=nrc | bors | -1/+29 |
| 2016-07-06 | Properly mark new methods as unstable | Matt Horn | -5/+8 |
| 2016-07-06 | Auto merge of #34652 - jseyfried:fix_expansion_perf, r=nrc | bors | -53/+72 |
| 2016-07-06 | Mark new methods as unstable | Matt Horn | -0/+5 |
| 2016-07-07 | doc:remove useless conditional compilation feature | 吴冉波 | -3/+0 |
| 2016-07-06 | Auto merge of #34695 - steveklabnik:rollup, r=steveklabnik | bors | -131/+183 |
| 2016-07-06 | Add doc examples for `io::Error::from_raw_os_error`. | Corey Farwell | -0/+24 |
| 2016-07-06 | Rollup merge of #34685 - GuillaumeGomez:section_header, r=steveklabnik | Steve Klabnik | -8/+0 |
| 2016-07-06 | Rollup merge of #34667 - KaivoAnastetiks:fix/crate-documentation, r=Manishearth | Steve Klabnik | -0/+11 |
| 2016-07-06 | Rollup merge of #34664 - alexcrichton:bump, r=brson | Steve Klabnik | -1/+1 |
| 2016-07-06 | Rollup merge of #34636 - tshepang:shorten, r=GuillaumeGomez | Steve Klabnik | -2/+1 |
| 2016-07-06 | Rollup merge of #34626 - sylvestre:master, r=Manishearth | Steve Klabnik | -6/+6 |
| 2016-07-06 | Rollup merge of #34625 - jaredmanning:patch-1, r=apasel422 | Steve Klabnik | -1/+1 |
| 2016-07-06 | Rollup merge of #34621 - KaivoAnastetiks:fix/#33924, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-07-06 | Rollup merge of #34619 - frewsxcv:patch-30, r=apasel422 | Steve Klabnik | -1/+1 |
| 2016-07-06 | Rollup merge of #34615 - rdotdk:master, r=Manishearth | Steve Klabnik | -1/+1 |
| 2016-07-06 | Rollup merge of #34558 - GlenDC:master, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-07-06 | Rollup merge of #34521 - llogiq:doc-fixes, r=steveklabnik | Steve Klabnik | -8/+26 |
| 2016-07-06 | Rollup merge of #34327 - nrc:save-fix-tuple, r=jseyfried | Steve Klabnik | -1/+9 |
| 2016-07-06 | Rollup merge of #34277 - ollie27:docs_num, r=steveklabnik | Steve Klabnik | -65/+64 |
| 2016-07-06 | Rollup merge of #33265 - tshepang:peek, r=steveklabnik | Steve Klabnik | -11/+9 |
| 2016-07-06 | Rollup merge of #33250 - durka:patch-19, r=steveklabnik | Steve Klabnik | -23/+50 |
| 2016-07-06 | Add IpAddr common methods | Matt Horn | -0/+103 |
| 2016-07-06 | Auto merge of #34689 - alexcrichton:fix-nightlies, r=alexcrichton | bors | -2/+9 |
| 2016-07-06 | Remove outdated checks for empty braced struct expressions (i.e. `UnitStruct ... | Jeffrey Seyfried | -72/+11 |
| 2016-07-06 | etc: Comment why we're binding xrange | Alex Crichton | -0/+3 |
| 2016-07-06 | Merge branch 'master' of https://github.com/dzamlo/rust into fix-nightlies | Alex Crichton | -2/+6 |
| 2016-07-06 | Auto merge of #34654 - jseyfried:configure_multi_modified, r=nrc | bors | -1/+9 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -42/+11 |
| 2016-07-06 | Remove invalid CSS rule for doc titles | ggomez | -8/+0 |
| 2016-07-06 | Auto merge of #34648 - eddyb:return-in-peace-pls, r=nagisa | bors | -125/+0 |
| 2016-07-06 | Correct inline assembly clobber formatting. | CensoredUsername | -3/+32 |
| 2016-07-06 | Handle nested pairs in MIR trans. | Eduard Burtescu | -1/+12 |
| 2016-07-06 | Auto merge of #34644 - infinity0:master, r=alexcrichton | bors | -8/+13 |
| 2016-07-06 | Auto merge of #34546 - jseyfried:cfg_attr_path, r=nrc | bors | -3/+22 |
| 2016-07-05 | Hopefully, it now works | ubsan | -31/+42 |
| 2016-07-06 | typo nothings -> nothing | 吴冉波 | -1/+1 |
| 2016-07-05 | rustbuild: Remove the `build` directory | Alex Crichton | -930/+909 |