]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-08-19 Niko MatsakisAdd externfn macro and correctly label fixed_stack_segments
2013-08-19 Niko MatsakisIssue #3678: Remove wrappers and call foreign functions...
2013-08-19 borsauto merge of #8556 : sfackler/rust/quote, r=alexcrichton
2013-08-19 borsauto merge of #8565 : bblum/rust/select-bugfix, r=brson
2013-08-19 borsauto merge of #8561 : kballard/rust/do-block-internal...
2013-08-18 borsauto merge of #8560 : kballard/rust/reserve-yield,...
2013-08-18 borsauto merge of #8545 : blake2-ppc/rust/iterbytes, r...
2013-08-18 Steven Facklerquote_*! macros take an ExtCtx
2013-08-18 borsauto merge of #8558 : kballard/rust/xorshift-seed,...
2013-08-18 blake2-ppcstd::hash: Add testcase for colliding hashes of tuples
2013-08-18 blake2-ppcstd::to_bytes: Implement IterBytes on 1- to 8-tuples
2013-08-18 blake2-ppcstd::to_bytes: Delimit sequences &[A] and ~str when...
2013-08-18 borsauto merge of #8555 : chris-morgan/rust/time-clone...
2013-08-18 borsauto merge of #8551 : huonw/rust/speling, r=alexcrichton
2013-08-18 borsauto merge of #8550 : kballard/rust/token-start-err...
2013-08-18 borsauto merge of #8547 : kballard/rust/trait-parse-err...
2013-08-18 borsauto merge of #8544 : dim-an/rust/fix-match-pipes,...
2013-08-17 Huon WilsonMore spelling corrections.
2013-08-17 borsauto merge of #8554 : michaelwoerister/rust/generics...
2013-08-17 borsauto merge of #8433 : brson/rust/rm-more-oldrt-crud...
2013-08-17 borsauto merge of #8441 : erickt/rust/deny-warnings, r...
2013-08-17 Erick TryzelaarDeny warnings in stage1+ libsyntax/librustc/librustdoc...
2013-08-17 Erick TryzelaarFix warnings it tests
2013-08-17 Erick TryzelaarFix warnings in librustc and libsyntax
2013-08-17 Erick TryzelaarFix warnings in tests
2013-08-17 borsauto merge of #8272 : DaGenix/rust/digest-md5-impl...
2013-08-17 borsauto merge of #8053 : gavinb/rust/uuid_std, r=alexcrichton
2013-08-17 borsauto merge of #8531 : brson/rust/test-waitpid-workaroun...
2013-08-17 Palmer CoxCrypto: Add tests for add_bytes_to_bits functions.
2013-08-17 Palmer CoxCrypto: update checked addition functions to use Checke...
2013-08-17 Palmer CoxMD5: Create an implementation of MD5.
2013-08-17 Palmer CoxCrypto: Add little-endian versions of existing function...
2013-08-16 Kevin BallardRemove obsolete error message regarding do-blocks with...
2013-08-16 Michael Woeristerdebuginfo: Added test cases for static struct and enum...
2013-08-16 Michael Woeristerdebuginfo: Test cases for [generic][default][static...
2013-08-16 Michael Woeristerdebuginfo: Support for combinations of Self type and...
2013-08-16 Michael Woeristerdebuginfo: Add test case for issue #8513.
2013-08-16 Michael Woeristerdebuginfo: Implemented support for Self type parameter...
2013-08-16 Michael Woeristerdebuginfo: Added test cases for methods on structs...
2013-08-16 Michael Woeristerdebuginfo: Added support for self parameter in methods.
2013-08-16 Michael Woeristerdebuginfo: Fixed crash occuring for parameterless closures.
2013-08-16 Michael Woeristerdebuginfo: Added test cases for generic structs and...
2013-08-16 Michael Woeristerdebuginfo: Properly handle monomorphization of generic...
2013-08-16 Michael Woeristerdebuginfo: Generate template type parameters for generi...
2013-08-16 Michael Woeristerdebuginfo: Fixed option-like-enum test case so it does...
2013-08-16 Kevin BallardReserve 'yield' keyword
2013-08-16 Brian Andersonrt: Remove unused uv helpers
2013-08-16 Brian Andersonrt: Remove empty rust_upcall.h
2013-08-16 Brian Andersonrt: Remove unused rust_clone_type_desc declaration
2013-08-16 Brian Andersonrt: Remove rust_stack
2013-08-16 Brian Andersonrt: Remove rust_refcount.h
2013-08-16 Brian Andersonrt: Remove unused parts of rust_log
2013-08-16 Brian Andersonrt: Remove unused parts of rust_globals.h
2013-08-16 Brian Andersonrt: Remove rust_signal.h
2013-08-16 Brian AndersonRemove the annihilate lang item
2013-08-16 Brian Andersonrt: Remove rust_env
2013-08-16 Kevin BallardGive XorShiftRng::new() a random seed
2013-08-16 borsauto merge of #8534 : huonw/rust/tls-key-macro, r=alexc...
2013-08-16 borsauto merge of #8532 : kballard/rust/cstr-cleanup, r...
2013-08-16 Gavin BakerAdd UUID support to libextra
2013-08-16 borsauto merge of #8530 : brson/rust/rt-backtrace, r=alexcr...
2013-08-16 Chris MorganImplement Clone and DeepClone for time types.
2013-08-16 Chris MorganImplement DeepClone for str types.
2013-08-16 borsauto merge of #8526 : blake2-ppc/rust/either-result...
2013-08-16 borsauto merge of #8518 : catamorphism/rust/issue-8498...
2013-08-16 Huon Wilsondoc: convert remaining uses of core:: to std::.
2013-08-16 Huon Wilsondoc: correct spelling in documentation.
2013-08-16 Huon Wilsonsyntax: add a local_data_key macro that creates a key...
2013-08-16 Kevin BallardBetter error message for unknown start of token
2013-08-16 borsauto merge of #7917 : catamorphism/rust/resolve-and...
2013-08-16 Tim Chevaliertestsuite: xfailed test cases
2013-08-16 borsauto merge of #8503 : thestinger/rust/iterator, r=alexc...
2013-08-16 Daniel Micayrm obsolete test
2013-08-16 Daniel Micayvec: rm redundant is_empty implementations
2013-08-16 Daniel Micayiterator: cleanup
2013-08-16 Daniel Micayvec: rm obsolete zip and zip_slice
2013-08-16 Daniel Micaytuple: remove obsolete ExtendedTupleOps
2013-08-16 Daniel Micayupdate the iterator tutorial
2013-08-16 Daniel Micaykinds: update documentation
2013-08-16 Daniel Micayptr: inline the Clone implementation
2013-08-16 Kevin BallardFix error message when trait method ends with wrong...
2013-08-15 borsauto merge of #8485 : alexcrichton/rust/add-tests,...
2013-08-15 Dmitry ErmolovPointers to bound variables are stored after all patter...
2013-08-15 Alex CrichtonAdd even more tests
2013-08-15 Alex CrichtonFix a typo in the ifmt dox
2013-08-15 Dmitry ErmolovTest for issue #6338.
2013-08-15 Dmitry ErmolovCleanup: remove useless parameter
2013-08-15 borsauto merge of #8515 : kballard/rust/saturating-checked...
2013-08-15 Ben BlumFix select deschedule environment race for real this...
2013-08-15 borsauto merge of #8499 : nickdesaulniers/rust/issue7169...
2013-08-15 borsauto merge of #8491 : robertknight/rust/7722-reservoir_...
2013-08-15 borsauto merge of #8527 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-15 borsauto merge of #8490 : huonw/rust/fromiterator-extendabl...
2013-08-15 Kevin BallardRemove inappropriate .to_c_str() in C_cstr()
2013-08-15 Kevin BallardMake CString.iter() public
2013-08-15 Kevin BallardAdd ToCStr method .with_c_str()
2013-08-15 Kevin BallardCheck for interior nulls in .to_c_str()
2013-08-15 borsauto merge of #8483 : luqmana/rust/rexprs, r=catamorphism
2013-08-15 Brian Andersoncompiletest: Run tests in their own thread to avoid...
2013-08-15 borsauto merge of #8481 : cmr/rust/bench/std/at_vec, r...
next