rust/src/librustdoc
bors 08babdb412 Auto merge of #38653 - Mark-Simulacrum:dropless-arena, r=eddyb
Add a DroplessArena and utilize it as a more efficient arena when possible

I will collect performance (probably just `-Ztime-passes`, and more if that shows significant differences, perhaps).

6feba98 also fixes a potential infinite loop if inplace reallocation failed for `TypedArena` (and `DroplessArena` via copied code).

r? @eddyb
2017-01-01 02:39:40 +00:00
..
clean Make rustdoc aware of the primitive i128 type 2016-12-30 15:17:27 +01:00
html rustdoc: Fix broken CSS for trait items 2016-12-29 02:23:49 +00:00
passes rustdoc: use libsyntax ast::Attribute instead of "cleaning" them. 2016-11-24 01:40:52 +02:00
build.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00
Cargo.toml Fix rustbuild 2016-08-29 14:27:40 -04:00
core.rs Split CtxtArenas into GlobalArenas and CtxtInterners. 2016-12-31 11:48:48 -07:00
doctree.rs rustc: move function arguments into hir::Body. 2016-12-28 11:29:19 +02:00
externalfiles.rs Remove unnecessary pub function classifier. 2016-10-09 00:17:50 -04:00
fold.rs Remove redundant 'Variant' in variant names, stop reexporting. 2016-10-02 21:58:23 -04:00
lib.rs Teach rustdoc --test about --sysroot, pass it when testing rust 2016-12-24 17:15:07 +00:00
markdown.rs Teach rustdoc --test about --sysroot, pass it when testing rust 2016-12-24 17:15:07 +00:00
plugins.rs Remove rustdocs json format 2016-04-07 06:01:55 +02:00
test.rs Auto merge of #38449 - eddyb:lazy-10, r=nikomatsakis 2016-12-28 20:19:39 +00:00
visit_ast.rs rustc: move function arguments into hir::Body. 2016-12-28 11:29:19 +02:00
visit_lib.rs rustdoc: we can now assume DocContext always has a TyCtxt. 2016-11-24 01:40:56 +02:00