]> git.lizzy.rs Git - rust.git/history - src/libtest
librustc: Don't try to perform the magical
[rust.git] / src / libtest /
2014-05-28 borsauto merge of #14414 : richo/rust/features/nerf_unused_...
2014-05-27 Richo Healeystd: Rename strbuf operations to string
2014-05-27 Richo Healeystd: Remove String's to_owned
2014-05-27 Richo Healeystd: Remove String::from_owned_str as it's redundant
2014-05-26 borsauto merge of #14374 : swgillespie/rust/swgillespie...
2014-05-26 borsauto merge of #14300 : cmr/rust/enum-size-lint, r=kballard
2014-05-25 borsauto merge of #14370 : cmr/rust/design-faq, r=brson
2014-05-25 borsauto merge of #14415 : Sawyer47/rust/ascii-fixme, r...
2014-05-25 borsauto merge of #14323 : richo/rust/features/strbuf_to_st...
2014-05-25 Richo Healeycore: rename strbuf::StrBuf to string::String
2014-05-24 borsauto merge of #14306 : luqmana/rust/up-llvm, r=alexcrichton
2014-05-23 borsauto merge of #14317 : P1start/rust/lifetime-formatting...
2014-05-23 borsauto merge of #14368 : tedhorst/rust/master, r=alexcrichton
2014-05-23 borsauto merge of #14359 : brson/rust/minordoc, r=alexcrichton
2014-05-23 borsauto merge of #14313 : kballard/rust/tuple_dotdot_match...
2014-05-23 borsauto merge of #14360 : alexcrichton/rust/remove-depreca...
2014-05-23 borsauto merge of #14362 : zecozephyr/rust/docfixes, r=cmr
2014-05-23 borsauto merge of #14357 : huonw/rust/spelling, r=pnkfelix
2014-05-23 borsauto merge of #14314 : alexcrichton/rust/deriving-hash...
2014-05-22 borsauto merge of #14348 : alexcrichton/rust/doc.rust-lang...
2014-05-22 borsauto merge of #14310 : pcwalton/rust/detildestr-alllibs...
2014-05-22 Patrick Waltonlibcore: Remove all uses of `~str` from `libcore`.
2014-05-22 Patrick Waltonlibstd: Remove `~str` from all `libstd` modules except...
2014-05-22 borsauto merge of #14350 : zwarich/rust/let-suggestion...
2014-05-22 borsauto merge of #14346 : alexcrichton/rust/rustdoc-extern...
2014-05-22 borsauto merge of #14354 : EdorianDark/rust/master, r=huonw
2014-05-22 Dirk LeifeldRemove allow(deprecated_owned_vector) lint
2014-05-22 Alex CrichtonChange static.rust-lang.org to doc.rust-lang.org
2014-05-22 borsauto merge of #14301 : alexcrichton/rust/remove-unsafe...
2014-05-21 borsauto merge of #14334 : brson/rust/deoxidize, r=alexcrichton
2014-05-21 borsauto merge of #14293 : alexcrichton/rust/weak-lang...
2014-05-20 borsauto merge of #13975 : nikomatsakis/rust/issue-13794...
2014-05-20 borsauto merge of #14283 : Ryman/rust/commented_compile_fai...
2014-05-20 borsauto merge of #14277 : pczarn/rust/manual-grammar,...
2014-05-20 borsauto merge of #14296 : kballard/rust/diagnostic_color_n...
2014-05-20 borsauto merge of #14289 : TyOverby/rust/master, r=alexcrichton
2014-05-20 borsauto merge of #14295 : aturon/rust/hide-init_to_vec...
2014-05-19 borsauto merge of #14286 : cmr/rust/shard-benches, r=alexcr...
2014-05-19 Corey Richardsontest: index shards at 1, not 0
2014-05-19 borsauto merge of #14251 : alexcrichton/rust/hierarchy...
2014-05-19 borsauto merge of #14122 : dagitses/rust/master, r=alexcrichton
2014-05-18 borsauto merge of #14121 : luqmana/rust/option-ffi, r=alexc...
2014-05-18 borsauto merge of #14249 : alexcrichton/rust/issue-14246...
2014-05-17 borsauto merge of #14253 : alexcrichton/rust/issue-14221...
2014-05-17 borsauto merge of #14247 : Ryman/rust/minor_ptr_nit, r...
2014-05-17 borsauto merge of #14239 : alexcrichton/rust/issue-14225...
2014-05-17 borsauto merge of #14224 : michaelwoerister/rust/simd-updat...
2014-05-17 borsauto merge of #14236 : alexcrichton/rust/issue-14082...
2014-05-16 borsauto merge of #14216 : kballard/rust/macos_precise_time...
2014-05-16 borsauto merge of #14135 : gereeter/rust/two-way-search...
2014-05-16 borsauto merge of #14233 : pcwalton/rust/detildestr-morelib...
2014-05-16 borsauto merge of #13401 : cmr/rust/docs, r=brson
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 Corey RichardsonUpdate for Box
2014-05-16 Corey Richardsontest: update for term fallout
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: Move intrinsic float functionality from std
2014-05-16 borsauto merge of #14213 : kballard/rust/str_from_utf8_resu...
2014-05-16 borsauto merge of #14196 : chris-morgan/rust/hashmap-mangle...
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 #14198 : thestinger/rust/valgrind, r...
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 #14162 : brson/rust/fixvercmd, r=brson
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 Waltonlibtest: Remove all uses of `~str` from `libtest`.
2014-05-13 borsauto merge of #14158 : nikomatsakis/rust/issue-5527...
2014-05-13 borsauto merge of #14168 : zwarich/rust/deriving-clone...
2014-05-13 borsauto merge of #14167 : cmr/rust/cmplx, r=alexcrichton
2014-05-13 borsauto merge of #13919 : thomaslee/rust/thomaslee_propose...
2014-05-13 borsauto merge of #14164 : alexcrichton/rust/rollup, r...
2014-05-13 Brian AndersonAdd the patch number to version strings. Closes #13289
2014-05-12 borsauto merge of #13932 : MrAlert/rust/win-compat, r=brson
2014-05-12 borsauto merge of #13922 : Rufflewind/rust/patch-1, r=pnkfelix
2014-05-09 borsauto merge of #14001 : alexcrichton/rust/issue-11680...
2014-05-09 borsauto merge of #14010 : richo/rust/tests/11493, r=alexcr...
2014-05-08 borsauto merge of #13990 : nikomatsakis/rust/issue-5527...
2014-05-08 borsauto merge of #13986 : alexcrichton/rust/box-keyword...
2014-05-08 borsauto merge of #13976 : pnkfelix/rust/fsk-fix-13965...
2014-05-07 borsauto merge of #14005 : alexcrichton/rust/extern-unsafe...
2014-05-07 borsauto merge of #13832 : alexcrichton/rust/cfail-full...
2014-05-07 borsauto merge of #13967 : richo/rust/features/ICE-fails...
2014-05-07 borsauto merge of #13958 : pcwalton/rust/detilde, r=pcwalton
2014-05-07 borsauto merge of #13914 : alexcrichton/rust/pile-o-rustdoc...
2014-05-07 Patrick Waltonlibrustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from...
2014-05-07 borsauto merge of #13754 : alexcrichton/rust/net-experiment...
2014-05-07 borsauto merge of #13892 : alexcrichton/rust/mixing-rlib...
2014-05-06 borsauto merge of #13982 : alexcrichton/rust/more-logging...
2014-05-06 borsauto merge of #13960 : brandonw/rust/master, r=alexcrichton
2014-05-06 borsauto merge of #13897 : aturon/rust/issue-6085, r=bjz
2014-05-06 borsauto merge of #13822 : EdorianDark/rust/master, r=cmr
2014-05-05 borsauto merge of #13912 : seanmonstar/rust/logrecord,...
2014-05-05 borsauto merge of #13782 : alexcrichton/rust/issue-13775...
next