]> git.lizzy.rs Git - rust.git/history - src
auto merge of #13034 : edwardw/rust/match, r=nikomatsakis
[rust.git] / src /
2014-03-27 borsauto merge of #13034 : edwardw/rust/match, r=nikomatsakis
2014-03-27 Edward Wang_match.rs: prune sub-match tree too aggressively
2014-03-27 borsauto merge of #13079 : alexcrichton/rust/colons, r=cmr
2014-03-26 borsauto merge of #13145 : alexcrichton/rust/flip-some...
2014-03-26 Alex Crichtonsyntax: Tweak parsing bounds on generics paths
2014-03-26 borsauto merge of #13152 : huonw/rust/wtf-are-things-in...
2014-03-26 borsauto merge of #13071 : ktt3ja/rust/deterministic-lifeti...
2014-03-26 Alex Crichtonsyntax: Permit visibility on tuple fields
2014-03-26 Alex Crichtonrustc: Relax restriction on privacy for fields
2014-03-26 borsauto merge of #13135 : alexcrichton/rust/dox, r=alexcri...
2014-03-26 Huon Wilsonsyntax: add a missing span rewrite in fold.
2014-03-26 Huon Wilsonsyntax: add a some docs/clarification to the fields...
2014-03-26 borsauto merge of #13134 : alexcrichton/rust/freebsd-libm...
2014-03-26 borsauto merge of #13133 : alexcrichton/rust/issue-13130...
2014-03-26 borsauto merge of #13117 : alexcrichton/rust/no-crate-map...
2014-03-26 borsauto merge of #13039 : Kimundi/rust/iter_by_value_exten...
2014-03-26 borsauto merge of #13106 : CLUSTERfoo/rust/docs/labelled_br...
2014-03-26 borsauto merge of #13141 : brson/rust/fix-make-install...
2014-03-25 borsauto merge of #12961 : cmr/rust/rustdoc-impls, r=alexcr...
2014-03-25 Marvin LöbelChanged `iter::Extendable` and `iter::FromIterator...
2014-03-25 Corey Richardsonrustdoc: render derived impls separately
2014-03-25 Corey Richardsonrustdoc: add some docs for item types
2014-03-25 Corey Richardsonrustdoc: html: use raw strings for great justice
2014-03-25 borsauto merge of #13070 : huonw/rust/share-doc, r=alexcrichton
2014-03-25 Alex Crichtonstd: Touch various I/O documentation blocks
2014-03-25 Patrick Waltonlibstd: Document the following modules:
2014-03-25 Alex Crichtonstd: Explicitly link to libm for freebsd
2014-03-25 Alex Crichtonrustuv: Handle short writes in uv_fs_write
2014-03-25 borsauto merge of #13122 : sstewartgallus/rust/cleanup...
2014-03-25 Huon Wilsonstd: expand the `Share` docs to make them more precise.
2014-03-25 borsauto merge of #13083 : FlaPer87/rust/issue-13005-borrow...
2014-03-25 borsauto merge of #13063 : brson/rust/dist, r=alexcrichton
2014-03-25 borsauto merge of #12991 : alexcrichton/rust/sync-chan...
2014-03-25 Alex Crichtoncomm: Implement synchronous channels
2014-03-25 borsauto merge of #12900 : alexcrichton/rust/rewrite-sync...
2014-03-25 Brian Andersonstd: Unignore atomic tests
2014-03-25 Alex Crichtontest: Update all tests with the sync changes
2014-03-25 Alex Crichtonsync: Wire up all of the previous commits
2014-03-25 Alex Crichtonsync: Update the arc module
2014-03-24 Steven Stewart-GallusCorrect issue workaround references
2014-03-24 Steven Stewart-GallusCleanup fixed issue #10734 workaround
2014-03-24 Kiet TranPrefer lifetime suggestion over generic error
2014-03-24 borsauto merge of #13080 : alexcrichton/rust/possible-osx...
2014-03-24 Brian Andersoninstall: Don't try to run binaries on install
2014-03-24 Brian Andersoninstall: Improve error handling
2014-03-24 Brian Andersoninstall: Error on uninstall if manifest can't be found
2014-03-24 Brian Andersonmk: Fix distcheck
2014-03-24 Brian Andersonmk: Put win installer in correct dir
2014-03-24 Brian Andersonmk: Cleanup version handling and add support for nightl...
2014-03-24 borsauto merge of #13049 : alexcrichton/rust/io-fill, r...
2014-03-24 Alex Crichtondoc: Update the runtime guide with green changes
2014-03-24 Alex Crichtonrustc: Remove all crate map support
2014-03-24 Alex Crichtongreen: Remove the dependence on the crate map
2014-03-24 Flavio Percocorustc: Completely forbid borrows of unsafe statics
2014-03-24 borsauto merge of #13113 : pnkfelix/rust/correct-static...
2014-03-24 borsauto merge of #12998 : huonw/rust/log_syntax, r=alexcri...
2014-03-24 Felix S. Klock IICorrect overly broad definition of `'static` kind bound.
2014-03-24 borsauto merge of #12948 : olleolleolle/rust/master, r...
2014-03-24 Olle JonssonDocumentation sprint: Terminfo
2014-03-24 noamAdded suggested notes
2014-03-23 borsauto merge of #13096 : sstewartgallus/rust/cleanup...
2014-03-23 noamdocs: named lifetimes
2014-03-23 borsauto merge of #13095 : alexcrichton/rust/serialize...
2014-03-23 Steven Stewart-GallusThis commit cleans up a few test warnings
2014-03-23 borsauto merge of #13074 : pczarn/rust/build-rlib, r=alexcr...
2014-03-23 borsauto merge of #13103 : mozilla-servo/rust/url-totaleq...
2014-03-23 Alex Crichtonserialize: Read/emit tuples with {read,emit}_tuple
2014-03-23 Alex Crichtonsync: Introduce new wrapper types for locking
2014-03-23 Alex Crichtonsync: Rewrite the base primitives
2014-03-23 Alex Crichtonsync: Move Once to using &self
2014-03-23 Alex Crichtonsync: Move the Mutex type to using &self
2014-03-23 Alex Crichtonsync: Move the concurrent queue to using &self
2014-03-23 Alex Crichtonstd: Move NativeMutex from &mut self to &self
2014-03-23 Alex CrichtonSnapshot cleanup
2014-03-23 borsauto merge of #13102 : huonw/rust/totaleq-deriving...
2014-03-23 Ms2gerMake url::Url derive TotalEq.
2014-03-23 borsauto merge of #13099 : FlaPer87/rust/master, r=huonw
2014-03-23 borsauto merge of #13093 : Havvy/rust/master, r=sfackler
2014-03-23 Huon Wilsonstd: remove the `equals` method from `TotalEq`.
2014-03-23 Piotr Czarneckirustc: Change the filename of compressed bitcode
2014-03-23 borsauto merge of #13092 : sfackler/rust/buffer-vec, r...
2014-03-23 Flavio PercocoRegister new snapshots
2014-03-23 borsauto merge of #13090 : thestinger/rust/iter, r=Aatch
2014-03-23 Daniel Micayiter: remove `to_owned_vec`
2014-03-23 borsauto merge of #13088 : thestinger/rust/hashmap, r=cmr
2014-03-23 Daniel Micayuse TotalEq for HashMap
2014-03-23 borsauto merge of #13089 : thestinger/rust/managed, r=Aatch
2014-03-23 Daniel Micaymake std::managed private
2014-03-23 Ryan Scheel (Havvy)Change types T,U to R (recv), S (sender) in libsync...
2014-03-23 Steven FacklerSome cleanup in std::io::buffered
2014-03-23 borsauto merge of #13087 : eddyb/rust/fix-autoderef, r=cmr
2014-03-22 Eduard BurtescuImplement cross-crate support for autoderef.
2014-03-22 borsauto merge of #13085 : edwardw/rust/saddest-cell, r=cmr
2014-03-22 Eduard BurtescuImplement vtable support for autoderef.
2014-03-22 borsauto merge of #13084 : Havvy/rust/master, r=alexcrichton
2014-03-22 borsauto merge of #13076 : FlaPer87/rust/remove-freeze...
2014-03-22 Ryan Scheel (Havvy)Unindent stringifier() in tasks guide
2014-03-22 Edward WangGet rid of @Cell
2014-03-22 borsauto merge of #12995 : Kroisse/rust/vec_ng_mut_slices...
2014-03-22 Eunchong YuAdd Vec::mut_slice_from(), mut_slice_to(), and mut_spli...
next