about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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 regression testJeffrey Seyfried-0/+34
2016-06-24Revert a change to the relative path for macro-expanded `include!`sJeffrey Seyfried-1/+2
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-239/+277
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-24[doc] Fix links in Ownership section of the bookTatsuya Kawano-1/+3
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-23add control flow graph and algorithms. add dominator to mirScott A Carr-3/+871
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
2016-06-23Consolidate codemap tests and fix more errors for travisJonathan Turner-863/+828
2016-06-23Address more travis errorsJonathan Turner-9/+15
2016-06-23Address comments and fix travis warningJonathan Turner-7/+3
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1175/+1388
2016-06-23Don't ignore errors of syscalls in std::sys::unix::fdTobias Bucher-4/+4
2016-06-23Auto merge of #34364 - cynicaldevil:develop, r=GuillaumeGomezbors-6/+25
2016-06-23Use `len` instead of `size_hint` where appropiateTobias Bucher-16/+15
2016-06-23Auto merge of #34253 - jseyfried:improve_multi_modifiers, r=nrcbors-100/+77
2016-06-23Added Default trait for CowAaronepower-0/+11
2016-06-23Improve diagnostics E0425: `use` (public) itemsLiigo Zhuang-0/+11
2016-06-22Auto merge of #34374 - jseyfried:fix_hygiene_bug, r=nrcbors-596/+163
2016-06-23Cleanup commentsJeffrey Seyfried-4/+4
2016-06-23Don't translate vtable methods with Self: Sized bounds.Eduard Burtescu-1/+34
2016-06-22upgrade thread_local! invocation syntaxAlex Burka-4/+61
2016-06-22More hygiene testsJeffrey Seyfried-3/+75
2016-06-22Use the correct types in float examplesOliver Middleton-24/+20
2016-06-22Auto merge of #33748 - emilio:mpsc-recv-timeout, r=alexcrichtonbors-42/+396
2016-06-23Switched tense to clarify what is happening in the exampleAlfie John-1/+1
2016-06-22std: sync: Implement recv_timeout()Emilio Cobos Álvarez-42/+396