about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-10-24use the shared assets step for building std tooPietro Albini-1/+2
2022-10-18apply joshua's suggestionPietro Albini-1/+1
2022-10-05add a "standalone" path for doc::Standalone to be able to exclude itPietro Albini-1/+1
2022-10-05split steps for generating the standalone docs and the shared assetsPietro Albini-16/+45
2022-10-05Auto merge of #102691 - notriddle:rollup-tdtyagp, r=notriddlebors-42/+52
2022-10-04Rollup merge of #102686 - cuviper:rls-tool_std, r=jyn514Michael Howell-1/+1
2022-10-04Rollup merge of #102670 - lyming2007:issue-101866-fix, r=compiler-errorsMichael Howell-16/+16
2022-10-04Rollup merge of #102662 - notriddle:notriddle/code-header-display-block, r=Gu...Michael Howell-4/+0
2022-10-04Rollup merge of #102650 - Rageking8:slightly-improve-no-return-for-returning-...Michael Howell-19/+18
2022-10-04Rollup merge of #102574 - aDotInTheVoid:const_collections_with_hasher, r=oli-...Michael Howell-2/+17
2022-10-04Don't build the compiler before building rlsJosh Stone-1/+1
2022-10-05Auto merge of #102677 - weihanglo:update-cargo, r=ehussbors-9/+31
2022-10-04Auto merge of #101768 - sunfishcode:sunfishcode/wasi-stdio-lock-asfd, r=josht...bors-0/+27
2022-10-04Update cargoWeihang Lo-9/+31
2022-10-04follow-up fix about 101866 to print the self type.Yiming Lei-16/+16
2022-10-04Auto merge of #102666 - matthiaskrgr:rollup-tuge18t, r=matthiaskrgrbors-201/+434
2022-10-04Rollup merge of #102653 - lcnr:delay_span_bug, r=fee1-deadMatthias Krüger-2/+6
2022-10-04Rollup merge of #102651 - oli-obk:non_region_things, r=lcnrMatthias Krüger-77/+71
2022-10-04Rollup merge of #102648 - Rageking8:add-test-for-#102605, r=compiler-errorsMatthias Krüger-0/+56
2022-10-04Rollup merge of #102647 - oli-obk:tilde_const_bounds, r=fee1-deadMatthias Krüger-118/+216
2022-10-04Rollup merge of #102488 - compiler-errors:gat-compatibility, r=oli-obkMatthias Krüger-2/+68
2022-10-04Rollup merge of #102241 - jyn514:manifest-json-docs, r=Mark-SimulacrumMatthias Krüger-2/+17
2022-10-04rustdoc: remove no-op CSS `.code-header { display: block }`Michael Howell-4/+0
2022-10-04missing value to delay_span_buglcnr-2/+6
2022-10-04It's not about types or consts, but the lack of regionsOli Scherer-77/+71
2022-10-04Auto merge of #102652 - Dylan-DPC:rollup-6ff8ct8, r=Dylan-DPCbors-58/+467
2022-10-04slightly improve no return for returning function errorRageking8-19/+18
2022-10-04Rollup merge of #102633 - Nilstrieb:rustdoc-lint-🏳️‍⚧️late, r=davi...Dylan DPC-3/+27
2022-10-04Rollup merge of #102568 - compiler-errors:lint-unsatisfied-opaques, r=oli-obkDylan DPC-1/+274
2022-10-04Rollup merge of #102559 - compiler-errors:issue-102553, r=oli-obkDylan DPC-5/+35
2022-10-04Rollup merge of #102489 - compiler-errors:issue-102074, r=oli-obkDylan DPC-13/+40
2022-10-04Rollup merge of #101642 - SkiFire13:fix-inplace-collection-leak, r=the8472Dylan DPC-36/+67
2022-10-04Rollup merge of #101189 - daxpedda:ready-into-inner, r=joshtriplettDylan DPC-0/+24
2022-10-04Auto merge of #102622 - camsteffen:move-layout, r=fee1-deadbors-2343/+2337
2022-10-04Merge the `~const` and `impl const` checks and add some explanatory notesOli Scherer-45/+34
2022-10-04add test for #102605Rageking8-0/+56
2022-10-04Only allow ~const bounds for traits with #[const_trait]Oli Scherer-83/+192
2022-10-04Auto merge of #102644 - matthiaskrgr:rollup-rg0sw41, r=matthiaskrgrbors-220/+893
2022-10-04Rollup merge of #102639 - nnethercote:improve-spans-splitting, r=Aaron1011Matthias Krüger-84/+166
2022-10-04Rollup merge of #102637 - andrewpollack:ignore-fuchsia-two-tests, r=tmandryMatthias Krüger-0/+2
2022-10-04Rollup merge of #102628 - H4x5:master, r=scottmcmMatthias Krüger-1/+1
2022-10-04Rollup merge of #102624 - notriddle:notriddle/summary-before, r=GuillaumeGomezMatthias Krüger-4/+0
2022-10-04Rollup merge of #102567 - compiler-errors:issue-102561, r=davidtwcoMatthias Krüger-1/+23
2022-10-04Rollup merge of #102547 - GuillaumeGomez:migrate-css-theme-search-result, r=n...Matthias Krüger-128/+605
2022-10-04Rollup merge of #102441 - chenyukang:fix-102320-unwrap_or_else, r=compiler-er...Matthias Krüger-2/+96
2022-10-04Auto merge of #102395 - davidtwco:translation-rename-typeck, r=compiler-errorsbors-318/+325
2022-10-04We are able to resolve methods even if they need substMichael Goulet-8/+11
2022-10-04Normalize substs before resolving instance in NoopMethodCall lintMichael Goulet-5/+29
2022-10-04Auto merge of #99099 - Stargateur:phantomdata_debug, r=joshtriplettbors-1/+1
2022-10-04Improve spans when splitting multi-char operator tokens for proc macros.Nicholas Nethercote-67/+79