summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-2/+2
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-3/+3
2014-03-28Rename Pod into CopyFlavio Percoco-3/+3
2014-03-27Fix fallout of removing default boundsAlex Crichton-2/+2
2014-03-23Implement cross-crate support for autoderef.Eduard Burtescu-0/+37
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-2/+2
2014-03-22test: Fix fallout of removing get()Alex Crichton-2/+2
2014-03-22test: Remove Freeze / NoFreeze from testsFlavio Percoco-2/+2
2014-03-21auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichtonbors-16/+2
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-6/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-3/+11
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-9/+10
2014-03-20std: Make the generic atomics take unsafe pointersBrian Anderson-16/+2
2014-03-20std: Make atomics immutable. #11583Brian Anderson-12/+12
2014-03-20Replace Freeze bounds with Share boundsFlavio Percoco-3/+3
2014-03-18Fix linkage1 test which fails due to --as-neededNick Cameron-0/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-7/+10
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-3/+0
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-4/+4
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-3/+3
2014-03-11auto merge of #12556 : alexcrichton/rust/weak-linkage, r=brsonbors-0/+12
2014-03-11rustc: Support various flavors of linkagesAlex Crichton-0/+12
2014-03-11Add an ItemModifier syntax extension typeSteven Fackler-3/+12
2014-03-06test: Add some tests for closed issuesAlex Crichton-0/+62
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-0/+1
2014-02-28rustc: Add the concept of a Strict Version HashAlex Crichton-0/+42
2014-02-25test: Clean out the test suite a bitAlex Crichton-1/+1
2014-02-24auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonwbors-2/+6
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-2/+6
2014-02-24All uses of `extern fn` should mean `extern "C" fn`. Closes #9309.Nick Cameron-2/+2
2014-02-23auto merge of #12311 : brson/rust/unstable, r=alexcrichtonbors-4/+4
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-4/+4
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-2/+5
2014-02-22Force all lang items to be reachableAlex Crichton-0/+17
2014-02-20Re-work loading crates with nicer errorsAlex Crichton-0/+28
2014-02-19Tweak how preference factors into linkageAlex Crichton-0/+26
2014-02-14extern mod => extern crateAlex Crichton-15/+15
2014-02-14Register new snapshotsAlex Crichton-10/+0
2014-02-13Stop unloading syntax librariesSteven Fackler-0/+35
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-6/+6
2014-02-07Added tests to make tidyDerek Guenther-0/+150
2014-02-06auto merge of #12039 : alexcrichton/rust/no-conditions, r=brsonbors-89/+0
2014-02-06Remove std::conditionAlex Crichton-89/+0
2014-02-07Removed @self and @Trait.Eduard Burtescu-3/+2
2014-02-05auto merge of #12025 : lilac/rust/feature-gate-quote, r=brsonbors-1/+1
2014-02-04auto merge of #12023 : nick29581/rust/err_res, r=alexcrichtonbors-0/+15
2014-02-04auto merge of #12018 : alexcrichton/rust/triage, r=sfacklerbors-0/+15
2014-02-04Adding tests for closed issuesAlex Crichton-0/+15
2014-02-05Check for trait impl conflicts across cratesNick Cameron-0/+15