]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-12-01 Daniel Micayremove useless `transmute_immut` function
2013-11-29 borsauto merge of #10719 : Kimundi/rust/switch_to_multi_ite...
2013-11-29 borsauto merge of #10678 : alexcrichton/rust/issue-4877...
2013-11-29 Alex CrichtonImplement a lock-free work-stealing deque
2013-11-29 Marvin LöbelRemoved module macro workaround for signed and unsigned...
2013-11-29 Marvin LöbelRemoved useless cmp::{min, max} reexports from the...
2013-11-29 borsauto merge of #10697 : pcwalton/rust/path-new, r=pcwalton
2013-11-29 Patrick Waltonlibstd: Change `Path::new` to `Path::init`.
2013-11-29 borsauto merge of #10726 : pnkfelix/rust/fsk-remove-at...
2013-11-29 Felix S. Klock IIRemoved some dead code.
2013-11-29 Marvin LöbelRemoved a few macro-expanding-to-module workarounds
2013-11-29 borsauto merge of #10715 : alexcrichton/rust/fix-log-twice...
2013-11-29 Alex CrichtonFix initial debug statements printing twice
2013-11-29 borsauto merge of #10709 : alexcrichton/rust/snapshot,...
2013-11-29 Alex CrichtonRegister new snapshots
2013-11-28 borsauto merge of #10704 : TeXitoi/rust/spectralnorm-resure...
2013-11-28 Guillaume Pinotshootout-spectralnorm resurection with parallelization
2013-11-28 borsauto merge of #10519 : nikomatsakis/rust/issue-8624...
2013-11-28 Niko MatsakisTest that reborrowing contents of an `&'a mut &'b mut...
2013-11-28 Niko MatsakisModify iterators to make them safe with the new rules.
2013-11-28 borsauto merge of #10694 : klutzy/rust/rustdoc-closure...
2013-11-28 borsauto merge of #10691 : g3xzh/rust/benchm, r=cmr
2013-11-28 borsauto merge of #10687 : alexcrichton/rust/issue-10686...
2013-11-28 borsauto merge of #10621 : Florob/rust/unicode63, r=cmr
2013-11-27 borsauto merge of #10642 : cmr/rust/strict_doccomment,...
2013-11-27 Corey RichardsonBe more strict about doc comments
2013-11-27 Florian ZeitzFix handling of upper/lowercase, and whitespace
2013-11-27 Florian ZeitzUpdate Unicode data to version 6.3
2013-11-27 Florian ZeitzUpdate unicode.py to reflect language changes
2013-11-27 borsauto merge of #10680 : alexcrichton/rust/relax-feature...
2013-11-27 Alex CrichtonUse the native tls implementation on android
2013-11-27 borsauto merge of #10685 : ebiggers/rust/ascii_fixes, r...
2013-11-27 borsauto merge of #10662 : alexcrichton/rust/thread-detach...
2013-11-27 Alex CrichtonRelax restrictions on unknown feature directives
2013-11-27 Alex CrichtonImprove the rt::thread module
2013-11-27 klutzyrustdoc: Use new ||/proc syntax
2013-11-27 borsauto merge of #10693 : eddyb/rust/freeze-ast, r=thestinger
2013-11-27 Eric Biggersstd::ascii: Add tests for is_digit() and is_control()
2013-11-27 Eduard BurtescuFreeze the AST by removing a couple of unused @mut...
2013-11-27 borsauto merge of #10684 : jld/rust/unstruct-unhack-typekin...
2013-11-27 borsauto merge of #10688 : bjz/rust/recv_iter, r=brson
2013-11-27 g3xzhAdd benchmark tests to path/posix
2013-11-27 borsauto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton
2013-11-27 Alex CrichtonClean up statically initialized data on shutdown
2013-11-27 Brendan ZabarauskasAdd an iterator for receiving messages from GenericPorts
2013-11-27 Eduard BurtescuShink NodeId, CrateNum, Name and Mrk down to 32 bits...
2013-11-27 borsauto merge of #10679 : alexcrichton/rust/no-routine...
2013-11-27 Eric Biggersstd::ascii: Fix is_digit() and is_control()
2013-11-27 Jed DavisRemove enum struct return workaround from LLVM bindings.
2013-11-27 borsauto merge of #10677 : jld/rust/type-enum-discrim-rm...
2013-11-26 Alex CrichtonRemove unused std::routine
2013-11-26 borsauto merge of #10649 : sfackler/rust/multi-macro, r...
2013-11-26 Steven FacklerClean up SmallVector use a bit
2013-11-26 Steven FacklerSupport multiple item macros
2013-11-26 Steven FacklerAdd SmallVector to libsyntax
2013-11-26 borsauto merge of #10312 : thestinger/rust/thread_local...
2013-11-26 borsauto merge of #10581 : pcwalton/rust/dedo, r=pcwalton
2013-11-26 Daniel Micayadd a thread_local feature gate
2013-11-26 Daniel Micayport the runtime to `#[thread_local]`
2013-11-26 Daniel Micayadd `#[thread_local]` attribute
2013-11-26 Patrick Waltonlibrustc: Fix merge fallout.
2013-11-26 borsauto merge of #10673 : klutzy/rust/quite, r=alexcrichton
2013-11-26 Jed DavisRemove the unused obsolete enum_discrim type.
2013-11-26 borsauto merge of #10664 : alexcrichton/rust/issue-10663...
2013-11-26 Alex CrichtonCorrectly handle libuv errors in addrinfo calls
2013-11-26 Patrick Waltonlibstd: Fix Win32 and other bustage.
2013-11-26 Patrick Waltonlibrustc: Make `||` lambdas not infer to `proc`s
2013-11-26 Patrick Waltontest: Remove all remaining non-procedure uses of `do`.
2013-11-26 Patrick Waltontest: Remove non-procedure uses of `do` from compiletes...
2013-11-26 Patrick Waltonlibrustc: Remove non-procedure uses of `do` from librus...
2013-11-26 Patrick Waltonlibsyntax: Remove all non-`proc` `do` syntax.
2013-11-26 Patrick Waltonlibrustuv: Remove all non-`proc` uses of `do` from...
2013-11-26 Patrick Waltonlibstd: Remove all non-`proc` uses of `do` from libstd
2013-11-26 Patrick Waltonlibsyntax: Remove the old-style borrowed closure type...
2013-11-26 Patrick Waltonlibrustc: Remove remaining uses of `&fn()` in favor...
2013-11-26 Patrick Waltontest: Remove most uses of `&fn()` from the tests.
2013-11-26 borsauto merge of #10668 : vky/rust/closure-doc-update...
2013-11-26 klutzyTurn off attribute_usage warning on check-fast
2013-11-26 borsauto merge of #10660 : alexcrichton/rust/little-scope...
2013-11-26 borsauto merge of #10622 : Kimundi/rust/str_de_iter, r...
2013-11-26 Marvin LöbelRemoved unneccessary `_iter` suffixes from various...
2013-11-26 Vijay KorapatyUpdating docs with updated closure syntax, `&fn` -...
2013-11-26 borsauto merge of #10631 : klutzy/rust/win-fixes, r=alexcri...
2013-11-26 borsauto merge of #10316 : klutzy/rust/attr-lint, r=cmr
2013-11-26 klutzyrustc: Add crate-level attribute lint
2013-11-26 klutzyrustc: Update obsolete attribute list
2013-11-26 klutzyAdd test for unknown attribute lint
2013-11-26 klutzyrustc: Add lint for unknown attributes
2013-11-26 borsauto merge of #10652 : jld/rust/enum-unstruct, r=thestinger
2013-11-26 klutzyAdd tests for attribute lint
2013-11-26 klutzystd: Remove unused attributes
2013-11-26 klutzyrustc: Add lint for obsolete attributes
2013-11-26 klutzyrustc: Add lint for misplaced crate attributes
2013-11-26 Jed DavisFix the usual check-fast scoping mistake.
2013-11-26 Alex CrichtonMove LittleLock to using RAII
2013-11-26 borsauto merge of #10650 : andreasots/rust/ipv6-is-in-hex...
2013-11-25 borsauto merge of #10658 : LeoTestard/rust/serialize-rc...
2013-11-25 borsauto merge of #10657 : sanxiyn/rust/pat, r=cmr
2013-11-25 Léo TestardImplement IterBytes for Rc<T>.
2013-11-25 Léo TestardAdd an implementation of Encodable and Decodable for...
next