about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2020-05-06test: Fix warnings in `rust_test_helpers.c`Vadim Petrochenkov-0/+2
2020-02-08Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddybbors-0/+29
2020-02-08test: address comments and pacify the merciless tidy.Eduard-Mihai Burtescu-3/+3
2020-02-08Add non-C-like enumeration tests on Rust->C calls to the abi-sysv64-arg-passi...John VanEnk-0/+84
2020-02-04Add tests for RISC-V C ABImsizanoen1-0/+29
2019-07-05rustc_target: avoid negative register counts in the SysV x86_64 ABI.Eduard-Mihai Burtescu-0/+23
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-5/+12
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-19FIXME(2665) remove fixme since the c files are included by the testsuiteNiv Kaminer-5/+1
2018-02-24Remove directory `src/rt`Vadim Petrochenkov-0/+286
2016-05-06remove stray files in auxiliary directoryNiko Matsakis-55/+0
2016-05-06kill the old auxiliary directoryNiko Matsakis-8835/+0
2016-05-06move auxiliary builds to a test-relative `aux`Niko Matsakis-54/+0
2016-04-26Rollup merge of #33133 - mitaa:rdoc-smth-smth-impl, r=alexcrichtonManish Goregaokar-0/+55
2016-04-24Check reachability for inlined extern links toomitaa-0/+14
2016-04-24syntax: Get rid of token::IdentStyleVadim Petrochenkov-1/+1
2016-04-24Remove, now unnecessary, workaroundmitaa-0/+41
2016-04-19Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichtonbors-0/+66
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-0/+0
2016-04-18Reachability check cross-crate linksmitaa-0/+22
2016-04-18Perform doc-reachability check for inlined implsmitaa-0/+44
2016-04-16Auto merge of #32875 - jseyfried:1422_implementation, r=nikomatsakisbors-0/+23
2016-04-16Add tests for `pub(restricted)`Jeffrey Seyfried-0/+23
2016-04-15Auto merge of #32779 - michaelwoerister:partitioning, r=nikomatsakisbors-1/+39
2016-04-15Add initial version of codegen unit partitioning for incremental compilation.Michael Woerister-1/+39
2016-04-14trans: always register an item's symbol, even if duplicated.Eduard Burtescu-0/+27
2016-04-12rustbuild: Migrate tidy checks to RustAlex Crichton-0/+0
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-6/+2
2016-04-02Make the rendering process less pass-awaremitaa-0/+21
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-1/+1
2016-03-30rename `rustc_const_eval` to `rustc_const_math`Oliver Schneider-2/+2
2016-03-29Use weak_odr linkage when reusing definitions across codegen unitsBjörn Steinbrink-0/+66
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-1/+1
2016-03-25Make the compiler emit an error if the crate graph contains two crates with t...Michael Woerister-0/+23
2016-03-25Use new symbol names for items of various kinds.Michael Woerister-0/+0
2016-03-25Make monomorphized functions use stable symbol names.Michael Woerister-0/+0
2016-03-22Omit `pub` for inlined variant-struct fieldsmitaa-0/+15
2016-03-15Auto merge of #32250 - durka:derive-31574, r=alexcrichtonbors-0/+40
2016-03-14Test fixes, added README for testsAaron Turon-4/+8
2016-03-14Adjust tests for feature gate, and add tests for the gate itselfAaron Turon-0/+4
2016-03-14Add basic specialization tests, including for default itemAaron Turon-2/+131
2016-03-14refactor derive-no-std test, add empty struct/enumAlex Burka-0/+40
2016-03-14Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakisbors-2/+6
2016-03-13Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1bors-4/+7
2016-03-12std: Clean out deprecated APIsAlex Crichton-2/+4
2016-03-10typestrong constant integersOliver Schneider-2/+6
2016-03-09Split TyBareFn into TyFnDef and TyFnPtr.Eli Friedman-34/+38
2016-03-07Change MirPass to also take NodeIdSimonas Kazlauskas-1/+3
2016-03-06Split out rustdoc pass to strip private importsmitaa-0/+9
2016-03-04Add Pass manager for MIRSimonas Kazlauskas-4/+5