about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-21Rollup merge of #124050 - saethlin:less-sysroot-libc, r=ChrisDentonMatthias Krüger-96/+108
2024-05-20Auto merge of #125166 - lovesegfault:embed-rustc-perf, r=Mark-Simulacrumbors-445/+69
2024-05-21Small fixes to `std::path::absolute` docsTobias Bucher-3/+6
2024-05-20Remove some `Path::to_str` from `rustc_codegen_llvm`Tobias Bucher-15/+14
2024-05-20track cycle participants per entrylcnr-53/+159
2024-05-20move global cache lookup into fnlcnr-58/+62
2024-05-20move fixpoint step into subfunctionlcnr-53/+76
2024-05-20Accounted for possible extra layers before the consuming parent exprschvv31n-2/+12
2024-05-20Auto merge of #125219 - Urgau:check-cfg-cargo-config, r=fmeasebors-58/+210
2024-05-20switch also the default implementation for read_vectoredStefan Lankes-13/+2
2024-05-20Fix parsing of erroneously placed semicolonsardi-7/+42
2024-05-20Document platform-specifics for `Read` and `Write` of `File`Tobias Bucher-0/+76
2024-05-20hir pretty: fix block indentNilstrieb-53/+53
2024-05-20Extend tests for intrinsic definitionsMohammad Omidvar-17/+33
2024-05-20Add intrinsic definition and retrieval APIsMohammad Omidvar-16/+68
2024-05-20Auto merge of #125331 - matthiaskrgr:rollup-4kfrh4n, r=matthiaskrgrbors-1759/+1866
2024-05-20Uplift TermKindMichael Goulet-20/+41
2024-05-20Rework var resolution in InferCtxtLike, uplift EagerResolverMichael Goulet-159/+198
2024-05-20Uplift RegionVidMichael Goulet-64/+75
2024-05-20switch to the default implementation of `write_vectored`Stefan Lankes-8/+2
2024-05-20Update booksrustbot-0/+0
2024-05-20Rollup merge of #125318 - GuillaumeGomez:migrate-rustdoc-examples-whitespaces...Matthias Krüger-6/+6
2024-05-20Rollup merge of #125314 - jdonszelmann:global-registration-feature-gate, r=pn...Matthias Krüger-0/+20
2024-05-20Rollup merge of #125173 - scottmcm:never-checked, r=davidtwcoMatthias Krüger-3/+3
2024-05-20Rollup merge of #125305 - jwong101:120493-codegen-test, r=the8472Matthias Krüger-0/+22
2024-05-20Rollup merge of #125173 - scottmcm:never-checked, r=davidtwcoMatthias Krüger-215/+212
2024-05-20Rollup merge of #125106 - Zalathar:expressions, r=davidtwcoMatthias Krüger-1322/+890
2024-05-20Rollup merge of #124917 - cardigan1008:issue-124819, r=pnkfelixMatthias Krüger-0/+18
2024-05-20Rollup merge of #124682 - estebank:issue-40990, r=pnkfelixMatthias Krüger-216/+698
2024-05-20address nitFelix S Klock II-1/+1
2024-05-20Auto merge of #118014 - keith:ks/remove-unnecessary-fembed-bitcode-usage-now-...bors-12/+2
2024-05-20Undo accidental change to tests/ui/sanitizer/thread.rsBen Kimock-0/+1
2024-05-20Remove Windows dependency on libcBen Kimock-3/+3
2024-05-20Update tests/incremental/foreign.rsBen Kimock-22/+5
2024-05-20Fix feature-gates/rustc-private.rsBen Kimock-3/+3
2024-05-20Port stdout-during-shutdownBen Kimock-0/+22
2024-05-20Patch up foreign-fn-linkname.rsBen Kimock-9/+3
2024-05-20Add a Windows version of foreign2.rsBen Kimock-3/+25
2024-05-20Handle a few more simple testsBen Kimock-32/+34
2024-05-20Add only-unix to sigpipe testsBen Kimock-0/+5
2024-05-20Fix up a few more testsBen Kimock-25/+8
2024-05-20refactor(bootstrap/core/build_steps/dist): vendor dependencies needed for opt...Bernardo Meurer Costa-0/+4
2024-05-20chore(bootstrap/core/build_steps/dist): add fixme for duplicated vendor logicBernardo Meurer Costa-0/+3
2024-05-20refactor(ci/docker/dist-x86_64-linux): remove rustc-perf downloadingBernardo Meurer Costa-8/+0
2024-05-20refactor(opt-dist): use rustc-perf from rustc checkoutBernardo Meurer Costa-435/+14
2024-05-20Address review commentsBenoît du Garreau-1/+33
2024-05-20refactor(bootstrap): update rustc-perf submodule when building opt-distBernardo Meurer Costa-2/+39
2024-05-20refactor: add rustc-perf submodule to src/toolsBernardo Meurer Costa-0/+9
2024-05-20add codegen test for issue 120493Joshua Wong-0/+22
2024-05-20Fix c_char on AIXTaiki Endo-1/+2