about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-09-05Auto merge of #115568 - matthiaskrgr:rollup-2igo8rl, r=matthiaskrgrbors-92/+86
2023-09-05Rollup merge of #115536 - RalfJung:interpreter-privacy, r=oli-obkMatthias Krüger-92/+86
2023-09-05Auto merge of #115544 - onur-ozkan:patch-binaries-for-nix-configure, r=albert...bors-0/+1
2023-09-05support `{disable,enable}-patch-binaries-for-nix` in configure.pyonur-ozkan-0/+1
2023-09-05Auto merge of #115543 - Kobzol:opt-dist-retry-download, r=Mark-Simulacrumbors-1/+30
2023-09-05Add test suite `coverage-map` to test coverage mappings emitted by LLVMZalathar-5/+89
2023-09-05Add tool `src/tools/coverage-dump` for use by some new coverage testsZalathar-1/+543
2023-09-04Auto merge of #114089 - Urgau:allow-with-implied-by, r=petrochenkovbors-0/+838
2023-09-04Retry download of rustc-perf in opt-distJakub Beránek-1/+30
2023-09-04Mirror the rustc-perf sourceMark Rousskov-2/+2
2023-09-04interpret: make MemPlace, Place, Operand types private to the interpreterRalf Jung-92/+86
2023-09-04Adjust clippy tests with new rustc help suggestion for lintsUrgau-0/+838
2023-09-03Update docs since path-based type search works nowMichael Howell-3/+3
2023-09-03rustdoc: fix test case for generics that look like namesMichael Howell-2/+5
2023-09-03rustdoc: bug fix for `-> option<t>`Michael Howell-1/+5
2023-09-03rustdoc: write detailed chapter on search engineMichael Howell-50/+243
2023-09-03rustdoc-search: add support for type parametersMichael Howell-290/+472
2023-09-03rustdoc-search: `null`, not `-1`, for missing idMichael Howell-14/+14
2023-09-03Fix clippy.Camille GILLOT-15/+11
2023-09-03Auto merge of #115510 - GuillaumeGomez:rollup-wh719bn, r=GuillaumeGomezbors-8/+17
2023-09-03Rollup merge of #115490 - pitaj:rustdoc-searchjs-comment, r=GuillaumeGomezGuillaume Gomez-8/+17
2023-09-03Use relative positions inside a SourceFile.Camille GILLOT-1/+1
2023-09-03Use relative positions inside a SourceFile.Camille GILLOT-9/+9
2023-09-03Auto merge of #115448 - onur-ozkan:optimize-bootstrap-dep-tree, r=albertlarsan68bors-40/+8
2023-09-03Merge from rustcRalf Jung-294/+408
2023-09-03Preparing for merge from rustcRalf Jung-1/+1
2023-09-03Auto merge of #115472 - RalfJung:tier-2, r=GuillaumeGomezbors-5/+7
2023-09-03Auto merge of #115436 - GuillaumeGomez:fix-type-based-search, r=notriddlebors-135/+242
2023-09-02rustdoc: update comment in search.js for #107629Peter Jaszkowiak-8/+17
2023-09-03Stabilize the Saturating type (saturating_int_impl, gh-87920)Michael Watzko-1/+1
2023-09-02Correctly handle paths from foreign itemsGuillaume Gomez-11/+46
2023-09-02Auto merge of #115471 - RalfJung:skipping-sanity, r=onur-ozkanbors-10/+13
2023-09-02make it more clear what 'Tier 2' (without host tools) meansRalf Jung-5/+7
2023-09-02Auto merge of #115409 - RalfJung:llvm-merge-reland, r=lqdbors-19/+28
2023-09-02also skip musl checks when BOOTSTRAP_SKIP_TARGET_SANITY is setRalf Jung-10/+13
2023-09-02Auto merge of #115469 - matthiaskrgr:rollup-25ybx39, r=matthiaskrgrbors-6/+5
2023-09-02Rollup merge of #115443 - epage:os_str, r=cuviperMatthias Krüger-6/+5
2023-09-02Auto merge of #115286 - saethlin:detangler, r=petrochenkovbors-100/+8
2023-09-02Merge from rustcRalf Jung-11/+15
2023-09-02Preparing for merge from rustcRalf Jung-1/+1
2023-09-01fix(std): Rename os_str_bytes to encoded_bytesEd Page-5/+5
2023-09-01Auto merge of #115276 - fmease:rustdoc-obj-lt-defs-handle-self-ty-params, r=G...bors-8/+23
2023-09-01Reuse const rendering from rustdoc in rmeta encodingBen Kimock-100/+8
2023-09-01Rollup merge of #115411 - RalfJung:miri-abi, r=oli-obkMatthias Krüger-21/+16
2023-09-01bump hermit-abi from yanked version(0.3.1) to 0.3.2onur-ozkan-3/+3
2023-09-01bump pretty_assertions to 1.4onur-ozkan-37/+5
2023-09-01feat(std): Stabilize 'os_str_bytes' featureEd Page-1/+0
2023-09-01bootstrap/format: remove unnecessary paths.pushRalf Jung-4/+0
2023-09-01rustdoc: correctly deal with self ty params when eliding default object lifet...León Orell Valerian Liehr-8/+23
2023-09-01Merge all loops into one when generating search indexGuillaume Gomez-92/+65