about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-08-23New cross target: i686-linux-androidTim JIANG-10/+50
2015-08-23Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichtonbors-1/+24
2015-08-23Auto merge of #27912 - DiamondLovesYou:backtrace-refactor, r=alexcrichtonbors-586/+688
2015-08-23Auto merge of #27947 - steveklabnik:rollup, r=steveklabnikbors-18/+21
2015-08-22Rollup merge of #27935 - mbrubeck:cfg-test, r=steveklabnikSteve Klabnik-0/+1
2015-08-22Rollup merge of #27934 - MatejLach:spacing_fix, r=steveklabnikSteve Klabnik-2/+2
2015-08-22Rollup merge of #27926 - durka:emphasize-no-bin-doctest, r=steveklabnikSteve Klabnik-8/+8
2015-08-22Rollup merge of #27924 - pornel:bookthreadjoin, r=steveklabnikSteve Klabnik-3/+5
2015-08-22Rollup merge of #27921 - tshepang:missing-words, r=steveklabnikSteve Klabnik-1/+1
2015-08-22Rollup merge of #27920 - tshepang:ancient-syntax, r=steveklabnikSteve Klabnik-1/+1
2015-08-22Rollup merge of #27904 - tshepang:nit, r=nikomatsakisSteve Klabnik-1/+1
2015-08-22Rollup merge of #27903 - tshepang:improve-example, r=steveklabnikSteve Klabnik-2/+2
2015-08-22Auto merge of #27915 - SimonSapin:dotted_i, r=alexcrichtonbors-21/+17
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-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-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-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-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-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