rust/src/librustdoc
Corey Farwell 24e8158213 Rollup merge of #41310 - eddyb:demand-const-eval, r=nikomatsakis
[on-demand] Turn monomorphic_const_eval into a proper query, not just a cache.

The error definitions and reporting logic, alongside with `eval_length` were moved to `librustc`.
Both local and cross-crate constant evaluation is on-demand now, but the latter is only used for `enum` discriminants, to replace the manual insertion into the cache which was done when decoding variants.

r? @nikomatsakis
2017-04-17 23:21:18 -04:00
..
clean Rollup merge of #41310 - eddyb:demand-const-eval, r=nikomatsakis 2017-04-17 23:21:18 -04:00
html Rollup merge of #41290 - GuillaumeGomez:put-back-hoedown, r=steveklabnik 2017-04-17 13:26:21 -04:00
passes Fix hard break issue 2017-03-31 12:16:03 -06:00
build.rs Hoedown big comeback! 2017-04-17 18:10:03 +02:00
Cargo.toml Rollup merge of #41310 - eddyb:demand-const-eval, r=nikomatsakis 2017-04-17 23:21:18 -04:00
core.rs convert privacy access levels into a query 2017-03-23 19:10:45 -04:00
doctree.rs
externalfiles.rs
fold.rs
lib.rs rustc: expose monomorphic const_eval through on-demand. 2017-04-16 01:31:06 +03:00
markdown.rs Hoedown big comeback! 2017-04-17 18:10:03 +02:00
plugins.rs Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
test.rs Hoedown big comeback! 2017-04-17 18:10:03 +02:00
visit_ast.rs First attempt at global_asm! macro 2017-04-12 19:12:49 -05:00
visit_lib.rs Fix rustdoc infinitely recursing when an external crate reexports itself 2017-04-09 12:12:05 -04:00