rust/src
Felix S. Klock II d6d0bb2030 Added -Z print-region-graph debugging option; produces graphviz
visualization of region inference constraint graph.

Optionally uses environment variables `RUST_REGION_GRAPH=<path_template>`
and `RUST_REGION_GRAPH_NODE=<node-id>` to select which file to output
to and which AST node to print.

Note that in some cases of method AST's, the identification of AST
node is based on the id for the *body* of the method; this is largely
due to having the body node-id already available at the relevant point
in the control-flow of rustc in its current incarnation. Ideally we
would handle identifying AST's by name in addition to node-id,
e.g. the same way that the pretty-printer supports path suffixes as
well as node-ids for identifying subtrees to print.
2014-12-15 22:43:09 +01:00
..
compiler-rt@62a4ca6055
compiletest
doc rollup merge of #19814: jbranchaud/fix-a-typo-in-ownership-guide 2014-12-15 06:45:37 -08:00
driver
etc rollup merge of #19804: kballard/vim-new-unicode-escapes 2014-12-15 06:45:36 -08:00
grammar
jemalloc@b001609960
liballoc
libarena
libbacktrace
libcollections rollup merge of #19802: jbranchaud/add-btreeset-new-doctest 2014-12-15 06:45:36 -08:00
libcore rollup merge of #19779: Noctune/master 2014-12-15 06:45:35 -08:00
libcoretest
libflate
libfmt_macros
libgetopts
libgraphviz libgraphviz: extend API with flags to indicate options like "do not include labels". 2014-12-15 22:34:09 +01:00
liblibc
liblog rollup merge of #19710: steveklabnik/gh15449 2014-12-15 06:44:20 -08:00
librand
librbml
libregex
libregex_macros
librustc Added -Z print-region-graph debugging option; produces graphviz 2014-12-15 22:43:09 +01:00
librustc_back
librustc_borrowck
librustc_driver auto merge of #19750 : murarth/rust/rusti-support, r=brson 2014-12-15 08:32:45 +00:00
librustc_llvm auto merge of #19750 : murarth/rust/rusti-support, r=brson 2014-12-15 08:32:45 +00:00
librustc_trans rollup merge of #19787: akiss77/fix-i8-c_char 2014-12-15 06:45:35 -08:00
librustc_typeck Added -Z print-region-graph debugging option; produces graphviz 2014-12-15 22:43:09 +01:00
librustdoc rollup merge of #19774: tomjakubowski/rustdoc-consts-statics 2014-12-15 06:45:34 -08:00
librustrt rollup merge of #19787: akiss77/fix-i8-c_char 2014-12-15 06:45:35 -08:00
libserialize
libstd rollup merge of #19787: akiss77/fix-i8-c_char 2014-12-15 06:45:35 -08:00
libsyntax rollup merge of #19812: frewsxcv/expansion-include-enum 2014-12-15 06:45:36 -08:00
libterm
libtest
libtime
libunicode
llvm@ec1fdb3b9d
rt
rustllvm
test rollup merge of #19787: akiss77/fix-i8-c_char 2014-12-15 06:45:35 -08:00
snapshots.txt