| Age | Commit message (Expand) | Author | Lines |
| 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-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 | Fix rustdoc reexports. | Lee Jeffery | -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 | 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 | 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 #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 |
| 2015-12-09 | doc: these are just renames, so avoid duplication | Tshepang Lekhonkhobe | -52/+5 |
| 2015-12-08 | Update traits.md | Xmasreturns | -1/+1 |
| 2015-12-08 | Update traits.md | Xmasreturns | -14/+10 |
| 2015-12-08 | Auto merge of #30271 - steveklabnik:reorder_book, r=aturon | bors | -12/+12 |
| 2015-12-08 | Auto merge of #30036 - mitaa:doc_id, r=alexcrichton | bors | -59/+203 |
| 2015-12-08 | Re-order the sections in TRPL | Steve Klabnik | -12/+12 |
| 2015-12-08 | Auto merge of #29995 - DanielJCampbell:Expanded-Span-Printing, r=nrc | bors | -0/+204 |
| 2015-12-08 | shorten common if let patterns to function calls | Oliver Schneider | -40/+23 |
| 2015-12-08 | add tests for ensuring const indexing does not cause compile-time errors in r... | Oliver Schneider | -0/+37 |
| 2015-12-08 | regression test for issue #30063 | Felix S. Klock II | -0/+46 |
| 2015-12-08 | When given `rustc -C codegen-units=4 -o output --emit=obj`, reset units back ... | Felix S. Klock II | -1/+46 |
| 2015-12-08 | Fix unsized structs with destructors | James Miller | -7/+33 |
| 2015-12-08 | Added pretty-printing for span expansion chains through span_to_expanded_string. | Daniel Campbell | -0/+204 |
| 2015-12-07 | Auto merge of #30087 - petrochenkov:indi, r=nrc | bors | -193/+176 |
| 2015-12-07 | Add comments for Ident::from_name and identifiers in path segments | Vadim Petrochenkov | -0/+14 |