]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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 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-15 borsauto merge of #8485 : alexcrichton/rust/add-tests,...
2013-08-15 Alex CrichtonAdd even more tests
2013-08-15 Alex CrichtonFix a typo in the ifmt dox
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 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
2013-08-14 Marvin LöbelMethodyfied the string ascii extionsion functions
2013-08-14 borsauto merge of #8440 : sfackler/rust/env-fix, r=pcwalton
2013-08-14 borsauto merge of #8439 : huonw/rust/hashset-clone, r=cmr
2013-08-14 borsauto merge of #8477 : catamorphism/rust/issue-4096...
2013-08-14 Alex CrichtonAdd a bunch of tests for closed issues
2013-08-14 borsauto merge of #8497 : nikomatsakis/rust/improvements...
2013-08-14 borsauto merge of #8446 : alexcrichton/rust/ifmt++, r=graydon
2013-08-14 Alex CrichtonAdd `f` formats to `ifmt!`
2013-08-14 Luqman AdenAdd test for repeat expr in statics.
2013-08-14 Nick DesaulniersRemove unused automatic cfg bindings Fixes #7169
2013-08-13 borsauto merge of #8329 : michaelwoerister/rust/lexical_sco...
2013-08-13 borsauto merge of #8475 : kmcallister/rust/stack_segment...
2013-08-13 Graydon HoareMerge pull request #8432 from chris-morgan/remove-asser...
2013-08-13 Niko MatsakisReborrow even when passing &Object to &Object, so as...
2013-08-13 Niko MatsakisFix freezing of @mut Objects when passing as argument
2013-08-13 Keegan McAllisterMake rt::stack public
2013-08-13 borsauto merge of #8423 : alexcrichton/rust/less-priv-again...
2013-08-13 Robert KnightAdd RngUtils::sample() method for reservoir sampling...
2013-08-13 borsauto merge of #8411 : bblum/rust/assorted-fixes, r...
2013-08-13 borsauto merge of #7866 : sstewartgallus/rust/clean, r=cmr
2013-08-13 Michael Woeristerdebuginfo: Add some tests for visibiliy scopes within...
2013-08-13 Michael Woeristerdebuginfo: Add support for argument shadowing.
2013-08-13 Michael Woeristerdebuginfo: Implemented proper handling of lexical scope...
2013-08-13 Luqman Adenlibrustc: Allow vector repeat exprs in statics.
2013-08-13 borsauto merge of #8487 : brson/rust/local-opts, r=brson
2013-08-13 Alex CrichtonForbid pub/priv where it has no effect
2013-08-13 Alex CrichtonExplain what ifmt! is all about
2013-08-13 Alex CrichtonCorrect the padding on integer types for formatting
2013-08-13 Alex CrichtonDefine integer formats for all widths
2013-08-13 Alex CrichtonImplement formatting arguments for strings and integers
2013-08-13 Brian Andersonstd: Re-optimize tls access on local allocation path
2013-08-13 borsauto merge of #8476 : thestinger/rust/snapshot, r=brson
2013-08-13 Corey Richardsonstd::at_vec: add benchmarks
2013-08-13 borsauto merge of #8450 : alexcrichton/rust/nopt-changes...
2013-08-13 Corey RichardsonRemove unnecessary return
2013-08-12 borsauto merge of #8419 : cmr/rust/fix-rtdebug, r=brson
2013-08-12 Tim Chevalierrustc: Give a hint when a static method call has fewer...
2013-08-12 Daniel Micayfix build with the new snapshot compiler
2013-08-12 Daniel Micayregister snapshots
2013-08-12 Keegan McAllisterrt::task: Make current_stack_segment public
2013-08-12 Ben BlumClean up transitionary glue in task/spawn.rs. Don't...
2013-08-12 borsauto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmr
2013-08-12 Ben BlumFix select() in light of the deschedule...and then...
2013-08-12 Ben BlumMake cell with_ref/with_mut_ref use finally. Close...
2013-08-12 Ben BlumReorganise Select traits to not expose internal runtime...
2013-08-12 Ben BlumDon't use unkillable in UnsafeArc dtor when there's...
next