]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-07-25 Luqman Adenlibstd: Get rid of duplication in {peer, socket}_name...
2013-07-25 Luqman Adenlibstd: Handle IPv4-Mapped/Compatible IPv6 addresses.
2013-07-25 Luqman Adenlibstd: Fix errors when rtdebug! is not a noop.
2013-07-25 Luqman Adenlibstd: Implement {peer, socket}_name for new rt tcp...
2013-07-24 borsauto merge of #8006 : emillon/rust/issue-6060, r=pcwalton
2013-07-24 borsauto merge of #7996 : erickt/rust/cleanup-strs, r=erickt
2013-07-24 Erick Tryzelaarstd: str.as_bytes_with_null_consume() => str.to_bytes_w...
2013-07-24 borsauto merge of #7997 : omasanori/rust/cleanup, r=cmr
2013-07-24 borsauto merge of #7982 : thestinger/rust/iterator, r=thest...
2013-07-24 blake2-ppcrc: Use ~T for allocation
2013-07-24 Daniel Micayfix compilation on macos/windows
2013-07-24 Stepan KoltsovToStr for HashMap does not need value to implement...
2013-07-24 Brian Andersonrustc: Remove some dead code from method resolution
2013-07-24 Björn SteinbrinkFix a crash when transmuting non-immediate to immediate...
2013-07-24 Daniel Micayfix fmt! usage
2013-07-24 Birunthan MohanathasDisallow non-comma-delimited arguments to fmt! and...
2013-07-24 Brian Andersonstd:rt: args module is not used by win/mac. #7951
2013-07-24 Birunthan MohanathasChange 'print(fmt!(...))' to printf!/printfln! in src...
2013-07-24 Birunthan MohanathasChange 'print(fmt!(...))' to printf!/printfln! in src...
2013-07-24 Daniel Micaydocument random-access iterators
2013-07-24 Daniel Micayexpand on double-ended iterators in the tutorial
2013-07-24 Daniel Micayadd a RandomAccessIterator trait
2013-07-24 borsauto merge of #7993 : Xazax-hun/rust/master, r=bblum
2013-07-24 borsauto merge of #7992 : huonw/rust/un-xfail, r=z0w0
2013-07-24 borsauto merge of #7987 : alexcrichton/rust/tests-for-close...
2013-07-24 borsauto merge of #7980 : graydon/rust/misc-benchmarks...
2013-07-24 borsauto merge of #7958 : kemurphy/rust/link-section, r...
2013-07-24 borsauto merge of #7885 : graydon/rust/workcache-fixes...
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 Graydon Hoarestd: wrap "long" utf8 lines.
2013-07-23 Graydon Hoareextra: rebase fallout.
2013-07-23 borsauto merge of #7964 : pnkfelix/rust/fsk-issue3994-readm...
2013-07-23 Graydon Hoareextra: give up trying to make more fields of context...
2013-07-23 Graydon Hoareextra: switch json from hashmaps to treemaps
2013-07-23 Graydon Hoareextra: add consume iter to treemap.
2013-07-23 Graydon Hoareextra: clean up workcache to use & in place of @ most...
2013-07-23 Graydon Hoareextra: remove a @ in workcache config.
2013-07-23 Graydon Hoareextra: change workcache::Work::unwrap to move out of...
2013-07-23 Graydon Hoareextra: access workcache db via RWARC.
2013-07-23 Graydon Hoareextra: use deriving more in workcache, switch to treemaps.
2013-07-23 Kevin MurphyAdd simple link_section test to exercise it
2013-07-23 borsauto merge of #7954 : zslayton/rust/master, r=huonw
2013-07-23 Etienne Millontidy: allow arbitrary spaces between // and NOTE
2013-07-23 borsauto merge of #7848 : michaelwoerister/rust/trans_clean...
2013-07-23 Erick Tryzelaarrustc: remove some dead functions
2013-07-23 OGINO MasanoriRemove unused variables in `compile_submatch`.
2013-07-23 Michael WoeristerAdapted `trans::common::{block, fn_ctxt, scope_info...
2013-07-23 borsauto merge of #7944 : blake2-ppc/rust/dlist-move-nodes...
2013-07-23 Gábor HorváthAdded missing memory orderings for atomic types.
2013-07-23 borsauto merge of #7934 : sfackler/rust/smallintset, r...
2013-07-23 Huon Wilsontest/run-fail: Un-xfail a test, make some other xfailed...
2013-07-23 borsauto merge of #7875 : sstewartgallus/rust/fubar, r...
2013-07-23 Alex CrichtonAdd a test for #5844 (a closed issue now)
2013-07-23 borsauto merge of #7873 : sstewartgallus/rust/cleanup_synta...
2013-07-23 Kevin MurphyAdd link_section attribute for static and fn items
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 Graydon Hoarestd: various additional language benchmarks in util.
2013-07-22 Graydon Hoarestd: add benchmark for allocating-and-dropping a struct...
2013-07-22 Graydon Hoarestd: add #[bench] benchmarks for num::strconv
2013-07-22 Graydon Hoarestd: add #[bench] benchmarks for rand.
2013-07-22 Graydon Hoarestd: add #[bench] benchmarks for global and local heaps.
2013-07-22 Graydon Hoarestd: add preliminary str benchmark.
2013-07-22 Graydon Hoarestd: add #[cfg(test)] reference to extra so we can...
2013-07-22 Graydon Hoarert: Fix child-iteration bug in crate map.
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...
next