about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-3/+2
2021-12-03Rollup merge of #91170 - jsha:preload-fonts, r=GuillaumeGomezMatthias Krüger-0/+6
2021-12-02Auto merge of #91469 - matthiaskrgr:rollup-xom3j55, r=matthiaskrgrbors-1/+41
2021-12-02Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=AmanieuMatthias Krüger-1/+41
2021-12-02Auto merge of #91318 - eggyal:reduce-boilerplate-around-infallible-folders, r...bors-5/+4
2021-12-02Reduce boilerplate around infallible foldersAlan Egerton-5/+4
2021-12-02Auto merge of #91455 - matthiaskrgr:rollup-gix2hy6, r=matthiaskrgrbors-3/+1
2021-12-02Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbiniMatthias Krüger-3/+1
2021-12-02Rename CSS class main-inner into width-limiterGuillaume Gomez-4/+4
2021-12-02Rename ID "main" into "main-content"Guillaume Gomez-24/+25
2021-12-02Fix remaining bugsGuillaume Gomez-7/+21
2021-12-02Auto merge of #91354 - fee1-dead:const_env, r=spastorinobors-2/+3
2021-12-02Transform const generics if the function uses rustc_legacy_const_genericsGuillaume Gomez-1/+41
2021-12-02Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelidbors-35/+84
2021-12-01Use `try_normalize_erasing_regions` instead of a custom infer contextJoshua Nelson-13/+3
2021-12-01address reviewb-naber-1/+1
2021-12-01more fixed issuesb-naber-0/+7
2021-11-30Return ConstStability instead of &ConstStability in Item::const_stabilityGuillaume Gomez-8/+5
2021-11-30Improve code by replacing &str with Symbol in render_stability_since_rawGuillaume Gomez-19/+15
2021-11-30Fix display for "const" deref methods in rustdocGuillaume Gomez-14/+70
2021-11-30Update src/librustdoc/clean/types.rsMichael Howell-1/+1
2021-11-30Update src/librustdoc/clean/types.rsMichael Howell-1/+1
2021-11-30re-format with new rustfmtMark Rousskov-3/+1
2021-11-30Add --out-dir flag for rustdochi-rustin-3/+22
2021-11-29Only show notable traits if both types are the sameMichael Howell-1/+47
2021-11-29Fix toolsDeadbeef-2/+3
2021-11-29rustdoc: show logo in source sub navcynecx-40/+87
2021-11-29rustdoc: rework source sidebarcynecx-47/+57
2021-11-29rustdoc: fix tabs in csscynecx-5/+5
2021-11-29rustdoc: don't use overflow for main, instead make the sidebar stickycynecx-16/+14
2021-11-29rustdoc: make source sidebar collapse by defaultcynecx-1/+1
2021-11-29rustdoc: fix theme colorscynecx-3/+3
2021-11-29rustdoc: merge source sidebar into main sidebarcynecx-51/+41
2021-11-29rustdoc: fix source viewcynecx-11/+61
2021-11-29rustdoc: use flexbox to layout sidebar and main contentcynecx-81/+80
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-12/+7
2021-11-28Auto merge of #91230 - eggyal:fallible-type-fold, r=jackh726bors-4/+5
2021-11-27Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomezMatthias Krüger-131/+117
2021-11-26Rollup merge of #91259 - jyn514:doctest-warnings, r=GuillaumeGomezMatthias Krüger-51/+11
2021-11-26Rollup merge of #91223 - GuillaumeGomez:headings-indent, r=jshaMatthias Krüger-4/+6
2021-11-26Rollup merge of #91197 - camelid:rename-resolvedpath, r=GuillaumeGomez,jyn514Matthias Krüger-43/+43
2021-11-26Rollup merge of #90611 - fee1-dead:rustdoc-ice-fix, r=jyn514,willcrichtonMatthias Krüger-6/+11
2021-11-26Remove `--display-doctest-warnings`Joshua Nelson-51/+11
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-38/+37
2021-11-26Update the first heading indent rule so it is only applied on the first headi...Guillaume Gomez-4/+6
2021-11-27Add trace statementsDeadbeef-0/+2
2021-11-27Fix another ICE in rustdoc scrape_examplesDeadbeef-6/+9
2021-11-26Rollup merge of #91225 - GuillaumeGomez:source-page-scrollbar, r=jshaMatthias Krüger-0/+4
2021-11-26Unwrap the results of type foldersLeSeulArtichaut-1/+2
2021-11-26Adapt `TypeFolder` implementors to return a `Result`LeSeulArtichaut-3/+3