about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-02-15Only store a LocalDefId in hir::MacroDef.Camille GILLOT-4/+4
2021-02-15Index Modules using their LocalDefId.Camille GILLOT-3/+2
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-6/+12
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-5/+11
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-4/+10
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-28/+21
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-7/+7
2021-02-15Rollup merge of #82096 - TaKO8Ki:fix-typo, r=GuillaumeGomezJonas Schievink-1/+1
2021-02-15Fix ES5 errors (IE11)Guillaume Gomez-6/+12
2021-02-14Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514Dylan DPC-11/+27
2021-02-14bumped smallvec depsklensy-1/+1
2021-02-14fix typoTakayuki Maeda-1/+1
2021-02-13Rollup merge of #82033 - magurotuna:issue82016, r=jyn514Yuki Okushi-17/+16
2021-02-12Modifiers -> QualifiersRune Tynan-5/+5
2021-02-12Rollup merge of #79775 - jyn514:doctest, r=GuillaumeGomezDylan DPC-6/+9
2021-02-13Rename to `inline_attr` and use if-let to extract `NestedMetaItem`Yusuke Tanaka-12/+13
2021-02-13Refactor `get_word_attr` to return only `Option`Yusuke Tanaka-7/+5
2021-02-12Rollup merge of #82011 - jyn514:warn-private-assoc-item, r=max-hellerYuki Okushi-4/+5
2021-02-12Rollup merge of #82004 - GuillaumeGomez:clean-static-struct, r=jyn514Yuki Okushi-71/+63
2021-02-12Rollup merge of #81964 - lovasoa:patch-1, r=GuillaumeGomezYuki Okushi-23/+8
2021-02-12Rollup merge of #81831 - LeSeulArtichaut:81289-mut-arg, r=camelidYuki Okushi-1/+68
2021-02-12[librustdoc] Reform lang string token splittingCasey Rodarmor-7/+71
2021-02-11Fix private intra-doc warnings on associated itemsJoshua Nelson-4/+5
2021-02-11Fix injected errors when running doctests on a crate named after a keywordJoshua Nelson-6/+9
2021-02-11clean up clean::Static structGuillaume Gomez-71/+63
2021-02-10Do not ICE on range patterns in function argumentsLeSeulArtichaut-4/+1
2021-02-10Fix getCurrentValueOphir LOJKINE-1/+1
2021-02-10Catch errors on localStorage setting failureOphir LOJKINE-23/+8
2021-02-09Stabilize str_split_onceJacob Pratt-1/+0
2021-02-09Update Markdown unit testsCamelid-5/+5
2021-02-09Rename HIR UnOp variantsÖmer Sinan Ağacan-1/+1
2021-02-08Allow default hash types in conversionRune Tynan-0/+2
2021-02-08Vec -> HashSetRune Tynan-7/+10
2021-02-08Make `header` a vec of modifiers, make FunctionPointer consistent with Functi...Rune Tynan-11/+22
2021-02-08Revert "Get rid of custom pretty-printing in rustdoc"LeSeulArtichaut-1/+71
2021-02-08Auto merge of #81313 - LeSeulArtichaut:revert-32558, r=jyn514bors-50/+8
2021-02-07Enable smart punctuationCamelid-1/+2
2021-02-07Auto merge of #81502 - CraftSpider:method-abi, r=jyn514bors-0/+1
2021-02-06Remove accidentally left-behind git markRune Tynan-1/+0
2021-02-06Auto merge of #80883 - GuillaumeGomez:remove-some-function-fields, r=ollie27bors-220/+246
2021-02-06Restore linking to itself in implementors section of trait pageLeSeulArtichaut-50/+8
2021-02-06Rollup merge of #81766 - jyn514:task-lists, r=GuillaumeGomezJonas Schievink-1/+4
2021-02-06Enable 'task list' markdown extensionJoshua Nelson-1/+4
2021-02-05Add abi field to `Method`Rune Tynan-0/+2
2021-02-06Rollup merge of #81675 - poliorcetics:respect-shortness, r=jyn514Mara Bos-1/+6
2021-02-06Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnayMara Bos-1/+0
2021-02-05Remove unneeded From trait impl for DefKindGuillaume Gomez-7/+1
2021-02-05Remove unused cache argumentGuillaume Gomez-12/+9
2021-02-05Improve codeGuillaume Gomez-3/+3
2021-02-05Improve html::render::cache::get_real_types codeGuillaume Gomez-5/+127