]> git.lizzy.rs Git - rust.git/history - src/libstd
auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissive, r...
[rust.git] / src / libstd /
2013-11-28 borsauto merge of #10519 : nikomatsakis/rust/issue-8624...
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 Florian ZeitzFix handling of upper/lowercase, and whitespace
2013-11-27 Florian ZeitzUpdate Unicode data to version 6.3
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 CrichtonImprove the rt::thread module
2013-11-27 Eric Biggersstd::ascii: Add tests for is_digit() and is_control()
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 borsauto merge of #10679 : alexcrichton/rust/no-routine...
2013-11-27 Eric Biggersstd::ascii: Fix is_digit() and is_control()
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 borsauto merge of #10312 : thestinger/rust/thread_local...
2013-11-26 borsauto merge of #10581 : pcwalton/rust/dedo, r=pcwalton
2013-11-26 Daniel Micayport the runtime to `#[thread_local]`
2013-11-26 Patrick Waltonlibrustc: Fix merge fallout.
2013-11-26 borsauto merge of #10673 : klutzy/rust/quite, r=alexcrichton
2013-11-26 borsauto merge of #10664 : alexcrichton/rust/issue-10663...
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 non-procedure uses of `do` from compiletes...
2013-11-26 Patrick Waltonlibstd: Remove all non-`proc` uses of `do` from libstd
2013-11-26 Patrick Waltonlibrustc: Remove remaining uses of `&fn()` in favor...
2013-11-26 borsauto merge of #10668 : vky/rust/closure-doc-update...
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 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 borsauto merge of #10652 : jld/rust/enum-unstruct, r=thestinger
2013-11-26 klutzystd: Remove unused attributes
2013-11-26 klutzyrustc: Add lint for obsolete attributes
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 borsauto merge of #10653 : thestinger/rust/meaningless...
2013-11-25 borsauto merge of #10648 : sfackler/rust/base64-test, r...
2013-11-25 borsauto merge of #10646 : alexcrichton/rust/issue-10645...
2013-11-25 Daniel Micayrm #[mutable_doc]
2013-11-25 borsauto merge of #10644 : cmr/rust/rustdoc_cfg, r=alexcrichton
2013-11-25 Niko MatsakisAdd [mut_]shift_ref/[mut_]pop_ref functions, which...
2013-11-25 borsauto merge of #10643 : jorendorff/rust/master, r=alexcr...
2013-11-25 borsauto merge of #10628 : huonw/rust/3614, r=alexcrichton
2013-11-25 borsauto merge of #10641 : cmr/rust/close_delims, r=alexcri...
2013-11-25 borsauto merge of #10635 : alexcrichton/rust/issue-10626...
2013-11-25 Andreas Otsstd: IPv6 addresses are represented as eight groups...
2013-11-25 borsauto merge of #10603 : alexcrichton/rust/no-linked...
2013-11-25 Alex CrichtonCache a task's stderr logger
2013-11-25 Alex CrichtonRemove linked failure from the runtime
2013-11-25 Jason OrendorffFix spelling of "vacuum" in one of the abort quotes.
2013-11-25 borsauto merge of #10639 : jix/rust/fix_find_mut_in_trie...
2013-11-24 Jannis Harderstd::trie: Fix find_mut for non-present keys
2013-11-24 borsauto merge of #10475 : astrieanna/rust/issue8763, r...
2013-11-24 borsauto merge of #10634 : LeoTestard/rust/rc-eq, r=cmr
2013-11-24 Léo TestardImplement cmp traits for Rc<T> and add a ptr_eq method.
2013-11-24 klutzystd::rt: Fix crate_map on Win64
2013-11-24 klutzystd::rt: Fix record_stack_bounds on win64
2013-11-24 klutzystd: Fix transmute error on win64
2013-11-24 klutzystd::libc: Simplify win32/win64 type definitions
2013-11-24 klutzystd::libc: Remove TCHAR types
2013-11-24 borsauto merge of #10625 : huonw/rust/json-errors, r=alexcr...
2013-11-24 borsauto merge of #10620 : cmr/rust/linker_opts, r=thestinger
2013-11-24 borsauto merge of #10578 : luqmana/rust/mingw64, r=alexcrichton
2013-11-24 borsauto merge of #10514 : sfackler/rust/mut, r=cmr
2013-11-23 Steven FacklerMove mutable::Mut to cell::RefCell
2013-11-23 borsauto merge of #10611 : cmr/rust/ascii_flesh, r=pcwalton
2013-11-23 Corey RichardsonAdd ctype-likes to Ascii
2013-11-23 Steven FacklerAdd Rc::from_mut
2013-11-23 Steven FacklerMore Mut tests
2013-11-23 Steven FacklerStrip down Cell functionality
2013-11-23 Steven FacklerChange Mut::map to Mut::with
2013-11-23 Steven FacklerMake MutRef more consistent with &mut
2013-11-23 Steven FacklerCell -> Mut switch in comm
2013-11-23 Steven FacklerMove Rc tests away from Cell
2013-11-23 Steven FacklerRemove RcMut
2013-11-23 Steven FacklerIntroduce Mut<T> to libstd
2013-11-22 borsauto merge of #10605 : huonw/rust/ascii-ident-gate...
2013-11-22 borsauto merge of #10612 : pnkfelix/rust/remove-cut-and...
2013-11-22 borsauto merge of #10583 : alexcrichton/rust/privacy-reexpo...
2013-11-22 Felix S. Klock IIThe original fixme #2699 was removed back in PR #6053.
2013-11-22 borsauto merge of #10610 : thestinger/rust/breakpoint,...
2013-11-22 Daniel Micayadd a breakpoint intrinsic for debugging
2013-11-22 borsauto merge of #10608 : thestinger/rust/managed, r=huonw
2013-11-22 borsauto merge of #10606 : huonw/rust/lint-unsafe-in-macro...
2013-11-22 borsauto merge of #10582 : g3xzh/rust/master, r=cmr
2013-11-22 g3xzhAdd more benchmark tests to vec.rs
next