about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-0/+2
2015-12-17Remove unused importsJeffrey Seyfried-2/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-12/+7
2015-12-03Add a `build-aux-docs` directive to compiletestmitaa-6/+31
2015-11-10compiletest/raise_fd_limit: use libc instead of custom implTamir Duberstein-22/+5
2015-11-04Deprecate `_ms` functions that predate the `Duration` APIBen Striegel-1/+1
2015-10-26Auto merge of #29296 - zazdxscf:compiletest_noargs_show_help, r=alexcrichtonbors-1/+1
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-2/+2
2015-10-25compiletest: show usage/help when passed no argsEmanuel Czirai-1/+1
2015-09-24Allow multi-digit GDB minor version numbersWilliam Throwe-5/+6
2015-09-21Avoid loading the whole gdb debug scripts section.Richard Diamond-2/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-1/+1
2015-09-01refactored compiletest following clippy's suggestionsllogiq-191/+176
2015-08-24Fix compile-fail tests on windowsDiggory Blake-2/+15
2015-08-11Fix #27567: remove --crate-type=lib from pretty testTim Neumann-1/+0
2015-08-10trans: Stop informing LLVM about dllexportAlex Crichton-2/+1
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-4/+4
2015-07-12Implement RFC 1058Simonas Kazlauskas-4/+2
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-4/+4
2015-07-08this fixes the test failures on freebsdDave Huseby-1/+4
2015-07-05Auto merge of #25754 - geofft:remove-compiletest-jit, r=alexcrichtonbors-11/+4
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-06-18compiletest: Minor cleanup from removal of jit test supportGeoffrey Thomas-11/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-5/+6
2015-06-13compiletest: remove JITTamir Duberstein-34/+12
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-12/+12
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-1/+1
2015-06-03Improve diagnostic messages for range patterns.Michael Sproul-10/+5
2015-05-27Revamp codegen tests to check IR quality instead of quantityBjörn Steinbrink-142/+17
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-2/+2
2015-05-02Run benchmarks once, as a test by default.Huon Wilson-1/+1
2015-04-27compiletest: Add support for `// ignore-musl`Alex Crichton-0/+8
2015-04-27compiletest: Don't force dylibs on muslAlex Crichton-1/+14
2015-04-23Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichtonbors-1/+1
2015-04-22Include the mode in compiletest's aux-build directory.Ryan Prichard-1/+1
2015-04-21Change a few error messages to give code suggestionsP1start-0/+13
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-3/+3
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14More test fixesAlex Crichton-7/+21
2015-04-14compiletest: Re-add raise_fd_limitAlex Crichton-13/+70
2015-04-10Test fixes and review feedbackAlex Crichton-15/+15
2015-04-07rustdoc: Add a test for fixed issue #15347Alex Crichton-0/+1
2015-04-07rustdoc: Add a primitive page for raw pointersAlex Crichton-0/+1
2015-04-07compiletest: Add support for running rustdoc testsAlex Crichton-45/+98
2015-04-07Fix charset of debuginfo test on FreeBSDWill-4/+10
2015-04-04fixing some tests and temporarily disabling others to get Bitrig build workin...Dave Huseby-3/+4
2015-04-01rollup merge of #23939: nikomatsakis/fn-boxAlex Crichton-2/+1
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-1/+1
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-2/+1
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0