about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-12-30Auto merge of #106296 - matthiaskrgr:rollup-ukdbqwx, r=matthiaskrgrbors-95/+104
2022-12-30Rollup merge of #106273 - notriddle:notriddle/source-content-overflow, r=Guil...Matthias Krüger-4/+0
2022-12-30Rollup merge of #104182 - gabhijit:ipv6-in6addr-any-doc-fix, r=m-ou-seMatthias Krüger-0/+9
2022-12-30Rollup merge of #103707 - jonathanCogan:master, r=m-ou-seMatthias Krüger-85/+84
2022-12-30Rollup merge of #99244 - gthb:doc-improve-iterator-scan, r=m-ou-seMatthias Krüger-6/+11
2022-12-30Update paths in comments.jonathanCogan-3/+3
2022-12-30Replace libstd, libcore, liballoc in line comments.jonathanCogan-48/+48
2022-12-30Replace libstd, libcore, liballoc in docs.jonathanCogan-36/+35
2022-12-30Auto merge of #105426 - flba-eb:fix_tls_destructor_unwinding, r=m-ou-sebors-7/+14
2022-12-30Auto merge of #106264 - Swatinem:higher-lifetime-regression, r=petrochenkovbors-0/+165
2022-12-30Add regression test for #105501Arpad Borsos-0/+165
2022-12-30Auto merge of #106268 - kraktus:patch-2, r=Nilstriebbors-1/+1
2022-12-30Auto merge of #106262 - GuillaumeGomez:migrate-more-scraped-examples-css, r=n...bors-25/+47
2022-12-30Auto merge of #106210 - fee1-dead-contrib:const-closure-trait-method, r=compi...bors-13/+100
2022-12-29Auto merge of #105920 - MarcusCalhoun-Lopez:respect_set, r=jyn514bors-1/+6
2022-12-29rustdoc: remove redundant CSS `.source .content { overflow: visible }`Michael Howell-4/+0
2022-12-29Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgrbors-433/+2902
2022-12-29Respect --set=target.platform during buildMarcus Calhoun-Lopez-1/+6
2022-12-29fix comment for `TokenCursor::desugar`kraktus-1/+1
2022-12-29Rollup merge of #106263 - chenyukang:yukang/fix-106261-formater, r=jyn514Matthias Krüger-3/+4
2022-12-29Rollup merge of #106260 - chenyukang:yukang/fix-106213-doc, r=GuillaumeGomezMatthias Krüger-3/+18
2022-12-29Rollup merge of #106259 - flip1995:clippyup, r=matthiaskrgrMatthias Krüger-356/+2555
2022-12-29Rollup merge of #106236 - Ezrashaw:add-test+docs-e0519-e0514, r=GuillaumeGomezMatthias Krüger-4/+94
2022-12-29Rollup merge of #106234 - notriddle:notriddle/button-width, r=GuillaumeGomezMatthias Krüger-5/+3
2022-12-29Rollup merge of #106202 - estebank:trim-paths, r=NilstriebMatthias Krüger-11/+17
2022-12-29Rollup merge of #106190 - estebank:multiline-start-tweak, r=jackh726Matthias Krüger-47/+30
2022-12-29Rollup merge of #105899 - lukas-code:stage-1-docs, r=jyn514Matthias Krüger-1/+5
2022-12-29Rollup merge of #104531 - ohno418:recover-fn-traits-with-lifetime-params, r=e...Matthias Krüger-3/+176
2022-12-29Account for multiple multiline spans with empty paddingEsteban Küber-47/+30
2022-12-29Auto merge of #106256 - matthiaskrgr:rollup-g1ovcqq, r=matthiaskrgrbors-412/+1174
2022-12-30fix #106261, formater should not try to format non-Rust filesyukang-3/+4
2022-12-29Auto merge of #106196 - Mark-Simulacrum:bump-installer, r=jyn514bors-0/+0
2022-12-29Fix index out of bounds issues in rustdocyukang-3/+18
2022-12-29Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyupPhilipp Krones-356/+2555
2022-12-29Auto merge of #10126 - flip1995:rustup, r=flip1995bors-4/+4
2022-12-29Bump nightly version -> 2022-12-29Philipp Krones-1/+1
2022-12-29Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-399/+2596
2022-12-29`./x doc library --open` opens `std`Lukas Markeffsky-1/+5
2022-12-29Rollup merge of #106242 - estebank:diff-markers, r=jyn514Matthias Krüger-5/+438
2022-12-29Rollup merge of #106229 - RalfJung:miri, r=RalfJungMatthias Krüger-241/+342
2022-12-29Rollup merge of #106225 - ehuss:ehuss-patch-1, r=GuillaumeGomezMatthias Krüger-1/+0
2022-12-29Rollup merge of #106223 - estebank:suggest-let-ty-borrow, r=compiler-errorsMatthias Krüger-0/+96
2022-12-29Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e...Matthias Krüger-97/+93
2022-12-29Rollup merge of #106218 - GuillaumeGomez:migrate-css-var-scraped-examples, r=...Matthias Krüger-18/+47
2022-12-29Rollup merge of #106217 - notriddle:notriddle/tooltip-center, r=GuillaumeGomezMatthias Krüger-4/+0
2022-12-29Rollup merge of #106216 - ChrisDenton:ps-go-faster, r=jyn514Matthias Krüger-4/+8
2022-12-29Rollup merge of #106208 - compiler-errors:compare-item-region-err, r=estebankMatthias Krüger-42/+150
2022-12-29Auto merge of #106195 - Nilstrieb:no-more-being-clueless-whether-it-really-is...bors-23/+105
2022-12-29Extend rustdoc GUI test for scraped examplesGuillaume Gomez-1/+27
2022-12-29Migrate more scraped examples CSS rules to CSS variablesGuillaume Gomez-24/+20