Commit Graph

14200 Commits

Author SHA1 Message Date
Brian Anderson 0afe002757 Fix broken test 2012-12-14 15:38:53 -08:00
Brian Anderson 88add6cbac Add a note about oldcomm to release notes 2012-12-14 15:31:55 -08:00
Tim Chevalier 3a5b6a79c6 Fix trait-inheritance-overloading-xc and un-xfail 2012-12-14 15:25:32 -08:00
Brian Anderson 0b3cc15a00 Add Daniel Micay to AUTHORS.txt 2012-12-14 15:23:56 -08:00
Brian Anderson 0a1ac75d1a Merge remote-tracking branch 'thestinger/vim' 2012-12-14 15:23:23 -08:00
Brian Anderson 8979695496 Fix broken tests 2012-12-14 15:10:45 -08:00
Tim Chevalier abe33f165e Un-xfail tests that work now 2012-12-14 15:05:48 -08:00
Brian Anderson 3eb15b80d7 Merge pull request #4190 from brson/oldcomm
Work on removing comm
2012-12-14 15:03:20 -08:00
Brian Anderson e6d1b02359 Rename core::comm to core::oldcomm 2012-12-14 14:59:32 -08:00
Brian Anderson 80ef7243ea Remove spawn_listener, spawn_conversation
These are not needed in a pipe-based Rustiverse
2012-12-14 14:59:32 -08:00
Brian Anderson dff2853e4d Remove bench/shootout-threadring.rs
Will need to be completely rewritten for pipes
2012-12-14 14:59:32 -08:00
Brian Anderson 05a35a2e5c Remove two comm-oriented benchmarks that have pipe equivs 2012-12-14 14:59:32 -08:00
Brian Anderson 01a6524d00 Stop using spawn_conversation in chan_from_global_ptr 2012-12-14 14:59:32 -08:00
Brian Anderson c35a8589ab Fix broken tests 2012-12-14 14:58:16 -08:00
Brian Anderson ebc19034ee Fix broken tests 2012-12-14 14:26:57 -08:00
Daniel Micay c7f7be83f5 update syntax/rust.vim for keyword changes 2012-12-14 17:13:11 -05:00
Patrick Walton 1b9f740f2f librustc: Reset the mode context to MoveValue for block lambdas. rs=bugfix 2012-12-13 21:44:19 -08:00
Brian Anderson 4559895b12 Update src/test/run-pass/static-fn-trait-xc.rs 2012-12-13 22:17:11 -07:00
Brian Anderson b07a78b7cb Fix broken tests 2012-12-13 19:06:27 -08:00
Brian Anderson 9677fff0f9 Fix benchmarks 2012-12-13 18:24:15 -08:00
Erick Tryzelaar 786c143a70 Begin renaming serialization to std::serialize. (snapshot) 2012-12-13 18:16:31 -08:00
Patrick Walton c3f0aa973e test: Fix last-use-corner-cases. rs=bustage 2012-12-13 18:08:52 -08:00
Patrick Walton 57e4ed479e librustc: Add missing case in mem_categorization. rs=bugfix 2012-12-13 18:03:48 -08:00
Brian Anderson 55c9cf72e3 Merge pull request #4181 from andrew-d/andrew-doc-fix1
Fix example in docs
2012-12-13 17:28:23 -08:00
Andrew Dunham 08b1c841da Rename "to_str" to "make_string" in the docs
There's already a "to_str" impl for string, so it fails here.
2012-12-13 20:07:58 -05:00
Graydon Hoare 885bdf7179 clean.mk: remove snapshot binaries as well. 2012-12-13 16:42:27 -08:00
Patrick Walton cf02c2badf etc: Update RELEASES.txt with some new features 2012-12-13 16:25:24 -08:00
Patrick Walton 036b26a197 librustc: Remove merge markers. rs=oops 2012-12-13 16:17:57 -08:00
Brian Anderson 77982112d3 Long lines 2012-12-13 16:17:32 -08:00
Brian Anderson e7ef82dd70 Change some uses of static methods to use the trait path 2012-12-13 16:15:08 -08:00
Patrick Walton 732c39c183 librustc: Have coherence check Copy kind bounds when determining whether parameter substitutions could possibly unify. r=nmatsakis 2012-12-13 16:14:54 -08:00
Brian Anderson d809e89c26 Replace some Eq impls with deriving_eq 2012-12-13 16:14:28 -08:00
Brian Anderson 742f354ffb std: Convert records to structs in getopts 2012-12-13 16:14:28 -08:00
Brian Anderson fa4fbd51f6 Update docs for kind name changes 2012-12-13 15:52:50 -08:00
Brian Anderson ed4fac01b5 Rename Send trait to Owned 2012-12-13 15:52:50 -08:00
Brian Anderson a277081ee4 Rename Owned trait to Durable 2012-12-13 15:52:50 -08:00
Patrick Walton cd120736cb librustc: Allow moves out of `self`. r=nmatsakis 2012-12-13 15:49:07 -08:00
Patrick Walton 45848b2040 librustc: Automatically move non-implicitly-copyable types into unique closures. r=nmatsakis 2012-12-13 15:33:33 -08:00
Brian Anderson 7ca94369da Fix encoding of trait static method paths. Closes #4097. r=pcwalton 2012-12-13 15:02:42 -08:00
Patrick Walton e71ec06118 librustdoc: Try to unbreak the test. rs=burning 2012-12-13 15:01:57 -08:00
Patrick Walton 9d23029648 libsyntax: Implement `deriving` for struct-like enum variants. r=brson 2012-12-13 14:55:11 -08:00
Patrick Walton efb9b74718 librustc: Fix explicit self for objects in more cases. r=nmatsakis 2012-12-13 13:29:08 -08:00
Patrick Walton 4c2e4c37ce librustc: Make `use` statements crate-relative by default. r=brson 2012-12-13 13:05:22 -08:00
Graydon Hoare 3c8dca429a syntax: normalize paths when parsing, close #4173. 2012-12-13 12:04:27 -08:00
Brian Anderson 0d59e86d80 core: Remove some uses of 'move' 2012-12-12 19:15:18 -08:00
Brian Anderson 948754b572 Fix the test for transmute 2012-12-12 18:41:30 -08:00
Brian Anderson 6047dd35bb Fix vtable calculations when translating static methods. Closes #4165 2012-12-12 17:14:39 -08:00
Brian Anderson 0494b078a9 Merge pull request #4172 from graydon/remove-old-syntax-ext
Remove old syntax ext
2012-12-12 17:13:41 -08:00
Graydon Hoare 9a4c669867 syntax: remove remaining #syntaxext machinery. Close #3516. 2012-12-12 17:08:09 -08:00
Tim Chevalier 0138d87f8f Document pub use foo::* in the reference manual
r=brson

Closes #3788
2012-12-12 16:38:36 -08:00