]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-08-24 Luqman Adenlibrustc: Always use session target triple.
2013-08-24 Luqman Adenrustllvm: Specify hard floats for gnueabihf.
2013-08-24 borsauto merge of #8722 : graydon/rust/2013-08-23-test...
2013-08-24 borsauto merge of #8719 : msullivan/rust/cleanup, r=catamor...
2013-08-24 borsauto merge of #8716 : andrew-d/rust/andrew-fix-warnings...
2013-08-24 borsauto merge of #8705 : brson/rust/lesscxx, r=graydon
2013-08-24 Brian Andersonrt: Remove rust_abi
2013-08-24 Brian Andersonrt: Remove rust_util.cpp
2013-08-24 Brian Andersonrt: Remove old precise GC code
2013-08-24 Brian Andersonrt: Move some test functions to rust_test_helpers
2013-08-24 Brian Andersonrt: Remove exit_status helpers
2013-08-24 Brian Andersonrt: Remove sync.h
2013-08-24 Brian Andersonrt: Memory regions are never synchronized now
2013-08-24 Brian Andersonrt: Remove timer
2013-08-24 borsauto merge of #8724 : thestinger/rust/fix-transmute...
2013-08-23 Daniel Micayfix performance regression from invalid IR
2013-08-23 Graydon Hoaretest: add support for sharding testsuite by passing...
2013-08-23 Brian Andersonrt: Remove indexed_list
2013-08-23 Brian Andersonrt: Remove rust_exchange_alloc
2013-08-23 Brian Andersonrt: Remove last use of C++ exchange alloc
2013-08-23 Andrew DunhamFix two small warnings
2013-08-23 Michael SullivanUse the proper monomorphized ty::t for llvm alias hints...
2013-08-23 borsauto merge of #8695 : thestinger/rust/build, r=pcwalton
2013-08-23 borsauto merge of #8684 : michaelwoerister/rust/stepping_an...
2013-08-23 borsauto merge of #8692 : kballard/rust/ffi-tutorial-c_str...
2013-08-23 borsauto merge of #8691 : anasazi/rust/fix-timer-interface...
2013-08-23 borsauto merge of #8686 : kmcallister/rust/doc, r=catamorphism
2013-08-23 borsauto merge of #8682 : adridu59/rust/master, r=cmr
2013-08-23 borsauto merge of #8681 : mrordinaire/rust/remove-set_args...
2013-08-23 borsauto merge of #8677 : bblum/rust/scratch, r=alexcrichton
2013-08-23 borsauto merge of #8671 : kballard/rust/range_inclusive...
2013-08-23 borsauto merge of #8596 : vadimcn/rust/master, r=alexcrichton
2013-08-23 Vadim ChugunovDisabled broken tests in std::vec.
2013-08-23 Vadim ChugunovEnabled unit tests in std and extra.
2013-08-23 borsauto merge of #8639 : singingboyo/rust/use-decl-doc...
2013-08-23 Brandon SandersonClarify use_decl module resolution docs.
2013-08-23 Do Nhat Minhremoved os::set_args, closing #8325
2013-08-23 borsauto merge of #8655 : olsonjeffery/rust/newrt_file_io...
2013-08-23 Daniel Micaymake: stop disabling frame pointer elimination
2013-08-23 Daniel Micaymake: rm LLVM_BUILD_ENV
2013-08-23 Jeff Olsonfix 32bit mac build error
2013-08-23 borsauto merge of #8659 : msullivan/rust/default-methods...
2013-08-23 Kevin BallardUpdate FFI tutorial to reference `c_str::to_c_str`
2013-08-22 Jeff Olsonmake check appeasement
2013-08-22 Jeff Olsonstd: put FileMode/Access->whence-mask in uvio, open...
2013-08-22 Jeff Olsonstd: slight refactor on UvFilestream seek behavior...
2013-08-22 Jeff Olsonstd: all of the calls in rt::uv::file take a &Loop
2013-08-22 Jeff Olsonstd: moved static file actions (open,unlink) to FsRequest
2013-08-22 Jeff Olsonstd: reform fn sigs of FileDescriptor methods (better...
2013-08-22 Jeff Olsonstd: rename tmp file paths to go into ./tmp folder...
2013-08-22 Jeff Olsonchange FileDescriptor instance methods to use &mut...
2013-08-22 Jeff Olsonstd: more seek tests
2013-08-22 Jeff Olsonstd: naive stdio print test in uvio
2013-08-22 Jeff Olsonrt: re-adding lines erroneous stripped out in merge...
2013-08-22 Jeff Olsonstd: UvFileStream implements HomingIO + .home_for_io...
2013-08-22 Jeff Olsonstd: writing to stdout only works when using -1 offset..
2013-08-22 Jeff Olsonstd: stripping unneeded fcntl.h include from rust_uv.cpp
2013-08-22 Jeff Olsonstd: lint appeasement for unused param in condition...
2013-08-22 Jeff Olsonstd: rework file io.. support [p]read,[p]write, impl...
2013-08-22 Jeff Olsonstd: adding #[fixed_stack_segment] as needed in new...
2013-08-22 Jeff Olsonstd: add FileStream::unlink + more tests
2013-08-22 Jeff Olsonstd: rt::io::file::FileStream fleshed out.. needs more...
2013-08-22 Jeff Olsonstd: CRUD file io bindings in uvio, fs_open()/unlink...
2013-08-22 Jeff Olsonstd: remove fcntl const bindings + making valgrind...
2013-08-22 Jeff Olsonstd: support async/threadpool & sync paths in uv_fs_...
2013-08-22 Jeff Olsonstd: add read and unlink to low-level FileDescriptor...
2013-08-22 Jeff Olsonstd: working tests for low-level libuv open, write...
2013-08-22 Jeff Olsonstd: bootstrapping libuv-based fileio in newrt... open...
2013-08-22 Kevin BallardImplement size_hint() on RangeInclusive
2013-08-22 Michael SullivanSuppress a broken test. Issue #8690.
2013-08-22 borsauto merge of #8688 : alexcrichton/rust/fix, r=graydon
2013-08-22 Alex CrichtonDon't attempt to run tidy over libuv or llvm
2013-08-22 Keegan McAllisterdoc: Fix transmute example
2013-08-22 Michael SullivanDon't do a bogus substitution on the transformed self...
2013-08-22 Michael SullivanSubstitute into the impl method rather than the trait...
2013-08-22 Michael SullivanFix type parameter handling for static default methods...
2013-08-22 borsauto merge of #8669 : lkuper/rust/infer-refactor, r...
2013-08-22 Michael SullivanAdd `self` to the ast_map for provided methods. Closes...
2013-08-22 Michael SullivanDon't ICE if an argument in a default method doesn...
2013-08-22 borsauto merge of #8642 : sanxiyn/rust/arm-test, r=catamorphism
2013-08-22 borsauto merge of #8666 : nikomatsakis/rust/issue-3678...
2013-08-22 Adrien Tétardoc: add range iterators in the for loop section
2013-08-22 borsauto merge of #8627 : kballard/rust/fix-rusti, r=catamo...
2013-08-22 borsauto merge of #8626 : kballard/rust/issue-8615, r=catam...
2013-08-22 Michael Woeristerdebuginfo: Improved handling of function preludes.
2013-08-22 Michael Woeristerdebuginfo: Big cleanup refactoring and support for...
2013-08-22 borsauto merge of #8620 : brson/rust/issue-7563, r=alexcrichton
2013-08-22 Vadim ChugunovCleanup assembly source.
2013-08-22 Vadim ChugunovEnabled tests.
2013-08-22 Vadim ChugunovCompile via external assembler on Windows.
2013-08-22 Vadim ChugunovEmit unwind info in rustrt assembly files on Windows.
2013-08-22 Vadim ChugunovUn-disable stack unwinding on Windows.
2013-08-22 Vadim ChugunovOn Windows, use g++ for linking, instead of gcc.
2013-08-22 borsauto merge of #8616 : kballard/rust/url-parse-errors...
2013-08-22 borsauto merge of #8590 : blake2-ppc/rust/std-str, r=alexcr...
2013-08-22 borsauto merge of #8570 : catamorphism/rust/2013-08-16...
2013-08-22 borsauto merge of #8562 : bblum/rust/superkinds, r=nikomatsakis
2013-08-22 Tim Chevalierrustpkg: Add test for #7348. Closes #7348
2013-08-22 Brian Andersontest: Add test for #7563. Closes #7563
2013-08-22 Ben Blumoops v2, apparently writing std::comm::stream() doesn...
next