summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-5/+5
2014-03-31auto merge of #13221 : thestinger/rust/append, r=alexcrichtonbors-9/+7
2014-03-30auto merge of #13206 : TeXitoi/rust/fix-shootout-k-nucleotide, r=alexcrichtonbors-35/+37
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-9/+7
2014-03-30make shootout-k-nucleotide.rs pass official testGuillaume Pinot-35/+37
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-2/+4
2014-03-29auto merge of #13183 : erickt/rust/remove-list, r=alexcrichtonbors-43/+20
2014-03-29auto merge of #13143 : gentlefolk/rust/issue-9227, r=michaelwoeristerbors-70/+601
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-264/+265
2014-03-28syntax: Accept meta matchers in macrosAlex Crichton-6/+49
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-15/+28
2014-03-28Rename Pod into CopyFlavio Percoco-114/+114
2014-03-28auto merge of #13107 : seanmonstar/rust/encoder-errors, r=ericktbors-3/+3
2014-03-27auto merge of #13108 : pongad/rust/lintraw, r=huonwbors-0/+35
2014-03-27Initial support for emitting DWARF for static vars.gentlefolk-70/+601
2014-03-27serialize: use ResultSean McArthur-3/+3
2014-03-27auto merge of #13050 : alexcrichton/rust/no-send-default, r=huonwbors-28/+28
2014-03-27Fix fallout of removing default boundsAlex Crichton-28/+28
2014-03-27auto merge of #13136 : alexcrichton/rust/spawn-deadlock, r=brsonbors-1/+13
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-27Added lint for #[deriving] structs and enums with unsafe pointers. #13032.Michael Darakananda-0/+35
2014-03-26auto merge of #13079 : alexcrichton/rust/colons, r=cmrbors-8/+35
2014-03-26auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brsonbors-21/+1
2014-03-26syntax: Tweak parsing bounds on generics pathsAlex Crichton-8/+35
2014-03-26rustc: Relax restriction on privacy for fieldsAlex Crichton-21/+1
2014-03-26Add test using early-bound lifetimes in trait generic parameters.Felix S. Klock II-0/+135
2014-03-26bench: Put the spawn bench back on libgreenAlex Crichton-1/+13
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-68/+13
2014-03-25auto merge of #13083 : FlaPer87/rust/issue-13005-borrow-unsafe-static, r=niko...bors-0/+7
2014-03-24auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brsonbors-298/+54
2014-03-24test: Update all tests with the sync changesAlex Crichton-298/+54
2014-03-24rustc: Remove all crate map supportAlex Crichton-63/+4
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-5/+9
2014-03-24rustc: Completely forbid borrows of unsafe staticsFlavio Percoco-0/+7
2014-03-24auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichtonbors-1/+59
2014-03-23auto merge of #13074 : pczarn/rust/build-rlib, r=alexcrichtonbors-1/+3
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-23rustc: Change the filename of compressed bitcodePiotr Czarnecki-1/+3
2014-03-23auto merge of #13090 : thestinger/rust/iter, r=Aatchbors-3/+3
2014-03-23iter: remove `to_owned_vec`Daniel Micay-3/+3
2014-03-22auto merge of #13088 : thestinger/rust/hashmap, r=cmrbors-2/+4