]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-05-16 Patrick Waltondoc: Remove all uses of `~str` from the documentation.
2014-05-16 Patrick Waltonlibgetopts: Remove all uses of `~str` from `libgetopts`
2014-05-16 Patrick Waltonlibserialize: Remove all uses of `~str` from `libserial...
2014-05-16 Patrick Waltonlibfmt_macros: Remove all uses of `~str` from `libfmt_m...
2014-05-16 Patrick Waltonlibrustuv: Remove all uses of `~str` from `librustuv`
2014-05-16 Patrick Waltoncompiletest: Remove all uses of `~str` from `compiletest`
2014-05-16 borsauto merge of #14237 : alexcrichton/rust/issue-14144...
2014-05-16 borsauto merge of #14235 : Ryman/rust/simplify_arcs_doc...
2014-05-16 borsauto merge of #14115 : alexcrichton/rust/core-fmt,...
2014-05-16 Alex Crichtoncore: Update all tests for fmt movement
2014-05-16 Alex Crichtonstd: Fix float tests
2014-05-16 Alex Crichtonstd: Delegate some integer formatting to core::fmt
2014-05-16 Alex Crichtoncore: Implement f32/f64 formatting
2014-05-16 Alex CrichtonUpdates with core::fmt changes
2014-05-16 Alex Crichtonstd: Rewrite the `write!` and `writeln!` macros
2014-05-16 Alex Crichtonsyntax: Add a macro, format_args_method!()
2014-05-16 Alex Crichtonstd: Add an adaptor for Writer => FormatWriter
2014-05-16 Alex Crichtoncore: Derive Show impls wherever possible
2014-05-16 Alex Crichtoncore: Implement and export the try! macro
2014-05-16 Alex Crichtoncore: Allow formatted failure and assert in core
2014-05-16 Alex Crichtoncore: Implement unwrap()/unwrap_err() on Result
2014-05-16 Alex Crichtoncore: Inherit the std::fmt module
2014-05-16 Alex Crichtoncore: Move intrinsic float functionality from std
2014-05-16 Alex Crichtontest: Move syntax extension tests to cfail-full
2014-05-16 borsauto merge of #14213 : kballard/rust/str_from_utf8_resu...
2014-05-16 Kevin Butlerguide-tasks: Simplify Arc usage to match Arc docs.
2014-05-16 borsauto merge of #14196 : chris-morgan/rust/hashmap-mangle...
2014-05-16 Chris MorganWork around parse error caused by #14240.
2014-05-15 borsauto merge of #14234 : alexcrichton/rust/rollup, r...
2014-05-15 Alex Crichtonmk: Don't build jemalloc with -g3
2014-05-15 Alex CrichtonTest fixes from rollup
2014-05-15 Keegan McAllisterImplement cell::clone_ref
2014-05-15 Brian Andersoncore: Remove the unit module
2014-05-15 Brian Andersonstd: Delete unused file
2014-05-15 Brian Andersonstd: Remove run_in_bare_thread
2014-05-15 Richo HealeyRender not_found with an absolute path to the rust...
2014-05-15 Felix S. Klock IIUnit tests for flowgraph pretty printing.
2014-05-15 Felix S. Klock IIGraphviz based flow graph pretty-printing.
2014-05-15 Felix S. Klock IIBugfixes for rustc::middle::cfg::construct.
2014-05-15 Felix S. Klock IIrustc::middle::graph API revisions.
2014-05-15 Felix S. Klock IIAdd `IntoMaybeOwned` impl for `StrBuf` to ease conversi...
2014-05-15 Felix S. Klock IIAdd `EntryPat` and `NodePat` variants to ast_map.
2014-05-15 Kevin Butlershootout-mandelbrot: Precalc initial values & use SIMD...
2014-05-15 Kevin Butlershootout-mandlebrot: calculate two bits of the result...
2014-05-15 Alex CrichtonAdd a crate for missing stubs from libcore
2014-05-15 Daniel Micayuse sched_yield on linux and freebsd
2014-05-15 Alex CrichtonRegister new snapshots
2014-05-15 Aaron TuronMake `from_bits` in `bitflags!` safe; add `from_bits_tr...
2014-05-15 Kevin BallardMake Vec.truncate() resilient against failure in Drop
2014-05-15 Corey Richardsonrustdoc: functions in ffi blocks are unsafe
2014-05-15 Brian Andersonstd: Modify TempDir to not fail on drop. Closes #12628
2014-05-15 Alex Crichtonmk: Don't run benchmarks with `make check`
2014-05-15 borsauto merge of #14040 : hannobraun/rust/force-color...
2014-05-15 borsauto merge of #13948 : huonw/rust/test-regex-filter...
2014-05-15 borsauto merge of #13954 : aturon/rust/issue-11650, r=alexc...
2014-05-15 borsauto merge of #14198 : thestinger/rust/valgrind, r...
2014-05-15 Hanno BraunAdd compiler flag to configure output coloring
2014-05-15 Huon Wilsonstd:: switch the order in which dynamic_lib adds search...
2014-05-15 Huon Wilsontest: ensure that the extended usage description gets...
2014-05-15 Huon Wilsontest: allow the test filter to be a regex.
2014-05-15 Huon Wilsontest: implement a no-alloc -> &str method for TestName.
2014-05-15 borsauto merge of #14174 : stepancheg/rust/once, r=alexcrichton
2014-05-15 borsauto merge of #14145 : pnkfelix/rust/fsk-better-svh...
2014-05-15 Felix S. Klock IIAdded tests checking that changes in type sig are recog...
2014-05-15 Felix S. Klock IIA test case for a bug I found in the new SVH while...
2014-05-15 Felix S. Klock IISome basic acceptance tests for better SVH.
2014-05-15 Felix S. Klock IITeach SVH computation to ignore more implementation...
2014-05-15 Felix S. Klock IIsyntax::visit: pub `walk_explicit_self` so impls can...
2014-05-15 borsauto merge of #14162 : brson/rust/fixvercmd, r=brson
2014-05-15 Aaron TuronChange dynamic_library::open_external to take ToCStr
2014-05-15 Aaron TuronProcess::new etc should support non-utf8 commands/args
2014-05-15 Aaron TuronAdd ToCStr impl for &Path and StrBuf
2014-05-15 borsauto merge of #14133 : db48x/rust/ord-for-mut-refs...
2014-05-15 borsauto merge of #14170 : pcwalton/rust/detildestr-misclib...
2014-05-15 Patrick Waltonlibnum: Remove all uses of `~str` from `libnum`
2014-05-15 Patrick Waltonlibcollections: Remove most uses of `~str` from `libcol...
2014-05-15 Patrick Waltonliburl: Remove all uses of `~str` from `liburl`
2014-05-15 Patrick Waltonlibterm: Remove all uses of `~str` from `libterm`
2014-05-15 Patrick Waltonlibtest: Remove all uses of `~str` from `libtest`.
2014-05-15 Patrick Waltonlibsync: Remove all uses of `~str` from `libsync`
2014-05-15 Patrick Waltonlibrand: Remove all uses of `~str` from `librand`
2014-05-15 Patrick Waltonlibtime: Remove all uses of `~str` from `libtime`
2014-05-15 Patrick Waltonlibsemver: Remove all uses of `~str` from `libsemver`
2014-05-15 Patrick Waltonlibglob: Remove all uses of `~str` from `libglob`
2014-05-15 Patrick Waltonliblog: Remove all uses of `~str` from `liblog`
2014-05-15 Patrick Waltonlibgraphviz: Remove all uses of `~str` from `libgraphviz`.
2014-05-15 Patrick Waltonlibregex: Remove all uses of `~str` from `libregex`
2014-05-15 Kevin BallardChange StrBuf::from_utf8() to return Result
2014-05-15 Kevin BallardChange str::from_utf8_owned() to return Result
2014-05-15 Chris MorganUse assertions in find_with_or_insert_with example
2014-05-15 Chris MorganRename HashMap.mangle to find_with_or_insert_with.
2014-05-15 Chris MorganTidy up the HashMap.mangle example.
2014-05-14 Brian AndersonPrint 'rustc' and 'rustdoc' as the command name for...
2014-05-14 Patrick Waltonlibarena: Remove all uses of `~str` from `libarena`
2014-05-14 Patrick Waltonlibhexfloat: Remove all uses of `~str` from `libhexfloat`
2014-05-14 Patrick Waltonlibuuid: Remove all uses of `~str` from `libuuid`.
2014-05-14 Patrick Waltonlibworkcache: Remove all uses of `~str` from `libworkca...
2014-05-14 Patrick Waltontest: Remove all uses of `~str` from the test suite.
2014-05-14 borsauto merge of #14086 : Ryman/rust/resolve_error_suggest...
2014-05-14 Kevin Butlerrustc: Improve error messages for resolve failures.
next