about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-11-04Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyupflip1995-1532/+3201
2021-11-04Auto merge of #90179 - Nilstrieb:lifetime-elision-mismatch-hint, r=estebankbors-0/+134
2021-11-03Auto merge of #90475 - camelid:docvisitor, r=notriddlebors-125/+218
2021-11-03Add beginner friendly lifetime elision hint to E0623Nilstrieb-0/+134
2021-11-03Auto merge of #90413 - tmiasko:addr-of-mutable, r=RalfJung,oli-obkbors-64/+58
2021-11-03`addr_of!` grants mutable access, maybe?Tomasz Miąsko-6/+58
2021-11-03Remove `MaybeMutBorrowedLocals`Tomasz Miąsko-58/+0
2021-11-03Auto merge of #90527 - 12101111:libc_a, r=petrochenkovbors-3/+3
2021-11-03Provide standalone libc.a in self-contained for musl and wasi12101111-3/+3
2021-11-03Auto merge of #90517 - willcrichton:example-analyzer, r=jyn514bors-16/+23
2021-11-02Add line number to URLs in "additional examples" section of rustdocWill Crichton-13/+20
2021-11-02Fix URL for scrape-examples.js in rustdoc page templateWill Crichton-3/+3
2021-11-03Auto merge of #90516 - matthiaskrgr:rollup-3dmfjkj, r=matthiaskrgrbors-35/+32
2021-11-02Rollup merge of #90502 - GuillaumeGomez:split-doc-cfg-feature, r=jyn514Matthias Krüger-5/+25
2021-11-02Rollup merge of #90500 - xFrednet:00000-update-clippy-deps, r=flip1995Matthias Krüger-4/+4
2021-11-02Rollup merge of #90417 - lcnr:stabilize-relaxed-struct-unsizing, r=wesleywiserMatthias Krüger-25/+0
2021-11-02Rollup merge of #90354 - xFrednet:00000-lets-deploy-clippy-docs, r=Mark-Simul...Matthias Krüger-0/+2
2021-11-02Rollup merge of #90084 - noncombatant:patch-2, r=steveklabnikMatthias Krüger-1/+1
2021-11-02Auto merge of #90464 - lnicola:rust-analyzer-2021-11-01, r=lnicolabors-16/+23
2021-11-02Also check for feature gates in "src/test/rustdoc"Guillaume Gomez-0/+1
2021-11-02Split doc_cfg and doc_auto_cfg featuresGuillaume Gomez-5/+24
2021-11-02Update clippy dependenciesxFrednet-4/+4
2021-11-02Pull in libkvm on FreeBSDLaurențiu Nicola-1/+1
2021-11-02Auto merge of #90490 - ehuss:update-cargo, r=ehussbors-0/+0
2021-11-01List all cases explicitly in `Doc{Folder,Visitor}`Noah Lev-6/+45
2021-11-01Update cargoEric Huss-0/+0
2021-11-01Auto merge of #90457 - rusticstuff:use-curl-ca-bundle, r=Mark-Simulacrumbors-68/+56
2021-11-01Ignore files copied from previous stage when generating hash.Hans Kratz-1/+2
2021-11-01Auto merge of #90406 - nbdd0121:panic, r=cjgillotbors-0/+58
2021-11-01Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgrbors-42/+286
2021-11-01Auto merge of #90462 - pietroalbini:bidi-master, r=nikomatsakis,pietroalbinibors-0/+231
2021-11-01:arrow_up: rust-analyzerLaurențiu Nicola-16/+23
2021-10-31Fix `RefCell` `BorrowMut` error in `DocVisitor`Noah Lev-10/+10
2021-10-31Convert more impls of `DocFolder` to `DocVisitor`Noah Lev-27/+26
2021-10-31Convert many impls of `DocFolder` to `DocVisitor`Noah Lev-38/+39
2021-10-31rustdoc: Small micro-optimizations and cleanupsNoah Lev-7/+8
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-11-01Rollup merge of #90441 - tmiasko:test-promotion-needs-drop, r=Mark-SimulacrumMatthias Krüger-9/+100
2021-11-01Rollup merge of #90398 - GuillaumeGomez:doc-keyword-doc, r=camelidMatthias Krüger-2/+20
2021-11-01Rollup merge of #90349 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-2/+28
2021-11-01Rollup merge of #90333 - jsha:flashy-searchbar, r=GuillaumeGomezMatthias Krüger-14/+18
2021-11-01Rollup merge of #89929 - yuvaldolev:handle-submodule-checkout-more-gracefully...Matthias Krüger-1/+9
2021-10-31Feature gate and make must_not_suspend allow-by-defaultGus Wynn-14/+111
2021-10-31Use ubuntu image to download openssl, curl sources, cacert.pemHans Kratz-67/+54
2021-10-31Hide search bar in noscript.cssJacob Hoffman-Andrews-14/+18