about summary refs log tree commit diff
path: root/src/test/run-pass/auxiliary
AgeCommit message (Expand)AuthorLines
2017-08-12Check #[thread_local] statics correctly in the compiler.Eduard-Mihai Burtescu-4/+7
2017-07-08Remove more anonymous trait method parametersVadim Petrochenkov-2/+2
2017-07-06remove associated_consts feature gateSean McArthur-1/+0
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-15/+0
2017-06-21Integrate jobserver support to parallel codegenAlex Crichton-1/+3
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-7/+14
2017-05-17Refactor: Move the mutable parts out of LintStore. Fix #42007.kennytm-0/+14
2017-04-23rustc_const_eval: support all unit enum variants.Eduard-Mihai Burtescu-0/+26
2017-04-15Specialize Vec::from_elem<u8> to use calloc or memsetMatt Brubeck-0/+5
2017-04-04cstore: return an immutable borrow from `visible_parent_map`Ariel Ben-Yehuda-0/+11
2017-03-24update LLVM with fix for PR32379Ariel Ben-Yehuda-0/+15
2017-03-17Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` ...Jeffrey Seyfried-0/+11
2017-02-25Rollup merge of #40064 - arielb1:virtual-enum, r=nikomatsakisEduard-Mihai Burtescu-0/+17
2017-02-23Add tests for lib defaultsPeter Wagenet-0/+15
2017-02-23trans: 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