summary refs log tree commit diff
path: root/src/libtest/lib.rs
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-17/+5
2014-03-29Register new snapshotFlavio Percoco-17/+5
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-11/+11
2014-03-27serialize: use ResultSean McArthur-3/+19
2014-03-27Fix fallout of removing default boundsAlex Crichton-4/+4
2014-03-22Remove nearly all uses of `~[]` from libtest.Huon Wilson-10/+6
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-46/+47
2014-03-20syntax: Tidy up parsing the new attribute syntaxAlex Crichton-0/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-15/+0
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brsonbors-6/+6
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-6/+6
2014-03-14auto merge of #12869 : thestinger/rust/cmp, r=brsonbors-1/+1
2014-03-14cmp: switch `min` and `max` to `TotalOrd`Daniel Micay-1/+1
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+1
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-24/+24
2014-03-05add correct floating point `min` and `max` methods.Daniel Micay-1/+1
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-2/+2
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-5/+5
2014-02-28Add `time` crate to index, expand docs of `test`.Huon Wilson-6/+19
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+1
2014-02-24Move extra::json to libserializeAlex Crichton-3/+2
2014-02-24auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonwbors-10/+10
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-10/+10
2014-02-23auto merge of #12328 : nick29581/rust/abi, r=alexcrichtonbors-2/+2
2014-02-24All uses of `extern fn` should mean `extern "C" fn`. Closes #9309.Nick Cameron-2/+2
2014-02-23Merge remote-tracking branch 'brson/ratcher'Brian Anderson-1/+1
2014-02-22Warn about unnecessary parentheses upon assignmentEduard Bopp-1/+1
2014-02-21test: 'ratcher' is not a wordBrian Anderson-1/+1
2014-02-21Move time out of extra (cc #8784)Arcterus-1/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-46/+46
2014-02-20move extra::test to libtestLiigo Zhuang-0/+1577