about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-03-04Cleaned up `std::any`Marvin Löbel-1/+2
2014-03-04rustc: Streamline error messages for i18n, using `plural` whenever possible.Kang Seonghoon-2/+2
2014-03-03auto merge of #12665 : alexcrichton/rust/fix-snap-again, r=huonwbors-0/+2
2014-03-03test: Ignore some more syntax extension testsAlex Crichton-0/+4
2014-03-02auto merge of #12659 : alexcrichton/rust/fix-snap, r=sfacklerbors-0/+2
2014-03-02test: Ignore some phase(syntax) testsAlex Crichton-0/+2
2014-03-02Expand string literals and exprs inside of macrosSteven Fackler-1/+32
2014-03-02auto merge of #12645 : alexcrichton/rust/invalid-libraries, r=brsonbors-0/+19
2014-03-01rustc: Better error when loading invalid librariesAlex Crichton-0/+19
2014-03-01auto merge of #12630 : alexcrichton/rust/flush-buffered, r=brsonbors-5/+4
2014-03-01auto merge of #12641 : sfackler/rust/issue-11552, r=huonwbors-0/+29
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-5/+4
2014-03-01Add a test for #11552Steven Fackler-0/+29
2014-03-01auto merge of #12639 : luqmana/rust/struct-variant-pat, r=pcwaltonbors-0/+29
2014-03-01auto merge of #12638 : luqmana/rust/op-no-ref, r=alexcrichtonbors-0/+33
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-44/+64
2014-03-01librustc: Don't ICE when operator traits are not implemented properly. Fixes ...Luqman Aden-0/+33
2014-02-28librustc: Pass the node id so we don't fail on destructing struct variants. F...Luqman Aden-0/+29
2014-02-28syntax: Expand format!() deterministicallyAlex Crichton-0/+16
2014-02-28rustc: Add the concept of a Strict Version HashAlex Crichton-0/+76
2014-03-01rustc: implement a lint for publicly visible private types.Huon Wilson-0/+130
2014-02-27auto merge of #12614 : alexcrichton/rust/rollup, r=alexcrichtonbors-0/+44
2014-02-27auto merge of #12348 : brunoabinader/rust/libcollections-list-refactory, r=al...bors-9/+9
2014-02-27rustc: Move local native libs back in link-argsAlex Crichton-0/+44
2014-02-27Immutable static items should be `Freeze` Fixes #12432Flavio Percoco-18/+47
2014-02-27Closes #7364 Test caseFlavio Percoco-0/+19
2014-02-27Closes #9243 Test caseFlavio Percoco-0/+23
2014-02-27Forbid certain types for static itemsFlavio Percoco-1/+129
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-27Forbid moves out of static items Closes #10577Flavio Percoco-6/+35
2014-02-27Remove unused type_is_pod functionFlavio Percoco-0/+29
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