about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-02-27Refactored list::head() to be based on List<T>Bruno de Oliveira Abinader-5/+5
2014-02-27Implemented list::is_empty() based on Container traitBruno de Oliveira Abinader-2/+2
2014-02-27Modified list::from_vec() to return List<T>Bruno de Oliveira Abinader-3/+3
2014-02-27Fix a pretty printer crash on `/***`.Chris Morgan-0/+14
2014-02-27rustc: Explicitly mention type params with missing `'static` boundsKang Seonghoon-0/+30
2014-02-25auto merge of #12505 : alexcrichton/rust/fix-stack-overflow, r=brsonbors-0/+50
2014-02-25std: Tweak stack overflow printing for robustnessAlex Crichton-0/+50
2014-02-25auto merge of #12493 : eddyb/rust/saner-overloads, r=nikomatsakisbors-7/+9
2014-02-25auto merge of #12457 : alexcrichton/rust/fix-some-tests, r=brsonbors-1315/+304
2014-02-25Add a method of manually specifying the crate mapAlex Crichton-0/+57
2014-02-25test: Clean out the test suite a bitAlex Crichton-1315/+304
2014-02-25Use only the appropriate trait when looking up operator overloads.Eduard Burtescu-0/+21
2014-02-25typeck: Remove old diagnostic that refers to `do`.Eduard Burtescu-19/+0
2014-02-25auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brsonbors-7/+5
2014-02-25auto merge of #12522 : erickt/rust/hash, r=alexcrichtonbors-5/+12
2014-02-25auto merge of #12525 : eddyb/rust/gate-default-type-param-usage, r=alexcrichtonbors-9/+4
2014-02-24Test fixes from rollupAlex Crichton-6/+6
2014-02-24test: single-variant enum can't be dereferencedFlavio Percoco-0/+18
2014-02-24Match binding is assignmentEdward Wang-0/+51
2014-02-24syntax: allow stmt/expr macro invocations to be delimited by {}.Huon Wilson-0/+71
2014-02-24syntax: calculate positions of multibyte characters more correctly.Huon Wilson-1/+79
2014-02-24syntax: record multibyte chars' positions absolutely, not relative toHuon Wilson-0/+60
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+2
2014-02-24Remove some obsolete ignored testsFlorian Hahn-150/+0
2014-02-24rustc: Don't error on the rlib symlinksAlex Crichton-0/+35
2014-02-24test: Use `#[deriving(Hash)]` in a couple testsErick Tryzelaar-3/+11
2014-02-24std: minor whitespace cleanupErick Tryzelaar-2/+1
2014-02-24Gate default type parameter overrides.Eduard Burtescu-9/+4
2014-02-24Move extra::json to libserializeAlex Crichton-15/+11
2014-02-24auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonwbors-41/+59
2014-02-24Remove deriving(ToStr)Alex Crichton-0/+2
2014-02-23auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brsonbors-35/+31
2014-02-23Roll std::run into std::io::processAlex Crichton-35/+31
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-41/+57
2014-02-23auto merge of #12328 : nick29581/rust/abi, r=alexcrichtonbors-22/+43
2014-02-24All uses of `extern fn` should mean `extern "C" fn`. Closes #9309.Nick Cameron-22/+43
2014-02-23auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmrbors-0/+182
2014-02-23auto merge of #12492 : huonw/rust/snapshots, r=alexcrichtonbors-18/+8
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-18/+8
2014-02-23Make break and continue hygienicEdward Wang-0/+182
2014-02-23auto merge of #12416 : alexcrichton/rust/highlight, r=huonwbors-1/+1
2014-02-23auto merge of #12311 : brson/rust/unstable, r=alexcrichtonbors-12/+12
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-12/+12
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-26/+56
2014-02-23rustdoc: Add syntax highlightingAlex Crichton-1/+1
2014-02-22auto merge of #12450 : FlaPer87/rust/issue-10682, r=alexcrichtonbors-0/+20
2014-02-22auto merge of #11863 : erickt/rust/hash, r=acrichtobors-0/+137
2014-02-22auto merge of #11603 : alexcrichton/rust/issue-11591, r=brsonbors-0/+55
2014-02-22Force all lang items to be reachableAlex Crichton-0/+55
2014-02-22auto merge of #12366 : aepsil0n/rust/feature/unnecessary_parens_around_assign...bors-0/+3