about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-03-25Auto merge of #123036 - matthiaskrgr:rollup-dj8hra4, r=matthiaskrgrbors-12/+12
2024-03-25Rollup merge of #123001 - Alexendoo:check-attributes, r=oli-obkMatthias Krüger-11/+11
2024-03-25Rollup merge of #122842 - pacak:explicit_name, r=michaelwoeristerMatthias Krüger-1/+1
2024-03-25Auto merge of #123030 - GuillaumeGomez:rustdoc-sysroot-out-of-arg-file, r=not...bors-3/+6
2024-03-25Move `--sysroot` argument out of the argument file to fix miri issueGuillaume Gomez-3/+6
2024-03-25Rollup merge of #122982 - Zalathar:bootstrap-coverage-docs, r=onur-ozkanMatthias Krüger-16/+49
2024-03-25Auto merge of #122951 - Nilstrieb:nodejs20, r=Kobzolbors-1/+1
2024-03-25Add more comments to the bootstrap code that handles `tests/coverage`Zalathar-16/+49
2024-03-24Auto merge of #122658 - cuviper:gccjit-archive, r=Mark-Simulacrumbors-7/+11
2024-03-24Rollup merge of #122962 - jieyouxu:stamp-rmake-support-lib, r=onur-ozkanMatthias Krüger-0/+2
2024-03-24Rollup merge of #122737 - ytmimi:conditionally_ignore_fatal_diagnostic, r=dav...Matthias Krüger-1/+2
2024-03-24Rename `{enter,exit}_lint_attrs` to `check_attributes{,_post}`Alex Macleod-11/+11
2024-03-23Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubileeJubilee-4/+4
2024-03-24Rollup merge of #122840 - GuillaumeGomez:rustdoc-test-too-many-args, r=notrid...Matthias Krüger-79/+190
2024-03-23Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlinbors-1/+1
2024-03-23Track run-make-support lib in common inputs stamp许杰友 Jieyou Xu (Joe)-0/+2
2024-03-23Add `Rustdoc` into `run-make-support`Guillaume Gomez-4/+37
2024-03-23Auto merge of #122952 - RalfJung:miri, r=RalfJungbors-120/+376
2024-03-23move assert_unsafe_preconditions to its own fileRalf Jung-1/+1
2024-03-23Update upload-artifact to v4Nilstrieb-1/+1
2024-03-23Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgrbors-96/+96
2024-03-23Auto merge of #3385 - Zoxc:read-types, r=RalfJungbors-89/+202
2024-03-23Report retags as distinct from real memory accesses for data racesJohn Kåre Alsaker-89/+202
2024-03-23Rename `RustdocTestOptions` into `IndividualTestOptions`Guillaume Gomez-4/+4
2024-03-23Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obkMatthias Krüger-96/+96
2024-03-23Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obkbors-0/+78
2024-03-23Put temporary directory into one common functionGuillaume Gomez-9/+7
2024-03-23Prevent cloning more than necessary `RustdocOptions` fieldsGuillaume Gomez-48/+77
2024-03-23`rustdoc --test`: Prevent reaching the maximum size of command-line by using ...Guillaume Gomez-31/+82
2024-03-23add support for missing SIMD float intrinsicsRalf Jung-7/+55
2024-03-23fmtThe Miri Cronjob Bot-4/+2
2024-03-23Merge from rustcThe Miri Cronjob Bot-140/+176
2024-03-23Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-23Auto merge of #122911 - Nilstrieb:live-love-patch, r=clubby789bors-8/+19
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-14/+68
2024-03-22Delete dead fields of deserialized cargo outputArthur Carcano-12/+3
2024-03-22Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgrbors-6/+7
2024-03-22Fix nix patching for LLVM 18Nilstrieb-8/+19
2024-03-22Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnrbors-112/+80
2024-03-22Rename `hir::Node::Local` into `hir::Node::LetStmt`Guillaume Gomez-40/+40
2024-03-22Rename `hir::Local` into `hir::LetStmt`Guillaume Gomez-66/+66
2024-03-22Rollup merge of #122839 - compiler-errors:predicate-polarity, r=lcnrMatthias Krüger-6/+6
2024-03-22Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmeaseMatthias Krüger-0/+1
2024-03-22Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelixbors-0/+2
2024-03-22tests/ui: Add a directory for warnings, add a testMichael Baikov-1/+1
2024-03-22Fix clippyMichael Goulet-6/+6
2024-03-22And the tools tooMichael Goulet-71/+44
2024-03-22Make RawPtr take Ty and Mutbl separatelyMichael Goulet-2/+2
2024-03-22Programmatically convert some of the pat ctorsMichael Goulet-34/+32
2024-03-22Eagerly convert some ctors to use their specialized ctorsMichael Goulet-7/+4