| Age | Commit message (Expand) | Author | Lines |
| 2015-05-17 | Auto merge of #25523 - nham:remove_E0068, r=alexcrichton | bors | -20/+4 |
| 2015-05-17 | Auto merge of #25524 - Manishearth:unsafe_derive, r=cmr | bors | -1/+25 |
| 2015-05-17 | Allow #[derive()] to generate unsafe methods | Manish Goregaokar | -1/+25 |
| 2015-05-17 | Rollup merge of #25522 - alexcrichton:reexport-incoming, r=sfackler | Manish Goregaokar | -1/+1 |
| 2015-05-17 | Rollup merge of #25516 - bstrie:cstrdoc, r=alexcrichton | Manish Goregaokar | -2/+1 |
| 2015-05-17 | Rollup merge of #25510 - thelostt:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-17 | Rollup merge of #25508 - johshoff:visit_dirs_example, r=alexcrichton | Manish Goregaokar | -6/+5 |
| 2015-05-17 | Rollup merge of #25506 - Wilfred:master, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-05-17 | Rollup merge of #25503 - brson:betafix, r=cmr | Manish Goregaokar | -2/+0 |
| 2015-05-17 | Rollup merge of #25493 - coffeejunk:update_installed_rust_version, r=alexcric... | Manish Goregaokar | -3/+3 |
| 2015-05-17 | Rollup merge of #25490 - huachaohuang:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-17 | Rollup merge of #25484 - sumito3478:fix-deadlink-in-complement-lang-faq, r=al... | Manish Goregaokar | -4/+4 |
| 2015-05-17 | Rollup merge of #25476 - rpjohnst:master, r=huonw | Manish Goregaokar | -0/+21 |
| 2015-05-17 | Rollup merge of #25472 - WillEngler:book-tiny-typo-fixes, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-05-17 | Rollup merge of #25469 - ecoal95:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-17 | Rollup merge of #25465 - Ryman:patch-2, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-05-17 | Remove error about obsolete dereferencing of newtype structs. | Nick Hamann | -20/+4 |
| 2015-05-16 | std: Reexport std::net::tcp::Incoming | Alex Crichton | -1/+1 |
| 2015-05-16 | Simplify CString doc comment | Ben Striegel | -2/+1 |
| 2015-05-17 | Auto merge of #25458 - P1start:arc-dst, r=huonw | bors | -36/+743 |
| 2015-05-17 | Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis | bors | -142/+149 |
| 2015-05-16 | Fixed reserve_exact example | Mário Feroldi | -1/+1 |
| 2015-05-17 | Make `Arc` support DSTs | P1start | -36/+743 |
| 2015-05-17 | test/compile-fail: fix expected error message for non-UTF8 source. | Eduard Burtescu | -1/+1 |
| 2015-05-16 | fs::walk_dir example without unstable features | Johannes Hoff | -6/+5 |
| 2015-05-16 | Avoid calling a variable 'string' when discussing strings. | Wilfred Hughes | -2/+2 |
| 2015-05-16 | Auto merge of #25463 - jeremyschlatter:master, r=alexcrichton | bors | -1/+1 |
| 2015-05-16 | Make a test compatible with the beta channel | Brian Anderson | -2/+0 |
| 2015-05-16 | Auto merge of #25485 - XuefengWu:24968_err_msg_parse_self_type_2, r=nrc | bors | -3/+28 |
| 2015-05-16 | Auto merge of #25434 - dotdash:gep, r=alexcrichton | bors | -46/+219 |
| 2015-05-16 | Auto merge of #25462 - alexcrichton:favicon-https, r=nrc | bors | -29/+29 |
| 2015-05-16 | Update windows install links to 1.0 | Maximilian Haack | -2/+2 |
| 2015-05-16 | Auto merge of #25460 - P1start:rc-unsized-impls, r=luqmana | bors | -0/+54 |
| 2015-05-16 | Update the shown installed rust version to 1.0 | Maximilian Haack | -1/+1 |
| 2015-05-16 | Update rust-inside-other-languages.md | Huachao Huang | -1/+1 |
| 2015-05-16 | fix error message in test | Xuefeng Wu | -1/+1 |
| 2015-05-16 | Auto merge of #25444 - nikomatsakis:macro-tt-fix, r=pnkfelix | bors | -34/+173 |
| 2015-05-16 | Add test for two sequence repetitions in a row | Niko Matsakis | -0/+18 |
| 2015-05-16 | Auto merge of #25487 - P1start:extern-crate-unexpected-error, r=huonw | bors | -6/+13 |
| 2015-05-16 | Clarify the error message for malformed `extern crate` statements | P1start | -6/+13 |
| 2015-05-16 | fix trait capitalise typo in test file | Xuefeng Wu | -1/+1 |
| 2015-05-16 | fix typo for copyright year and trait capitalise | Xuefeng Wu | -1/+16 |
| 2015-05-16 | change Self type error message | XuefengWu | -1/+1 |
| 2015-05-16 | more friend error message for in fn arg | Xuefeng Wu | -2/+12 |
| 2015-05-16 | Fix deadlinks in complement-lang-faq.md | sumito3478 | -4/+4 |
| 2015-05-16 | Auto merge of #25453 - jimblandy:FQA-fiasco-link, r=alexcrichton | bors | -1/+1 |
| 2015-05-16 | Auto merge of #25450 - dnaeon:docs, r=alexcrichton | bors | -1/+1 |
| 2015-05-16 | Auto merge of #25449 - IvanUkhov:std-doc, r=alexcrichton | bors | -1/+1 |
| 2015-05-15 | Test that associated types are not required as type parameters | Russell Johnston | -0/+21 |
| 2015-05-16 | Auto merge of #25440 - durka:patch-3, r=alexcrichton | bors | -1/+1 |