]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-09-17 borsauto merge of #9235 : olsonjeffery/rust/newrt_file_io_1...
2013-09-17 borsauto merge of #9256 : thestinger/rust/drop, r=alexcrichton
2013-09-17 Jeff Olsonstd: fix win32 build issue re: multistring parsing
2013-09-17 borsauto merge of #9236 : steveklabnik/rust/rustpkg_init...
2013-09-17 Steve KlabnikImplementing 'rustpkg init'.
2013-09-17 Jeff Olsonstd: whitespace clean up io::file docs
2013-09-17 Daniel Micayremove unnecessary transmutes
2013-09-17 borsauto merge of #9245 : kballard/rust/bytes-span, r=catam...
2013-09-17 Jeff Olsonstd: fix win32 build error in os::env()
2013-09-17 Jeff Olsonstd: remove RtioStream
2013-09-17 borsauto merge of #9244 : thestinger/rust/drop, r=catamorphism
2013-09-17 borsauto merge of #9241 : alexcrichton/rust/build-rustdoc...
2013-09-17 borsauto merge of #9239 : steveklabnik/rust/rustpkg_tutoria...
2013-09-17 borsauto merge of #9234 : steveklabnik/rust/rustpkg_manpage...
2013-09-17 borsauto merge of #9225 : huonw/rust/closing-time, r=alexcr...
2013-09-17 Huon WilsonTests for fixed issues.
2013-09-17 borsauto merge of #9214 : adridu59/rust/issue-7723, r=thest...
2013-09-17 borsauto merge of #9130 : alexcrichton/rust/inline-globals...
2013-09-17 Jeff Olsonstd: merge conflict cleanup from std::str
2013-09-17 Jeff Olsonstd: docstring fixes in io::file
2013-09-17 Jeff Olsonstd: minor cleanup in some io_error descs in io::file
2013-09-17 Jeff Olsonstd: lots of docs for std::rt::io::file
2013-09-17 Jeff Olsonstd: FsRequest.req_boilerplate() be &mut self
2013-09-17 Jeff Olsonstd: remove impl'd/commented-out fstat signatures
2013-09-17 Jeff Olsonstd: generlize & move io::file::suppressed_stat to...
2013-09-17 Jeff Olsonstd: correctly pass STDOUT in to naive_print test fn
2013-09-17 Jeff Olsonstd: unignore some file io tests that work on windows...
2013-09-17 Jeff Olsonstd: bind uv_fs_readdir(), flesh out DirectoryInfo...
2013-09-17 Jeff Olsonstd: expose more stat info
2013-09-17 Jeff Olsonstd: more work on from_c_multistring.. let it take...
2013-09-17 Jeff Olsonstd: clean up Dir/FileInfo inheritence and flesh out...
2013-09-17 Jeff Olsonstd: win32 os::env() str parsing to str::raw::from_c_mu...
2013-09-17 Jeff Olsonstd: adding file::{stat,mkdir,rmdir}, FileInfo and...
2013-09-17 Jeff Olsonmerge cleanup
2013-09-17 Jeff Olsonstd/rt: in-progress file io work
2013-09-17 borsauto merge of #9237 : brson/rust/valgrind, r=thestinger
2013-09-17 borsauto merge of #9233 : catamorphism/rust/issue-4208...
2013-09-17 borsauto merge of #9108 : blake2-ppc/rust/hazards-on-overfl...
2013-09-17 Daniel Micayswitch Drop to `&mut self`
2013-09-17 Kevin BallardLimit spans in bytes!() error messages to the argument...
2013-09-17 Steve KlabnikUpdating rustpkg tutorial from feedback.
2013-09-17 Alex CrichtonAdd the rustdoc_ng binary to the makefile rules
2013-09-17 borsauto merge of #9231 : cmr/rust/enum_encoding, r=catamor...
2013-09-17 blake2-ppcstd::at_vec: Fix segfault on overflow when resizing...
2013-09-17 blake2-ppcrt::io: Use vec::reserve_additional
2013-09-17 blake2-ppcstd::str: Fix overflow problems in unsafe code
2013-09-16 Steve KlabnikNew rustpkg tutorial.
2013-09-16 Corey RichardsonUpdate syntax test
2013-09-16 borsauto merge of #9109 : thestinger/rust/function, r=alexc...
2013-09-16 Daniel Micayset attributes on `invoke` instructions too
2013-09-16 Brian Andersonmk: Fix valgrinding with jemalloc
2013-09-16 Corey RichardsonFix hardcoded string in libsyntax
2013-09-16 Steve KlabnikUpdate rustpkg man page.
2013-09-16 borsauto merge of #9223 : sfackler/rust/tasks-fix, r=catamo...
2013-09-16 Tim Chevaliertestsuite: Add test for #4208
2013-09-16 borsauto merge of #9211 : klutzy/rust/win32-fix, r=alexcrichton
2013-09-16 Daniel Micaydocument why attributes are set on CallInst
2013-09-16 Daniel Micayadd sret + noalias to the out pointer parameter
2013-09-16 Daniel Micayfix handling of function attributes
2013-09-16 borsauto merge of #9204 : lkuper/rust/workcache, r=alexcrichton
2013-09-16 blake2-ppcstd::str: Add bench tests for StrVector::connect()...
2013-09-16 blake2-ppcstd::vec: Add function vec::bytes::push_bytes
2013-09-16 blake2-ppcstd::vec: Fix hazards with uint overflows in unsafe...
2013-09-16 Corey Richardsonextra::json: use a different encoding for enums.
2013-09-16 borsauto merge of #9192 : Kimundi/rust/master, r=huonw
2013-09-16 Marvin LöbelCorrected a few small style issues
2013-09-16 adridu59gitattributes: force LF line endings for all files
2013-09-16 Marvin LöbelAdd an SendStr type
2013-09-16 borsauto merge of #9121 : sanxiyn/rust/arm, r=alexcrichton
2013-09-16 Alex CrichtonResume inlining globals across crates
2013-09-16 Seo SanghyeonIgnore failing tests on Android
2013-09-16 Seo SanghyeonPass OS to gyp_uv
2013-09-16 borsauto merge of #9220 : kballard/rust/c_str-as_str, r...
2013-09-16 blake2-ppcstd::num: Add uint::next_power_of_two_opt
2013-09-16 borsauto merge of #8540 : cmr/rust/rustdoc_ng, r=catamorphism
2013-09-16 Corey Richardsonrustdoc_ng: add licenses and issue numbers to appease...
2013-09-16 Corey RichardsonUpdate rustdoc_ng to syntax and metadata changes
2013-09-16 Corey RichardsonUpdate rustdoc_ng to new ast naming
2013-09-16 Felix S. Klock IIFinish addition of rustdoc_ng to Makefiles.
2013-09-16 Corey RichardsonAdd rustdoc_ng
2013-09-16 borsauto merge of #9206 : alexcrichton/rust/issue-9188...
2013-09-16 borsauto merge of #9196 : alexcrichton/rust/attempting...
2013-09-16 borsauto merge of #9187 : lkuper/rust/no-simplevisitor...
2013-09-16 Steven FacklerRemove references to std::pipes from task tutorial
2013-09-16 borsauto merge of #9118 : alexcrichton/rust/llvm-fix, r...
2013-09-16 Lindsey KuperHave workcache::test put `foo.c` in the same directory...
2013-09-16 borsauto merge of #9219 : thestinger/rust/function-split...
2013-09-16 Alex CrichtonWhen declaring extern fns from external crates, use...
2013-09-16 Daniel Micayteach Call/CallWithConv to set attributes
2013-09-16 Kevin Ballardc_str: Add new method .as_str() -> Option<&str>
2013-09-16 Alex CrichtonUpgrade LLVM to close #9117
2013-09-16 Daniel Micayremove unused `FastCall` wrapper
2013-09-16 klutzystd::rt::uv::file: Enable tests on Win32
2013-09-16 klutzyextra::fileinput: Enable tests on Win32
2013-09-16 klutzystd::rt::uv::uvio: Enable tests on Win32
2013-09-15 borsauto merge of #9213 : dcrewi/rust/rust-test-arguments...
2013-09-15 David Creswickrust test: pass the remaining arguments through
2013-09-15 borsauto merge of #9168 : michaelwoerister/rust/traits...
2013-09-15 klutzystd::rt::io::net::tcp: Fix one tcp test on Win32
2013-09-15 klutzystd::rt::uv::uvll: Fix uv_req_type on Win32
next