]> git.lizzy.rs Git - rust.git/history - src/libstd
auto merge of #10977 : brson/rust/androidtest, r=brson
[rust.git] / src / libstd /
2013-12-19 borsauto merge of #10977 : brson/rust/androidtest, r=brson
2013-12-19 borsauto merge of #10927 : g3xzh/rust/sum_bugfix, r=huonw
2013-12-19 borsauto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmr
2013-12-18 Huon Wilsonstd::str: remove .as_mut_buf & rewrite/simplify `.push_...
2013-12-18 Huon Wilsonstd::str: replace .as_imm_buf with .as_ptr.
2013-12-18 Huon Wilsonstd::vec: remove .as_muf_buf, replaced by .as_mut_ptr...
2013-12-18 Huon Wilsonstd::vec: remove .as_imm_buf, replaced by .as_ptr ...
2013-12-18 borsauto merge of #11013 : klutzy/rust/win-no-pthread,...
2013-12-18 borsauto merge of #11012 : alexcrichton/rust/needstest...
2013-12-18 borsauto merge of #11033 : michaelwoerister/rust/byvalself...
2013-12-18 borsauto merge of #11024 : huonw/rust/return-from-closures...
2013-12-18 borsauto merge of #10915 : alexcrichton/rust/fixes, r=ILyoan
2013-12-18 borsauto merge of #11025 : ezyang/rust/reword-second-borrow...
2013-12-18 borsauto merge of #11018 : sfackler/rust/variant-strip...
2013-12-18 borsauto merge of #11019 : alexcrichton/rust/issue-10545...
2013-12-17 borsauto merge of #11009 : ktt3ja/rust/issue-11006, r=alexc...
2013-12-17 borsauto merge of #10967 : chris-morgan/rust/clean-and...
2013-12-17 borsauto merge of #10979 : alexcrichton/rust/less-bc, r=cmr
2013-12-17 borsauto merge of #10863 : cadencemarseille/rust/patch...
2013-12-17 Alex CrichtonDon't allow impls to force public types
2013-12-17 borsauto merge of #11030 : cmr/rust/rustdoc_on_fire, r...
2013-12-17 borsauto merge of #10972 : metajack/rust/pkgid-with-name...
2013-12-17 borsauto merge of #11005 : sanxiyn/rust/mut, r=alexcrichton
2013-12-17 borsauto merge of #10998 : thestinger/rust/iter, r=alexcrichton
2013-12-17 Cadence MarseilleHandle ENOENT
2013-12-17 borsauto merge of #10996 : huonw/rust/more-vec-raw, r=cmr
2013-12-17 borsauto merge of #10990 : ktt3ja/rust/method-stability...
2013-12-17 borsauto merge of #10830 : alexcrichton/rust/spsc-queue...
2013-12-17 borsauto merge of #10924 : pcwalton/rust/pod, r=pcwalton
2013-12-17 Alex CrichtonTest fallout from std::comm rewrite
2013-12-17 Patrick Waltonlibstd: Implement the new `Cell`.
2013-12-17 Patrick Waltonlibrustc: Implement a `Pod` kind for types that can...
2013-12-17 borsauto merge of #10964 : cartazio/rust/gcc-detector,...
2013-12-17 Alex CrichtonFallout of rewriting std::comm
2013-12-17 Alex CrichtonRewrite std::comm
2013-12-16 Huon Wilsonstd::vec: make init_elem nicer by doing fewer moves.
2013-12-16 Huon Wilsonstd::vec: convert .copy_memory to use copy_nonoverlappi...
2013-12-16 Huon Wilsonstd::vec::bytes: remove the reference to overlapping...
2013-12-16 Huon Wilsonstd::vec::raw: convert copy_memory to a method.
2013-12-16 Huon Wilsonstd::vec::raw: convert init_elem to a method.
2013-12-16 borsauto merge of #11002 : pnkfelix/rust/fsk-improve-doc...
2013-12-16 Felix S. Klock IISpell out the units used for the `offset` argument...
2013-12-16 Daniel Micayvec: avoid some unsafe code in MoveIterator's dtor
2013-12-16 borsauto merge of #10966 : michaelwoerister/rust/prelude2...
2013-12-16 Huon Wilsonstd::vec: remove aliasing &mut [] and &[] from shift_opt.
2013-12-16 borsauto merge of #10995 : thestinger/rust/fast_move_iter...
2013-12-16 Daniel Micayvec: make the move iterator fast for all types
2013-12-16 borsauto merge of #10994 : ktt3ja/rust/issue-10956, r=alexc...
2013-12-16 borsauto merge of #10919 : alexcrichton/rust/snapshots...
2013-12-16 Alex CrichtonRegister new snapshots
2013-12-15 borsauto merge of #10982 : ezyang/rust/lvalue-def, r=pcwalton
2013-12-15 borsauto merge of #10929 : pcwalton/rust/deboxing, r=pcwalton
2013-12-15 Patrick Waltonlibstd: Fix merge fallout.
2013-12-15 Patrick Waltonlibrustc: Remove identifiers named `box`, since it...
2013-12-15 borsauto merge of #10984 : huonw/rust/clean-raw, r=cmr
2013-12-15 borsauto merge of #10974 : huonw/rust/spellck, r=alexcrichton
2013-12-15 Huon Wilsonstd::vec: convert to(_mut)_ptr to as_... methods on...
2013-12-15 Huon WilsonMove std::{str,vec}::raw::set_len to an unsafe method...
2013-12-15 Huon Wilsonstd::vec: move pointless `raw::get` and `unsafe_get...
2013-12-15 Huon Wilsonstd::vec::raw: clean up docs.
2013-12-15 Huon Wilsonstd::vec::bytes: remove obsolete functions.
2013-12-15 Huon Wilsonstd::vec: remove unnecessary count parameter on {bytes,
2013-12-15 borsauto merge of #10948 : cmr/rust/update_pkgid, r=metajack
2013-12-15 borsauto merge of #10932 : alexcrichton/rust/feature-update...
2013-12-15 Huon Wilsonstd::rt: s/pausible/pausable/.
2013-12-15 Huon Wilsonstd: fix spelling in docs.
2013-12-15 borsauto merge of #10968 : MicahChalmer/rust/emacs-proc...
2013-12-14 borsauto merge of #10952 : huonw/rust/1ms-bench, r=cmr
2013-12-14 borsauto merge of #10936 : cadencemarseille/rust/issue...
2013-12-14 borsauto merge of #10870 : ktt3ja/rust/issue-10865, r=alexc...
2013-12-14 Cadence MarseilleFix #10754 - `std::run` functions fail after io_error
2013-12-14 borsauto merge of #10949 : fabricedesre/rust/no-gnustl...
2013-12-14 borsauto merge of #10944 : metajack/rust/pkgid-docs, r=cmr
2013-12-14 borsauto merge of #10938 : jhasse/rust/patch-rustpkg, r...
2013-12-14 Chris MorganRename To{Str,Bytes}Consume traits to Into*.
2013-12-14 borsauto merge of #10933 : TeXitoi/rust/shootout-fasta...
2013-12-14 Chris MorganRemove {As,Into,To}{Option,Either,Result} traits.
2013-12-14 borsauto merge of #10935 : sanxiyn/rust/fk-anon, r=pcwalton
2013-12-14 borsauto merge of #10931 : sfackler/rust/base64-visibility...
2013-12-14 borsauto merge of #10921 : alexcrichton/rust/libuv-upgrade...
2013-12-14 Kiet TranDead-code pass now marks and warns foreign items
2013-12-14 borsauto merge of #10923 : boredomist/rust/export-summary...
2013-12-14 borsauto merge of #10960 : brson/rust/android, r=alexcrichton
2013-12-13 borsauto merge of #10918 : eddyb/rust/inline-finally-dtor...
2013-12-13 borsauto merge of #10849 : adridu59/rust/patch-css, r=alexc...
2013-12-13 borsauto merge of #10916 : alexcrichton/rust/nounwind,...
2013-12-13 borsauto merge of #10913 : cmr/rust/rustdoc_man, r=huonw
2013-12-13 borsauto merge of #10912 : DiamondLovesYou/rust/master...
2013-12-13 borsauto merge of #10909 : sanxiyn/rust/coherence, r=alexcr...
2013-12-13 borsauto merge of #10908 : alexcrichton/rust/issue-10907...
2013-12-13 borsauto merge of #10895 : sfackler/rust/io-util, r=alexcri...
2013-12-13 borsauto merge of #10698 : metajack/rust/dep-info, r=alexcr...
2013-12-13 Fabrice DesréRemove dependency on gnustl_shared for android builds
2013-12-12 Eduard BurtescuInline Finallyalizer::drop, allowing LLVM to optimize...
2013-12-12 Steven FacklerAdd std::io::util
2013-12-11 borsauto merge of #10897 : boredomist/rust/remove-self...
2013-12-11 Erik PriceMake 'self lifetime illegal.
2013-12-11 borsauto merge of #10891 : chris-morgan/rust/macroize-...
2013-12-11 borsauto merge of #10888 : chris-morgan/rust/2013-12-10...
2013-12-11 borsauto merge of #10787 : nikomatsakis/rust/issue-9629...
next