summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2017-12-20Fix type filter in rustdoc jsGuillaume Gomez-4/+4
2017-12-20Fix deduplication of itemsGuillaume Gomez-3/+10
2017-12-20Fix global searchGuillaume Gomez-227/+227
2017-12-20Strongly improve search pathGuillaume Gomez-10/+37
2017-12-20Fix path search in docsGuillaume Gomez-82/+114
2017-11-20Make rustdoc not include self-by-value methods from Deref targetFlorian Hartwig-5/+6
2017-11-18Auto merge of #46073 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-45/+43
2017-11-18Auto merge of #46000 - kennytm:fix-45640-extern-type-ice-in-rustdoc, r=QuietM...bors-3/+39
2017-11-17Fix primitive types not showing upGuillaume Gomez-45/+43
2017-11-16Rollup merge of #46010 - lnicola:escape-root, r=GuillaumeGomezGuillaume Gomez-1/+1
2017-11-15Split hir::TyImplTrait, move checks to HIR loweringChristopher Vittal-1/+3
2017-11-15Escape doc root URLsLaurentiu Nicola-1/+1
2017-11-15Support `extern type` in rustdoc.kennytm-3/+39
2017-11-15Auto merge of #45944 - eddyb:provide, r=nikomatsakisbors-4/+5
2017-11-14Rollup merge of #45815 - QuietMisdreavus:happy-little-notices, r=GuillaumeGomezGuillaume Gomez-5/+5
2017-11-12Add "As parameters" items as wellGuillaume Gomez-22/+25
2017-11-12Improve result outputGuillaume Gomez-5/+8
2017-11-12Big JS optimizationGuillaume Gomez-15/+11
2017-11-12Add elements count in tab search titleGuillaume Gomez-6/+13
2017-11-12JS big updatesGuillaume Gomez-109/+254
2017-11-12Generate generics on search-indexGuillaume Gomez-7/+29
2017-11-12rustc_driver: expose a way to override query providers in CompileController.Eduard-Mihai Burtescu-4/+5
2017-11-11Rollup merge of #45812 - GuillaumeGomez:links-and-search, r=QuietMisdreavusGuillaume Gomez-3/+31
2017-11-11Few improvements on search, history and titleGuillaume Gomez-5/+10
2017-11-10Allow to go back to previous searchGuillaume Gomez-0/+14
2017-11-08Rollup merge of #45849 - GuillaumeGomez:more-shortcut, r=QuietMisdreavusGuillaume Gomez-2/+4
2017-11-07Add more elements in the sidebarGuillaume Gomez-31/+139
2017-11-07Add "-" shortcutGuillaume Gomez-2/+4
2017-11-07Rollup merge of #45764 - QuietMisdreavus:rustdoc-doctest-lints, r=GuillaumeGomezkennytm-4/+12
2017-11-07Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavusbors-4/+4
2017-11-06Fix navbar click while in a searchGuillaume Gomez-0/+9
2017-11-06tweak notes on ignore/compile_fail examplesQuietMisdreavus-5/+5
2017-11-05rustdoc: add #[allow(unused)] to every doctestQuietMisdreavus-4/+12
2017-11-05Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr...bors-2/+3
2017-11-04Auto merge of #45617 - GuillaumeGomez:search-fixes, r=QuietMisdreavusbors-42/+112
2017-11-03Mark several ascii methods as unstable againLukas Kalbertodt-0/+1
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-0/+2
2017-11-03Copy `AsciiExt` methods to `char` directlyLukas Kalbertodt-2/+0
2017-11-03Feature gate `auto trait` and ignore it in rustdocleonardo.yvens-1/+1
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-15/+15
2017-11-01Remove duplicated results in the searchGuillaume Gomez-47/+88
2017-11-01fix function not appearing in first tab when appearing in another one. Thanks...Guillaume Gomez-1/+2
2017-11-01Be more flexible when looking for something by using levenshtein methodGuillaume Gomez-8/+21
2017-11-01Better check for returned valueGuillaume Gomez-0/+14
2017-11-01Keep displaying good information when query is madeGuillaume Gomez-0/+1
2017-11-01Rollup merge of #45450 - GuillaumeGomez:overlap-link, r=QuietMisdreavuskennytm-1/+11
2017-11-01Auto merge of #45187 - GuillaumeGomez:doc-ui-improvement, r=QuietMisdreavusbors-48/+125
2017-10-29rustdoc: Fix duplicated impls with genericsOliver Middleton-4/+4
2017-10-28Fix weird bugsGuillaume Gomez-31/+43
2017-10-28Auto merge of #44295 - plietar:extern-types, r=arielb1bors-3/+27