summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2017-10-07rustc: Don't inline in CGUs at -O0Alex Crichton-2/+4
2017-10-07rustc: Implement ThinLTOAlex Crichton-7/+7
2017-10-01Auto merge of #44906 - dkl:main-signature, r=nagisabors-0/+3
2017-09-30test: Update target specs test for new target-c-int-width fieldDaniel Klauer-0/+3
2017-09-26rustc: Default 32 codegen units at O0Alex Crichton-14/+17
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-2/+1
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-1/+1
2017-09-11Auto merge of #44440 - cuviper:min_global_align, r=japaricbors-0/+60
2017-09-11Auto merge of #44410 - alexcrichton:fix-travis, r=Mark-Simulacrumbors-12/+31
2017-09-09rustc: Remove `DepGraph` handling from rustc_metadataAlex Crichton-1/+1
2017-09-08Add a test for `min_global_align`Josh Stone-0/+60
2017-09-07Fix sanitizer tests on buggy kernelsAlex Crichton-12/+31
2017-09-05rustc: Attempt to handle super long linker invocationsAlex Crichton-0/+94
2017-09-01Exclude all windows-gnu from the float_one testJosh Stone-3/+4
2017-09-01Exclude x86_64-pc-windows-gnu from the float_one testJosh Stone-1/+5
2017-09-01powerpc64: improve extern struct ABIJosh Stone-25/+60
2017-08-30Set python binary name to python 2.7Guillaume Gomez-3/+1
2017-08-30Update unstable-crate testGuillaume Gomez-34/+74
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-1/+1
2017-08-14save-analysis: Remove path span extraction methods from SpanUtilskennytm-0/+27
2017-08-08Ignore tests that fail on stage1Malo Jaffré-0/+31
2017-08-03Solaris linker options need to be accounted for in one test.Danek Duvall-2/+2
2017-08-03Some tests use `res_init()` and need `-lresolv` on SolarisDanek Duvall-1/+1
2017-08-01Auto merge of #43506 - michaelwoerister:async-llvm, r=alexcrichtonbors-5/+1
2017-08-01async-llvm(29): Adapt run-make/llvm-phase test case to LLVM module not being ...Michael Woerister-5/+1
2017-07-31fix `-Z treat-err-as-bug`Ariel Ben-Yehuda-0/+18
2017-07-28Make LLVMRustHasFeature more robustLuca Barbato-1/+1
2017-07-24Auto merge of #43327 - nrc:rls-config, r=eddybbors-1/+0
2017-07-24Remove save-analysis-api references from tests and rustbuildNick Cameron-1/+0
2017-07-21run-make test for JSON error byte start/endZack M. Davis-0/+32
2017-07-17Auto merge of #42711 - Firstyear:san-on-dylib, r=alexcrichtonbors-9/+162
2017-07-15Add support for dylibs with Address Sanitizer. This supports cdylibs and stat...William Brown-9/+162
2017-07-12Rollup merge of #42826 - Yorwba:type-mismatch-same-absolute-paths, r=arielb1Mark Simulacrum-0/+94
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-56/+30
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-1/+1
2017-06-29Replace `grep -z` by `tr -d '\r\n' | grep` for cross-compatibilityYorwba-1/+1
2017-06-22Note different versions of same crate when absolute paths of different types ...Yorwba-0/+94
2017-06-20Remove the in-tree `flate` crateAlex Crichton-8/+4
2017-06-17Auto merge of #42650 - nrc:save-slim, r=eddybbors-1/+0
2017-06-14Auto merge of #42433 - marco-c:profiling, r=alexcrichtonbors-0/+20
2017-06-14Remove CSV format of save-analysis dataNick Cameron-1/+0
2017-06-09rustdoc: Use `create_dir_all` to create output directoryOliver Middleton-0/+15
2017-06-05Add run-make test for Command::spawn on WindowsOliver Middleton-0/+49
2017-06-04Run profiler test only if built with profiler supportMarco Castelluccio-0/+2
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+18
2017-05-22fix `atomic_lock_free` test caseNiko Matsakis-0/+2
2017-05-15Fix run-make/llvm-passRobin Kruppe-0/+1
2017-05-15Remove rustc_llvm dependency from librustcRobin Kruppe-0/+1
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-1/+2
2017-05-08Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakisCorey Farwell-24/+0