]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 borsauto merge of #12998 : huonw/rust/log_syntax, r=alexcri...
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 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 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...
2014-03-22 borsauto merge of #12907 : alexcrichton/rust/issue-12892...
2014-03-22 borsauto merge of #13051 : alexcrichton/rust/issue-13047...
2014-03-22 borsauto merge of #13036 : alexcrichton/rust/atomics, r...
2014-03-22 borsauto merge of #13016 : huonw/rust/new-opt-vec, r=cmr
2014-03-22 borsauto merge of #12833 : alexcrichton/rust/libnative...
2014-03-21 borsauto merge of #13043 : alexcrichton/rust/fix-rustdoc...
2014-03-21 Huon WilsonMigrate all users of opt_vec to owned_slice, delete...
2014-03-21 Matt BrubeckCopy-edit a sentence about borrowing references
2014-03-21 borsauto merge of #13024 : brson/rust/issue-12799, r=thestinger
2014-03-21 Alex Crichtonrand: Fix a bug acquiring a context on windows
2014-03-21 Alex Crichtonrand: Rewrite OsRng in Rust for windows
2014-03-21 Alex Crichtonrustc: Switch defaults from libgreen to libnative
2014-03-21 Alex Crichtonrustdoc: Fix file locking on windows
2014-03-21 borsauto merge of #13056 : huonw/rust/devecing-tests, r...
2014-03-21 Huon Wilsonsyntax: add the OwnedSlice vector wrapper.
2014-03-21 Huon Wilsonsyntax: allow `trace_macros!` and `log_syntax!` in...
2014-03-21 Huon WilsonAdd #[deny(deprecated_owned_vector)] to several modules.
2014-03-21 Huon Wilsongetopts: remove all uses of `~[]`.
2014-03-21 Huon WilsonRemove nearly all uses of `~[]` from libtest.
2014-03-21 Huon WilsonRemove outdated and unnecessary std::vec_ng::Vec imports.
2014-03-21 borsauto merge of #12654 : edwardw/rust/rc-arc, r=huonw
2014-03-21 Edward WangRewrite rc::Rc using cell::Cell
2014-03-21 Patrick Waltontest: Make manual changes to deal with the fallout...
2014-03-21 Patrick Waltontest: Automatically remove all `~[T]` from tests.
2014-03-21 Patrick Waltonlibstd: Add some methods to `Vec<T>`.
2014-03-21 borsauto merge of #13029 : FlaPer87/rust/master, r=alexcrichton
2014-03-21 borsauto merge of #13037 : alexcrichton/rust/attr-syntax...
2014-03-21 Steven FacklerClean up marker types and Unsafe initialization
2014-03-21 Alex Crichtonstd: Implement Clone/TotalEq for ProcessExit
2014-03-21 Steven FacklerRemove RefCell::{with, with_mut}
2014-03-21 Alex Crichtonstd: Rename {push,read}_bytes to {push,read}_exact
2014-03-21 Alex Crichtonsyntax: Tidy up parsing the new attribute syntax
2014-03-21 Daniel FagnanAdded new attribute syntax with backward compatibility.
2014-03-20 Huon Wilsonsyntax: make OptVec immutable.
2014-03-20 Alex Crichtonstd: Update atomic documentation to remove 'mut'
2014-03-20 borsauto merge of #13023 : thestinger/rust/deep_clone,...
2014-03-20 Brian Andersonstd: Remove AtomicU64
2014-03-20 Brian Andersonstd: Make the generic atomics in `sync::atomics` private
2014-03-20 Brian Andersonstd: Make the generic atomics take unsafe pointers
2014-03-20 borsauto merge of #13026 : alexcrichton/rust/snapshots...
2014-03-20 Alex CrichtonRegister new snapshots
next