about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-25Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichtonJeffrey Seyfried-2048/+2302
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-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-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-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-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
2016-06-24Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichtonbors-16/+15
2016-06-24Reexport syntax_pos in codemap and fix some cfail testsJonathan Turner-1/+3
2016-06-24Use `Option::expect` instead of `unwrap_or_else` with `panic!`.Corey Farwell-3/+3
2016-06-24Indicate how the `JoinHandle` struct is created.Corey Farwell-0/+6
2016-06-24Add `ecx.stmt_semi()` and fix issues with the pretty-printerJeffrey Seyfried-3/+18
2016-06-24Auto merge of #34399 - alexcrichton:issue-audit, r=brsonbors-31/+26
2016-06-24Fix rfail test missing importJonathan Turner-0/+1
2016-06-24Bubble up the errors in `set_nonblocking` and `set_cloexec`Tobias Bucher-30/+30
2016-06-23Auto merge of #34055 - brson:cmake, r=alexcrichtonbors-1/+7
2016-06-23Renames "lets_do_this" macro more appropriately.Paul Jarrett-2/+2
2016-06-23Auto merge of #34077 - durka:patch-23, r=alexcrichtonbors-4/+61
2016-06-23Fix up rpass tests missing importsJonathan Turner-5/+12
2016-06-23Refactor away duplicate method `ecx.block_all()`Jeffrey Seyfried-12/+7
2016-06-23rustdoc: Fix panic caused by doc(hidden) trait methodsOliver Middleton-10/+33
2016-06-23Add missing 'extern crate' for testJonathan Turner-0/+1
2016-06-23std: Fix up stabilization discrepanciesAlex Crichton-31/+26
2016-06-23Updating test I missed for old school refactorJonathan Turner-2/+3
2016-06-23make old school mode a bit more configurableJonathan Turner-43/+104
2016-06-24Fix typo in future incompatible lintSeo Sanghyeon-1/+1
2016-06-23Auto merge of #34372 - ollie27:rustdoc_sidebar, r=steveklabnikbors-1/+5
2016-06-23Add regression testJeffrey Seyfried-0/+31
2016-06-23Avoid wasting node idsJeffrey Seyfried-0/+25
2016-06-23Remove field `expr` of `ast::Block`Jeffrey Seyfried-120/+88
2016-06-23Add missing refernce to RenderedLineJonathan Turner-1/+1
2016-06-23Move test helper functions to consolidated codemap testingJonathan Turner-63/+64
2016-06-23Actually consolidate the CodeMap testsJonathan Turner-517/+517
2016-06-23Fix touchy test to work with old and new error formatJonathan Turner-3/+3