]> git.lizzy.rs Git - rust.git/history - src
auto merge of #7875 : sstewartgallus/rust/fubar, r=alexcrichton
[rust.git] / src /
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 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 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 #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-GallusCleanup libsyntax a bit
2013-07-22 Steven Stewart-GallusMinor 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 borsauto merge of #7932 : blake2-ppc/rust/str-clear, r...
2013-07-21 borsauto merge of #7923 : alexcrichton/rust/add-tests,...
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 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
2013-07-20 borsauto merge of #7419 : catamorphism/rust/default-package...
2013-07-20 blake2-ppcUse Option .take() or .take_unwrap() instead of util...
2013-07-20 Ben BlumFix warnings in stdtest and extratest. Maybe somebody...
2013-07-20 Ben BlumFix warnings in src/test/bench tests. Nobody will ever...
2013-07-20 Ben BlumAdd watched and indestructible spawn modes.
2013-07-20 Ben BlumRename TCB to Taskgroup
2013-07-20 Ben BlumEnable taskgroup code for newsched spawns.
2013-07-20 Ben BlumFix linked failure tests to block forever instead of...
2013-07-20 Ben Blum(cleanup) impl TaskSet
2013-07-20 Ben Blum(cleanup) Don't check taskgroup generation monotonicity...
2013-07-20 Ben Blum(cleanup) Modernize taskgroup code for the new borrow...
2013-07-20 Ben BlumReplace *rust_task ptrs in taskgroup code with TaskHand...
2013-07-20 Ben BlumAdd option::take(), the building block of the option...
2013-07-20 Ben BlumStash a spare kill flag inside tasks, to save two atomi...
2013-07-20 Ben BlumAdd tests for task killing and blocking.
2013-07-20 Ben BlumAdd test::with_test_task() convenience function.
2013-07-20 Ben BlumChange the HOF context switchers to pass a BlockedTask...
2013-07-20 Ben BlumAdd BlockedTask (wake, try_block, etc) in kill.rs.
2013-07-20 Ben BlumDo a task-killed check at the start of task 'timeslices'.
2013-07-20 Ben BlumImplement KillHandle::kill() and friends (unkillable...
2013-07-20 Ben BlumAdd tests for KillHandle
2013-07-20 Ben BlumRemove join_latch
2013-07-20 Ben BlumAdd kill::Death for task death services and use it...
2013-07-20 Ben BlumAdd KillHandle and implement exit code propagation...
2013-07-20 Ben BlumAdd UnsafeAtomicRcBox::try_unwrap()
2013-07-20 Ben BlumReimplement ARC::unwrap() and friends.
2013-07-20 Ben BlumAdd AtomicOption::fill() and AtomicOption::is_empty()
2013-07-20 Ben BlumRemove redundant Atomic{Ui,I}nt types from unstable...
2013-07-20 Ben BlumAdd Option::take_map{,_default}()
2013-07-20 Ben BlumAdd Either::expect_{left,right}
2013-07-20 Michael Woeristerdebuginfo: Removed some test relying on data structure...
next