about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-09-18Use old parser if `custom_code_classes_in_docs` feature is not enabledGuillaume Gomez-104/+135
2023-09-18Auto merge of #115748 - RalfJung:post-mono, r=oli-obkbors-11/+10
2023-09-18compiletest: Don't swallow some error messages.Eric Huss-8/+8
2023-09-18rustdoc: hide repr(transparent) if it isn't part of the public ABILeón Orell Valerian Liehr-36/+77
2023-09-18Rollup merge of #115663 - Gumichocopengin8:ci/update-github-action, r=Mark-Si...Matthias Krüger-2/+2
2023-09-18Rollup merge of #115494 - RalfJung:primitive_docs, r=Mark-SimulacrumMatthias Krüger-19/+0
2023-09-18Auto merge of #115927 - lnicola:sync-from-ra, r=lnicolabors-2740/+5763
2023-09-18Prototype using const generic for simd_shuffle IDX arrayOli Scherer-2/+36
2023-09-18Auto merge of #115795 - Kobzol:opt-dist-custom, r=Mark-Simulacrumbors-272/+350
2023-09-18Move mobile topbar title creation entirely into JSGuillaume Gomez-5/+6
2023-09-18Document that the macabi sanitizers are shared with darwindanakj-2/+3
2023-09-18Enable ASAN/LSAN/TSAN for *-apple-ios-macabidanakj-0/+9
2023-09-18Fix build on WindowsJakub Beránek-0/+1
2023-09-18Rollup merge of #115902 - Mark-Simulacrum:bump-ci, r=albertlarsan68Matthias Krüger-3/+3
2023-09-18Rollup merge of #115811 - bzEq:make-aix-known, r=Mark-SimulacrumMatthias Krüger-0/+8
2023-09-18Merge commit '258b15c506a2d3ad862fd17ae24eaf272443f477' into sync-from-raLaurențiu Nicola-2740/+5763
2023-09-18get rid of duplicate primitive_docsRalf Jung-19/+0
2023-09-18Update cargoWeihang Lo-0/+0
2023-09-18Auto merge of #115914 - GuillaumeGomez:turn-custom_code_classes_in_docs-into-...bors-34/+149
2023-09-17Update src/librustdoc/markdown.rsManish Goregaokar-1/+1
2023-09-17Update tests for `custom_code_classes_in_docs` featureGuillaume Gomez-2/+5
2023-09-17Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...Guillaume Gomez-32/+144
2023-09-17Rollup merge of #115477 - kellerkindt:stabilized_int_impl, r=dtolnayDylan DPC-1/+1
2023-09-17Auto merge of #115514 - onur-ozkan:bootstrap-codebase-improvements, r=albertl...bors-105/+97
2023-09-16rustdoc: stop preloading Source Serif 4 BoldMichael Howell-1/+0
2023-09-17micro-level optimizations for bootstraponur-ozkan-77/+60
2023-09-17update the beginning part of `bootstrap/README.md`onur-ozkan-3/+2
2023-09-16Move to older, mirrored redox installMark Rousskov-1/+1
2023-09-16Bump to supported UbuntuMark Rousskov-2/+2
2023-09-16Rollup merge of #115836 - RalfJung:rust_analyzer_settings.json, r=compiler-er...Matthias Krüger-2/+3
2023-09-16miri: reduce code duplication in SSE2 pmulh.w and pmulhu.wEduardo Sánchez Muñoz-27/+27
2023-09-16miri: reduce code duplication in SSE2 pavg.b and pavg.wEduardo Sánchez Muñoz-40/+54
2023-09-16miri: fix commentEduardo Sánchez Muñoz-1/+1
2023-09-16miri: reduce code duplication in SSE2 cvtpd2ps/cvtps2pdEduardo Sánchez Muñoz-35/+14
2023-09-16miri: reduce code duplication in SSE/SSE2 cvt{,t}s{s,d}2si{,64}Eduardo Sánchez Muñoz-62/+14
2023-09-16miri: use `copy_op` in `unary_op_ss`Eduardo Sánchez Muñoz-4/+5
2023-09-16miri: reduce code duplication in SSE cvtsi2ss/cvtsi642ssEduardo Sánchez Muñoz-37/+12
2023-09-16miri: reduce code duplication in SSE/SSE2 bin_op_* functionsEduardo Sánchez Muñoz-306/+186
2023-09-16triagebot exclude_labels -> exclude_titlesPeter Jaszkowiak-4/+4
2023-09-16Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdocbors-72/+662
2023-09-16create helper module to be embedded for the bootstrap binariesonur-ozkan-25/+35
2023-09-16Auto merge of #115829 - notriddle:notriddle/rustdoc-theme-css-merge, r=Guilla...bors-446/+805
2023-09-15Update documentation for `custom_code_classes_in_docs` featureGuillaume Gomez-2/+6
2023-09-15Add `custom` tag for markdown codeblocksGuillaume Gomez-3/+41
2023-09-15Update to new `emit_error` APIGuillaume Gomez-11/+10
2023-09-15Improve error emitting codeGuillaume Gomez-6/+10
2023-09-15Fix compilation error "the trait bound `SubdiagnosticMessage: From<&std::stri...Guillaume Gomez-2/+3
2023-09-15Add eBNF and documentation on TagIteratorGuillaume Gomez-0/+30
2023-09-15Implement new eBNF for codeblock attributesGuillaume Gomez-134/+227
2023-09-15Add support for double quotes in markdown codeblock attributesGuillaume Gomez-49/+95