about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-03-27auto merge of #13034 : edwardw/rust/match, r=nikomatsakisbors-41/+280
2014-03-27_match.rs: prune sub-match tree too aggressivelyEdward Wang-41/+280
2014-03-26auto merge of #13079 : alexcrichton/rust/colons, r=cmrbors-73/+59
2014-03-26auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brsonbors-46/+31
2014-03-26syntax: Tweak parsing bounds on generics pathsAlex Crichton-73/+59
2014-03-26auto merge of #13152 : huonw/rust/wtf-are-things-in-spans, r=alexcrichtonbors-4/+27
2014-03-26auto merge of #13071 : ktt3ja/rust/deterministic-lifetime-suggestion, r=cmrbors-3/+29
2014-03-26syntax: Permit visibility on tuple fieldsAlex Crichton-21/+30
2014-03-26rustc: Relax restriction on privacy for fieldsAlex Crichton-25/+1
2014-03-26auto merge of #13135 : alexcrichton/rust/dox, r=alexcrichtonbors-116/+716
2014-03-27syntax: add a missing span rewrite in fold.Huon Wilson-1/+1
2014-03-27syntax: add a some docs/clarification to the fields of ExpnInfo.Huon Wilson-3/+26
2014-03-26auto merge of #13134 : alexcrichton/rust/freebsd-libm, r=thestingerbors-0/+1
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 #13141 : brson/rust/fix-make-install, r=cmrbors-2/+6
2014-03-25mk: Fix 'make install'. Closes #13128Brian Anderson-2/+6
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-25std: Touch various I/O documentation blocksAlex Crichton-17/+39
2014-03-25libstd: Document the following modules:Patrick Walton-114/+692
2014-03-25std: Explicitly link to libm for freebsdAlex Crichton-0/+1
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-172/+304
2014-03-24auto merge of #12991 : alexcrichton/rust/sync-chan, r=brsonbors-115/+1229
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-24Prefer lifetime suggestion over generic errorKiet Tran-3/+29
2014-03-24auto merge of #13080 : alexcrichton/rust/possible-osx-deadlock, r=brsonbors-107/+105
2014-03-24mk: Make distcheck depend on dist-docsBrian Anderson-1/+2
2014-03-24Revert "mk: Run 'make install' through install.sh"Brian Anderson-15/+65
2014-03-24mk: Fix prepare.mkBrian Anderson-64/+74
2014-03-24mk: Fix a minor UI bugBrian Anderson-1/+1
2014-03-24mk: Don't rm 'dist' during clean, just its contentsBrian Anderson-1/+2
2014-03-24mk: Remove some debug loggingBrian Anderson-1/+0