summary refs log tree commit diff
path: root/src/test/run-make/graphviz-flowgraph
AgeCommit message (Expand)AuthorLines
2015-07-30Rename the unstable option `--xpretty` to `--unpretty`Felix S. Klock II-1/+1
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-11/+11
2015-02-22revise handling of match expressions so that arms branch to next arm.James Miller-9/+9
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-11/+11
2015-01-31Kill more `isize`sTobias Bucher-382/+382
2015-01-20rustc: Remove deprecated flagsAlex Crichton-1/+1
2015-01-13graphviz-flowgraph tests: use new `--xpretty flowgraph,unlabelled` option.Felix S. Klock II-19/+19
2015-01-08Update graphviz tests to accommodate new isize/usize types and is/us suffixes.Felix S. Klock II-87/+87
2015-01-06test fallout from isize/usizeCorey Richardson-335/+335
2014-12-22fix run-make/ tests now flowgraph printing has moved to the unstable `--xpret...Felix S. Klock II-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-10/+10
2014-11-07rustc: Process #[cfg]/#[cfg_attr] on cratesAlex Crichton-5/+5
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-559/+829
2014-08-26Rebasing changesNick Cameron-2/+2
2014-08-26DST coercions and DST structsNick Cameron-27/+27
2014-07-29syntax: add support for quoting armsErick Tryzelaar-4/+4
2014-07-25librustc: Disallow mutation and assignment in pattern guards, and modifyPatrick Walton-29/+35
2014-07-07Improve non-exhaustive pattern witnesses for structs with multiple fieldsJakub Wieczorek-2/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-332/+332
2014-06-18Regression tests for flowgraph construction bug on ExprWhile.Felix S. Klock II-1/+444
2014-05-15Unit tests for flowgraph pretty printing.Felix S. Klock II-0/+1190