about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-10-31Fix FIXMEs in `rustdoc::html::sources`Noah Lev-5/+6
2021-10-31Clean up now that visitors only need `&clean::Crate`Noah Lev-15/+15
2021-10-31rustdoc: Use `DocVisitor` for sources collectionNoah Lev-12/+14
2021-10-31rustdoc: Add `DocVisitor`Noah Lev-15/+66
2021-10-31rustdoc: Replace wildcard with explicit patternNoah Lev-1/+1
2021-10-31rustdoc: Remove unnecessary clone in `DocFolder`Noah Lev-2/+1
2021-10-31Auto merge of #86336 - camsteffen:char-array-pattern, r=joshtriplettbors-0/+73
2021-10-31Auto merge of #90437 - matthiaskrgr:rollup-vd8uqm6, r=matthiaskrgrbors-72/+198
2021-10-31Rollup merge of #90431 - jkugelman:must-use-std-o-through-z, r=joshtriplettMatthias Krüger-2/+57
2021-10-31Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplettMatthias Krüger-14/+68
2021-10-31Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplettMatthias Krüger-40/+60
2021-10-31Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplettMatthias Krüger-16/+13
2021-10-31Auto merge of #90434 - matthiaskrgr:rollup-xbn393a, r=matthiaskrgrbors-19/+129
2021-10-31Rollup merge of #90427 - jkugelman:must-use-alloc-leak, r=joshtriplettMatthias Krüger-0/+4
2021-10-31Rollup merge of #89951 - ojeda:stable-unwrap_unchecked, r=dtolnayMatthias Krüger-11/+3
2021-10-31Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplettMatthias Krüger-1/+52
2021-10-31Rollup merge of #89839 - jkugelman:must-use-mem-ptr-functions, r=joshtriplettMatthias Krüger-0/+19
2021-10-31Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri...Matthias Krüger-1/+32
2021-10-31Rollup merge of #89833 - jkugelman:must-use-rc-downgrade, r=joshtriplettMatthias Krüger-1/+3
2021-10-31Rollup merge of #89677 - maxwase:is-symlink-stabilization, r=joshtriplettMatthias Krüger-5/+9
2021-10-31Rollup merge of #89446 - chrismit3s:issue-88715-fix, r=joshtriplettMatthias Krüger-0/+7
2021-10-31Auto merge of #90391 - camelid:crate-size, r=jyn514bors-20/+31
2021-10-30Add #[must_use] to remaining std functions (A-N)John Kugelman-14/+68
2021-10-30Add #[must_use] to remaining std functions (O-Z)John Kugelman-2/+57
2021-10-30Add #[must_use] to alloc functions that would leak memoryJohn Kugelman-0/+4
2021-10-31Auto merge of #90306 - kornelski:slicecloneasset, r=joshtriplettbors-0/+5
2021-10-30Add #[must_use] to len and is_emptyJohn Kugelman-42/+62
2021-10-30Add #[must_use] to mem/ptr functionsJohn Kugelman-0/+19
2021-10-30Auto merge of #90424 - matthiaskrgr:rollup-jezzu4f, r=matthiaskrgrbors-26/+93
2021-10-31Rollup merge of #90404 - mkroening:hermit-kernel-no-os, r=joshtriplettMatthias Krüger-1/+0
2021-10-31Rollup merge of #90401 - mkroening:hermit-condvar, r=joshtriplettMatthias Krüger-2/+14
2021-10-31Rollup merge of #89899 - jkugelman:must-use-alloc, r=joshtriplettMatthias Krüger-23/+78
2021-10-31Rollup merge of #89789 - jkugelman:must-use-thread-builder, r=joshtriplettMatthias Krüger-0/+1
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-1/+52
2021-10-30Auto merge of #90422 - GuillaumeGomez:rollup-s1mdag0, r=GuillaumeGomezbors-71/+968
2021-10-30Rollup merge of #90399 - yuvaldolev:as-ref-overly-verbose-diagnostic, r=estebankGuillaume Gomez-2/+19
2021-10-30Rollup merge of #90375 - yanok:master, r=lcnrGuillaume Gomez-2/+44
2021-10-30Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkovGuillaume Gomez-32/+525
2021-10-30Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514Guillaume Gomez-31/+315
2021-10-30Rollup merge of #90156 - jsha:less-border-bottom-2, r=GuillaumeGomezGuillaume Gomez-4/+65
2021-10-30rustdoc: Stop sorting external cratesNoah Lev-2/+1
2021-10-30rustdoc: Remove `Crate.name` and instead compute it on-demandNoah Lev-14/+16
2021-10-30rustdoc: Remove `Crate.src` and instead compute it on-demandNoah Lev-5/+8
2021-10-30rustdoc: Document that `Crate` is always localNoah Lev-0/+3
2021-10-30Auto merge of #90205 - mati865:link-modifiers-in-rustc, r=petrochenkovbors-11/+5
2021-10-30Remove underlines from non-top docblocks.Jacob Hoffman-Andrews-4/+65
2021-10-30Document tests a bit moreGuillaume Gomez-0/+5
2021-10-30Auto merge of #90416 - matthiaskrgr:rollup-55lzqng, r=matthiaskrgrbors-146/+393
2021-10-30Rollup merge of #90412 - jyn514:macro-use, r=camelidMatthias Krüger-7/+6
2021-10-30Rollup merge of #90402 - wesleywiser:query_descriptions, r=oli-obkMatthias Krüger-1/+8