]> git.lizzy.rs Git - rust.git/history - src/librustdoc
Rollup merge of #82979 - GuillaumeGomez:run-button-pos, r=Nemo157
[rust.git] / src / librustdoc /
2021-03-06 Rune TynanAdd roundtrip testing and bump format version
2021-03-06 Rune TynanRemove Item::kind, use tagged enum. Rename variants...
2021-03-06 Harald van DijkChange x64 size checks to not apply to x32.
2021-03-06 CamelidUndo addition of boxes
2021-03-06 CamelidDon't unnecessarily clone some fields in `Context`
2021-03-06 CamelidBox some fields to reduce `Context` size
2021-03-06 CamelidDon't share `id_map` and `deref_id_map`
2021-03-06 Camelidrustdoc: Add static size assertion for `Context`
2021-03-06 Camelidrustdoc: Make a bunch of fields private
2021-03-06 Camelidrustdoc: Replace `Arc` around `SharedContext` with...
2021-03-06 Camelidrustdoc: Move most shared fields to `SharedContext`
2021-03-05 borsAuto merge of #82816 - GuillaumeGomez:rollup-hxohu2e...
2021-03-05 Guillaume GomezRollup merge of #82809 - notriddle:microoptimize-main...
2021-03-05 Guillaume GomezRollup merge of #82797 - henryboisdequin:name-issue...
2021-03-05 Guillaume GomezRollup merge of #82782 - pnkfelix:include-crate-being...
2021-03-05 Guillaume GomezRollup merge of #82736 - spastorino:mir-opt-level-perf...
2021-03-05 Guillaume GomezRollup merge of #82714 - estebank:missing-braces, r...
2021-03-05 Guillaume GomezRollup merge of #82708 - GuillaumeGomez:doc-test-attr...
2021-03-05 Guillaume GomezRollup merge of #80845 - GuillaumeGomez:item-kind-trans...
2021-03-05 Joshua NelsonAdd an unstable option to print all unversioned files
2021-03-05 Guillaume GomezUpdate minifier dependency version
2021-03-05 borsAuto merge of #74024 - Folyd:master, r=m-ou-se
2021-03-05 Michael HowellUse substrings instead of split to grab enum variant...
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 Michael HowellRemove redundant enableSearchInput function
2021-03-05 Joshua NelsonStore `UNVERSIONED_FILES` in a data structure
2021-03-05 Guillaume GomezRefactor from_clean_item_kind to improve ExternCrateIte...
2021-03-05 Guillaume GomezMake ItemKind::ExternCrate looks like hir::ItemKind...
2021-03-05 borsAuto merge of #82795 - m-ou-se:rollup-uzx0b92, r=m...
2021-03-05 MaraRollup merge of #82787 - notriddle:main-js-cleanup...
2021-03-05 MaraRollup merge of #82773 - mgacek8:feature/add_diagnostic...
2021-03-05 MaraRollup merge of #82770 - m-ou-se:assert-match, r=joshtr...
2021-03-05 MaraRollup merge of #82764 - m-ou-se:map-try-insert, r...
2021-03-05 MaraRollup merge of #82728 - calebsander:refactor/bufreader...
2021-03-05 MaraRollup merge of #82289 - SkiFire13:fix-issue-82282...
2021-03-05 MaraRollup merge of #81939 - kper:fixing-81584-allocate...
2021-03-05 MaraRollup merge of #81136 - Xavientois:io_reader_size_hint...
2021-03-05 MaraRollup merge of #80763 - petrochenkov:pubusecrate,...
2021-03-05 MaraRollup merge of #80723 - rylev:noop-lint-pass, r=estebank
2021-03-05 borsAuto merge of #82777 - GuillaumeGomez:rollup-etcsupl...
2021-03-05 borsAuto merge of #71481 - estebank:inherit-stability,...
2021-03-05 Michael HowellRemove unused code from main.js
2021-03-04 Guillaume GomezRollup merge of #82765 - oli-obk:polymorphization_regre...
2021-03-04 Guillaume GomezRollup merge of #82752 - JohnTitor:gat-ice-test, r...
2021-03-04 Guillaume GomezRollup merge of #82690 - jyn514:remove-pass-docs, r...
2021-03-04 Guillaume GomezRollup merge of #82088 - Nicholas-Baron:shorten_html_re...
2021-03-04 Guillaume GomezRollup merge of #76716 - GuillaumeGomez:stop-complains...
2021-03-04 Guillaume GomezUse cache access levels
2021-03-04 Guillaume GomezNo more need for borrow call
2021-03-04 Guillaume GomezPass TyCtxt directly instead of DocContext in librustdo...
2021-03-04 Guillaume GomezMove visibility check inside the should_have_doc_exampl...
2021-03-04 Guillaume GomezDon't warn for `missing_doc_examples` when item is...
2021-03-04 borsAuto merge of #82747 - JohnTitor:pin-es-check-version...
2021-03-04 Nicholas-BaronCorrected imports for render tests and mod files
2021-03-04 Nicholas-BaronMoved `write_shared` to its own file
2021-03-04 Nicholas-BaronMoved the `make_item_keywords` function to `context...
2021-03-04 Nicholas-BaronMoved `print_item` and helpers to a separate file
2021-03-04 Nicholas-BaronMoved Context and its impls to a separate file
2021-03-04 Joshua NelsonRemove RefCell around module_trait_cache
2021-03-04 Joshua NelsonDon't require a `DocContext` for `report_diagnostic`
2021-03-04 borsAuto merge of #81451 - nikic:llvm-12, r=nagisa
2021-03-04 borsAuto merge of #82756 - JohnTitor:rollup-e4ij7h6, r...
2021-03-04 Yuki OkushiRollup merge of #82744 - camelid:cratenum-byval, r...
2021-03-04 Yuki OkushiRollup merge of #82740 - jyn514:proper-history, r=Mark...
2021-03-04 Yuki OkushiRollup merge of #82717 - estebank:issue-70152, r=lcnr
2021-03-04 Yuki OkushiRollup merge of #82697 - jplatte:patch-1, r=davidtwco
2021-03-04 Yuki OkushiRollup merge of #82564 - WaffleLapkin:revert_spare_mut...
2021-03-04 Yuki OkushiRollup merge of #82315 - jsha:font-display-swap, r...
2021-03-04 Yuki OkushiRollup merge of #82310 - jsha:rustdoc-search-onfocus...
2021-03-04 Yuki OkushiRollup merge of #80527 - jyn514:rustdoc-lints, r=Guilla...
2021-03-04 CamelidPass `CrateNum` by value instead of by reference
2021-03-04 borsAuto merge of #81114 - bugadani:generator, r=estebank
2021-03-03 borsAuto merge of #82702 - jyn514:downgrade-err, r=Manishearth
2021-03-03 borsAuto merge of #82553 - tmiasko:update-tracing, r=Mark...
2021-03-03 borsAuto merge of #82704 - RalfJung:miri-atomic-minmax...
2021-03-03 borsAuto merge of #82718 - JohnTitor:rollup-vpfx3j2, r...
2021-03-03 Yuki OkushiRollup merge of #82713 - ehuss:update-cargo, r=ehuss
2021-03-03 Yuki OkushiRollup merge of #82712 - CDirkx:cfg-target_os, r=dtolnay
2021-03-03 Yuki OkushiRollup merge of #82710 - peter-kehl:FloatToInit_82709...
2021-03-03 Yuki OkushiRollup merge of #82706 - klensy:expn-data, r=petrochenkov
2021-03-03 Yuki OkushiRollup merge of #82695 - XAMPPRocky:remove-non-power...
2021-03-03 Yuki OkushiRollup merge of #82689 - camelid:rustdoc-nominated...
2021-03-03 Yuki OkushiRollup merge of #82589 - LinkTed:master, r=joshtriplett
2021-03-03 Yuki OkushiRollup merge of #82469 - notriddle:bring-our-own-diff...
2021-03-03 Yuki OkushiRollup merge of #82439 - ssomers:btree_fix_unsafety...
2021-03-03 Yuki OkushiRollup merge of #81223 - GuillaumeGomez:generate-redire...
2021-03-03 borsAuto merge of #76345 - okready:sgx-mem-range-overflow...
2021-03-03 Jacob Hoffman-AndrewsUse Arial as fallback font instead of sans-serif.
2021-03-03 Jacob Hoffman-AndrewsImprove page load performance in rustdoc.
2021-03-02 Jacob Hoffman-AndrewsLoad rustdoc's JS search index on-demand.
2021-03-02 borsAuto merge of #82562 - llogiq:one-up-82248, r=oli-obk
2021-03-02 Joshua NelsonReport that `doc(plugins)` doesn't work using diagnosti...
2021-03-02 borsAuto merge of #82043 - tmiasko:may-have-side-effect...
2021-03-02 Joshua NelsonClean up error reporting for deprecated passes
2021-03-02 borsAuto merge of #82698 - JohnTitor:rollup-htd533c, r...
2021-03-02 Yuki OkushiRollup merge of #82691 - ehuss:update-books, r=ehuss
2021-03-02 Yuki OkushiRollup merge of #82661 - lnicola:rust-analyzer-2021...
2021-03-02 Yuki OkushiRollup merge of #82627 - JohnTitor:issue-82612, r=estebank
2021-03-02 Yuki OkushiRollup merge of #82597 - noslaver:fix-82137, r=nagisa
2021-03-02 Yuki OkushiRollup merge of #82593 - sunfishcode:wasi-docs, r=alexc...
next