summary refs log tree commit diff
path: root/src/test/run-make/no-stack-check/flag.rs
AgeCommit message (Collapse)AuthorLines
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
This does NOT break any existing programs because the `[_, ..n]` syntax is also supported.
2014-10-09Add tests for no-stack-check attr and codegen optionKeegan McAllister-0/+24