| Age | Commit message (Expand) | Author | Lines |
| 2016-06-27 | Revert "skip double negation in const eval" | Oliver Schneider | -48/+42 |
| 2016-06-27 | Auto merge of #34453 - frewsxcv:regress, r=sanxiyn | bors | -0/+18 |
| 2016-06-26 | Auto merge of #34419 - eddyb:virtually-inexistent, r=Aatch | bors | -1/+34 |
| 2016-06-27 | Add regression test | Jeffrey Seyfried | -3/+3 |
| 2016-06-27 | Forbid type parameters and global paths in macro invocations | Jeffrey Seyfried | -1/+1 |
| 2016-06-26 | Auto merge of #34491 - eddyb:return-in-peace, r=nagisa | bors | -125/+0 |
| 2016-06-26 | Expand `std::path::Component` documentation. | Corey Farwell | -0/+20 |
| 2016-06-27 | Remove the return_address intrinsic. | Eduard Burtescu | -125/+0 |
| 2016-06-26 | Auto merge of #34450 - jseyfried:fix_include_path, r=nrc | bors | -1/+36 |
| 2016-06-26 | Disallow constants and statics from having unsized types. | Eduard Burtescu | -0/+44 |
| 2016-06-25 | Auto merge of #34469 - frewsxcv:path-components, r=GuillaumeGomez | bors | -0/+4 |
| 2016-06-25 | Auto merge of #34468 - frewsxcv:doc-links, r=GuillaumeGomez | bors | -5/+15 |
| 2016-06-26 | Rollup merge of #34436 - jseyfried:no_block_expr, r=eddyb | Jeffrey Seyfried | -116/+161 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -317/+274 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -408/+330 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -365/+269 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -287/+342 |
| 2016-06-26 | rustdoc: Fix inlined renamed reexports in import lists | Oliver Middleton | -2/+24 |
| 2016-06-26 | Add new error codes and improve some explanations | Guillaume Gomez | -82/+207 |
| 2016-06-25 | Auto merge of #34465 - frewsxcv:builder-name-example, r=GuillaumeGomez | bors | -0/+15 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -2069/+2325 |
| 2016-06-25 | Rollup merge of #34368 - petrochenkov:astqpath, r=Manishearth | Jeffrey Seyfried | -46/+24 |
| 2016-06-25 | Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried | Jeffrey Seyfried | -88/+240 |
| 2016-06-25 | rustdoc: Fix search result layout for enum variants and struct fields | Oliver Middleton | -1/+1 |
| 2016-06-25 | Auto merge of #34410 - frewsxcv:code-like, r=apasel422 | bors | -4/+4 |
| 2016-06-25 | Add vectorcall and fastcall explanation | ubsan | -2/+4 |
| 2016-06-25 | Fix E0269 error explanation | Guillaume Gomez | -25/+15 |
| 2016-06-25 | Indicate how the `std::path::Components` struct is created. | Corey Farwell | -0/+4 |
| 2016-06-25 | Auto merge of #34464 - Manishearth:rollup, r=Manishearth | bors | -41/+181 |
| 2016-06-25 | Add hyperlinks to `std::fs` functions from `std::path`. | Corey Farwell | -5/+15 |
| 2016-06-25 | Rollup merge of #34449 - regexident:ast_docs, r=steveklabnik | Manish Goregaokar | -36/+135 |
| 2016-06-25 | Rollup merge of #34445 - pyjarrett:lang_item_table_macro_rename, r=jseyfried | Manish Goregaokar | -2/+2 |
| 2016-06-25 | Rollup merge of #34438 - frewsxcv:joinhandle, r=GuillaumeGomez | Manish Goregaokar | -0/+30 |
| 2016-06-25 | Rollup merge of #34435 - sanxiyn:typo, r=apasel422 | Manish Goregaokar | -1/+1 |
| 2016-06-25 | Rollup merge of #34414 - alfiedotwtf:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-06-25 | Rollup merge of #34411 - Vogtinator:patch-1, r=sanxiyn | Manish Goregaokar | -1/+1 |
| 2016-06-25 | Rollup merge of #34379 - liigo:patch-11, r=GuillaumeGomez | Manish Goregaokar | -0/+11 |
| 2016-06-25 | Add regression test for #24424. | Corey Farwell | -0/+18 |
| 2016-06-25 | Add doc example for `std::thread::Builder::name`. | Corey Farwell | -0/+15 |
| 2016-06-24 | Auto merge of #34452 - frewsxcv:unwrap-or, r=alexcrichton | bors | -3/+3 |
| 2016-06-24 | Auto merge of #34441 - tbu-:pr_dont_ignore_errors, r=alexcrichton | bors | -30/+30 |
| 2016-06-25 | Add example with leading zeros | Stefan Schindler | -0/+1 |
| 2016-06-24 | reexport errors from syntax. fix failing cfail test | Jonathan Turner | -2/+5 |
| 2016-06-24 | Auto merge of #34401 - GuillaumeGomez:err-codes, r=brson | bors | -43/+59 |
| 2016-06-24 | First commit, fix ABI string docs in reference.md | ubsan | -2/+29 |
| 2016-06-25 | add regression test for #33455 | Daan Sprenkels | -0/+11 |
| 2016-06-24 | Auto merge of #34439 - ollie27:rustdoc_panic_fix, r=alexcrichton | bors | -10/+33 |
| 2016-06-24 | Fix codemap tests to not double import | Jonathan Turner | -1/+0 |
| 2016-06-24 | Add examples in docs for `JoinHandle`. | Corey Farwell | -0/+24 |
| 2016-06-24 | Improve `syntax::ast::*` type docs (examples, etc) | Vincent Esche | -36/+135 |