about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-06-27Revert "skip double negation in const eval"Oliver Schneider-48/+42
2016-06-27Auto merge of #34453 - frewsxcv:regress, r=sanxiynbors-0/+18
2016-06-26Auto merge of #34419 - eddyb:virtually-inexistent, r=Aatchbors-1/+34
2016-06-27Add regression testJeffrey Seyfried-3/+3
2016-06-27Forbid type parameters and global paths in macro invocationsJeffrey Seyfried-1/+1
2016-06-26Auto merge of #34491 - eddyb:return-in-peace, r=nagisabors-125/+0
2016-06-26Expand `std::path::Component` documentation.Corey Farwell-0/+20
2016-06-27Remove the return_address intrinsic.Eduard Burtescu-125/+0
2016-06-26Auto merge of #34450 - jseyfried:fix_include_path, r=nrcbors-1/+36
2016-06-26Disallow constants and statics from having unsized types.Eduard Burtescu-0/+44
2016-06-25Auto merge of #34469 - frewsxcv:path-components, r=GuillaumeGomezbors-0/+4
2016-06-25Auto merge of #34468 - frewsxcv:doc-links, r=GuillaumeGomezbors-5/+15
2016-06-26Rollup merge of #34436 - jseyfried:no_block_expr, r=eddybJeffrey Seyfried-116/+161
2016-06-26Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,ManishearthJeffrey Seyfried-317/+274
2016-06-26Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddybJeffrey Seyfried-408/+330
2016-06-26Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrcJeffrey Seyfried-365/+269
2016-06-26Rollup merge of #34385 - cgswords:tstream, r=nrcJeffrey Seyfried-287/+342
2016-06-26rustdoc: Fix inlined renamed reexports in import listsOliver Middleton-2/+24
2016-06-26Add new error codes and improve some explanationsGuillaume Gomez-82/+207
2016-06-25Auto merge of #34465 - frewsxcv:builder-name-example, r=GuillaumeGomezbors-0/+15
2016-06-25Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichtonJeffrey Seyfried-2069/+2325
2016-06-25Rollup merge of #34368 - petrochenkov:astqpath, r=ManishearthJeffrey Seyfried-46/+24
2016-06-25Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfriedJeffrey Seyfried-88/+240
2016-06-25rustdoc: Fix search result layout for enum variants and struct fieldsOliver Middleton-1/+1
2016-06-25Auto merge of #34410 - frewsxcv:code-like, r=apasel422bors-4/+4
2016-06-25Add vectorcall and fastcall explanationubsan-2/+4
2016-06-25Fix E0269 error explanationGuillaume Gomez-25/+15
2016-06-25Indicate how the `std::path::Components` struct is created.Corey Farwell-0/+4
2016-06-25Auto merge of #34464 - Manishearth:rollup, r=Manishearthbors-41/+181
2016-06-25Add hyperlinks to `std::fs` functions from `std::path`.Corey Farwell-5/+15
2016-06-25Rollup merge of #34449 - regexident:ast_docs, r=steveklabnikManish Goregaokar-36/+135
2016-06-25Rollup merge of #34445 - pyjarrett:lang_item_table_macro_rename, r=jseyfriedManish Goregaokar-2/+2
2016-06-25Rollup merge of #34438 - frewsxcv:joinhandle, r=GuillaumeGomezManish Goregaokar-0/+30
2016-06-25Rollup merge of #34435 - sanxiyn:typo, r=apasel422Manish Goregaokar-1/+1
2016-06-25Rollup merge of #34414 - alfiedotwtf:patch-1, r=steveklabnikManish Goregaokar-1/+1
2016-06-25Rollup merge of #34411 - Vogtinator:patch-1, r=sanxiynManish Goregaokar-1/+1
2016-06-25Rollup merge of #34379 - liigo:patch-11, r=GuillaumeGomezManish Goregaokar-0/+11
2016-06-25Add regression test for #24424.Corey Farwell-0/+18
2016-06-25Add doc example for `std::thread::Builder::name`.Corey Farwell-0/+15
2016-06-24Auto merge of #34452 - frewsxcv:unwrap-or, r=alexcrichtonbors-3/+3
2016-06-24Auto merge of #34441 - tbu-:pr_dont_ignore_errors, r=alexcrichtonbors-30/+30
2016-06-25Add example with leading zerosStefan Schindler-0/+1
2016-06-24reexport errors from syntax. fix failing cfail testJonathan Turner-2/+5
2016-06-24Auto merge of #34401 - GuillaumeGomez:err-codes, r=brsonbors-43/+59
2016-06-24First commit, fix ABI string docs in reference.mdubsan-2/+29
2016-06-25add regression test for #33455Daan Sprenkels-0/+11
2016-06-24Auto merge of #34439 - ollie27:rustdoc_panic_fix, r=alexcrichtonbors-10/+33
2016-06-24Fix codemap tests to not double importJonathan Turner-1/+0
2016-06-24Add examples in docs for `JoinHandle`.Corey Farwell-0/+24
2016-06-24Improve `syntax::ast::*` type docs (examples, etc)Vincent Esche-36/+135