Files
rust/src/libsyntax/ext
Alex Crichton 017c504489 syntax: Expand format!() deterministically
Previously, format!("{a}{b}", a=foo(), b=bar()) has foo() and bar() run in a
nondeterminisc order. This is clearly a non-desirable property, so this commit
uses iteration over a list instead of iteration over a hash map to provide
deterministic code generation of these format arguments.
2014-02-28 10:48:04 -08:00
..
2014-02-23 21:20:37 +08:00
2014-02-23 21:20:37 +08:00
2014-02-13 20:52:07 +01:00