summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2016-05-04trans: always register an item's symbol, even if duplicated.Eduard Burtescu-0/+27
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-6/+2
2016-04-02Make the rendering process less pass-awaremitaa-0/+21
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-1/+1
2016-03-30rename `rustc_const_eval` to `rustc_const_math`Oliver Schneider-2/+2
2016-03-29Use weak_odr linkage when reusing definitions across codegen unitsBjörn Steinbrink-0/+66
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-1/+1
2016-03-25Make the compiler emit an error if the crate graph contains two crates with t...Michael Woerister-0/+23
2016-03-25Use new symbol names for items of various kinds.Michael Woerister-0/+0
2016-03-25Make monomorphized functions use stable symbol names.Michael Woerister-0/+0
2016-03-22Omit `pub` for inlined variant-struct fieldsmitaa-0/+15
2016-03-15Auto merge of #32250 - durka:derive-31574, r=alexcrichtonbors-0/+40
2016-03-14Test fixes, added README for testsAaron Turon-4/+8
2016-03-14Adjust tests for feature gate, and add tests for the gate itselfAaron Turon-0/+4
2016-03-14Add basic specialization tests, including for default itemAaron Turon-2/+131
2016-03-14refactor derive-no-std test, add empty struct/enumAlex Burka-0/+40
2016-03-14Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakisbors-2/+6
2016-03-13Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1bors-4/+7
2016-03-12std: Clean out deprecated APIsAlex Crichton-2/+4
2016-03-10typestrong constant integersOliver Schneider-2/+6
2016-03-09Split TyBareFn into TyFnDef and TyFnPtr.Eli Friedman-34/+38
2016-03-07Change MirPass to also take NodeIdSimonas Kazlauskas-1/+3
2016-03-06Split out rustdoc pass to strip private importsmitaa-0/+9
2016-03-04Add Pass manager for MIRSimonas Kazlauskas-4/+5
2016-03-03Auto merge of #31824 - jseyfried:privacy_in_resolve, r=nikomatsakisbors-2/+2
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-7/+1
2016-02-26Auto merge of #31903 - mitaa:rdoc-ghostly-impls, r=alexcrichtonbors-0/+18
2016-02-26Don't inline impls from `doc(hidden)` modulesmitaa-0/+18
2016-02-26Fix fallout in testsJeffrey Seyfried-2/+2
2016-02-25Auto merge of #30856 - mneumann:thread_local_extern, r=alexcrichtonbors-0/+17
2016-02-25Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakisManish Goregaokar-0/+1
2016-02-24Fix the visibility of extern crate declarations and stop warning on pub exter...Jeffrey Seyfried-0/+1
2016-02-22Fix #[derive] for empty structs with bracesVadim Petrochenkov-1/+1
2016-02-21Run thread-local-extern-static test only on supported platforms.Michael Neumann-1/+2
2016-02-20Fix test case. Needs no_mangle and aux-buildMichael Neumann-0/+2
2016-02-20Auto merge of #31474 - arielb1:mir-typeck, r=nikomatsakisbors-5/+2
2016-02-20Auto merge of #31674 - VladUreche:issue/21221, r=nikomatsakisbors-0/+51
2016-02-20use the FulfillmentContext and InferCtxt more correctlyAriel Ben-Yehuda-5/+2
2016-02-19Add license and feature(thread_local)Michael Neumann-0/+12
2016-02-19Show candidates for names not in scopeVlad Ureche-0/+51
2016-02-18Add more tests for unnameable reachable itemsVadim Petrochenkov-23/+116
2016-02-18privacy: Mark reachable but unnameable items as reachableVadim Petrochenkov-0/+23
2016-02-16rustc: Rebase LLVM on the 3.8 release branchAlex Crichton-0/+56
2016-02-12Omit src-links for items from extern macrosmitaa-0/+14
2016-02-12Auto merge of #31583 - petrochenkov:indi_ast, r=Manishearthbors-2/+2
2016-02-11Auto merge of #31545 - dotdash:no_noalias, r=alexcrichtonbors-0/+26
2016-02-11Remove some unnecessary indirection from AST structuresVadim Petrochenkov-2/+2
2016-02-11[breaking-change] don't glob export ast::MetaItem_Oliver 'ker' Schneider-2/+2
2016-02-11[breaking-change] don't glob export ast::Item_ variantsOliver 'ker' Schneider-3/+3
2016-02-11[breaking-change] don't glob export ast::BinOp_Oliver Schneider-2/+2