summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-1/+1
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-1/+3
2014-03-29auto merge of #13183 : erickt/rust/remove-list, r=alexcrichtonbors-42/+15
2014-03-28auto merge of #13157 : pnkfelix/rust/fsk-iss13140, r=nikomatsakisbors-0/+135
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-0/+1
2014-03-28syntax: Accept meta matchers in macrosAlex Crichton-2/+45
2014-03-28auto merge of #13158 : alexcrichton/rust/issue-13123, r=brsonbors-0/+36
2014-03-28native: Ignore SIGPIPE by defaultAlex Crichton-0/+36
2014-03-28native: Use WNOHANG before signalingAlex Crichton-19/+26
2014-03-28test: remove pure test, which is now redundant with inline testsErick Tryzelaar-36/+0
2014-03-28collections: remove ListErick Tryzelaar-14/+23
2014-03-28Rename Pod into CopyFlavio Percoco-17/+17
2014-03-27serialize: use ResultSean McArthur-3/+3
2014-03-27Fix fallout of removing default boundsAlex Crichton-18/+17
2014-03-27auto merge of #13001 : cmr/rust/unnamed-lifetime-nocapture, r=nikomatsakisbors-0/+1
2014-03-27test/run-pass/out-of-stack: prevent tcoCorey Richardson-0/+1
2014-03-27auto merge of #13034 : edwardw/rust/match, r=nikomatsakisbors-0/+199
2014-03-27_match.rs: prune sub-match tree too aggressivelyEdward Wang-0/+199
2014-03-26auto merge of #13079 : alexcrichton/rust/colons, r=cmrbors-6/+33
2014-03-26syntax: Tweak parsing bounds on generics pathsAlex Crichton-6/+33
2014-03-26Add test using early-bound lifetimes in trait generic parameters.Felix S. Klock II-0/+135
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-4/+8
2014-03-24auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brsonbors-5/+5
2014-03-24test: Update all tests with the sync changesAlex Crichton-5/+5
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-4/+8
2014-03-24auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichtonbors-0/+30
2014-03-23auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestingerbors-20/+1
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-20/+1
2014-03-23auto merge of #13090 : thestinger/rust/iter, r=Aatchbors-2/+2
2014-03-23iter: remove `to_owned_vec`Daniel Micay-2/+2
2014-03-22auto merge of #13088 : thestinger/rust/hashmap, r=cmrbors-2/+4
2014-03-23use TotalEq for HashMapDaniel Micay-2/+4
2014-03-22auto merge of #13089 : thestinger/rust/managed, r=Aatchbors-68/+0
2014-03-22make std::managed privateDaniel Micay-68/+0
2014-03-23Implement cross-crate support for autoderef.Eduard Burtescu-0/+18
2014-03-22Implement vtable support for autoderef.Eduard Burtescu-0/+42
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-13/+13
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-1/+1
2014-03-22test: Fix fallout of removing get()Alex Crichton-6/+6
2014-03-22test: Remove Freeze / NoFreeze from testsFlavio Percoco-13/+13
2014-03-21auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichtonbors-32/+32
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-62/+74
2014-03-22syntax: allow `trace_macros!` and `log_syntax!` in item position.Huon Wilson-0/+30
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-150/+4
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-278/+321
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-345/+349
2014-03-20syntax: Tidy up parsing the new attribute syntaxAlex Crichton-3/+6
2014-03-20Added new attribute syntax with backward compatibility.Daniel Fagnan-0/+33
2014-03-20std: Make the generic atomics take unsafe pointersBrian Anderson-32/+32