about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2019-11-18Auto merge of #66238 - ehuss:stabilize-rustdoc-edition, r=GuillaumeGomezbors-3/+1
2019-11-17Rollup merge of #66456 - Centril:driver-codes, r=Mark-SimulacrumYuki Okushi-2/+4
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-2/+4
2019-11-15Rollup merge of #66427 - Mark-Simulacrum:errors-json, r=CentrilMazdak Farrokhzad-1/+1
2019-11-15Move JSON emitter to rustc_errorsMark Rousskov-1/+1
2019-11-15Prevent jumps when selecting one or many linesStefan Schindler-0/+5
2019-11-15Fix the source code highlighting on source commentsStefan Schindler-24/+32
2019-11-15Code cleanup to remove douplacte var definitionStefan Schindler-3/+2
2019-11-15Remove unused argumentStefan Schindler-1/+1
2019-11-14Auto merge of #66233 - cjgillot:constkind, r=oli-obkbors-3/+3
2019-11-13Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomezbors-2/+31
2019-11-13Rollup merge of #66297 - vakaras:edit-queries, r=oli-obkYuki Okushi-0/+2
2019-11-13Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavusYuki Okushi-2/+2
2019-11-12Rename in librustdoc.Camille GILLOT-3/+3
2019-11-12Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkorYuki Okushi-2/+3
2019-11-11Add a callback that allows compiler consumers to override queries.Vytautas Astrauskas-0/+2
2019-11-11support issue = "none" in unstable attributesRoss MacArthur-2/+3
2019-11-11Auto merge of #66252 - cjgillot:trees, r=oli-obkbors-2/+2
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-2/+2
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-5/+7
2019-11-10move config.rs to libsyntax_expandMazdak Farrokhzad-3/+6
2019-11-08rustdoc: Stabilize `edition` annotation.Eric Huss-3/+1
2019-11-08hir::MethodSig -> hir::FnSigMazdak Farrokhzad-1/+1
2019-11-08hir::ItemKind::Fn: use hir::MethodSigMazdak Farrokhzad-2/+2
2019-11-08rustdoc: Deliberately load extern crates before processing docsDaniel Silverstone-1/+24
2019-11-08rustdoc: Support --extern-private but treat as --externDaniel Silverstone-1/+7
2019-11-08Rollup merge of #66123 - GuillaumeGomez:no-more-hidden-elements, r=Dylan-DPCYuki Okushi-15/+51
2019-11-08Auto merge of #64882 - ehuss:stabilize-bare-extern, r=eddybbors-5/+1
2019-11-07Update built-in help for --extern.Eric Huss-1/+1
2019-11-07Stabilize --extern flag without a path.Eric Huss-4/+0
2019-11-07Rollup merge of #65916 - Centril:split-syntax-3, r=davidtwcoMazdak Farrokhzad-3/+3
2019-11-07Rollup merge of #64696 - GuillaumeGomez:rustdoc-sub-settings, r=kinnisonMazdak Farrokhzad-24/+127
2019-11-07move syntax::parse::lexer::comments -> syntax::util::commentsMazdak Farrokhzad-1/+1
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-2/+2
2019-11-07Only call onHashChange instead of both functionsGuillaume Gomez-3/+2
2019-11-07Remove old isHidden functionGuillaume Gomez-5/+1
2019-11-07Rollup merge of #59789 - eddyb:typeck-reverts, r=nikomatsakisMazdak Farrokhzad-9/+10
2019-11-06rename cfg(rustdoc) into cfg(doc)Guillaume Gomez-2/+2
2019-11-06Make doc comments cheaper with `AttrKind`.Nicholas Nethercote-23/+24
2019-11-06When a URL hash refers to a hidden element, it makes the element visibleGuillaume Gomez-10/+51
2019-11-06Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e...Mazdak Farrokhzad-4/+4
2019-11-06Rollup merge of #66068 - euclio:null-emitter, r=estebankMazdak Farrokhzad-2/+2
2019-11-04clean highlightSourceLines codeGuillaume Gomez-42/+54
2019-11-04Change sub-setting CSS class to sub-settingsGuillaume Gomez-2/+2
2019-11-03use silent emitter for rustdoc highlighting passAndy Russell-2/+2
2019-11-03Auto merge of #65780 - GuillaumeGomez:move-help-popup-generation-code, r=Mark...bors-57/+49
2019-11-03Revert "Greatly improve generics handling in rustdoc search"Eduard-Mihai Burtescu-9/+10
2019-11-02Simplify various `Symbol` use points.Nicholas Nethercote-3/+3
2019-11-02Convert `x.as_str().to_string()` to `x.to_string()` where possible.Nicholas Nethercote-1/+1
2019-10-31rustdoc: Resolve module-level doc references more locallyDaniel Silverstone-4/+21