about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-03-27Fix fallout of removing default boundsAlex Crichton-28/+28
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-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-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
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/+55
2014-03-22Implement vtable support for autoderef.Eduard Burtescu-0/+42
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-117/+32
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-2/+2
2014-03-22test: Fix fallout of removing get()Alex Crichton-12/+12
2014-03-22test: Remove Freeze / NoFreeze from testsFlavio Percoco-117/+32
2014-03-21auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichtonbors-48/+34
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-66/+74
2014-03-22syntax: allow `trace_macros!` and `log_syntax!` in item position.Huon Wilson-1/+59
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-261/+24
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-654/+650
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-642/+628
2014-03-20syntax: Tidy up parsing the new attribute syntaxAlex Crichton-7/+10
2014-03-20Added new attribute syntax with backward compatibility.Daniel Fagnan-0/+47
2014-03-20std: Make the generic atomics take unsafe pointersBrian Anderson-48/+34
2014-03-20auto merge of #13020 : alexcrichton/rust/vec, r=brsonbors-5/+0
2014-03-20std: Make atomics immutable. #11583Brian Anderson-26/+26
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-5/+0
2014-03-20auto merge of #13017 : alexcrichton/rust/issue-13010, r=huonwbors-0/+33
2014-03-20auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakisbors-62/+85
2014-03-20Allow static items that don't fulfill `Freeze`Flavio Percoco-24/+0
2014-03-20Forbid borrow of static items with unsafe interiorFlavio Percoco-0/+47
2014-03-20Replace Freeze bounds with Share boundsFlavio Percoco-38/+38