about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-09-09rustdoc: factor all-impls-for-item out into its own methodMichael Howell-78/+55
2023-09-10Fixed typo in re-exports.mdPhilVoel-1/+1
2023-09-09rustdoc-doc: add `next_chunk` to list of `vec::intoiter<T> -> [T]`Michael Howell-1/+1
2023-09-09rustdoc-search: fix bugs when unboxing and reordering combineMichael Howell-235/+275
2023-09-09don't even try to compare with reference when there was truncationRalf Jung-7/+43
2023-09-09compiletest: only truncate at the end, to make it more clearly visibleRalf Jung-63/+31
2023-09-09implement and test ABI compatibility for transparent wrappers around NPO typesRalf Jung-5/+8
2023-09-09implement and test fn ptr ABI compatibility rulesRalf Jung-0/+5
2023-09-09give extra context to ABI mismatch errorsRalf Jung-8/+28
2023-09-09interpret: change ABI-compat test to be type-based, so the test is consistent...Ralf Jung-18/+21
2023-09-09Update cargoWeihang Lo-0/+0
2023-09-09Auto merge of #115669 - GuillaumeGomez:js-anonymous-functions, r=notriddlebors-18/+18
2023-09-08Fix checking if newline is needed before `else` in let-else statementLinda_pp-3/+16
2023-09-08Reuse rustdoc's doc comment handling in ClippyAlex Macleod-301/+237
2023-09-09Add i686-pc-windows-gnullvm tripleMateusz Mikuła-1/+3
2023-09-08rustdoc: add impl items from aliased type into sidebarMichael Howell-5/+40
2023-09-08Use `#!/usr/bin/env` shebang Nilstrieb-1/+1
2023-09-08Auto merge of #115418 - Zoxc:freeze-source, r=oli-obkbors-47/+39
2023-09-08Rollup merge of #115201 - notriddle:notriddle/type-alias-impl-list, r=Guillau...Guillaume Gomez-4/+43
2023-09-08Rollup merge of #115088 - LuuuXXX:issue-112009, r=albertlarsan68Guillaume Gomez-5/+8
2023-09-08Partially outline code inside the panic! macroJohn Kåre Alsaker-23/+52
2023-09-08Rename the feature, but not the attribute, to `coverage_attribute`Andy Caldwell-2/+2
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