about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-10-20Fixup some inconsistent whitespaceChris Drake-2/+1
2015-10-19Rollup merge of #29169 - apasel422:spell, r=steveklabnikSteve Klabnik-5/+5
2015-10-19Rollup merge of #29168 - aarzee:master, r=steveklabnikSteve Klabnik-70/+70
2015-10-19Rollup merge of #29165 - iajrz:patch-1, r=steveklabnikSteve Klabnik-3/+10
2015-10-19Rollup merge of #29132 - sorear:document-ordering-relaxed, r=alexcrichtonSteve Klabnik-1/+2
2015-10-19Rollup merge of #29125 - iKevinY:std-io-doc-fixes, r=alexcrichtonSteve Klabnik-7/+7
2015-10-19Rollup merge of #29027 - steveklabnik:iter_docs, r=manishearthSteve Klabnik-20/+137
2015-10-19Correct spelling in docsAndrew Paseltiner-5/+5
2015-10-19Auto merge of #28977 - arcnmx:cstring-into, r=alexcrichtonbors-2/+72
2015-10-19Clean whitespaceCarlos Liam-70/+70
2015-10-19Made the example capable of consistent deadlockingIrving A.J. Rivas Z.-3/+10
2015-10-19Auto merge of #29153 - arcnmx:thread-spawn, r=alexcrichtonbors-23/+16
2015-10-19Auto merge of #29144 - dotdash:llvmup, r=alexcrichtonbors-1/+1
2015-10-19Owned conversions for CStringarcnmx-2/+72
2015-10-18Clean up thread::spawnarcnmx-23/+16
2015-10-18Auto merge of #29117 - mseri:patch-5a, r=nrcbors-145/+261
2015-10-18Auto merge of #29141 - marcusklaas:pat-expr, r=alexcrichtonbors-2/+2
2015-10-18Auto merge of #29142 - liigo:patch-6, r=alexcrichtonbors-1/+1
2015-10-18Update LLVM fork to include a backported fix for broken debug locationsBjörn Steinbrink-1/+1
2015-10-18docs: change where clause to boundLiigo Zhuang-1/+1
2015-10-18Auto merge of #29131 - apasel422:transmute, r=blussbors-20/+5
2015-10-18Fix span for pattern literalsMarcus Klaas-2/+2
2015-10-18Auto merge of #28845 - oli-obk:rfc1229, r=pnkfelixbors-194/+376
2015-10-18Auto merge of #29134 - wthrowe:linker-output-ICE, r=pnkfelixbors-3/+15
2015-10-17Don't ICE if the linker prints something non-UTF-8William Throwe-3/+15
2015-10-18Auto merge of #29091 - luqmana:29073-overflow-cabi, r=pnkfelixbors-3/+28
2015-10-17Document that Ordering::Relaxed is MonotonicStefan O'Rear-1/+2
2015-10-17Remove some trivial `transmute`sAndrew Paseltiner-20/+5
2015-10-17Fix minor issues with std::io docsKevin Yap-7/+7
2015-10-17Auto merge of #29105 - billpmurphy:master, r=alexcrichtonbors-4/+3
2015-10-17Auto merge of #29089 - kickinbahk:edit-testing-docs, r=steveklabnikbors-0/+3
2015-10-17Auto merge of #28933 - fhahn:issue-28837-partialeq-note, r=alexcrichtonbors-0/+81
2015-10-17Re-formatted macros by hand with rustfmt styleMarcello Seri-16/+32
2015-10-17Auto merge of #29114 - apasel422:issue-27105, r=alexcrichtonbors-0/+24
2015-10-17Auto merge of #29110 - apasel422:shared, r=alexcrichtonbors-12/+148
2015-10-17attitional tests fixupsMarcello Seri-86/+26
2015-10-17Auto merge of #29109 - nxnfufunezn:master, r=Manishearthbors-9/+28
2015-10-17Auto merge of #29102 - petrochenkov:spanvis, r=alexcrichtonbors-11/+12
2015-10-17Auto merge of #29079 - fhahn:remove-unused-files-libcoretest, r=alexcrichtonbors-20/+11
2015-10-16Add test for #27105Andrew Paseltiner-0/+24
2015-10-16trans: Use an isize to count the number of registers so we don't underflow fo...Luqman Aden-3/+28
2015-10-16Auto merge of #28683 - GuillaumeGomez:rustdoc_error, r=alexcrichtonbors-64/+107
2015-10-16Add `Shared` pointer and have `{Arc, Rc}` use itAndrew Paseltiner-12/+148
2015-10-17Improve error handling by providing Error struct with Path informationGuillaume Gomez-64/+107
2015-10-16Tests fixupMarcello Seri-100/+29
2015-10-16Added attributes to allow rustfmt_skip in librandMarcello Seri-0/+2
2015-10-16fixupMarcello Seri-1028/+264
2015-10-16rustfmt src/librandMarcello Seri-418/+1411
2015-10-17Updated librustc_lint/builtin.rs to use span_lint_notenxnfufunezn-9/+6
2015-10-16Auto merge of #29082 - DenisKolodin:patch-3, r=alexcrichtonbors-2/+2