about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-02-13Add missing riscv32imafc_unknown_none_elf env vars to dist-various-1Nikita Popov-0/+2
2024-02-13Use CMAKE_MSVC_RUNTIME_LIBRARY instead of LLVM_USE_CRT_*Nikita Popov-3/+1
2024-02-13Update to LLVM 18Nikita Popov-0/+0
2024-02-13Prevent rustfmt from messing up experimental syntaxOli Scherer-0/+1
2024-02-13Merge from rustcThe Miri Conjob Bot-46/+117
2024-02-13Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-02-13Replace clean::InstantiationParam with clean::GenericArgLeón Orell Valerian Liehr-73/+31
2024-02-12Rollup merge of #120979 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2024-02-12Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obkMatthias Krüger-12/+18
2024-02-12Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obkMatthias Krüger-1/+44
2024-02-12Rollup merge of #120273 - klensy:ct-run, r=onur-ozkanMatthias Krüger-11/+16
2024-02-12Rollup merge of #119451 - Kobzol:ci-pr-clippy, r=Mark-SimulacrumMatthias Krüger-5/+1
2024-02-12Rollup merge of #118983 - Urgau:invalid_ref_casting-bigger-layout, r=oli-obkMatthias Krüger-11/+13
2024-02-12Allow invalid ref casting in Miri unaligned_ref_addr_of testUrgau-0/+2
2024-02-12Avoid UB in clippy transmute_ptr_to_ptr UI testUrgau-11/+11
2024-02-12Support safe intrinsics with fallback bodiesOli Scherer-1/+1
2024-02-12Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgrbors-3/+5
2024-02-12Rollup merge of #120956 - compiler-errors:clean-type-alias, r=GuillaumeGomezMatthias Krüger-1/+3
2024-02-12Update booksrustbot-0/+0
2024-02-12also test pthread_mutex/rwlock directlyRalf Jung-21/+146
2024-02-12comment tweaksRalf Jung-11/+10
2024-02-12Merge from rustcRalf Jung-3564/+15375
2024-02-12Preparing for merge from rustcRalf Jung-1/+1
2024-02-12Implement intrinsics with fallback bodiesOli Scherer-3/+51
2024-02-12Make `is_intrinsic` query return the intrinsic nameOli Scherer-1/+1
2024-02-12Tweak delayed bug mentions.Nicholas Nethercote-2/+2
2024-02-12Dejargnonize substShoyu Vanilla-12/+18
2024-02-12Clean inlined type alias with correct param-envMichael Goulet-1/+3
2024-02-12Improve some codes according to the reviewsFrank King-4/+0
2024-02-12Fix compile error in rustdoc.Frank King-9/+2
2024-02-12Add rustfmt test from #117942Frank King-0/+12
2024-02-12Lower anonymous structs or unions to HIRFrank King-3/+19
2024-02-12Auto merge of #120951 - matthiaskrgr:rollup-0nnm7dv, r=matthiaskrgrbors-116/+90
2024-02-11Rollup merge of #120937 - ian-h-chamberlain:docs/update-3ds-links-and-info, r...Matthias Krüger-14/+12
2024-02-11Rollup merge of #120872 - petrochenkov:opthirpar, r=cjgillotMatthias Krüger-102/+78
2024-02-11Auto merge of #120619 - compiler-errors:param, r=lcnrbors-28/+59
2024-02-11Fix async closures in CTFEMichael Goulet-0/+43
2024-02-11is_closure_likeMichael Goulet-1/+1
2024-02-11Auto merge of #120803 - onur-ozkan:fix-compilation-cache, r=Mark-Simulacrumbors-171/+250
2024-02-11Gate PR CI on clippy correctness lintsJakub Beránek-5/+1
2024-02-11Auto merge of #120903 - matthiaskrgr:rollup-tmsuzth, r=matthiaskrgrbors-4/+54
2024-02-11Auto merge of #3295 - RalfJung:imported_main, r=RalfJungbors-0/+9
2024-02-11add tests for imported_mainRalf Jung-0/+9
2024-02-11Update links to rust3ds and outdated infoIan Chamberlain-14/+12
2024-02-11Auto merge of #120920 - matthiaskrgr:rollup-jsryr8e, r=matthiaskrgrbors-3238/+14916
2024-02-11Auto merge of #3285 - sunfishcode:sunfishcode/mmap64, r=RalfJungbors-16/+36
2024-02-11Move `mmap64`'s implementation under "File related shims".Dan Gohman-8/+8
2024-02-11Make the `mmap64` implementation Linux-specific.Dan Gohman-6/+9
2024-02-11std: enabling new netbsd (10) calls.David Carlier-0/+1
2024-02-11Rollup merge of #120916 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-3027/+14636