]> git.lizzy.rs Git - rust.git/history - src
std::trie: Fix find_mut for non-present keys
[rust.git] / src /
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 Leah HansonFix issue #8763
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 borsauto merge of #10633 : cmr/rust/linker_opts, r=thestinger
2013-11-24 Corey RichardsonUse -O1 for non-GNU linkers
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 Huon Wilsonextra: improve the errors for the JSON Decoder.
2013-11-23 Steven FacklerMove mutable::Mut to cell::RefCell
2013-11-23 Corey RichardsonUse linker optimizations on Linux
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 Luqman AdenRemove sjlj stuff from rust_upcall and don't pass ...
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-23 Luqman AdenFix up mingw64 target.
2013-11-22 borsauto merge of #10605 : huonw/rust/ascii-ident-gate...
2013-11-22 Huon WilsonPut non-ascii identifiers behind a feature 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 Alex CrichtonMove more of the exportation burden into privacy
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 Huon Wilsonsyntax: add a visit_ident method to the Visitor.
2013-11-22 Daniel Micaymention `Gc` in the managed box feature gate
2013-11-22 borsauto merge of #10582 : g3xzh/rust/master, r=cmr
2013-11-22 g3xzhAdd more benchmark tests to vec.rs
2013-11-22 Huon Wilsontest: test that the `unsafe_block` lint picks up `unsaf...
2013-11-22 borsauto merge of #10588 : huonw/rust/un@mutilate-task_rng...
2013-11-22 Huon Wilsonstd::rand: move TaskRng off @mut.
2013-11-22 borsauto merge of #10599 : thestinger/rust/unsafe, r=cmr
2013-11-22 borsauto merge of #10589 : thestinger/rust/doc, r=pcwalton
2013-11-21 Daniel Micayadd lint for `unsafe` blocks
2013-11-21 borsauto merge of #10598 : alexcrichton/rust/rustdoc, r...
2013-11-21 Alex CrichtonProcess ffi generics in rustdoc
2013-11-21 borsauto merge of #10595 : hatahet/rust/master, r=thestinger
2013-11-21 Ziad Hatahet`std::ptr::read_ptr` now takes `*T` instead of `*mut T`
2013-11-21 borsauto merge of #10587 : thestinger/rust/stack, r=pcwalton
2013-11-21 borsauto merge of #10584 : klutzy/rust/local-rust-root...
2013-11-21 borsauto merge of #10590 : sanxiyn/rust/ty-mac, r=thestinger
2013-11-21 Seo SanghyeonRemove ty_mac
2013-11-21 borsauto merge of #10567 : sanxiyn/rust/bytepos, r=alexcrichton
2013-11-21 klutzyFix --local-rust-root option on Windows
2013-11-20 borsauto merge of #10576 : thestinger/rust/gc, r=pcwalton
2013-11-20 borsauto merge of #10527 : eholk/rust/win64, r=alexcrichton
2013-11-20 Seo SanghyeonFix parsing tests
2013-11-20 Seo SanghyeonMake BytePos 32-bit
2013-11-20 Daniel Micayadd an initial `Gc<T>` stub with the API
2013-11-20 borsauto merge of #10575 : sfackler/rust/non-copyable,...
2013-11-20 Steven FacklerRemove NonCopyable::new
2013-11-19 borsauto merge of #10568 : pcwalton/rust/more-bars, r=alexc...
2013-11-19 Patrick Waltonlibrustc: Change most uses of `&fn()` to `||`.
2013-11-19 Patrick Waltonlibsyntax: Change all uses of `&fn` to `||`.
2013-11-19 Patrick Waltonlibextra: Convert uses of `&fn(A)->B` to `|A|->B`.
2013-11-19 Patrick Waltonlibstd: Change all uses of `&fn(A)->B` over to `|A...
2013-11-19 borsauto merge of #10495 : alexcrichton/rust/more-native...
2013-11-19 Alex CrichtonImplement more native file I/O
2013-11-19 Eric HolkDon't use win64 calling convention on 32-bit machines.
2013-11-19 borsauto merge of #10558 : alexcrichton/rust/faster-stdout...
2013-11-19 borsauto merge of #10557 : huonw/rust/inline-deriving,...
2013-11-19 borsauto merge of #10542 : huonw/rust/open01, r=alexcrichton
2013-11-19 borsauto merge of #10561 : pcwalton/rust/procify, r=alexcri...
2013-11-19 borsauto merge of #10479 : alexcrichton/rust/native-mutex...
2013-11-19 Alex CrichtonMove runtime files to C instead of C++
2013-11-19 Alex CrichtonRemove the C++ lock_and_signal type
2013-11-19 Alex CrichtonImplement a native mutex type
2013-11-19 borsauto merge of #10458 : yichoi/rust/make_check_pass_andr...
2013-11-19 Patrick Waltonlibsyntax: Remove `~fn()` from the language
2013-11-19 Patrick Waltonlibrustc: Convert `~fn()` to `proc()` everywhere.
2013-11-19 Patrick Waltonlibrustc: Remove the one use of `~fn()`
2013-11-19 Patrick Waltonlibextra: Remove `~fn()` from libextra.
2013-11-19 Patrick Waltonlibstd: Change all `~fn()`s to `proc`s in the standard...
2013-11-19 borsauto merge of #10440 : brson/rust/cnamespace, r=bstrie
2013-11-19 borsauto merge of #10366 : brson/rust/ignore-patterns,...
2013-11-19 Alex CrichtonAllow piped stdout/stderr use uv_tty_t
2013-11-19 Eric HolkUse the correct calling convention for extern rust...
2013-11-19 Eric HolkAdd Win64 calling convention.
2013-11-19 Brian AndersonUse '..' as slice wildcard in vectors
2013-11-19 Brian AndersonUse '..' as multi-field wildcard in enums and structs.
2013-11-19 Huon WilsonMark some derived methods as #[inline].
2013-11-19 Brian Andersonrt: Namespace all C functions under rust_
2013-11-19 Young-il Choiandroid support added to test case
2013-11-19 Young-il Choiadd path environments
2013-11-19 Young-il Choifix #10450
2013-11-19 Young-il Choitemporarily disable tests on android and tagging issue...
2013-11-18 borsauto merge of #10552 : michaelwoerister/rust/ifstepping...
next