about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-12-23rustc: Add a lint for the obsolete crate-level link attributeBrian Anderson-104/+6
2013-12-23auto merge of #11022 : spaolacci/rust/0read, r=alexcrichtonbors-3/+31
2013-12-23Fixing more doc testsAlex Crichton-5/+11
2013-12-23extra: Fix all code examplesAlex Crichton-39/+58
2013-12-23std: Fix all code examplesAlex Crichton-90/+147
2013-12-23rustdoc: Add the ability to test code in commentsAlex Crichton-40/+335
2013-12-23Add tests for 0-byte read propagation.Sébastien Paolacci-0/+28
2013-12-22auto merge of #11069 : alexcrichton/rust/issue-11067, r=brsonbors-0/+2
2013-12-22uv: Suppress a warning by using an absolute pathAlex Crichton-0/+2
2013-12-22auto merge of #11111 : alexcrichton/rust/issue-11039, r=brsonbors-0/+21
2013-12-22auto merge of #11109 : sfackler/rust/arc, r=alexcrichtonbors-15/+58
2013-12-22auto merge of #11046 : zargony/rust/dep-info, r=alexcrichtonbors-30/+62
2013-12-22auto merge of #11101 : jhasse/rust/patch-msys-quickfix, r=luqmanabors-1/+1
2013-12-22Allow optional filename argument for --dep-infoAndreas Neuhaus-24/+59
2013-12-22Use --crate-file-name to find out the library filename in dep-info testAndreas Neuhaus-6/+3
2013-12-22auto merge of #11082 : brson/rust/noat, r=alexcrichtonbors-76/+89
2013-12-22auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichtonbors-1303/+493
2013-12-22fix check-fast tests.Huon Wilson-1/+2
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-140/+118
2013-12-21auto merge of #10997 : cadencemarseille/rust/issue-10755-ICE-for-missing-link...bors-5/+29
2013-12-21Guarantee comm primitives are not FreezeAlex Crichton-0/+21
2013-12-21Attempt to fix the segfaulting osx botsAlex Crichton-0/+0
2013-12-21Remove unneccessary mut from arcSteven Fackler-4/+4
2013-12-21Don't poison ARCs that are used while unwindingSteven Fackler-12/+55
2013-12-21std: Remove some @-boxesBrian Anderson-76/+89
2013-12-21Remove unnecessary semicolonJan Niklas Hasse-1/+1
2013-12-21rustuv: Stop link to pthread on Windowsklutzy-1/+3
2013-12-20auto merge of #10930 : DaGenix/rust/remove-unnecessary-fields, r=alexcrichtonbors-25/+20
2013-12-20auto merge of #11079 : chris-morgan/rust/fix-11072-regressions, r=brsonbors-2/+1
2013-12-20Implement size_hint() for ByRef iteratorPalmer Cox-1/+2
2013-12-20Update next() and size_hint() for MutSpliterIteratorPalmer Cox-11/+8
2013-12-20Remove remainder field from MutChunkIterPalmer Cox-13/+10
2013-12-20auto merge of #11031 : jhasse/rust/patch-msys-3, r=cmrbors-45/+28
2013-12-20auto merge of #11077 : alexcrichton/rust/crate-id, r=cmrbors-67/+127
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-27/+91
2013-12-20Support ANSI colors in msys terminals. See #2807Jan Niklas Hasse-45/+28
2013-12-20auto merge of #10986 : adridu59/rust/patch-new, r=alexcrichtonbors-3/+3
2013-12-20doc: forward-port the conditions tutorial + fixup libstd exampleAdrien Tétar-3/+3
2013-12-20auto merge of #11075 : alexcrichton/rust/issue-10392, r=brsonbors-2/+79
2013-12-20rustc: Improve crate id extractionAlex Crichton-67/+127
2013-12-20auto merge of #11081 : alexcrichton/rust/comm-adapters, r=huonwbors-2/+5
2013-12-20auto merge of #11017 : alexcrichton/rust/faster-read, r=thestingerbors-17/+186
2013-12-19rustc: Optimize reading metadata by 4xAlex Crichton-17/+186
2013-12-19auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichtonbors-1/+11
2013-12-19auto merge of #11071 : huonw/rust/quiet-test, r=cmrbors-57/+34
2013-12-20extra: remove sort in favour of the std method.Huon Wilson-1247/+47
2013-12-20std::vec: implement a stable merge sort, deferring to insertion sort forHuon Wilson-1/+348
2013-12-19auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwaltonbors-156/+182
2013-12-19Purge @-boxes from the reading half of EBMLAlex Crichton-156/+182
2013-12-19Get comm_adapters building againAlex Crichton-2/+5