]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-09-07 borsauto merge of #9016 : sfackler/rust/nanoseconds, r...
2013-09-07 borsauto merge of #9010 : aaronlaursen/rust/master, r=alexc...
2013-09-07 borsauto merge of #9030 : tikue/rust/glob, r=huonw
2013-09-07 Tim Kuehnuse enumerate in place of 'for ti in range(i, tokens...
2013-09-06 borsauto merge of #9019 : alexcrichton/rust/reconfigure...
2013-09-06 borsauto merge of #8994 : alexcrichton/rust/upgrade-libuv...
2013-09-06 Alex CrichtonUpgrade libuv to the current master (again)
2013-09-06 Aaron Laursenfix for issue #7588, overflow now handled correctly
2013-09-06 borsauto merge of #9017 : vadimcn/rust/rustllvm-build,...
2013-09-06 borsauto merge of #9002 : brson/rust/issue-8769, r=catamorphism
2013-09-06 borsauto merge of #9000 : brson/rust/dns, r=anasazi
2013-09-06 borsauto merge of #9018 : alexcrichton/rust/fix-bots, r...
2013-09-06 Alex CrichtonUn-hork the bots by removing intermediate files
2013-09-06 Alex CrichtonBe sure to reconfigure LLVM even when relocated
2013-09-06 Vadim ChugunovFixed makefile to point to the new llvm build directory.
2013-09-06 Steven FacklerAdd fractional second support to str{p,f}time
2013-09-06 Brian Andersonstd::rt: Fix addrinfo definition on BSD
2013-09-06 borsauto merge of #8914 : Dretch/rust/native-glob, r=alexcr...
2013-09-06 borsauto merge of #8909 : lkuper/rust/default-methods-refac...
2013-09-06 borsauto merge of #9011 : alexcrichton/rust/fix-lint, r...
2013-09-06 Alex CrichtonDon't run lint over gyp files (they just fail anyway)
2013-09-05 borsauto merge of #9004 : brson/rust/issue-8660, r=thestinger
2013-09-05 Brian Andersonextra: Don't overcommit test tasks. Closes #8660
2013-09-05 Brian Andersonstd: Remove push_fast from OwnedVector. Closes #8769
2013-09-05 borsauto merge of #8997 : fhahn/rust/issue_8985, r=catamorp...
2013-09-05 Brian Andersonstd::rt: Add get_host_addresses function
2013-09-05 Brian Andersonstd::rt: Add libuv bindings for getaddrinfo
2013-09-05 Brian Andersonstd::rt: Some I/O cleanup
2013-09-05 borsauto merge of #8992 : chris-morgan/rust/unreachable...
2013-09-05 Gareth SmithReplace os::glob with extra::glob, which is written...
2013-09-05 borsauto merge of #8984 : chris-morgan/rust/auto-stream...
2013-09-05 Florian HahnRename str::from_bytes to str::from_utf8, closes #8985
2013-09-05 borsauto merge of #8993 : pnkfelix/rust/fsk-fix-7740-dont...
2013-09-05 Lindsey KuperMinor doc cleanup.
2013-09-05 Lindsey KuperFactor shared code out into default GenericPath methods.
2013-09-05 borsauto merge of #8990 : thestinger/rust/str, r=alexcrichton
2013-09-05 borsauto merge of #8975 : alexcrichton/rust/reorganize...
2013-09-05 Felix S. Klock IIregression test for #7740.
2013-09-05 borsauto merge of #8875 : alexcrichton/rust/fix-inner-stati...
2013-09-05 Chris MorganAdd an ``unreachable!()`` macro.
2013-09-05 Alex CrichtonMove the `rt` build directory under $target
2013-09-05 Alex CrichtonImprove name mangling for gdb
2013-09-05 Daniel Micaystr: rm `map_chars`, replaced by iterators
2013-09-05 borsauto merge of #8944 : alexcrichton/rust/issue-8938...
2013-09-05 borsauto merge of #8980 : thestinger/rust/bool, r=thestinger
2013-09-05 blake2-ppcstd::str: Deny surrogates in is_utf8
2013-09-05 Daniel Micayforbid cast as bool
2013-09-05 borsauto merge of #8986 : metajack/rust/rem-1866-xfail...
2013-09-05 Jack MoffittRemove spurious comment in test for #1866.
2013-09-05 borsauto merge of #8978 : pnkfelix/rust/make-path-api-less...
2013-09-05 Chris MorganImplement Stream automatically for Reader + Writer
2013-09-05 Felix S. Klock IIFix #7740: gather_loans should not recur into the items...
2013-09-04 borsauto merge of #8977 : pnkfelix/rust/fsk-followup-on...
2013-09-04 borsauto merge of #8935 : blake2-ppc/rust/reader-bytes...
2013-09-04 borsauto merge of #8880 : fhahn/rust/issue_8703, r=brson
2013-09-04 borsauto merge of #8855 : michaelwoerister/rust/captured_va...
2013-09-04 Michael Woeristerdebuginfo: Fixed some merge fallout
2013-09-04 borsauto merge of #8901 : adridu59/rust/issue-8511, r=huonw
2013-09-04 Michael Woeristerdebuginfo: Much improved handling of captured variables...
2013-09-04 Michael Woeristerdebuginfo: Fixed some merge fallout
2013-09-04 Michael Woeristerdebuginfo: Always copy args to allocas if debuginfo...
2013-09-04 Michael Woeristerdebuginfo: Added test cases for structs, tuples, enums...
2013-09-04 Michael Woeristerdebuginfo: Support for by-value arguments (still exclud...
2013-09-04 Michael Woeristerdebuginfo: Support for variables captured in closures...
2013-09-04 Felix S. Klock IIAnother followup on #6009.
2013-09-04 adridu59libstd/os: set tmp dir to /data/tmp on Android
2013-09-04 borsauto merge of #8966 : FlaPer87/rust/issue/7473, r=bblum
2013-09-04 borsauto merge of #8956 : thestinger/rust/test, r=huonw
2013-09-04 Florian HahnConvert rust_log.cpp to Rust, closes #8703
2013-09-04 borsauto merge of #8974 : thestinger/rust/char, r=huonw
2013-09-04 Daniel Micaystop treating char as an integer type
2013-09-04 Daniel Micayadd test for tydesc name
2013-09-04 Felix S. Klock IIUpdate clients of path.rs to use new API.
2013-09-04 Felix S. Klock IIRevise path.rs API to not allocate ~str so much.
2013-09-04 borsauto merge of #8976 : alexcrichton/rust/issue-5425...
2013-09-04 borsauto merge of #8960 : Kimundi/rust/master, r=alexcrichton
2013-09-04 Alex CrichtonDon't die with an ICE on a blank library name
2013-09-04 Felix S. Klock IIMake non-pub condition! expand to non-pub mod. Fix...
2013-09-04 Felix S. Klock IIAdded explicit pub to several conditions. Enables...
2013-09-04 borsauto merge of #8951 : chris-morgan/rust/vim-update...
2013-09-04 Flaper FespUse MuextArc and RWArc in docstrings
2013-09-04 Alex CrichtonBuild rustllvm into $target/rustllvm
2013-09-04 Alex CrichtonMove the llvm auto-clean stamp into $target/llvm
2013-09-04 borsauto merge of #8950 : sanxiyn/rust/cross-xfail, r=brson
2013-09-04 Alex CrichtonRaise errors on format strings with unmatched `}`
2013-09-04 borsauto merge of #8943 : alexcrichton/rust/issue-8904...
2013-09-04 Alex CrichtonMove llvm into the artifacts build directory
2013-09-04 borsauto merge of #8942 : novalis/rust/fmt, r=alexcrichton
2013-09-04 novalisTest and document escaping on format!()
2013-09-04 Chris MorganSilence fo+=j error for users of Vim < 7.3.541.
2013-09-04 borsauto merge of #8963 : jmgrosen/rust/issue-8881, r=alexc...
2013-09-04 Marvin LöbelAdded ToStr impl for char
2013-09-04 Flaper FespFixed docs and styles
2013-09-03 Flaper FespAdd a safe implementation of MutexArc::access* methods
2013-09-03 Flaper FespRename MutexArc access methods to unsafe_access
2013-09-03 jmgrosenFixes #8881. condition! imports parent's pub identifiers
2013-09-03 borsauto merge of #8954 : anasazi/rust/tcp-acceptor, r...
2013-09-03 borsauto merge of #8921 : huonw/rust/stability, r=brson
2013-09-03 blake2-ppcrt::io: Rename Bytes to ByteIterator and add note about...
2013-09-03 borsauto merge of #8934 : sfackler/rust/bufreader, r=brson
next