rust/src/test
bors 7baa7afd0f Auto merge of #85395 - 12101111:build-crt, r=petrochenkov
Build crtbegin.o/crtend.o from source code

Build crtbengin.o/crtend.o from source code instead of copying from gcc.

The crtbegin and crtend implementation from llvm don't need `crtbeginS.o` for PIC. `crtbegin{,S,T}.o` is unified into one generic `crtbegin.o`. See the comments in https://reviews.llvm.org/D28791#1419436 and https://reviews.llvm.org/D28791#1420914

fix: https://github.com/rust-lang/rust/issues/85310 , fix: https://github.com/rust-lang/rust/issues/47551 , fix: https://github.com/rust-lang/rust/issues/84033
2021-05-31 07:32:50 +00:00
..
assembly Fix static relocation model for PowerPC64 2021-05-28 03:48:39 +02:00
auxiliary
codegen Auto merge of #84876 - alexcrichton:inline-thread-locals-cross-crate, r=Mark-Simulacrum 2021-05-19 15:59:46 +00:00
codegen-units Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
debuginfo Rollup merge of #84500 - tmandry:compiletest-run-flag, r=Mark-Simulacrum 2021-05-07 00:38:35 +02:00
incremental Auto merge of #85211 - Aaron1011:metadata-invalid-span, r=michaelwoerister 2021-05-14 16:58:30 +00:00
mir-opt Update mir opt tests 2021-05-30 12:51:36 +02:00
pretty Add test for pretty printing anonymous types 2021-05-24 00:05:46 -05:00
run-make Auto merge of #85362 - jsgf:fix-emit-metadata, r=estebank 2021-05-30 17:39:45 +00:00
run-make-fulldeps Auto merge of #85395 - 12101111:build-crt, r=petrochenkov 2021-05-31 07:32:50 +00:00
run-pass-valgrind
rustdoc Update trait toggle test 2021-05-26 14:36:58 +02:00
rustdoc-gui Add GUI test to check colors of alias in search results 2021-05-25 17:48:57 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json Rename span to source 2021-03-24 19:44:23 +00:00
rustdoc-ui Rename INVALID_RUST_CODEBLOCK{,S} 2021-05-17 21:31:04 -04:00
rustfix
ui Auto merge of #85597 - 0yoyoyo:fix-issue-71563-remove-redundant-args, r=petrochenkov 2021-05-31 01:59:20 +00:00
ui-fulldeps Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
COMPILER_TESTS.md