]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 borsauto merge of #7943 : Dretch/rust/vec-slice-from-to...
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 #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 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 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...
2013-07-20 borsauto merge of #7855 : brson/rust/rt-overcommit, r=pcwalton
2013-07-20 Daniel MicayMerge pull request #7897 from thestinger/double
2013-07-20 Alex CrichtonAdd tests for issues which can be closed
2013-07-20 Matthijs HofstraAdded a new method to extra::future (unwrap) + a test
2013-07-20 Brian Andersonstd: Remove old magic core mod
2013-07-20 Jack MoffittReorganize README to make it more clear.
2013-07-20 Felix S. Klock IIPR #7637 followup: no need to print the set of removed...
2013-07-20 maikkleinupdated manual
2013-07-20 Daniel Micayremove dead take glue code paths
2013-07-20 Daniel Micayiterator: impl DoubleEndedIterator for adaptors
2013-07-20 Andreas Martenssmallint{map,set}: replace iterators with DoubleEndedIt...
2013-07-19 Brian Andersonmk: Remove CFG_INSTALL_SNAP logic. #2664
2013-07-19 Graydon Hoareextra: add some microbenchmarks
2013-07-19 Brian Andersonstd::rt: Remove an obsolete FIXME. #7757
2013-07-19 Brian Andersonstd::rt: Use a constant 4 threads for multithreaded...
2013-07-19 Eric ReedMissed the methods of UdpWatcher.
2013-07-19 Eric ReedChanged methods on UDP sockets and TCP/UDP watchers...
2013-07-19 Huon Wilsonsyntax: modernise attribute handling in syntax::attr.
next