summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-4/+4
2014-03-20rename std::vec -> std::sliceDaniel Micay-42/+41
2014-03-19rustc: Prevent false positives in crate loadingAlex Crichton-0/+33
2014-03-19rustc: Fix x86 ffi for empty struct argumentsklutzy-0/+55
2014-03-19rustc: Fix x86 ffi for struct argumentsklutzy-6/+2
2014-03-18auto merge of #13006 : alexcrichton/rust/rollup, r=alexcrichtonbors-0/+84
2014-03-18libsyntax: librustdoc: ignore utf-8 BOM in .rs filesLiigo Zhuang-0/+13
2014-03-18Fix linkage1 test which fails due to --as-neededNick Cameron-0/+9
2014-03-18Move syntax-extension-hexfloat.rsNick Cameron-0/+0
2014-03-18rustc: test: don't silently ignore bad benchesCorey Richardson-0/+36
2014-03-18rustc: disallow duplicate methods in trait implsCorey Richardson-0/+26
2014-03-18test: Fix android testsAlex Crichton-3/+2
2014-03-17auto merge of #12935 : lbonn/rust/nullenum, r=alexcrichtonbors-4/+54
2014-03-17auto merge of #12742 : FlaPer87/rust/issue-11411-static-mut-slice, r=nikomats...bors-0/+36
2014-03-17auto merge of #12951 : cadencemarseille/rust/issue-12943-remove-AtomicFlag, r...bors-2/+0
2014-03-17rustc: disallow trailing parentheses for nullary enum variantsLaurent Bonnans-4/+54
2014-03-16auto merge of #12937 : sinistersnare/rust/method-error-message, r=huonwbors-0/+34
2014-03-16Remove AtomicFlagCadence Marseille-2/+0
2014-03-16Asked if missing (), then asks about an anonymous function. Also added test.Davis Silverman-0/+34
2014-03-16Fix a test that was missed in the liblog PREdward Wang-0/+4
2014-03-15Test fixes and rebase conflictsAlex Crichton-5/+6
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-777/+800
2014-03-14auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brsonbors-223/+13
2014-03-14auto merge of #12895 : michaelwoerister/rust/limited-debuginfo, r=alexcrichtonbors-4/+4