]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-07-23 Erick Tryzelaarstd: make str::append move self
2013-07-23 Erick Tryzelaarrustc: remove unused variables
2013-07-23 Erick Tryzelaarclean up warnings
2013-07-23 Erick Tryzelaarstd: inline str::with_capacity and vec::with_capacity
2013-07-23 Erick Tryzelaarstd: simplify str::as_imm_buf and vec::as_{imm,mut...
2013-07-23 Erick Tryzelaarstr: move as_mut_buf into OwnedStr, and make it `self`
2013-07-23 Erick Tryzelaarstd: remove a malloc from os::fill_charp_buf
2013-07-23 Erick Tryzelaarstd: remove str::to_owned and str::raw::slice_bytes_owned
2013-07-23 Erick Tryzelaarstd: rename str.as_buf to as_imm_buf, add str.as_mut_buf
2013-07-23 Erick Tryzelaarstd and extra: use as_c_str instead of as_buf in a...
2013-07-23 Erick Tryzelaarstd: add test for str::as_c_str
2013-07-23 Erick Tryzelaarstd: move StrUtil::as_c_str into StrSlice
2013-07-23 Erick Tryzelaarstd: move str::as_buf into StrSlice
2013-07-23 Erick Tryzelaarstd: remove os::as_c_charp
2013-07-23 Erick Tryzelaarstd: rename str.as_bytes_with_null_consume to str.to_by...
2013-07-23 Erick Tryzelaarrustc: remove some dead functions
2013-07-23 borsauto merge of #7944 : blake2-ppc/rust/dlist-move-nodes...
2013-07-23 borsauto merge of #7934 : sfackler/rust/smallintset, r...
2013-07-23 borsauto merge of #7875 : sstewartgallus/rust/fubar, r...
2013-07-23 borsauto merge of #7873 : sstewartgallus/rust/cleanup_synta...
2013-07-23 borsauto merge of #7703 : sfackler/rust/bitv, r=alexcrichton
2013-07-23 borsauto merge of #7916 : olsonjeffery/rust/newrt_timer...
2013-07-22 blake2-ppcdlist: Rename rotate methods to .rotate_forward() and...
2013-07-22 borsauto merge of #7883 : brson/rust/rm-std-net, r=graydon
2013-07-22 Jeff Olsonstd: fix for blocked task resume
2013-07-22 Brian Andersonstd: Remove at_exit API. Unused
2013-07-22 Brian Andersonstd: Remove unstable::global. Unused
2013-07-22 Brian Andersonstd: Move change_dir_locked to unstable. #7870
2013-07-22 Brian Andersonstd::rt: Stop using unstable::global in change_dir_locked
2013-07-22 Brian Andersonstd: Remove weak_task API. Unused
2013-07-22 Brian Andersonextra: Add url module
2013-07-22 Brian Andersonextra: Remove uv, net, timer code
2013-07-22 borsauto merge of #7943 : Dretch/rust/vec-slice-from-to...
2013-07-22 Jeff Olsonstd: make check appeasement
2013-07-22 Jeff Olsonstd: minor timer cleanup based on feedback
2013-07-22 Jeff Olsonstd: add rt::io::Timer
2013-07-22 Jeff Olsonstd: add RtioTimer and UvTimer impl atop rt::uv
2013-07-22 borsauto merge of #7942 : Dretch/rust/os-listdir-path-no...
2013-07-22 borsauto merge of #7940 : cmr/rust/comments, r=pnkfelix
2013-07-22 blake2-ppcdlist: Fix .peek_next() w.r.t double ended iterators
2013-07-22 borsauto merge of #7903 : michaelwoerister/rust/end_of_span...
2013-07-22 Michael WoeristerDe-spanned<T> and renamed ast::field (now ast::Field)
2013-07-22 Michael WoeristerAst spanned<T> refactoring, renaming: crate, local...
2013-07-22 borsauto merge of #7941 : dotdash/rust/codegen, r=huonw
2013-07-22 borsauto merge of #7926 : brson/rust/issue-4116, r=graydon
2013-07-22 borsauto merge of #7957 : alexcrichton/rust/ignore-warnings...
2013-07-22 Alex CrichtonAllow all warnings in stage0 to account for bugs
2013-07-22 borsauto merge of #7955 : thestinger/rust/snapshot, r=huonw
2013-07-22 Daniel Micaytemporarily disable 3 rustpkg tests
2013-07-22 Daniel Micaynew snapshot
2013-07-22 borsauto merge of #7938 : crabtw/rust/foreign-vis, r=huonw
2013-07-22 Steven Stewart... Cleanup libsyntax a bit
2013-07-22 Steven Stewart... Minor cleanup of hashmap
2013-07-22 Daniel MicayMerge pull request #7936 from thestinger/cleanup
2013-07-22 Brian Andersonsyntax: Bless mod.rs. #4116
2013-07-21 Steven FacklerEliminated SmallIntSet
2013-07-21 borsauto merge of #7932 : blake2-ppc/rust/str-clear, r...
2013-07-21 blake2-ppcdlist: Remove extraneous unwrap in .pop_back_node()
2013-07-21 borsauto merge of #7923 : alexcrichton/rust/add-tests,...
2013-07-21 blake2-ppcdlist: Use Ord for .insert_ordered()
2013-07-21 blake2-ppcdlist: Remove bench tests for vec
2013-07-21 blake2-ppcdlist: Add bench test for rotate_to_{front, back}
2013-07-21 borsauto merge of #7921 : bytewiseand/rust/smallint-iter...
2013-07-21 Gareth SmithRemove what appears to be redundant indirection from
2013-07-21 blake2-ppcdlist: Add .rotate_to_front(), .rotate_to_back()
2013-07-21 blake2-ppcdlist: Factor out pop and push operations by list node
2013-07-21 blake2-ppcdlist: Simplify match clauses to use Option methods
2013-07-21 blake2-ppcserialize: implement Encodable for DList
2013-07-21 Björn SteinbrinkAvoid blocks for static allocas and loading the closure...
2013-07-21 Björn SteinbrinkProvide lower level access to the LLVM IR builder
2013-07-21 Björn SteinbrinkRemove an unnecessary block/jump from the drop glue...
2013-07-21 Björn SteinbrinkAvoid creating llenv blocks when there's nothing to...
2013-07-21 Gareth SmithAdd slice_from and slice_to methods for vec, like the
2013-07-21 Corey RichardsonDoc for ast::Path
2013-07-21 Jyun-Yan Yousyntax: print visibilities of foreign items
2013-07-21 Steven FacklerAdded bitv iterator benchmarks
2013-07-21 Steven FacklerAdded iterator tests
2013-07-21 Steven FacklerRemoved unecessary indirection in Bitv
2013-07-21 Steven FacklerDerive Clone for bitv stuff
2013-07-21 Steven FacklerSwitched bitv to external iterators
2013-07-21 borsauto merge of #7913 : brson/rust/rm-install-snap, r...
2013-07-21 borsauto merge of #7912 : graydon/rust/extra-new-benchmarks...
2013-07-21 borsauto merge of #7902 : huonw/rust/attr++, r=cmr,pcwalton
2013-07-21 borsauto merge of #7896 : pcwalton/rust/pub-extern, r=pcwalton
2013-07-21 Patrick Waltonlibrustc: Remove `pub extern` and `priv extern` from...
2013-07-21 Daniel Micayrm obsolete no-op lints
2013-07-20 borsauto merge of #7882 : blake2-ppc/rust/iterator-clone...
2013-07-20 borsauto merge of #7910 : brson/rust/rm-fixme, r=graydon
2013-07-20 borsauto merge of #7908 : anasazi/rust/fix_udp_mut, r=brson
2013-07-20 blake2-ppcdlist: Implement Clone for immutable iterators
2013-07-20 blake2-ppcstd: Implement Clone for VecIterator and iterators...
2013-07-20 blake2-ppciterator: Add test for .cycle()
2013-07-20 blake2-ppciterator: Let closure-less iterators derive Clone
2013-07-20 blake2-ppciterator: Add .cycle() to repeat an iterator
2013-07-20 borsauto merge of #7894 : pcwalton/rust/and-pointers-in...
2013-07-20 blake2-ppcstr: Implement Container for ~str, @str and Mutable...
2013-07-20 borsauto merge of #7710 : michaelwoerister/rust/WP4, r=jdm
2013-07-20 borsauto merge of #7886 : msullivan/rust/default-methods...
2013-07-20 borsauto merge of #7884 : pcwalton/rust/check-loans-and...
2013-07-20 borsauto merge of #7858 : bblum/rust/kill, r=brson
next