about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2014-08-25rustc: Encode the visibility of foreign itemsAlex Crichton-1/+15
2014-08-23extern crate foobar as foo;wickerwaka-11/+11
2014-08-20liblibc: don't use int/uint for intptr_t/uintptr_tCorey Richardson-3/+3
2014-08-20librustc: handle repr on structs, require it for ffi, unify with packedCorey Richardson-1/+1
2014-08-17librustc: Allow trait bounds on structures and enumerations, and checkPatrick Walton-0/+22
2014-08-15auto merge of #16494 : pnkfelix/rust/fsk-quotstx-followup, r=alexcrichtonbors-0/+12
2014-08-15auto merge of #16424 : pcwalton/rust/where-clauses, r=nikomatsakisbors-0/+30
2014-08-14librustc: Implement simple `where` clauses.Patrick Walton-0/+30
2014-08-14libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`Patrick Walton-6/+6
2014-08-14Followup to PR #16477: a run-pass regression test for Issue #15750.Felix S. Klock II-0/+12
2014-08-13rustc lexer: regression tests for embedded Idents.Felix S. Klock II-0/+26
2014-08-07Rename `Share` to `Sync`Alex Crichton-4/+4
2014-07-31Test fixes from the rollupAlex Crichton-1/+1
2014-07-26Remove managed_box gate from testsBrian Anderson-5/+1
2014-07-19librustc: Implement lifetime elision.Patrick Walton-3/+3
2014-07-18auto merge of #15733 : sanxiyn/rust/use-from-type, r=alexcrichtonbors-0/+10
2014-07-17Disallow importing from types when reexport is involvedSeo Sanghyeon-0/+10
2014-07-16stability lint: ignore code from macro expansionAaron Turon-0/+8
2014-07-10rustc: Forbid plugin_registrar in only rlib formAlex Crichton-0/+21
2014-07-07auto merge of #15394 : pcwalton/rust/new-index-traits, r=nick29581bors-45/+0
2014-07-07auto merge of #15440 : pcwalton/rust/struct-aliases, r=brsonbors-0/+17
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-45/+0
2014-07-05test: Fix tests for crate_id removalAlex Crichton-80/+7
2014-07-04librustc: Accept type aliases for structures in structure literals andPatrick Walton-0/+17
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-7/+7
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-5/+5
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-3/+3
2014-06-24Test lint pluginsKeegan McAllister-0/+47
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-0/+3
2014-06-21Fix spurious non-exhaustive errors for cross-crate struct variantsJakub Wieczorek-1/+2
2014-06-21auto merge of #15029 : aturon/rust/stability-index, r=brsonbors-0/+78
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-0/+2
2014-06-18Add stability inheritanceAaron Turon-0/+78
2014-06-18Remove obsolete testPiotr Jawniak-13/+0
2014-06-17librustc: Make addresses of immutable statics insignificant unlessPatrick Walton-1/+4
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-9/+16
2014-06-13libsyntax: Allow `+` to separate trait bounds from objects.Patrick Walton-2/+2
2014-06-12debuginfo: Generate cross-crate unique type identifiers for debuginfo types.Michael Woerister-0/+26
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-1/+1
2014-06-09Convert tests to use #[plugin_registrar]Keegan McAllister-28/+22
2014-06-09Use phase(plugin) in testsKeegan McAllister-4/+4
2014-06-05mk: Move rust_test_helpers out of libstdAlex Crichton-3/+3
2014-06-05Fallout from the libcollections movementAlex Crichton-8/+4
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-7/+7
2014-05-28auto merge of #14451 : alexcrichton/rust/issue-14442, r=brsonbors-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+3
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-4/+4
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4