about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-01-31it-self → itself, build-system → build system, type-alias → type aliasTobias Bucher-2/+2
2025-01-31bootstrap: only build `crt{begin,end}.o` when compiling to MUSLJorge Aparicio-2/+8
2025-01-31Rollup merge of #135992 - madsmtm:new-target-docs, r=jieyouxuMatthias Krüger-0/+16
2025-01-31Rollup merge of #134531 - GuillaumeGomez:extract-doctests, r=notriddle,aDotIn...Matthias Krüger-38/+288
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+2
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-1/+5
2025-01-31merge duplicate issue-46589 testsRémy Rakic-1/+0
2025-01-31miri: make float min/max non-deterministicRalf Jung-4/+44
2025-01-31increase thread limit for many-seeds modeRalf Jung-2/+2
2025-01-31Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhprattbors-94/+89
2025-01-31Add amdgpu targetFlakebi-2/+117
2025-01-31Recommend adding target spec first, then std support laterMads Marquart-0/+7
2025-01-31Auto merge of #136331 - jhpratt:rollup-curo1f4, r=jhprattbors-1/+5
2025-01-31CompileTest: Add Directives to Ignore `arm-unknown-*` TestsVeera-0/+4
2025-01-31Rollup merge of #136323 - etaoins:fix-typo-in-conventions-md, r=tgross35Jacob Pratt-1/+1
2025-01-31Rollup merge of #136312 - compiler-errors:overflow_delimited_expr-2024, r=ytmimiJacob Pratt-89/+58
2025-01-31Rollup merge of #136297 - zeenix:patch-1, r=lqdJacob Pratt-1/+1
2025-01-31Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obkJacob Pratt-3/+29
2025-01-31Rollup merge of #136150 - marcoieni:windows-25-i686-mingw, r=KobzolJacob Pratt-1/+5
2025-01-31fmtThe Miri Cronjob Bot-2/+1
2025-01-31Merge from rustcThe Miri Cronjob Bot-91/+257
2025-01-31Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-01-30implement unstable `new_range` featurePeter Jaszkowiak-0/+9
2025-01-31tests: port `symbol-mangling-hashed` to rmake.rs许杰友 Jieyou Xu (Joe)-1/+0
2025-01-31run-make-support: add `object`-based symbol helpers许杰友 Jieyou Xu (Joe)-9/+25
2025-01-31run-make-support: add `is_windows_gnu` helper许杰友 Jieyou Xu (Joe)-1/+10
2025-01-31run-make-support: collapse re-export许杰友 Jieyou Xu (Joe)-2/+3
2025-01-31run-make-support: add `-Csymbol-mangling-version` and `-Cprefer-dynamic` help...许杰友 Jieyou Xu (Joe)-0/+12
2025-01-31Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnrbors-1/+55
2025-01-31Update deployment target setup in jobs.ymlMads Marquart-2/+10
2025-01-31Explain why MACOSX_STD_DEPLOYMENT_TARGET existMads Marquart-1/+9
2025-01-31Always set the deployment target when building stdMads Marquart-2/+35
2025-01-31Bootstrap: Don't duplicate cc-rs flagsMads Marquart-17/+36
2025-01-31Fix a typo in conventions.mdRyan Cumming-1/+1
2025-01-30Auto merge of #136318 - matthiaskrgr:rollup-a159mzo, r=matthiaskrgrbors-30/+31
2025-01-30set rustc dylib on manually constructed rustc commandonur-ozkan-1/+5
2025-01-30fix(rustdoc): always use a channel when linking to doc.rust-lang.orgAlexis (Poliorcetics) Bourget-28/+29
2025-01-30Rollup merge of #136180 - lukas-code:typed-valtree, r=oli-obkMatthias Krüger-11/+7
2025-01-30Rollup merge of #136157 - onur-ozkan:override-release-profile, r=KobzolMatthias Krüger-8/+23
2025-01-30Rollup merge of #136004 - mrkajetanp:aarch64-skip-large-const-alloc-tests, r=...Matthias Krüger-11/+1
2025-01-30Run rustc-pull CI every day, don't notify when there is nothing to updateJakub Beránek-7/+33
2025-01-30Disable overflow_delimited_expr in edition 2024Michael Goulet-37/+51
2025-01-30Revert "[style 2024] Combine all last arg delimited exprs"Michael Goulet-52/+7
2025-01-30More assertions, tests, and miri coverageMichael Goulet-0/+54
2025-01-30Rewrite section on executing Docker testsJakub Beránek-33/+32
2025-01-30Auto merge of #136292 - matthiaskrgr:rollup-fw1tlca, r=matthiaskrgrbors-5/+119
2025-01-30introduce `ty::Value`Lukas Markeffsky-11/+7
2025-01-30Merge pull request #4140 from geetanshjuneja/derefRalf Jung-34/+39
2025-01-30Distinguish between "nothing to pull" and "pull error" in josh-syncJakub Beránek-7/+32
2025-01-30use deref_pointer_as instead of deref_pointergeetanshjuneja-34/+39