rust/src/libsyntax
bors 50a02b43ba Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix
This PR reverts #29543 and instead implements proper support for "=*m" and "+*m" indirect output operands. This provides a framework on top of which support for plain memory operands ("m", "=m" and "+m") can be implemented.

This also fixes the liveness analysis pass not handling read/write operands correctly.
2015-12-14 13:48:41 +00:00
..
diagnostics
ext Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix 2015-12-14 13:48:41 +00:00
parse Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix 2015-12-04 08:46:29 +00:00
print Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix 2015-12-14 13:48:41 +00:00
util remove deprecated APIs missed in #30182 2015-12-13 01:02:12 -05:00
abi.rs
ast_util.rs
ast.rs Use a struct instead of a tuple for inline asm output operands 2015-12-05 10:11:20 +00:00
attr.rs Simplyfied map_thin_attrs() 2015-11-30 21:12:26 +01:00
codemap.rs Added pretty-printing for span expansion chains through span_to_expanded_string. 2015-12-08 15:35:28 +13:00
config.rs
diagnostic.rs libterm: bring across changes from term 2015-12-03 19:27:59 +13:00
entry.rs
feature_gate.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
fold.rs Use a struct instead of a tuple for inline asm output operands 2015-12-05 10:11:20 +00:00
lib.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
owned_slice.rs
ptr.rs
show_span.rs
std_inject.rs
str.rs
test.rs
visit.rs Use a struct instead of a tuple for inline asm output operands 2015-12-05 10:11:20 +00:00