]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 #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 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 borsauto merge of #7848 : michaelwoerister/rust/trans_clean...
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 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...
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 Felix S. Klock IINote incompatibility with global-whitespace-mode.
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 zslaytonExposed previously hidden 'use' statements in the tutor...
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...
next