]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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 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...
2014-03-20 Brian Andersonmk: Simplify how prepare.mk, install.mk, and dist.mk...
2014-03-20 Daniel Micayrename std::vec -> std::slice
2014-03-20 Daniel Micayrm obsolete references to `DeepClone`
2014-03-20 Corey Richardsonstd: io: flush stdout on stdin read from tty
2014-03-20 borsauto merge of #13013 : huonw/rust/tytrait, r=cmr
2014-03-19 Nick CameronFix spans for enum-struct match arms
2014-03-19 borsauto merge of #12770 : eddyb/rust/drop-tld, r=cmr
2014-03-19 Alex Crichtonrustc: Prevent false positives in crate loading
2014-03-19 borsauto merge of #12879 : Aatch/rust/rustdoc-mod-privacy...
2014-03-19 borsauto merge of #12762 : klutzy/rust/win-struct-abi,...
2014-03-19 Tobias BucherRemove std::cast::transmute_immut_unsafe
2014-03-19 borsauto merge of #12982 : brson/rust/optiondocs, r=alexcri...
2014-03-19 Huon Wilsonrustc: put ty_closure behind some indirection.
2014-03-19 Huon Wilsonrustc: put ty_trait behind some indirection.
2014-03-19 borsauto merge of #12955 : sfackler/rust/vec_ng-doc, r...
2014-03-19 klutzyrustc: Fix x86 ffi for empty struct arguments
2014-03-19 klutzyrustc: Fix x86 ffi for struct arguments
2014-03-19 Eduard BurtescuDiscard MTWT & interner tables from TLD after they...
2014-03-19 Steven FacklerDocify std::vec_ng
2014-03-19 borsauto merge of #12954 : brson/rust/atomicdocs, r=alexcri...
2014-03-19 Brian Andersonstd: Improve option docs
2014-03-19 borsauto merge of #13006 : alexcrichton/rust/rollup, r...
2014-03-18 Alex CrichtonTest fixes from the rollup
2014-03-18 Marvin LöbelMade the `clone_from` implementation for `~T` reuse...
2014-03-18 Alex Crichtonrustdoc: Implement cross-crate searching
2014-03-18 Matthew McPherrinDocsprint: Document ops module, primarily Deref.
2014-03-18 Lindsey KuperTypo fixes.
2014-03-18 Jonathan SRelaxed the memory ordering on the implementation of...
2014-03-18 Ziad HatahetDocumentation and formatting changes for option.rs.
2014-03-18 Alan Andradedeny missing docs
2014-03-18 Eunchong YuAdd impl IntoStr for ::std::vec_ng::Vec<Ascii>
2014-03-18 Jeff Olsoncloses #12967 fix [en|de]coding of HashMap<K,V> where...
2014-03-18 Liigo Zhuanglibsyntax: librustdoc: ignore utf-8 BOM in .rs files
2014-03-18 Ben Noordhuisrustc: remove obsolete linkage types
2014-03-18 Ben Noordhuisrustc: remove linker_private/linker_private_weak
2014-03-18 Nick CameronFix linkage1 test which fails due to --as-needed
2014-03-18 Nick CameronMove syntax-extension-hexfloat.rs
2014-03-18 Simon Sapin`char`: s/character/Unicode scalar value/
2014-03-18 Alex Crichtonsyntax: Don't parameterize the the pretty printer
next