summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2020-11-29Auto merge of #78122 - fusion-engineering-forks:fmt-write-bounds-check, r=Mar...bors-0/+57
2020-11-29Add test to check for fmt::write bloat.Mara Bos-0/+57
2020-11-12Auto merge of #76256 - tgnottingham:issue-74890, r=nikomatsakisbors-0/+48
2020-11-09incr-comp: add ignore-32bit directive to incr-prev-body-beyond-eof testTyson Nottingham-1/+5
2020-11-08incr-comp: add clarifying comments to incr-prev-body-beyond-eof testTyson Nottingham-4/+8
2020-11-06fix shellcheck error of SC2148Daiki Ihara-0/+2
2020-11-04incr-comp: hash span end line/columnTyson Nottingham-0/+40
2020-10-19Ignore on 32-bit targetsJonas Schievink-2/+1
2020-10-19ignore-thumbJonas Schievink-0/+1
2020-10-19Ignore test on WASMJonas Schievink-0/+2
2020-10-19Move issue-36710 test to run-makeJonas Schievink-0/+36
2020-09-25cleaning up codeRaoul Strackx-26/+35
2020-09-25Building libunwind with new CMakeLists.Raoul Strackx-8/+3
2020-09-25Adding checks for module level assemblyRaoul Strackx-9/+115
2020-09-25LVI hardening tests for cmakeRaoul Strackx-0/+120
2020-09-25testing c++ code (cc crate)Raoul Strackx-0/+55
2020-09-25test hardening C inline assembly code (cc crate)Raoul Strackx-1/+33
2020-09-25started using cc crateRaoul Strackx-4/+29
2020-09-25LVI test std libRaoul Strackx-16/+78
2020-09-25Adding checks for assembly files in libunwindRaoul Strackx-0/+37
2020-09-20Provide bootstrap tools with RUSTC in environmentMark Rousskov-3/+3
2020-07-26proc_macro: Add API for tracked access to environment variablesVadim Petrochenkov-0/+29
2020-07-13Fix src/test/run-make/static-pie/test-aslr.rsHarald Hoyer-1/+1
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-1/+1
2020-06-25Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrumbors-0/+14
2020-06-15Enable static-pie for the x86_64-unknown-linux-musl targetHarald Hoyer-0/+58
2020-05-31Print accessed env vars as special comments into depinfo filesVadim Petrochenkov-0/+14
2020-04-26Use Cell::take in a couple placesThinkChaos-1/+1
2020-01-31Auto merge of #67878 - Others:opt-3, r=Mark-Simulacrumbors-1/+1
2020-01-30Change opt-level from 2 back to 3Gregor Peach-1/+1
2020-01-21Do not use Cortex-M0 since Qemu is too oldJonas Schievink-1/+2
2020-01-21Check in lockfileJonas Schievink-0/+199
2020-01-21Update dependenciesJonas Schievink-8/+4
2020-01-21Use the right runners for all thumb targetsJonas Schievink-6/+19
2020-01-21Fix thumb target CIJonas Schievink-7/+4
2020-01-08Check for the entry kindmaik-3/+3
2020-01-08Remove unnecessary global countingmaik-11/+5
2020-01-07Fix indentationMaik Klein-1/+1
2020-01-07Add tests for static variablesMaik Klein-7/+20
2019-12-16Fix handling of wasm import modules and namesAlex Crichton-0/+154
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-7/+7
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-7/+7
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-7/+7
2019-07-30Add very simple edition check to tidy; and add missing edition = 2018s.CrLF0710-10/+8
2019-05-10Make tests compatible with musl hostMateusz MikuĊ‚a-1/+4
2019-05-03rustc: Always handle exported symbols on the wasm targetAlex Crichton-2/+17
2019-02-27Introduce assembly testsDenys Zariaiev-173/+0
2019-02-13Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-SimulacrumMazdak Farrokhzad-0/+43
2019-02-11use ignore directives for run-make testsAndy Russell-44/+21
2019-02-08Don't shadow the provided `stringify!` macro in a wasm code size test caseNick Fitzgerald-23/+17