]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-10-28 Daniel Micayadd support for the `cold` function attribute
2013-10-28 borsauto merge of #10080 : brson/rust/sched_queue, r=brson
2013-10-28 borsauto merge of #10098 : alexcrichton/rust/attempts,...
2013-10-27 Alex CrichtonIgnore a test which never completes on windows
2013-10-27 borsauto merge of #10026 : luqmana/rust/mut-pat, r=pcwalton
2013-10-27 Alex CrichtonFix a typo in a rt::io::signal test
2013-10-26 borsauto merge of #10072 : brson/rust/modelines, r=thestinger
2013-10-26 borsauto merge of #10048 : ibukanov/rust/mkdir-fix, r=brson
2013-10-26 borsauto merge of #10070 : alexcrichton/rust/fewer-missiles...
2013-10-26 borsauto merge of #10082 : brson/rust/gyp, r=huonw
2013-10-26 Brian AndersonPoint gyp submodule toward github
2013-10-26 Brian AndersonEncapsulate the lock-free mpsc queue in the MessageQueu...
2013-10-26 Brian AndersonAdd links to original mpmc and mpsc implementations
2013-10-26 Brian AndersonTidy
2013-10-26 Jason Toffalettiminor
2013-10-26 Jason Toffalettiminor
2013-10-26 Jason Toffalettifix bug introduced by previous clean up. more clean up.
2013-10-26 Jason Toffaletticlean up
2013-10-26 Jason Toffalettiadd padding to prevent false sharing
2013-10-26 Jason Toffalettiadd multi-producer multi-consumer bounded queue to...
2013-10-26 Jason Toffalettiadd cache line padding
2013-10-26 Jason Toffalettilock-free queue for scheduler message queue
2013-10-26 Brian AndersonRemove ancient emacs mode lines from test cases
2013-10-25 Alex CrichtonFire fewer homing missiles
2013-10-25 borsauto merge of #10067 : sanxiyn/rust/addr-of-bot, r...
2013-10-25 borsauto merge of #10066 : sanxiyn/rust/mut-ptr-clone,...
2013-10-25 borsauto merge of #10060 : alexcrichton/rust/cached-stdout...
2013-10-25 Alex CrichtonCache and buffer stdout per-task for printing
2013-10-25 Seo SanghyeonAllow taking address of bottom
2013-10-25 Seo SanghyeonImplement Clone trait for mutable unsafe pointers
2013-10-25 borsauto merge of #10054 : alexcrichton/rust/basic-event...
2013-10-25 Alex CrichtonImplement a basic event loop built on LittleLock
2013-10-25 borsauto merge of #10061 : thestinger/rust/rustc, r=alexcri...
2013-10-25 Luqman Adenlibsyntax: Get rid of obsolete obsolete warning.
2013-10-25 Luqman Adenlibrustc: Don't emit unused mut lint twice.
2013-10-25 Luqman AdenTest for mut in ident patterns.
2013-10-25 Luqman Adenlibsyntax: Get rid of some logic for some obsolete...
2013-10-25 Luqman Adenlibsyntax/librustc: Allow mut qualifier in patterns.
2013-10-25 Daniel Micayremove some dead trans code
2013-10-25 borsauto merge of #10059 : thestinger/rust/glue, r=pcwalton
2013-10-25 Daniel Micaystop trying to outsmart LLVM inline heuristics
2013-10-25 borsauto merge of #10055 : pcwalton/rust/arc-clone-inline...
2013-10-24 Alex CrichtonRemove the 'callback_ms' function from EventLoop
2013-10-24 Alex CrichtonFix a bug with the scheduler and destructor order
2013-10-24 borsauto merge of #9901 : alexcrichton/rust/unix-sockets...
2013-10-24 Alex CrichtonAnother round of test fixes and merge conflicts
2013-10-24 Alex CrichtonBring io::signal up to date with changes to rt::rtio
2013-10-24 Do Nhat Minhwrapping libuv signal for use in Rust
2013-10-24 Alex CrichtonFixing some tests, adding some pipes
2013-10-24 Alex CrichtonMigrate std::run to libuv processes
2013-10-24 Alex CrichtonRemove std::io once and for all!
2013-10-24 Alex CrichtonRemove std::io from ebml
2013-10-24 Alex CrichtonTest fixes and merge conflicts
2013-10-24 Alex CrichtonMove stdin to using libuv's pipes instead of a tty
2013-10-24 Alex CrichtonRemove io::read_error
2013-10-24 Alex CrichtonStop logging task failure to task loggers
2013-10-24 Alex CrichtonRemove even more of std::io
2013-10-24 Alex CrichtonMove as much I/O as possible off of native::io
2013-10-24 Alex CrichtonMigrate the last typedefs to ~Trait in rtio
2013-10-24 Alex CrichtonDon't attempt to export uv functions directly
2013-10-24 Alex CrichtonRemove IoFactoryObject for ~IoFactory
2013-10-24 Alex CrichtonRemove rt::io::support
2013-10-24 Alex CrichtonMigrate Rtio objects to true trait objects
2013-10-24 Alex CrichtonMove rt::io::stdio from FileStream to a TTY
2013-10-24 Alex CrichtonRemove unbound pipes from io::pipe
2013-10-24 Alex CrichtonAddress a few XXX comments throughout the runtime
2013-10-24 Alex CrichtonFinish implementing io::net::addrinfo
2013-10-24 Alex CrichtonImplement io::net::unix
2013-10-24 Patrick Waltonlibextra: Make arc::get and arc::new inline too.
2013-10-24 Patrick Waltonlibextra: Make arc clone inline
2013-10-24 borsauto merge of #10007 : Kimundi/rust/add_docs_01, r=cmr
2013-10-24 Marvin LöbelCleaned, documented, wrote tests for up std::bool
2013-10-24 borsauto merge of #10042 : thestinger/rust/fail, r=sanxiyn
2013-10-24 Igor Bukanovrust / build: make install should use explicit permissi...
2013-10-24 borsauto merge of #10040 : thestinger/rust/frame_address...
2013-10-24 Daniel Micaydrop unused `frame_address` intrinsic
2013-10-24 Daniel Micaymark some functions as returning !
2013-10-23 borsauto merge of #10032 : thestinger/rust/snapshot, r...
2013-10-23 Daniel Micayregister snapshots
2013-10-23 borsauto merge of #10022 : hatahet/rust/master, r=alexcrichton
2013-10-23 Ziad HatahetMade uv_stat_t.{st_dev, st_ino} public, #9958
2013-10-23 Ziad HatahetMerge remote-tracking branch 'upstream/master'
2013-10-23 borsauto merge of #10034 : sfackler/rust/time, r=alexcrichton
2013-10-23 Steven FacklerRe-make time struct fields public
2013-10-23 borsauto merge of #9810 : huonw/rust/rand3, r=alexcrichton
2013-10-23 borsauto merge of #10027 : catamorphism/rust/testcases...
2013-10-23 borsauto merge of #10021 : alexcrichton/rust/asm-now-analyz...
2013-10-23 borsauto merge of #10015 : huonw/rust/minor-fixes, r=alexcr...
2013-10-23 Tim Chevaliertestsuite: Test cases, all except issue-5216 xfailed
2013-10-23 borsauto merge of #9654 : catamorphism/rust/rustpkg-c-depen...
2013-10-23 Tim Chevalierrustpkg: Support arbitrary dependencies in the install API
2013-10-23 borsauto merge of #9989 : luqmana/rust/mut-everywhere,...
2013-10-23 Luqman AdenUpdate the manual.
2013-10-23 Ziad HatahetRemove thread-blocking call to `libc::stat` in `Path...
2013-10-23 Luqman AdenAdd tests for uniq & by-value self in mut slot.
2013-10-23 Luqman Adenlibsyntax/librustc: Allow specifying mut on ~self.
2013-10-23 Luqman Adenlibsyntax/librustc: Allow specifying mut on by-value...
2013-10-23 Huon Wilsonstd::rand: seed ISAAC with no transmutes.
2013-10-23 Huon Wilsonstd::rand: use "nothing up your sleeve numbers" for...
2013-10-23 Huon Wilsonstd::rand: simplify/safe-ify the default Rng.fill_bytes.
next