summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2015-10-01Converted test to rpass.Vadim Chugunov-0/+15
2015-09-14Auto merge of #28392 - arielb1:sort-bounds-list, r=eddybbors-0/+20
2015-09-13sort the existential bounds list in tydecodeAriel Ben-Yehuda-0/+20
2015-09-09Add testManish Goregaokar-0/+38
2015-09-03Move lints to HIRManish Goregaokar-10/+9
2015-09-01Remove the Modifier and Decorator kinds of syntax extensions.Nick Cameron-12/+0
2015-08-29Allow #[derive()] to generate unsafe trait implsMichael Layzell-0/+2
2015-08-15test: Fix tests for requiring issuesAlex Crichton-43/+45
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-0/+149
2015-08-14Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrcbors-1/+0
2015-08-12Fallout in tests -- we now report an error if you even reference a typeNiko Matsakis-1/+0
2015-08-12stop cross-crate associated types from being importedAriel Ben-Yehuda-0/+6
2015-08-12Auto merge of #27618 - dotdash:drop_fixes, r=luqmanabors-0/+23
2015-08-10trans: Stop informing LLVM about dllexportAlex Crichton-0/+3
2015-08-10Remove morestack supportAlex Crichton-3/+0
2015-08-07Fix ICE when trying to drop an unsized type from a different crateBjörn Steinbrink-0/+23
2015-08-03syntax: Implement #![no_core]Alex Crichton-4/+1
2015-08-03Auto merge of #27210 - vadimcn:win64-eh-pers, r=alexcrichtonbors-0/+3
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-0/+3
2015-07-29Feature gate associated type defaultsBrian Anderson-0/+2
2015-07-28Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddybbors-11/+7
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-11/+7
2015-07-28Auto merge of #27330 - alexcrichton:reenable-lto-syntax-extension, r=huonwbors-0/+36
2015-07-27test: Fix lto-syntax-extensionAlex Crichton-0/+36
2015-07-26Revert "trans: Be a little more picky about dllimport"Alex Crichton-15/+0
2015-07-25Add cross-crate error message testsJared Roesch-0/+19
2015-07-21trans: Be a little more picky about dllimportAlex Crichton-0/+15
2015-07-20Add test of cross-crate impl formattingWilliam Throwe-0/+15
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-1/+1
2015-07-08trans: Link rlibs to dylibs with --whole-archiveAlex Crichton-0/+59
2015-07-07Auto merge of #26747 - huonw:stability-issue, r=alexcrichtonbors-0/+20
2015-07-06rustc: implement `unstable(issue = "nnn")`.Huon Wilson-0/+20
2015-07-03After inferring regions, scan for any bounds that are due to a lifetimeNiko Matsakis-0/+21
2015-06-30Actually encode default associated typesAriel Ben-Yehuda-0/+16
2015-06-25test: Use liblibc in lang-item-publicAlex Crichton-28/+7
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-17Auto merge of #26025 - alexcrichton:update-llvm, r=brsonbors-1/+1
2015-06-16rustc: Update LLVMAlex Crichton-1/+1
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-8/+8
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-17/+17
2015-05-29New tests for cross-crate usages of const fn and so forthNiko Matsakis-0/+16
2015-05-29add const_fn featuresNiko Matsakis-0/+2
2015-05-27Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichtonbors-2/+2
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+2
2015-05-26Auto merge of #24657 - aochagavia:rustdoc, r=alexcrichtonbors-0/+1
2015-05-26rustc_back: Don't pass 'u' to ar invocationsAlex Crichton-0/+32
2015-05-25Rustdoc: ignore deref-inherited static methodsAdolfo Ochagavía-0/+1
2015-05-24Auto merge of #25168 - Manishearth:register_attr, r=eddybbors-0/+30
2015-05-22Let MultiItemDecorator take `&Annotatable` (fixes #25683)Manish Goregaokar-5/+5
2015-05-17Allow #[derive()] to generate unsafe methodsManish Goregaokar-0/+2