]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-06-26 Luqman AdenChange finalize -> drop.
2013-06-25 borsauto merge of #7325 : artagnon/rust/resolve-module...
2013-06-25 Ramkumar Ramachandraresolve: make error message strings more consistent
2013-06-25 Ramkumar Ramachandraresolve: report duplicate module definitions
2013-06-25 borsauto merge of #7371 : alexcrichton/rust/trying, r=cmr
2013-06-25 Alex CrichtonAdd the `warnings` lint attribute
2013-06-25 Alex CrichtonRename all files with the 'rc' extension
2013-06-25 borsauto merge of #7317 : Aatch/rust/no-drop-flag, r=thestinger
2013-06-25 borsauto merge of #7254 : Blei/rust/intrinsic-overhaul...
2013-06-25 borsauto merge of #7291 : alexcrichton/rust/static-mut...
2013-06-25 borsauto merge of #7370 : Aatch/rust/snapshot, r=huonw
2013-06-25 James MillerAdd missing import to tests
2013-06-25 James MillerWarning police
2013-06-25 James MillerRemove stage0 cfgs
2013-06-25 James MillerUpdate snapshots file
2013-06-25 James MillerZero the struct in the take glue, not the drop glue
2013-06-25 James MillerSet #[no_drop_flag] on Rc<T> and AtomicOption. Add...
2013-06-25 James MillerAdd support for #[no_drop_flag] attribute
2013-06-25 borsauto merge of #7257 : indutny/rust/feature/libc-mman...
2013-06-24 Fedor Indutnylibc: (u)int => c_(u)int for consts
2013-06-24 Philipp BrueschweilerFix test failure on windows
2013-06-24 Fedor Indutnylibc: add POSIX-compatible sysconf consts
2013-06-24 Fedor Indutnylibc: support functions from sys/mman.h
2013-06-24 Alex CrichtonFix 'static mut' tests
2013-06-24 borsauto merge of #7193 : Thiez/rust/fixbench, r=cmr
2013-06-24 borsauto merge of #7334 : thestinger/rust/old_iter, r=Aatch
2013-06-24 Daniel Micaywork around ICE from default method
2013-06-24 Daniel Micayxfail-pretty on un-xfailed test
2013-06-24 borsauto merge of #7207 : DaGenix/rust/sha2, r=pcwalton
2013-06-24 Daniel Micayiterator: implement `collect` with FromIterator
2013-06-24 Daniel Micayimplement Clone for slices
2013-06-24 Daniel Micaydeal with windows
2013-06-24 Daniel Micayxfail tests again for now (issues #7336, #7340)
2013-06-24 Corey RichardsonFix/annotate a variety of xfails
2013-06-24 Daniel Micayremove old_iter
2013-06-24 Palmer CoxImplement the fixed output size versions of the SHA...
2013-06-24 Palmer CoxCreate a Digest trait for common methods on digests...
2013-06-24 Palmer CoxImprove the SHA-1 implementation
2013-06-24 Palmer CoxCreate a crypto submodule and move the SHA-1 implementa...
2013-06-24 Alex CrichtonSupport foreign 'static mut' variables as well
2013-06-24 Alex CrichtonAdd 'static mut' items to the language
2013-06-24 borsauto merge of #7279 : hanny24/rust/master, r=msullivan
2013-06-23 Matthijs HofstraChanged Arena API to make it usable once more.
2013-06-23 borsauto merge of #7314 : bblum/rust/trait-bounds2, r=nikom...
2013-06-23 Ben BlumFix pretty-printing builtin bounds on closures and...
2013-06-23 Ben BlumCheck existential type contents against destination...
2013-06-23 Ben BlumAllow ~fn:Copy() to be copied.
2013-06-23 Matthijs HofstraUpdated shootout-fasta.rs copyright years, removed...
2013-06-23 Matthijs HofstraFixed shootout-fasta.rs output
2013-06-23 Matthijs HofstraAdded missing copyright notice to shootout-spectralnorm.
2013-06-23 Matthijs HofstraChanged shootout-chameneos-redux output to conform...
2013-06-23 Matthijs HofstraUpdated copyright year on shootout-binarytrees.rs
2013-06-23 Matthijs HofstraFixed os:: and int:: not being in scope, changed io...
2013-06-23 Ben BlumAdd basic test cases for closure bounds. (#3569)
2013-06-23 Ben BlumCheck closure freevar kinds against destination environ...
2013-06-23 Ben BlumAdd tests for not-kind-checked trait bounds.
2013-06-23 Ben BlumParse and typecheck (not kindcheck) bounds on trait...
2013-06-23 borsauto merge of #7319 : thestinger/rust/hashmap-iterator...
2013-06-23 Ben BlumFix error messages in test cases, since fns/traits...
2013-06-23 Ben BlumAdd rules for assert, fail, and deriving to vim syntax...
2013-06-23 Philipp BrüschweilerFix reflect-visit-type for iterator changes
2013-06-23 borsauto merge of #7267 : luqmana/rust/issue-5792, r=cmr
2013-06-23 borsauto merge of #7258 : huonw/rust/7256, r=bstrie
2013-06-23 Philipp BrüschweilerRemove unused TyDesc parameter from the glue functions
2013-06-23 Philipp Brüschweilersyntax: Remove unused tokens
2013-06-23 Philipp BrüschweilerRemove rust_call_tydesc_glue
2013-06-23 Philipp BrüschweilerSmall cleanups
2013-06-23 Philipp BrüschweilerRemove unused shape fields from typedescs
2013-06-23 Philipp BrüschweilerFix and reenable the reflect-visit-type test
2013-06-23 Philipp BrüschweilerRemove intrinsic module
2013-06-23 Philipp BrüschweilerFix get_tydesc() return type
2013-06-23 Daniel Micayhashmap: add FIXME number
2013-06-23 blake2-ppcstd::to_str: Use .iter() for HashMap and HashSet
2013-06-23 blake2-ppcstd::hashmap: Remove BaseIter impl for HashSet
2013-06-23 blake2-ppcstd::hashmap: Use .iter() instead of .each and similar
2013-06-23 blake2-ppcstd::hashmap: Add test_iterate for HashSet
2013-06-23 blake2-ppcstd::hashmap: Implement external iterator for HashMap...
2013-06-23 borsauto merge of #7274 : thestinger/rust/size_hint, r...
2013-06-23 Daniel Micayvec: remove BaseIter implementation
2013-06-23 borsauto merge of #7204 : alexcrichton/rust/deriving-to...
2013-06-22 borsauto merge of #7214 : Blei/rust/fix-owned-traits, r...
2013-06-22 Daniel Micayiterator: add a FromIterator trait
2013-06-22 Daniel Micayiterator: add a size_hint default method
2013-06-22 Daniel MicayMerge pull request #7227 from alexcrichton/issue-7218
2013-06-22 Daniel MicayMerge pull request #7270 from thestinger/doc
2013-06-22 Daniel MicayMerge pull request #7230 from Blei/green-squiggle
2013-06-22 Alex CrichtonFix compiling empty fmt! strings
2013-06-22 Alex CrichtonExpand the deriving(ToStr) implementation
2013-06-22 Philipp BrüschweilerFix take glue of owned trait objects
2013-06-22 Brian Andersonrustc: Fix formatting of --help
2013-06-22 borsauto merge of #7182 : Aatch/rust/trans-refactor-pt2...
2013-06-22 James MillerFix merge fallout
2013-06-22 James MillerRemove remaining address space related code
2013-06-22 James MillerFix-up PP Code to reflect new lifetime param syntax
2013-06-22 James MillerMove count-llvm-insn code into task-local storage
2013-06-22 James MillerFix warnings in trans
2013-06-22 James MillerFinish up Type refactoring
2013-06-22 James MillerInitial Type Refactoring done
2013-06-22 James MillerAdd the rest of the atomic operations.
2013-06-22 James MillerMore Type refactorings
next