about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-03-26auto merge of #13133 : alexcrichton/rust/issue-13130, r=brsonbors-11/+32
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-338/+116
2014-03-25auto merge of #13039 : Kimundi/rust/iter_by_value_extend, r=alexcrichtonbors-78/+75
2014-03-25auto merge of #13106 : CLUSTERfoo/rust/docs/labelled_breaks, r=brsonbors-4/+61
2014-03-25auto merge of #12961 : cmr/rust/rustdoc-impls, r=alexcrichtonbors-32/+65
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-78/+75
2014-03-25rustdoc: render derived impls separatelyCorey Richardson-3/+30
2014-03-25rustdoc: add some docs for item typesCorey Richardson-0/+6
2014-03-25rustdoc: html: use raw strings for great justiceCorey Richardson-29/+29
2014-03-25auto merge of #13070 : huonw/rust/share-doc, r=alexcrichtonbors-1/+45
2014-03-25rustuv: Handle short writes in uv_fs_writeAlex Crichton-11/+32
2014-03-25auto merge of #13122 : sstewartgallus/rust/cleanup-10734-workarounds, r=alexc...bors-12/+11
2014-03-26std: expand the `Share` docs to make them more precise.Huon Wilson-1/+45
2014-03-25auto merge of #13083 : FlaPer87/rust/issue-13005-borrow-unsafe-static, r=niko...bors-74/+100
2014-03-25auto merge of #13063 : brson/rust/dist, r=alexcrichtonbors-13/+35
2014-03-24comm: Implement synchronous channelsAlex Crichton-115/+1229
2014-03-24auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brsonbors-2034/+1727
2014-03-24std: Unignore atomic testsBrian Anderson-4/+2
2014-03-24test: Update all tests with the sync changesAlex Crichton-324/+80
2014-03-24sync: Wire up all of the previous commitsAlex Crichton-6/+16
2014-03-24sync: Update the arc moduleAlex Crichton-929/+239
2014-03-24Correct issue workaround referencesSteven Stewart-Gallus-11/+10
2014-03-24Cleanup fixed issue #10734 workaroundSteven Stewart-Gallus-1/+1
2014-03-24auto merge of #13080 : alexcrichton/rust/possible-osx-deadlock, r=brsonbors-107/+105
2014-03-24install: Don't try to run binaries on installBrian Anderson-4/+0
2014-03-24install: Improve error handlingBrian Anderson-11/+28
2014-03-24install: Error on uninstall if manifest can't be foundBrian Anderson-0/+7
2014-03-24mk: Fix distcheckBrian Anderson-0/+1
2014-03-24mk: Put win installer in correct dirBrian Anderson-1/+1
2014-03-24mk: Cleanup version handling and add support for nightly distsBrian Anderson-1/+2
2014-03-24auto merge of #13049 : alexcrichton/rust/io-fill, r=huonwbors-11/+40
2014-03-24doc: Update the runtime guide with green changesAlex Crichton-5/+27
2014-03-24rustc: Remove all crate map supportAlex Crichton-285/+6
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-59/+84
2014-03-24rustc: Completely forbid borrows of unsafe staticsFlavio Percoco-74/+100
2014-03-24auto merge of #13113 : pnkfelix/rust/correct-static-kind-doc, r=huonwbors-2/+3
2014-03-24auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichtonbors-36/+92
2014-03-24Correct overly broad definition of `'static` kind bound.Felix S. Klock II-2/+3
2014-03-24Documentation sprint: TerminfoOlle Jonsson-12/+35
2014-03-24Added suggested notesnoam-2/+39
2014-03-23auto merge of #13096 : sstewartgallus/rust/cleanup-test-warnings, r=huonwbors-6/+5
2014-03-23docs: named lifetimesnoam-4/+24
2014-03-23auto merge of #13095 : alexcrichton/rust/serialize-tuple, r=huonwbors-140/+30
2014-03-23This commit cleans up a few test warningsSteven Stewart-Gallus-6/+5
2014-03-23auto merge of #13074 : pczarn/rust/build-rlib, r=alexcrichtonbors-6/+10
2014-03-23auto merge of #13103 : mozilla-servo/rust/url-totaleq, r=alexcrichtonbors-2/+2
2014-03-23serialize: Read/emit tuples with {read,emit}_tupleAlex Crichton-140/+30
2014-03-23sync: Introduce new wrapper types for lockingAlex Crichton-0/+816
2014-03-23sync: Rewrite the base primitivesAlex Crichton-617/+406
2014-03-23sync: Move Once to using &selfAlex Crichton-9/+9