about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-04-23Remove arrayref, constant_time_eq from depsJubilee Young-2/+0
2021-04-23Auto merge of #84457 - jyn514:cleanup-crate, r=GuillaumeGomezbors-132/+150
2021-04-23Auto merge of #84445 - jyn514:hidden, r=<try>bors-6/+44
2021-04-22Remove `keywords` from ExternCrateJoshua Nelson-52/+57
2021-04-22Get rid of ExternCrate::primitivesJoshua Nelson-77/+77
2021-04-22Remove `name` field from ExternalCrateJoshua Nelson-7/+12
2021-04-22Remove src field from ExternCrateJoshua Nelson-6/+14
2021-04-22rustdoc: Hide `#text` in doc-testsJoshua Nelson-6/+44
2021-04-22Auto merge of #84420 - workingjubilee:microvec, r=Mark-Simulacrumbors-6/+5
2021-04-22Rollup merge of #84404 - tmiasko:intrinsics-in-coercion-lub, r=Mark-SimulacrumDylan DPC-1/+18
2021-04-22Rollup merge of #84396 - Amanieu:fix_compiler_builtins_llvm, r=cuviperDylan DPC-0/+0
2021-04-22Rollup merge of #84376 - torhovland:issue-84534, r=GuillaumeGomezDylan DPC-4/+9
2021-04-22Auto merge of #84289 - andersk:bootstrap-bulk-dir, r=Mark-Simulacrumbors-2/+19
2021-04-21Use arrayvec 0.7, drop smallvec 0.6Jubilee Young-6/+5
2021-04-21Rollup merge of #84393 - GuillaumeGomez:better-open-handling, r=jyn514Mara Bos-6/+10
2021-04-21Rollup merge of #84380 - Smittyvb:rdoc-title-order, r=jshaMara Bos-20/+56
2021-04-21Rollup merge of #84379 - marmeladema:test-for-issue-79949, r=jackh726Mara Bos-0/+317
2021-04-21Rollup merge of #84378 - starthal:patch-1, r=jyn514Mara Bos-1/+1
2021-04-21Replaced flex gap with margin, for compatibility with older browsers.Tor Hovland-1/+1
2021-04-21Auto merge of #84394 - m-ou-se:upgrade-ci-dep-expat, r=Mark-Simulacrumbors-1/+1
2021-04-21Update LLVM submoduleAmanieu d'Antras-0/+0
2021-04-21Upgrade `expat` dependency in riscv64 to newer version.Mara Bos-1/+1
2021-04-21Correctly handle --open argument on doc commandGuillaume Gomez-6/+10
2021-04-21Check for intrinsics before coercing to a function pointerTomasz Miąsko-1/+18
2021-04-20Just merge all of the <title> tests into oneSmitty-7/+8
2021-04-20Add test for title of root page in item-title.rsSmitty-3/+2
2021-04-21Add test for issue #71176marmeladema-0/+40
2021-04-21Add test for issue #70304marmeladema-0/+78
2021-04-20fix is_module checkSmitty-4/+4
2021-04-20Merge mod-title and item-title testsSmitty-12/+1
2021-04-20Rename pushname to is_moduleSmitty-3/+3
2021-04-20Add test for issue #70303marmeladema-0/+60
2021-04-20Add test for issue #78671marmeladema-0/+33
2021-04-20Add test for issue #79636marmeladema-0/+80
2021-04-20Add test for issue #79949marmeladema-0/+26
2021-04-20Write Rustdoc titles like "x in crate::mod - Rust"Smitty-9/+56
2021-04-20Fix broken doc linkStephen Albert-Moore-1/+1
2021-04-20Uses flex to fix formatting of h1 at any width.Tor Hovland-4/+9
2021-04-20Auto merge of #84353 - estebank:as-ref-mir, r=davidtwcobors-59/+103
2021-04-20Auto merge of #84363 - Dylan-DPC:rollup-ink2wyq, r=Dylan-DPCbors-56/+13
2021-04-20Rollup merge of #84347 - Swatinem:simplify-document-fns, r=jyn514Dylan DPC-45/+11
2021-04-20Rollup merge of #84345 - ehuss:remove-core-core-comment, r=Mark-SimulacrumDylan DPC-9/+0
2021-04-20Rollup merge of #84340 - notriddle:patch-4, r=GuillaumeGomezDylan DPC-2/+2
2021-04-20Auto merge of #84323 - richkadel:uncovered-functions, r=tmandrybors-2/+186
2021-04-20Auto merge of #83900 - torhovland:issue-83832, r=jyn514bors-9/+153
2021-04-20Auto merge of #84295 - richkadel:continue-coverage, r=tmandrybors-2/+146
2021-04-19Suggest `.as_ref()` on borrow error involving `Option`/`Result`Esteban Küber-59/+103
2021-04-19rustdoc: Simplify some document functionsArpad Borsos-45/+11
2021-04-19Use onEachLazy to iterate DOMTokenListMichael Howell-1/+1
2021-04-19Remove comment about doc hack.Eric Huss-9/+0