about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-09-08Rework no_coverage to coverage(off)Andy Caldwell-12/+12
2023-09-08Change syntax for anonymous functions setGuillaume Gomez-18/+18
2023-09-08Auto merge of #113492 - nebulark:pr_96475, r=petrochenkovbors-0/+10
2023-09-08Fix Issue 112009LuuuX-5/+8
2023-09-08Rollup merge of #115655 - notriddle:notriddle/rustdoc-fe-cleanup, r=Guillaume...Matthias Krüger-3/+1
2023-09-08Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri...Matthias Krüger-14/+30
2023-09-08Rollup merge of #115345 - g0djan:godjan/tier2-wasi-threads, r=WaffleLapkinMatthias Krüger-15/+24
2023-09-07ci: actions/checkout@v3 to actions/checkout@v4Keita Nonaka-2/+2
2023-09-08Auto merge of #115608 - RalfJung:fn-arg-validity, r=oli-obkbors-4/+101
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-0/+10
2023-09-07rustdoc: remove unused ID `mainThemeStyle`Michael Howell-3/+1
2023-09-07Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomezbors-146/+478
2023-09-07Auto merge of #114183 - Urgau:stabilize-print-with-path, r=oli-obkbors-11/+4
2023-09-07Stabilize `PATH` option for `--print KIND=PATH`Urgau-11/+4
2023-09-07Use `Freeze` for `SourceFile.lines`John Kåre Alsaker-47/+39
2023-09-06Rollup merge of #115598 - GoldsteinE:fix-bootstrap-formatting, r=onur-ozkanMatthias Krüger-3/+3
2023-09-06miri: catch function calls where the argument is caller-invalid / the return ...Ralf Jung-4/+101
2023-09-06Render missing fields in tuple struct/enum as /* private fields */Michael Goulet-14/+30
2023-09-06fix log formatting in bootstrapGoldstein-3/+3
2023-09-06fmtRalf Jung-13/+9
2023-09-06Merge from rustcRalf Jung-171/+1632
2023-09-06Preparing for merge from rustcRalf Jung-1/+1
2023-09-06give josh more time to startRalf Jung-2/+2
2023-09-06Update cargoWeihang Lo-0/+0
2023-09-05Auto merge of #115581 - djkoloski:update_llvm_submodule, r=cuviperbors-0/+0
2023-09-05Auto merge of #115507 - cjgillot:relative-source-file, r=oli-obkbors-22/+18
2023-09-05Update LLVM submodule to 17.0.0-rc4David Koloski-0/+0
2023-09-05Auto merge of #114843 - Zalathar:test-coverage-map, r=oli-obkbors-6/+632
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