about summary refs log tree commit diff
path: root/src/test/run-pass/asm-out-assign.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-25/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+2
2019-04-22update tests for migrate mode by defaultMatthew Jasper-3/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2017-12-23Give MIR borrowck a better understanding of inline asmMatthew Jasper-0/+2
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2014-10-12Continue cfg syntax transitionSteven Fackler-3/+2
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-03-02Expand string literals and exprs inside of macrosSteven Fackler-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-18Handle inline asm outputs as write-only in liveness, borrowck and trans.Eduard Burtescu-0/+32