about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-01-11clean up code related to the rustdoc-js test suitebinarycat-6/+7
2025-01-11rustdoc: use import stability marker in displayMichael Howell-1/+20
2025-01-11allow rustdoc-js tests to be run at stage0binarycat-1/+4
2025-01-11Merge pull request #4134 from RalfJung/miri-script-raOli Scherer-9/+15
2025-01-11avoid issues due to MIRI_TEST_TARGET being set from the outsideRalf Jung-0/+4
2025-01-11adjust the way we build miri-script in RA, to fix proc-macrosRalf Jung-9/+11
2025-01-11re-add --disable-minification to rustdocbinarycat-2/+23
2025-01-11Supported fioclex for ioctl on macosgeetanshjuneja-0/+70
2025-01-11Rollup merge of #135205 - lqd:bitsets, r=Mark-SimulacrumMatthias Krüger-18/+18
2025-01-11Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubileeMatthias Krüger-0/+24
2025-01-11Add CI workflow for performing rustc-pullJakub Beránek-0/+58
2025-01-11ci: Organise shared helper scriptsKajetan Puchalski-200/+41
2025-01-11avoid nesting the user-defined main so deeply on the stackRalf Jung-33/+9
2025-01-11use a single large catch_unwind in lang_startRalf Jung-10/+34
2025-01-11Auto merge of #135292 - lqd:rustcperfup, r=kobzolbors-0/+0
2025-01-11ci: added ci format to test_renderRoss Sullivan-3/+49
2025-01-11migrate `clippy` to the `DenseBitSet` nameRémy Rakic-18/+18
2025-01-11tidyWalnut-0/+2
2025-01-11add alternate inner type lookup for hashmap/set when template args missingWalnut-1/+27
2025-01-11Rollup merge of #135326 - onur-ozkan:target-specific-compiler-builtins, r=jie...Jacob Pratt-2/+27
2025-01-11Rollup merge of #135301 - lolbinarycat:bootstrap-old-master-resurected, r=onu...Jacob Pratt-0/+3
2025-01-11Rollup merge of #134074 - GrigorenkoPV:bootstrap-io-error-more, r=jieyouxuJacob Pratt-4/+1
2025-01-11More robust sequence formatterWalnut-1/+8
2025-01-11Add bstr files to linkchecker since they have a Deref to sliceJosh Triplett-0/+23
2025-01-10more robust tuple summaryWalnut-3/+13
2025-01-10add alternate inner type lookup for vec/string for missing template argsWalnut-7/+86
2025-01-10add MSVC str providersWalnut-35/+114
2025-01-10organize lldb_commandsWalnut-25/+50
2025-01-10add msvc enum providersWalnut-2/+179
2025-01-10never print the warning on CIbinarycat-1/+1
2025-01-10minor: Fix grammar in doc commentsWilfred Hughes-4/+4
2025-01-10jsondoclint: Check that `Path` types exitst in `Crate::paths`.Alona Enraght-Moony-1/+102
2025-01-10rustdoc-json: Include items in stripped modules in `Crate::paths`.Alona Enraght-Moony-8/+15
2025-01-10jsondoclint: Support `//@ !has <path> <value>`.Alona Enraght-Moony-4/+23
2025-01-10Update cargoWeihang Lo-0/+0
2025-01-10add `-Zmin-function-alignment`Folkert de Vries-0/+24
2025-01-10Switched FreeBSD to pthread_setname_npYoh Deadfall-41/+44
2025-01-11Merge pull request #2205 from ehuss/ci-config许杰友 Jieyou Xu (Joe)-0/+15
2025-01-10Fix calculate-job-matrix.py linkEric Huss-2/+2
2025-01-10Document how to find the configuration used in CIEric Huss-0/+15
2025-01-10fix clippy warningRalf Jung-1/+1
2025-01-10disable threading tests on freebsd for nowRalf Jung-2/+2
2025-01-10Preparing for merge from rustcRalf Jung-1/+1
2025-01-10ci: Move dist-aarch64-linux to an aarch64 runnerKajetan Puchalski-43/+241
2025-01-10Merge pull request #18907 from Veykril/push-uqlzpttmvurvLukas Wirth-2/+86
2025-01-10Implement `#[rust_analyzer::skip]` for bodiesLukas Wirth-2/+86
2025-01-10Missing errorsjnyfah-11/+26
2025-01-10Re-implement rust string highlighting via tool attributeLukas Wirth-173/+386
2025-01-10Merge pull request #18904 from Veykril/push-yztnorquuyzwLukas Wirth-24/+134
2025-01-10Implement implicit sized bound inlay hintsLukas Wirth-12/+192