]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-08-13 Luqman Adenlibrustc: Allow vector repeat exprs in statics.
2013-08-12 borsauto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmr
2013-08-12 borsauto merge of #8429 : catamorphism/rust/rustpkg-docs...
2013-08-12 borsauto merge of #8428 : blake2-ppc/rust/peekable-iterator...
2013-08-12 borsauto merge of #8418 : pnkfelix/rust/fsk-issue3192-impro...
2013-08-12 borsauto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn
2013-08-12 borsauto merge of #8427 : brson/rust/rustc-stack, r=thestinger
2013-08-11 borsauto merge of #8455 : nikomatsakis/rust/issue-5762...
2013-08-11 Niko MatsakisConvert from transform to map
2013-08-11 Niko Matsakistests: Add new tests for borrowck/objects and update...
2013-08-11 Niko MatsakisUpdate type visitor to use &Visitor and not @Visitor
2013-08-11 Niko Matsakisborrowck: Integrate AutoBorrowObj into borrowck / mem_c...
2013-08-11 Niko Matsakistypeck: Modify method resolution to use new object...
2013-08-11 Niko Matsakistrans: Rely on new AutoBorrowObj adjustment to match...
2013-08-11 Niko Matsakisty: Add (but do not yet use) AutoBorrowObject option...
2013-08-11 Niko Matsakistypeck/check/method: Remove `pub` from most methods
2013-08-11 Niko MatsakisMisc small cleanups
2013-08-11 Niko MatsakisAdd a field `borrow_offset` to the type descriptor...
2013-08-11 borsauto merge of #8420 : blake2-ppc/rust/shrink-token...
2013-08-11 Niko Matsakislibrustc: Convert from `@Object` to `@mut Object` as...
2013-08-11 Niko Matsakislibsyntax: Update from `@Object` to `@mut Object` as...
2013-08-11 borsauto merge of #8421 : alexcrichton/rust/unnamed-addr...
2013-08-11 borsauto merge of #8412 : thestinger/rust/vector-add, r...
2013-08-11 borsauto merge of #8408 : thestinger/rust/checked, r=Aatch
2013-08-11 Daniel Micayfix unused imports
2013-08-11 Daniel Micaymove `strdup_uniq` lang item to std::str
2013-08-11 Daniel Micaystr: optimize `with_capacity`
2013-08-11 Daniel Micayvec: optimize the Add implementation
2013-08-11 Daniel Micaydisable 64-bit CheckedMul on 32-bit
2013-08-11 Daniel Micayadd intrinsics for checked overflow add/sub/mul
2013-08-11 blake2-ppcsyntax: Shrink enum Token and enum nonterminal
2013-08-11 borsauto merge of #8404 : stepancheg/rust/zero-unit-inline...
2013-08-11 blake2-ppcextra::treemap: Use IteratorUtil::peekable
2013-08-11 Simon SapinAdd a "peekable" iterator adaptor, with a peek() method...
2013-08-10 blake2-ppcstd::iterator: Rename .peek() to .inspect()
2013-08-10 borsauto merge of #8444 : erickt/rust/rollup, r=cmr
2013-08-10 Luqman Adenrustc: Add --target-cpu flag to select a more specific...
2013-08-10 borsauto merge of #8430 : erickt/rust/cleanup-iterators...
2013-08-10 Erick TryzelaarMerge branch 'match' of https://github.com/msullivan...
2013-08-10 Erick TryzelaarMerge branch 'master' of https://github.com/MAnyKey...
2013-08-10 Erick TryzelaarMerge branch 'issue-8393-attributes-in-macros' of https...
2013-08-10 Erick TryzelaarMerge branch 'master' of https://github.com/p2j4d2c...
2013-08-10 Erick TryzelaarMerge branch 'trie-bound-iters' of https://github.com...
2013-08-10 Erick TryzelaarMerge branch 'vec-exh' of https://github.com/stepancheg...
2013-08-10 Erick TryzelaarMerge branch 'enum-method-privacy' of https://github...
2013-08-10 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/master...
2013-08-10 borsauto merge of #8327 : sstewartgallus/rust/factor_out_wa...
2013-08-10 Erick Tryzelaarsyntax and rustc: fix some warnings
2013-08-10 Erick Tryzelaarstd: fix the non-stage0 str::raw::slice_bytes which...
2013-08-10 Erick Tryzelaarstd: Transform.find_ -> .find
2013-08-10 Erick Tryzelaarstd: Iterator.len_ -> .len
2013-08-10 Erick Tryzelaarstd: Iterator.last_ -> .last
2013-08-10 Erick Tryzelaarstd: Iterator.chain_ -> .chain
2013-08-10 Erick Tryzelaarstd: Iterator.flat_map_ -> .flat_map
2013-08-10 Erick Tryzelaarstd: Iterator.take_ -> .take
2013-08-10 Erick Tryzelaarstd: Rename Iterator.transform -> .map
2013-08-10 Erick Tryzelaarstd: merge Iterator and IteratorUtil
2013-08-10 Erick Tryzelaarstd: merge iterator::DoubleEndedIterator and DoubleEnde...
2013-08-10 Erick TryzelaarClean up some unused imports in tests
2013-08-10 Erick TryzelaarMass rename of .consume{,_iter}() to .move_iter()
2013-08-10 borsauto merge of #8270 : dotdash/rust/ret_alloca_elim...
2013-08-10 Björn SteinbrinkElide unnecessary ret slot allocas
2013-08-10 borsauto merge of #8425 : dim-an/rust/increase-stack-size...
2013-08-10 borsauto merge of #8296 : erickt/rust/remove-str-trailing...
2013-08-10 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/master...
2013-08-10 borsauto merge of #8387 : brson/rust/nooldrt, r=brson
2013-08-10 Tim Chevalierdocs: In rustpkg manual, note future plans about versions
2013-08-10 Michael SullivanFix interaction between default matches and guards...
2013-08-10 Brian Andersonrustc: Obey RUST_MIN_STACK env var
2013-08-09 Brian AndersonRemove the C++ runtime. Sayonara
2013-08-09 Dmitry ErmolovIncrease system stack size.
2013-08-09 borsauto merge of #8176 : catamorphism/rust/rustpkg-extern...
2013-08-09 Michael SullivanFix some warnings.
2013-08-09 Tim Chevalierrustpkg: Simplify the PkgId struct
2013-08-09 Tim Chevalierstd/rustc/rustpkg/syntax: Support the `extern mod ...
2013-08-09 Erick Tryzelaarrustpkg: another fix for windows
2013-08-09 borsauto merge of #8415 : brson/rust/newrt-local-heap-perf...
2013-08-09 Alex CrichtonImplement an `address_insignificant` attribute
2013-08-09 Michael SullivanFix vector pattern matching. Closes #6909.
2013-08-09 Michael SullivanSwitch to using .enumerate() some places in _match.
2013-08-09 Erick Tryzelaarstd: more windows fixes to os.rs and run.rs
2013-08-09 borsauto merge of #8369 : yichoi/rust/arm-test, r=sanxiyn
2013-08-09 Felix S. Klock IIAdd parse-error recovery for erroneous `struct_id ...
2013-08-09 borsauto merge of #8352 : stepancheg/rust/ipv6-to-str,...
2013-08-09 borsauto merge of #8362 : sfackler/rust/env, r=alexcrichton
2013-08-09 Dmitry ErmolovImplement `lower_bound_iter`/`upper_bound_iter` for...
2013-08-09 Stepan KoltsovFix Ipv6Addr to_str for ::1:x.x.x.x addresses
2013-08-09 borsauto merge of #8361 : alexcrichton/rust/fix-node-hashes...
2013-08-09 Brian Andersonstd: Fix perf of local allocations in newsched
2013-08-09 borsauto merge of #8357 : omasanori/rust/cleanup, r=alexcri...
2013-08-09 OGINO MasanoriRemove redundant Ord method impls.
2013-08-09 borsauto merge of #8350 : dim-an/rust/fix-struct-match...
2013-08-09 blake2-ppcstd::tuple: Use != properly in Eq::ne for tuples
2013-08-09 Steven Stewart... Isolate common wait_end logic
2013-08-09 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/master...
2013-08-09 borsauto merge of #8336 : stepancheg/rust/socket-addr-from...
2013-08-08 Niko MatsakisAllow attributes to appear as macro arguments
2013-08-08 borsauto merge of #8356 : toddaaro/rust/ws, r=brson
2013-08-08 Stepan KoltsovAdd #[inline] to impl Zero for ()
2013-08-08 Tim ChevalierMakefiles: make rustpkgtest depend on rustpkg executable
next