summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2020-12-17Fix rebase conflictJoshua Nelson-4/+0
2020-12-17TODO -> FIXMEJoshua Nelson-1/+1
2020-12-17Make it compileJoshua Nelson-4/+5
2020-12-17[tmp] Pass `TyCtxt` through to the render backendJoshua Nelson-8/+5
2020-12-17Move `run_renderer` into the main `global_ctxt` closureJoshua Nelson-25/+78
2020-12-15Remove redundant assignmentJoshua Nelson-5/+0
2020-12-13Use imports instead of rewriting the type signature of `stable`Joshua Nelson-14/+2
2020-12-12Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomezbors-5/+11
2020-12-12Calculate span info on-demand instead of ahead of timeJoshua Nelson-2/+3
2020-12-12Pass Session into rendererJoshua Nelson-3/+8
2020-12-07Dogfood 'str_split_once() with librustdocEric Arellano-0/+1
2020-12-03Add missing feature flagCamelid-0/+1
2020-12-01Address review comments.Nixon Enraght-Moony-0/+1
2020-11-25fixes a word typo in librustdocNelson J Morais-1/+1
2020-11-13Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514Guillaume Gomez-0/+5
2020-11-12Add --check option to rustdocGuillaume Gomez-0/+5
2020-11-06Auto merge of #75778 - AndyGauge:75521-rustdoc-book-improvements, r=jyn514bors-0/+1
2020-11-04Added Rustdoc book sections for linting and embedding more examplesAndrew Gauger-0/+1
2020-10-28rustdoc: Fix some nitsIan Jackson-2/+2
2020-10-28rustdoc: Provide a --default-theme THEME optionIan Jackson-0/+10
2020-10-28rustdoc: Provide a general --default-setting SETTING[=VALUE] optionIan Jackson-0/+10
2020-10-20Remove unused type from librustdocGuillaume Gomez-9/+0
2020-10-08Allow generic parameters in intra-doc linksCamelid-0/+2
2020-09-15Add a comment why rustdoc loads crates from the sysrootJoshua Nelson-1/+5
2020-09-14Add a comment why `extern crate` is necessary for rustdocJoshua Nelson-2/+6
2020-08-31Fix strings indentGuillaume Gomez-11/+11
2020-08-27Rename rustdoc/test -> rustdoc/doctestAleksey Kladov-2/+2
2020-08-25Rename debugging_options -> debugging_opts to match rustcJoshua Nelson-2/+2
2020-08-23Use underscores instead of spacesJoshua Nelson-2/+2
2020-08-23Time how long it takes to render HTMLJoshua Nelson-5/+5
2020-08-22stabilize ptr_offset_fromRalf Jung-1/+0
2020-08-19Allow reusing the code in `collect_trait_impls`Joshua Nelson-0/+1
2020-08-05Auto merge of #75124 - nnethercote:clean-up-rustdoc-main, r=oli-obkbors-60/+51
2020-08-05Be smarter about error handling in `run()`.Nicholas Nethercote-4/+2
2020-08-05Remove `setup_callbacks_and_run_in_default_thread_pool_with_globals()`.Nicholas Nethercote-1/+3
2020-08-05Avoid an unnecessary thread creation at rustdoc startup.Nicholas Nethercote-55/+46
2020-08-04Remove log alias from librustdocIvan Tham-1/+1
2020-08-02Fix logging for rustdocJoshua Nelson-1/+1
2020-07-31Make rustdoc share the logger initialization routine with rustc.Oliver Scherer-2/+2
2020-07-30Update driver to add json backendJoseph Ryan-14/+30
2020-07-29Refactor DocFS to fix error handling bugsJoseph Ryan-3/+8
2020-07-27More requested changesJoseph Ryan-3/+3
2020-07-27Make requested changesJoseph Ryan-1/+1
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-13/+2
2020-07-27Refactor html backend to use generic interfaceJoseph Ryan-1/+4
2020-07-27Move `Error` and `RenderInfo` out of `html` moduleJoseph Ryan-1/+3
2020-07-15Don't ICE on infinitely recursive typesJoshua Nelson-0/+2
2020-07-15Don't ICE on errors in function returning impl traitJoshua Nelson-0/+1
2020-07-10Change some function names.Nicholas Nethercote-1/+4
2020-07-10Eliminate `rust_input`.Nicholas Nethercote-31/+23