about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-07-19Auto merge of #34898 - sanxiyn:rollup, r=sanxiynbors-0/+2
2016-07-18Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brsonbors-3/+4
2016-07-18Rollup merge of #34889 - infinity0:master, r=sanxiynSeo Sanghyeon-0/+2
2016-07-18Auto merge of #34886 - jseyfried:improve_stmt_matchers, r=eddybbors-0/+17
2016-07-17test: disable more stdcall tests for ARM arches. temp workaround for #24958Ximin Luo-0/+2
2016-07-17Add regression testJeffrey Seyfried-0/+17
2016-07-17Auto merge of #34871 - petrochenkov:inherent, r=jseyfriedbors-1/+1
2016-07-17Auto merge of #34789 - jonathandturner:simplify_liberror, r=alexcrichtonbors-15/+431
2016-07-17Do not resolve inherent static methods from other crates prematurelyVadim Petrochenkov-1/+1
2016-07-16Auto merge of #34846 - jonas-schievink:issue34839, r=eddybbors-0/+31
2016-07-16Auto merge of #34816 - jseyfried:fix_include_path, r=nrcbors-1/+7
2016-07-16Erase regions before computing type layoutJonas Schievink-0/+31
2016-07-15Auto merge of #34676 - aravind-pg:inner-attr, r=brsonbors-0/+36
2016-07-15syntax: Better error message for inner attr following doc commentAravind Gollakota-0/+36
2016-07-15Auto merge of #34570 - jseyfried:no_rename, r=nrcbors-0/+7
2016-07-15Add labels hygiene testJeffrey Seyfried-0/+7
2016-07-14Fix compile-fail test for `ExactSizeIterator::is_empty`Tobias Bucher-3/+4
2016-07-14Auto merge of #34797 - doomrobo:fix-import-trait-method, r=jseyfriedbors-0/+17
2016-07-14test: Remove NOTE assertions from trace_macros-gateAlex Crichton-2/+1
2016-07-14Add unicode test to ui testsJonathan Turner-0/+22
2016-07-14Add fix for tabs. Move error unit tests->ui testsJonathan Turner-0/+391
2016-07-14Fix up some tidy-unfriendly spacingJonathan Turner-4/+4
2016-07-14Fix a couple UI test failuresJonathan Turner-15/+18
2016-07-14Add regression testJeffrey Seyfried-1/+7
2016-07-13Auto merge of #34805 - michaelwoerister:stable-bounds-encoding, r=eddybbors-0/+66
2016-07-13Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichtonbors-2/+2
2016-07-13Auto merge of #33642 - xen0n:ergonomic-format-macro, r=alexcrichtonbors-3/+33
2016-07-14format: add tests for ergonomic format_args!Wang Xuerui-0/+33
2016-07-14syntax_ext: format: allow multiple formats for one argumentWang Xuerui-3/+0
2016-07-13Auto merge of #34772 - jseyfried:cleanup_interner, r=eddybbors-6/+3
2016-07-13Auto merge of #34752 - ollie27:rustdoc_search, r=GuillaumeGomezbors-0/+42
2016-07-13Auto merge of #34660 - jseyfried:fix_parse_stmt, r=nrcbors-1/+23
2016-07-13evaluate the array length of fixed size array types in rustdocOliver Schneider-2/+2
2016-07-13Fixed issue where importing a trait method directly and then calling the meth...Michael Rosenberg-0/+17
2016-07-12Auto merge of #34756 - habnabit:mutex-refunwindsafe, r=alexcrichtonbors-0/+2
2016-07-13Start a best-effort warning cycle.Jeffrey Seyfried-0/+22
2016-07-13Allow macro-expanded macros in trailing expression positions to expand into s...Jeffrey Seyfried-1/+1
2016-07-12std: Clean out deprecated APIsAlex Crichton-5/+0
2016-07-12rustdoc: Fix methods in seach resultsOliver Middleton-0/+42
2016-07-12tyencode: Make sure that projection bounds are handled in stable order.Michael Woerister-0/+66
2016-07-12Fix fallout.Jeffrey Seyfried-2/+2
2016-07-11Avoid passing around the thread-local interner in `librustc_metadata`.Jeffrey Seyfried-6/+3
2016-07-10Mutex and RwLock need RefUnwindSafe too.Aaron Gallagher-0/+2
2016-07-10Move variant_size_differences out of transJonas Schievink-0/+18
2016-07-09Auto merge of #34365 - petrochenkov:deferr, r=eddybbors-27/+136
2016-07-09trans: Make sure that closures only get translated once.Michael Woerister-0/+26
2016-07-08trans: Adjust linkage assignment so that we don't need weak linkage.Michael Woerister-20/+22
2016-07-08Fix codegen tests by make sure items are translated in AST order.Michael Woerister-7/+7
2016-07-08Improve linkage assignment in trans::partitioning.Michael Woerister-45/+45
2016-07-08Ignore closure-related translation item collection tests.Michael Woerister-0/+10