]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-02-17 Luqman Adenlibsyntax: Explicit-self-ify pipes compiler.
2013-02-17 Luqman Adenlibsyntax: Remove last use of structural records in...
2013-02-17 borsauto merge of #4993 : thestinger/rust/deque, r=graydon
2013-02-17 borsauto merge of #4978 : z0w0/rust/issue-607, r=graydon
2013-02-17 borsauto merge of #4995 : sethpink/rust/obsolete-capture...
2013-02-17 Seth PinkRemoved more capture claueses.
2013-02-17 Daniel Micaydeque: get rid of Copy requirement
2013-02-17 Daniel Micaydeque: avoid Copy in grow
2013-02-17 Daniel Micaydeque: avoid Copy for get
2013-02-17 Seth PinkRemove use of capture clause #4965
2013-02-17 Daniel Micaydeque: avoid Copy in pop_{front,back}
2013-02-17 Daniel Micaydeque: avoid Copy in peek_{front,back}
2013-02-17 Daniel Micaydeque: avoid Copy in the get function
2013-02-17 Daniel Micaydeque: separate the methods that need Copy
2013-02-16 Daniel Micaydeque: rm old return statements
2013-02-16 Daniel Micayadd a Mutable implementation (clear) to std::deque
2013-02-16 Daniel Micaymodernize std::deque
2013-02-16 borsauto merge of #4977 : z0w0/rust/endianattr, r=catamorphism
2013-02-16 borsauto merge of #4980 : pcwalton/rust/sizing-type-of...
2013-02-16 borsauto merge of #4976 : thestinger/rust/vim, r=nikomatsakis
2013-02-16 borsauto merge of #4975 : thestinger/rust/rt, r=nikomatsakis
2013-02-16 Patrick Waltonlibrustc: Remove `simplify_type` and replace with ...
2013-02-16 borsauto merge of #4891 : nikomatsakis/rust/region-syntax...
2013-02-16 Zack Corrsyntax: Implement recursive sorting of meta items....
2013-02-16 Niko Matsakisupdate this test to use the new syntax entirely
2013-02-16 Niko MatsakisParse (and discard) lifetime declarations on function...
2013-02-16 Niko MatsakisMake 'foo use font-lock-builtin-face, like module names...
2013-02-16 Niko Matsakisemacs mode: Highlight 'foo as a lifetime, not a charact...
2013-02-16 Niko MatsakisPermit lifetimes to appear in type parameter lists...
2013-02-16 Zack CorrAdd target_endian crate cfg. Closes #4367
2013-02-16 Daniel Micayvim: move keyword is gone
2013-02-16 Daniel Micayrm unused reserve_vec from rt (done in libcore)
2013-02-16 borsauto merge of #4973 : thestinger/rust/rt, r=brson
2013-02-16 borsauto merge of #4799 : graydon/rust/rustpkg, r=graydon
2013-02-16 Graydon Hoarerustpkg: Massage for landing.
2013-02-16 Zack Corrrustpkg: Fix do listeners and support custom test logic
2013-02-16 Zack Corrrustpkg: Add info command for probing a pkg.rs and...
2013-02-16 Zack Corrrustpkg: Use pkg.rs instead of package.rs for consistency
2013-02-16 Zack CorrMove semver to std and finish rustpkg
2013-02-16 Zack CorrCorrect Zack Corr's email in AUTHORS.txt
2013-02-16 Zack Corrrustpkg: Clean up formatting issues
2013-02-16 Zack Corrrustpkg: More fixes
2013-02-16 Zack Corrrustpkg: Add do command and get cmd listeners working...
2013-02-16 Zack Corrrustpkg: Add preliminary imperative API support
2013-02-16 Zack Corrrustpkg: Finish all commands and declarative logic
2013-02-16 Zack CorrAdd cmp::Ord implementation for semver::Version
2013-02-16 Zack Corrrustpkg: Finish declarative compiling and fetching...
2013-02-16 Zack Corrrustpkg: Finish parsing package scripts and finish...
2013-02-16 Zack Corrrustpkg: Add package script parsing
2013-02-16 Zack Corrrustpkg: More preliminary work
2013-02-16 Zack CorrRename cargo to rustpkg and start over fresh
2013-02-16 borsauto merge of #4957 : Kimundi/rust/incoming, r=catamorphism
2013-02-16 Graydon Hoareattempt to fix BSD breakage
2013-02-16 Patrick Waltonlibrustc: Stop parsing `impl Type : Trait` and fix...
2013-02-15 Daniel Micayrm unused hash table from the runtime
2013-02-15 borsauto merge of #4969 : nickdesaulniers/rust/issue3869...
2013-02-15 borsauto merge of #4964 : luqmana/rust/demove, r=graydon
2013-02-15 borsauto merge of #4959 : thestinger/rust/map, r=graydon
2013-02-15 borsauto merge of #4958 : cpeterso/rust/reseed-rng, r=graydon
2013-02-15 Niko MatsakisFix windows build error. `buf` is borrowed by the...
2013-02-15 Marvin LöbelRemoved `has_*` predicates from NumStrConv trait
2013-02-15 Luqman Adenlibsyntax: Remove move as a keyword.
2013-02-15 Luqman Adentests/tutorials: Get rid of `move`.
2013-02-15 Luqman Adenlibsyntax: Get rid of uses of `move` and don't parse it.
2013-02-15 Luqman Adenlibrustc: Get rid of `move`.
2013-02-15 Luqman Adencompiletest: Get rid of `move`.
2013-02-15 Luqman Adenlibcore: Get rid of `move`.
2013-02-15 Luqman Adenlibrustdoc: Get rid of `move`.
2013-02-15 Luqman Adenlibcargo: Get rid of `move`.
2013-02-15 Luqman Adenlibstd: Fix broken test.
2013-02-15 Luqman Adenlibstd: Get rid of `move`.
2013-02-15 Daniel Micayadd reserve_at_least method to LinearMap/LinearSet
2013-02-15 borsauto merge of #4944 : catamorphism/rust/xxx-to-fixme...
2013-02-15 Tim Chevalierrustc: De-XXX resolve and borrowck...
2013-02-15 Chris Petersondon't deplete RNG entropy when there is only one runnab...
2013-02-15 Chris Petersonreseed rust_rng after generating 32KB
2013-02-15 Chris Petersonencapsulate isaac RNG in rust_rng struct
2013-02-15 Chris Petersonmove isaac RNG utility functions to new rust_rng.cpp...
2013-02-15 Chris Petersonrt: rand.rs expects rust_next() to return uint32_t...
2013-02-15 Daniel Micayrm FIXME from LinearMap's to_bucket
2013-02-15 borsauto merge of #4941 : nickdesaulniers/rust/issue4524cle...
2013-02-15 Marvin Löbeltidy
2013-02-15 Marvin LöbelRemoved generic infinity, NaN and negative zero functions
2013-02-15 Marvin LöbelLong lines, proper FIXME, inlining
2013-02-15 borsauto merge of #4940 : hansjorg/rust/manpage_06, r=catam...
2013-02-15 Marvin LöbelMade num <-> str conversion functions use NumStrConv...
2013-02-15 Marvin LöbelAdded NumStrConv trait and impls for the string convers...
2013-02-15 borsauto merge of #4937 : luqmana/rust/remove-mut-addr...
2013-02-15 Luqman Adenlibcore: replace mut_addr_of properly on mac
2013-02-15 Luqman Adenlibcore: Remove ptr::mut_addr_of since &mut is coerced...
2013-02-15 Marvin LöbelMoved numeric string conversion functions into own...
2013-02-15 borsauto merge of #4938 : thestinger/rust/no_zero, r=brson
2013-02-15 Tim Chevaliercore: Clean up XXXes
2013-02-15 Nick Desaulniersremove die definition and use in doc tests
2013-02-15 borsauto merge of #4927 : sanxiyn/rust/remove-dvec, r=catam...
2013-02-15 borsauto merge of #4911 : lifthrasiir/rust/comment-exemptio...
2013-02-15 hansjorgUpdate manpage based on current usage message
2013-02-15 Nick DesaulniersConvert all uses of vec::slice to vec::view Issue ...
2013-02-14 borsauto merge of #4934 : nickdesaulniers/rust/issue4524cle...
2013-02-14 Daniel Micayrm the unused calloc wrapper from memory_region
next