about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-08-15Auto merge of #128787 - Oneirical:infohazardous-deprogram, r=jieyouxubors-3/+0
2024-08-15Rollup merge of #129124 - aDotInTheVoid:rdj-hashmap-3, r=GuillaumeGomezMatthias Krüger-6/+6
2024-08-15Rollup merge of #129122 - GuillaumeGomez:remove-duplicated-rustdoc-output-met...Matthias Krüger-7/+1
2024-08-15Rollup merge of #129096 - Kobzol:bootstrap-cmd-verbosity, r=onur-ozkanMatthias Krüger-4/+32
2024-08-15Rollup merge of #129065 - nnethercote:PartialEq-TokenKind, r=spastorinoMatthias Krüger-7/+5
2024-08-15Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,...Matthias Krüger-1/+15
2024-08-15Print more verbose error for commands that capture outputJakub Beránek-4/+32
2024-08-15coalesce dep-info-spaces and dep-info-doesnt-run-much into dep-infoOneirical-3/+0
2024-08-15Auto merge of #128936 - bjorn3:fix_thin_archive_reading, r=jieyouxubors-0/+6
2024-08-15Remove duplicated `Rustdoc::output` method from `run-make-support` libGuillaume Gomez-7/+1
2024-08-15rustdoc-json: Use FxHashMap from rustdoc_json_typesAlona Enraght-Moony-6/+6
2024-08-15Auto merge of #129066 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-08-15Rollup merge of #129015 - rustbot:docs-update, r=ehussMatthias Krüger-7/+22
2024-08-15Rollup merge of #128963 - GuillaumeGomez:output-to-stdout, r=aDotInTheVoidMatthias Krüger-21/+59
2024-08-15Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiserMatthias Krüger-0/+34
2024-08-14Auto merge of #128407 - Oneirical:feline-dotestication, r=jieyouxubors-3/+15
2024-08-14Update Cargo.lockEric Huss-7/+22
2024-08-14rewrite no-alloc-shim to rmakeOneirical-1/+0
2024-08-14rewrite min-global-align to rmakeOneirical-2/+15
2024-08-14Auto merge of #129092 - jieyouxu:rollup-z2522nm, r=jieyouxubors-12/+0
2024-08-14Rollup merge of #129071 - Zalathar:sysroot-unstable, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+0
2024-08-14Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu许杰友 Jieyou Xu (Joe)-11/+0
2024-08-14Auto merge of #129054 - lnicola:sync-from-ra, r=lnicolabors-2448/+3807
2024-08-14Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgrbors-10/+10
2024-08-14Use `impl PartialEq<TokenKind> for Token` more.Nicholas Nethercote-7/+5
2024-08-14Auto merge of #129076 - matthiaskrgr:rollup-rg8mi2x, r=matthiaskrgrbors-4/+34
2024-08-14Rollup merge of #128873 - ChrisDenton:windows-targets, r=Mark-SimulacrumMatthias Krüger-1/+1
2024-08-14Rollup merge of #128410 - Oneirical:dwarf-fortestress, r=jieyouxuMatthias Krüger-3/+33
2024-08-14Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errorsbors-15/+15
2024-08-14Port `run-make/sysroot-crates-are-unstable` to rmakeZalathar-1/+0
2024-08-13Update cargoWeihang Lo-0/+0
2024-08-13stabilize `asm_const`Folkert-11/+0
2024-08-13Rollup merge of #129056 - Kobzol:fix-target-triple, r=onur-ozkanMatthias Krüger-1/+1
2024-08-13Rollup merge of #129050 - GuillaumeGomez:generate-link-to-definition-warning,...Matthias Krüger-3/+5
2024-08-13Rollup merge of #129049 - Zalathar:json-like, r=jieyouxuMatthias Krüger-6/+4
2024-08-13Fix intra-doc linkGuillaume Gomez-3/+2
2024-08-13Run fmtGuillaume Gomez-6/+7
2024-08-13Improve documentation for internal doctest APIGuillaume Gomez-0/+13
2024-08-13Move `is_multiple_tests` argument into `RunnableDocTest`Guillaume Gomez-20/+12
2024-08-13Unify naming of `DocTest`Guillaume Gomez-42/+46
2024-08-13Don't special-case if there is only one merged doctestGuillaume Gomez-28/+24
2024-08-13Remove need for `unsafe` code in merged doctestsGuillaume Gomez-5/+10
2024-08-13Improve code readabilityGuillaume Gomez-5/+19
2024-08-13If there are crate attributes, we prevent doctest to be merged with othersGuillaume Gomez-27/+4
2024-08-13Rename `DocTest` into `DocTestBuilder`Guillaume Gomez-17/+22
2024-08-13Reduce merged doctest source code sizeGuillaume Gomez-25/+7
2024-08-13Run mergeable doctest as part of standalone doctests if there is only oneGuillaume Gomez-37/+40
2024-08-13Add documentation on `DocTest` and `RunnableDoctest` structsGuillaume Gomez-0/+3
2024-08-13Improve code by removing unneeded function argumentsGuillaume Gomez-24/+9
2024-08-13Correctly handle macros using `$crate` in merged doctestsGuillaume Gomez-3/+14