| Age | Commit message (Expand) | Author | Lines |
| 2016-01-19 | Merge pull request #31040 from brson/beta-next 1.6.0 | Brian Anderson | -1/+372 |
| 2016-01-20 | Release notes for 1.6 | Brian Anderson | -0/+153 |
| 2016-01-20 | Update RELEASES.md for 1.5 | Brian Anderson | -1/+219 |
| 2016-01-19 | Merge pull request #31027 from brson/beta-next | Brian Anderson | -1/+1 |
| 2016-01-19 | Bump prerelease to .4 | Brian Anderson | -1/+1 |
| 2016-01-19 | Merge pull request #31026 from brson/beta-next | Niko Matsakis | -0/+36 |
| 2016-01-19 | Add an impl for Box<Error> from &str. | Michael Sproul | -0/+9 |
| 2016-01-19 | Add an impl for Box<Error> from String. | Michael Sproul | -0/+27 |
| 2016-01-15 | Merge pull request #30950 from brson/beta-next | Alex Crichton | -128/+322 |
| 2016-01-16 | Bump prerelease version to .3 | Brian Anderson | -1/+1 |
| 2016-01-16 | rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_derive | Brian Anderson | -38/+269 |
| 2016-01-16 | Move some #[no_std] info to stable book. | Steve Klabnik | -89/+52 |
| 2016-01-14 | Merge pull request #30918 from brson/beta-next | Alex Crichton | -1/+1 |
| 2016-01-14 | Fix rustdoc reexports. | Lee Jeffery | -1/+1 |
| 2016-01-12 | Merge pull request #30855 from brson/beta-next | Brian Anderson | -1/+1 |
| 2016-01-12 | Bump prerelease version to .2 | Brian Anderson | -1/+1 |
| 2016-01-12 | Merge pull request #30854 from brson/beta-next3 | Alex Crichton | -293/+209 |
| 2016-01-12 | Use --cfg when running doctests | Seo Sanghyeon | -7/+29 |
| 2016-01-12 | Fix Universal CRT detection on weird setups | Peter Atashian | -2/+9 |
| 2016-01-12 | Overhaul MSVC linker and Windows SDK detection code | Peter Atashian | -286/+173 |
| 2016-01-12 | Merge pull request #30853 from brson/beta-next2 | Alex Crichton | -2/+19 |
| 2016-01-12 | Add test for "malformed macro lhs" and change back span_bug to span_fatal | Guillaume Gomez | -2/+19 |
| 2016-01-12 | Merge pull request #30852 from brson/beta-next | Alex Crichton | -4/+5 |
| 2016-01-12 | Fix link in char docs | Steve Klabnik | -3/+4 |
| 2016-01-12 | Fix extra space in str docs | Steve Klabnik | -1/+1 |
| 2016-01-12 | Merge pull request #30847 from nikomatsakis/issue-29857-beta | Brian Anderson | -40/+115 |
| 2016-01-12 | Merge pull request #30844 from pnkfelix/pr30753-betaport-downgrade-struct-war... | Brian Anderson | -21/+62 |
| 2016-01-12 | The lint warnings are not reported since we report the errors first and then ... | Felix S. Klock II | -2/+0 |
| 2016-01-12 | Added proper lint for the unit variant/struct warning. | Felix S. Klock II | -15/+29 |
| 2016-01-12 | updated test to reflect loosening of check (for issue #30379). | Felix S. Klock II | -2/+6 |
| 2016-01-12 | extend warning cycle to cover matching unit-structs via `S(..)` | Felix S. Klock II | -5/+10 |
| 2016-01-12 | improve visibility of future-incompatibilities (mildly, at least) | Niko Matsakis | -3/+23 |
| 2016-01-12 | Update test -- here we get a RFC 1214 warning (that will eventually be | Niko Matsakis | -1/+3 |
| 2016-01-11 | Adjust trait imports | Niko Matsakis | -2/+1 |
| 2016-01-11 | Minor rebase corrections | Niko Matsakis | -1/+2 |
| 2016-01-11 | permit coercions if `[error]` is found in either type | Niko Matsakis | -29/+28 |
| 2016-01-11 | improve cast handling - this fixes test failures | Ariel Ben-Yehuda | -1/+2 |
| 2016-01-11 | Change error scheme so that if projection fails we generate `A::B` instead of... | Niko Matsakis | -10/+83 |
| 2015-12-09 | Auto merge of #30266 - oli-obk:expr_type_checked, r=luqmana | bors | -40/+23 |
| 2015-12-09 | Auto merge of #30263 - pnkfelix:rsbegin-rsend-are-window-gnu-only, r=alexcric... | bors | -0/+4 |
| 2015-12-09 | Auto merge of #30246 - untitaker:insaller, r=alexcrichton | bors | -7/+7 |
| 2015-12-09 | Auto merge of #30278 - steveklabnik:rollup, r=steveklabnik | bors | -68/+89 |
| 2015-12-09 | Rollup merge of #30274 - tshepang:mere-renames, r=steveklabnik | Steve Klabnik | -52/+5 |
| 2015-12-09 | Rollup merge of #30273 - Xmasreturns:patch-1, r=steveklabnik | Steve Klabnik | -14/+10 |
| 2015-12-09 | Rollup merge of #30261 - oli-obk:add_regression_test, r=pnkfelix | Steve Klabnik | -0/+37 |
| 2015-12-09 | Rollup merge of #30224 - matklad:super-docs, r=steveklabnik | Steve Klabnik | -0/+19 |
| 2015-12-09 | Rollup merge of #30201 - GuillaumeGomez:patch-3, r=Manishearth | Steve Klabnik | -2/+18 |
| 2015-12-09 | Auto merge of #30245 - Aatch:dynamic-align-dst, r=pnkfelix | bors | -63/+365 |
| 2015-12-09 | Auto merge of #30208 - pnkfelix:fix-issue-30063, r=alexcrichton | bors | -1/+92 |
| 2015-12-09 | Auto merge of #30145 - petrochenkov:hyg, r=nrc | bors | -86/+170 |