]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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 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 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 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 borsauto merge of #8526 : blake2-ppc/rust/either-result...
2013-08-16 borsauto merge of #8518 : catamorphism/rust/issue-8498...
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 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...
2013-08-15 Brian Andersonrustc: Change ICE message to reflect that ::rt::backtra...
2013-08-15 borsauto merge of #8525 : graydon/rust/2013-08-14-register...
2013-08-15 Kevin BallardClarify docs on CString.unwrap()
2013-08-15 Felix S. Klock IISwitch main borrowck to <V:Visitor> trait API.
2013-08-15 Felix S. Klock IISwitch borrowck::gather_loans to <V:Visitor> visit...
2013-08-15 Felix S. Klock IISwitch metadata::encoder to <V:Visitor> trait.
2013-08-15 Felix S. Klock IISwitch to new <V:Visitor> visitor (rather than @Visitor).
2013-08-15 Graydon Hoareregister new snapshots
2013-08-15 borsauto merge of #8480 : cmr/rust/tutorial, r=metajack
2013-08-15 Graydon HoareMerge pull request #8479 from catamorphism/derived...
2013-08-15 blake2-ppcstd: Replace map_vec, map_vec2, iter_vec2 in std::result
2013-08-15 blake2-ppcUpdate either::partition
2013-08-15 blake2-ppcstd: Change either::{lefts, rights} to return an iterator
2013-08-14 Tim Chevaliertestsuite: Add xfailed test for #8498
2013-08-14 Tim Chevalierstd: Change ProcessOptions struct to have an option...
2013-08-14 Tim Chevalierrustc: Eliminate a derived error in check::_match
2013-08-14 borsauto merge of #8469 : gifnksm/rust/tutorial-ja, r=graydon
2013-08-14 Kevin BallardRewrite Saturating in terms of CheckedAdd/CheckedSub
2013-08-14 borsauto merge of #8462 : thestinger/rust/loop-cleanup...
2013-08-14 borsauto merge of #8452 : Kimundi/rust/stuff02, r=bstrie
2013-08-14 Huon Wilsonstd: Move the iterator param on FromIterator and Extend...
2013-08-14 Huon Wilsonrustc: allow @ as-patterns to move when the sub-pattern...
2013-08-14 borsauto merge of #8453 : dmanescu/rust/8451, r=cmr
next