]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 borsauto merge of #13080 : alexcrichton/rust/possible-osx...
2014-03-24 Brian Andersonmk: Make distcheck depend on dist-docs
2014-03-24 Brian AndersonRevert "mk: Run 'make install' through install.sh"
2014-03-24 Brian Andersonmk: Fix prepare.mk
2014-03-24 Brian Andersonmk: Fix a minor UI bug
2014-03-24 Brian Andersonmk: Don't rm 'dist' during clean, just its contents
2014-03-24 Brian Andersonmk: Remove some debug logging
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 Andersonmk: Cleanup dist.mk yet more
2014-03-24 Brian Andersonmk: Fix some dist deps for parallel builds
2014-03-24 Brian Andersoninstall: Error on uninstall if manifest can't be found
2014-03-24 Brian Andersonmk: Run 'make install' through install.sh
2014-03-24 Brian Andersonmk: Fix location of man pages in prepare.mk
2014-03-24 Brian Andersonmk: Wire up everything to dist and distcheck
2014-03-24 Brian Andersonmk: Fix distcheck
2014-03-24 Brian Andersonmk: Add FIXME about making windows installer support...
2014-03-24 Brian Andersonmk: Add docs to dist prep
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 Brian Andersonmk: Make OS X .pkg for all arches
2014-03-24 Brian Andersonmk: Cleanup
2014-03-24 Brian Andersonmk: Reorder definitions in dist.mk
2014-03-24 Brian Andersonmk: Stop building OS X .pkg as part of 'make dist'
2014-03-24 borsauto merge of #13049 : alexcrichton/rust/io-fill, r...
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-23 borsauto merge of #13096 : sstewartgallus/rust/cleanup...
2014-03-23 borsauto merge of #13095 : alexcrichton/rust/serialize...
2014-03-23 Steven Stewart... This 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... 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... 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...
2014-03-22 borsauto merge of #13053 : alexcrichton/rust/removing-ref...
2014-03-22 Alex Crichtonrand: Use fill() instead of read()
2014-03-22 Alex Crichtonstd: Add an I/O reader method to fill a buffer
2014-03-22 Alex Crichtonrustuv: Remove usage of get()
2014-03-22 Alex Crichtonrustc: Remove all usage of manual deref()
2014-03-22 Alex Crichtontest: Fix fallout of removing get()
2014-03-22 Alex Crichtonrustdoc: Fix fallout of removing get()
2014-03-22 Alex Crichtonrustc: Fix fallout of removing get()
2014-03-22 Alex Crichtonarena: Fix fallout of removing get()
2014-03-22 Alex Crichtonsyntax: Fix fallout of removing get()
2014-03-22 Alex Crichtonstd: Remove the get() method from RefCell wrappers
2014-03-22 borsauto merge of #13078 : klutzy/rust/issue-13075, r=alexc...
2014-03-22 klutzystd::os: Handle FormatMessage failure
2014-03-22 Flavio Percocodoc: Remove Freeze / NoFreeze from docs
2014-03-22 Flavio Percocotest: Remove Freeze / NoFreeze from tests
2014-03-22 Flavio Percocostd: Remove the Freeze kind and the NoFreeze marker
2014-03-22 Flavio Percococell: Remove Freeze / NoFreeze
2014-03-22 Flavio Percocostd::comm: Remove Freeze / NoFreeze
2014-03-22 Flavio Percocosync: Remove Freeze / NoFreeze
2014-03-22 Flavio Percocoarena: Remove Freeze / NoFreeze
2014-03-22 Flavio Percocorustc: Remove special treatment for Freeze and NoFreeze
2014-03-22 borsauto merge of #13062 : mbrubeck/rust/doc-edit, r=alexcr...
2014-03-22 borsauto merge of #13052 : sfackler/rust/clean-refcell...
next