| Age | Commit message (Expand) | Author | Lines |
| 2015-05-17 | Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis | bors | -142/+149 |
| 2015-05-16 | Make error message consistent with source code | peferron | -2/+2 |
| 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 | std: Fix missing stability on iter::Cloned | Alex Crichton | -1/+1 |
| 2015-05-16 | std: Implement lowering and raising for process IO | Alex Crichton | -59/+243 |
| 2015-05-16 | std: Add an unstable method Child::id | Alex Crichton | -0/+17 |
| 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 |
| 2015-05-15 | Update reference.md | Michael Rosenberg | -0/+8 |
| 2015-05-15 | Correct two small typos in the Dining Philosophers example. | Will Engler | -2/+2 |
| 2015-05-16 | fix to size_hint(); documentation for bit-twiddle; | ray glover | -15/+22 |
| 2015-05-16 | Auto merge of #25466 - P1start:move-closure-span, r=alexcrichton | bors | -4/+22 |
| 2015-05-16 | Small typo in the docs | Emilio Cobos Álvarez | -1/+1 |
| 2015-05-16 | Fix the spans of `move` closures | P1start | -4/+22 |
| 2015-05-16 | libstd: Path docs: `file` is now `file_name` | Ryman | -2/+2 |
| 2015-05-15 | Fix quotation mark in ruby example. | Jeremy Schlatter | -1/+1 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -29/+29 |
| 2015-05-16 | Allow `?Sized` types in `Rc`’s impls of {Partial,}{Ord,Eq} and Borrow | P1start | -0/+54 |
| 2015-05-15 | Auto merge of #25432 - killercup:patch-12, r=steveklabnik | bors | -3/+1 |
| 2015-05-15 | Auto merge of #25437 - MazinZ1:master, r=alexcrichton | bors | -2/+2 |
| 2015-05-15 | Make description of Borrow trait uses match the example. | Jim Blandy | -3/+3 |
| 2015-05-15 | docs: Typo fix | Marin Atanasov Nikolov | -1/+1 |
| 2015-05-15 | std: fix a link | Ivan Ukhov | -1/+1 |
| 2015-05-15 | Permit token trees, identifiers, and blocks to be following by | Niko Matsakis | -34/+155 |