about summary refs log tree commit diff
path: root/src/test/pretty/raw-str-nonexpr.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2022-10-19Fixup a few tests needing asm supportJosh Stone-0/+1
2022-01-12Remove pretty tests for LLVM-style inline assemblyTomasz Miąsko-3/+3
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-1/+1
2014-09-27Convert cfg syntax to new systemSteven Fackler-1/+1
2014-08-23extern crate foobar as foo;wickerwaka-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-10-22Activate checking code for ASM feature gate. Fix testsLéo Testard-0/+3
2013-10-08pp: add test for raw strs in non-expression positionsBenjamin Herr-0/+16