summary refs log tree commit diff
path: root/src/test/run-pass/auxiliary
AgeCommit message (Expand)AuthorLines
2017-03-09trans: don't ICE when trying to create ADT trans-itemsAriel Ben-Yehuda-0/+17
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-1/+1
2017-01-18Add regression test for debuginfo + LTOMichael Woerister-1/+40
2017-01-04Fix regression with duplicate `#[macro_export] macro_rules!`.Jeffrey Seyfried-0/+15
2016-12-29Change --crate-type metadata to --emit=metadataNick Cameron-1/+2
2016-12-17Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddybbors-0/+12
2016-12-08Extend middle::reachable to also consider provided trait methods.Michael Woerister-0/+33
2016-12-07macros: fix the expected paths for a non-inline module matched by an `item` f...Jeffrey Seyfried-0/+12
2016-12-06Auto merge of #37973 - vadimcn:dllimport, r=alexcrichtonbors-6/+3
2016-12-01Remove the "linked_from" feature.Vadim Chugunov-3/+0
2016-12-01Fix rust_test_helpers linkage.Vadim Chugunov-3/+3
2016-11-30Add tests.Jeffrey Seyfried-2/+2
2016-11-28Refactor TyTrait to contain a interned ExistentialPredicate slice.Mark-Simulacrum-1/+1
2016-11-23Rebasing and review changesNick Cameron-0/+36
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-0/+31
2016-11-08Partially stabilize RFC 1506 "Clarify relationships between ADTs"Vadim Petrochenkov-2/+0
2016-11-03use DefId's in const eval for cross-crate const fn'sTim Neumann-0/+18
2016-10-20test - Add missing ! to crate_type/crate_id attributesJohn Hodge-2/+2
2016-10-12tests for `#[may_dangle]` attribute.Felix S. Klock II-0/+61
2016-09-20rustc: don't recurse through nested items in decoded HIR fragments.Eduard Burtescu-2/+1
2016-09-13TypeIdHasher: Let projections be hashed implicitly by the visitor.Michael Woerister-0/+10
2016-09-08Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`Vadim Petrochenkov-2/+2
2016-08-24Remove drop flags from structs and enums implementing Drop.Eduard Burtescu-3/+0
2016-08-13Remove restrictions from tuple structs/variantsVadim Petrochenkov-0/+4
2016-08-06Rewrite TypeId computation to not miss anything and work cross-crate.Eduard Burtescu-18/+22
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-3/+0
2016-07-12tyencode: Make sure that projection bounds are handled in stable order.Michael Woerister-0/+30
2016-07-05Just pass in NodeId to FunctionContext::new instead of looking it up.Luqman Aden-0/+26
2016-05-06s/aux/auxiliary, because windowsNiko Matsakis-0/+4753