]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-03-23 Daniel Micayuse TotalEq for HashMap
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 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
2014-03-20 borsauto merge of #13020 : alexcrichton/rust/vec, r=brson
2014-03-20 Brian Andersonstd: Make atomics immutable. #11583
2014-03-20 Alex CrichtonRemoving imports of std::vec_ng::Vec
2014-03-20 Alex Crichtonrustc: Default the ~[] lint to allow for now
2014-03-20 Alex Crichtonstd: Add Vec to the prelude
2014-03-20 borsauto merge of #13017 : alexcrichton/rust/issue-13010...
2014-03-20 borsauto merge of #13015 : tbu-/rust/pr_remove_immut, r...
2014-03-20 borsauto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis
2014-03-20 borsauto merge of #12980 : cmr/rust/overhaul-stdio, r=thest...
2014-03-20 borsauto merge of #13028 : thestinger/rust/vec_ng, r=huonw
2014-03-20 Steven FacklerA couple of fixes to vec_ng docs
2014-03-20 Flavio PercocoMention Share in the tutorial
2014-03-20 Flavio PercocoMention share in guide-unsafe instead of freeze
2014-03-20 Flavio PercocoLet travis check docs for stage1
2014-03-20 Flavio PercocoMake atomics interior Unsafe<T>
2014-03-20 Flavio PercocoAllow static items that don't fulfill `Freeze`
2014-03-20 Flavio PercocoForbid borrow of static items with unsafe interior
2014-03-20 Flavio PercocoGather loans for static items
2014-03-20 Flavio PercocoLet ArcData use Unsafe<T>
2014-03-20 Flavio PercocoMake Cell and RefCell use Unsafe<T>
2014-03-20 Flavio PercocoAdd Unsafe<T> type
2014-03-20 Flavio PercocoRelax interner's Share bound
2014-03-20 Flavio PercocoReplace Freeze bounds with Share bounds
2014-03-20 Flavio PercocoMake `Rc`, `Cell` and `RefCell` NoShare
2014-03-20 Flavio PercocoAdd a Share kind
2014-03-20 Daniel Micayrename std::vec_ng -> std::vec
2014-03-20 borsauto merge of #12854 : nick29581/rust/parse-enum-struct...
2014-03-20 borsauto merge of #12772 : thestinger/rust/slice, r=alexcri...
next