summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-08-23Add tip for E0369Guillaume Gomez-0/+3
2015-08-23Add example for E0390Guillaume Gomez-8/+14
2015-08-23Improve E0323 error explanationGuillaume Gomez-4/+4
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-61/+164
2015-08-22Fix the Mac build, again.Richard Diamond-0/+1
2015-08-22Auto merge of #27914 - pnkfelix:fix-fcnr-for-valgrind, r=alexcrichtonbors-4/+28
2015-08-22Auto merge of #27896 - alexcrichton:into-raw-os-prelude, r=brsonbors-2/+2
2015-08-22Auto merge of #27565 - TimNN:dead-visit-type-in-path, r=nrcbors-0/+78
2015-08-22Don't emit memcpy's for zero-sized typesBjörn Steinbrink-0/+5
2015-08-22Add missing imports to `dladdr.rs` for Mac.Richard Diamond-0/+6
2015-08-22Auto merge of #27913 - birkenfeld:remove_suffix_len, r=alexcrichtonbors-27/+0
2015-08-22Auto merge of #27907 - huonw:simd, r=alexcrichtonbors-4/+7
2015-08-22Move the Borrow and BorrowMut traits to libcore.Simon Sapin-110/+129
2015-08-22Auto merge of #27892 - nikomatsakis:issue-27583, r=pnkfelixbors-116/+925
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-461/+244
2015-08-22Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichtonbors-62/+125
2015-08-22Auto merge of #27826 - sfackler:wait-timeout-enum, r=alexcrichtonbors-21/+42
2015-08-22Auto merge of #27653 - Keruspe:master, r=alexcrichtonbors-2/+2
2015-08-21Add a `allow_asm` option so virtual ISA based targets (JS/PNaCl/WAsm) can dis...Richard Diamond-0/+49
2015-08-21completely aborted commentNiko Matsakis-1/+6
2015-08-21move the reverse into the iteratorNiko Matsakis-2/+2
2015-08-21missed one reference to "best"Niko Matsakis-4/+5
2015-08-21rename `best_upper_bound` to `postdom_upper_bound`Niko Matsakis-9/+9
2015-08-21remove use of swap_remove and compress the list as we go insteadNiko Matsakis-13/+12
2015-08-21nits from pnkfelixNiko Matsakis-45/+76
2015-08-21Auto merge of #27613 - GSam:binop, r=nrcbors-3/+30
2015-08-21Include cfg(test) in the referenceMatt Brubeck-0/+1
2015-08-21fix spacing issue in trpl/documentation docMatej Ľach-2/+2
2015-08-21fix accidental reversal of 'static, and add a testNiko Matsakis-1/+26
2015-08-21add final test case, correct one of the others (both versions producedNiko Matsakis-4/+22
2015-08-21add test cases suggested by pnkfelixNiko Matsakis-0/+82
2015-08-21clarify diagonal arrowsNiko Matsakis-0/+3
2015-08-21Remove outdated comment and hide variants of `c_void`Tobias Bucher-5/+6
2015-08-21Auto merge of #27837 - Gankro:weaknique, r=aturonbors-161/+239
2015-08-20emphasize that doctests don't run in bin cratesAlex Burka-8/+8
2015-08-20Use handle the same way in similarly structured examplesKornel Lesiński-3/+5
2015-08-20Refactor unix backtracing. NFC.Richard Diamond-586/+681
2015-08-20book: add DST to glossaryTshepang Lekhonkhobe-0/+6
2015-08-20nomicon: insert missing wordsTshepang Lekhonkhobe-1/+1
2015-08-20nomicon: use current syntaxTshepang Lekhonkhobe-1/+1
2015-08-20Show variadic args in rustdoc output.Lee Jeffery-1/+24
2015-08-20Add a test for char::to_lowercase mapping to more than one `char`.Simon Sapin-21/+17
2015-08-20Fix (and extend) src/test/run-pass/foreign-call-no-runtime.rsFelix S. Klock II-4/+28
2015-08-20syntax: remove suffix_len methods from LitIntTypesGeorg Brandl-27/+0
2015-08-19Add issue numbersSteven Fackler-1/+2
2015-08-19Turn TimedOut into a BarrierWaitResult style opaque typeSteven Fackler-38/+25
2015-08-19Add `TimedOut::timed_out`Steven Fackler-1/+8
2015-08-19Make Condvar::wait_timeout return an enum instead of a boolSteven Fackler-19/+45
2015-08-19don't do deprecations yetAlexis Beingessner-5/+0
2015-08-19fallout of reworking rc and arc APIsAlexis Beingessner-8/+9