about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
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-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-23rename MIR int2ptr casts to match library nameRalf Jung-1/+1
2024-03-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-30/+30
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-114/+150
2024-03-23Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-2/+65
2024-03-22Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgrbors-6/+7
2024-03-22Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnrbors-106/+76
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-22Programmatically convert some of the pat ctorsMichael Goulet-30/+30
2024-03-22Eagerly convert some ctors to use their specialized ctorsMichael Goulet-7/+4
2024-03-22Merge from rustcRalf Jung-1179/+4433
2024-03-22Preparing for merge from rustcRalf Jung-1/+1
2024-03-22Codegen const panic messages as function callsMark Rousskov-2/+10
2024-03-22Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgrbors-17/+70
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-17/+70
2024-03-22Update (doc) commentsLeón Orell Valerian Liehr-8/+8
2024-03-22Rename AstConv to HIR ty loweringLeón Orell Valerian Liehr-17/+17
2024-03-21rustdoc-search: compressed bitmap to sort, then load descMichael Howell-5/+0
2024-03-22Rollup merge of #122845 - flip1995:clippy-subtree-update, r=matthiaskrgrMatthias Krüger-1047/+4182
2024-03-22Rollup merge of #122838 - workingjubilee:less-catholic-blessings-to-prevent-i...Matthias Krüger-2/+3
2024-03-21Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...Philipp Krones-1047/+4182
2024-03-21Avoid noop rewrite of issues.txtJubilee Young-2/+3
2024-03-21Allow `llvm.x86.sse2.pause` instrinsic to be called without SSE2Eduardo Sánchez Muñoz-6/+43
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-6/+16
2024-03-21Rollup merge of #122799 - estebank:issue-122569, r=fee1-deadMatthias Krüger-1/+3
2024-03-21Rollup merge of #122696 - royb3:riscv32ima, r=petrochenkovMatthias Krüger-0/+1
2024-03-21Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obkbors-5/+5
2024-03-20Add a testBen Kimock-0/+2
2024-03-20Rollup merge of #122786 - Enselic:remove_and_create_dir_all, r=onur-ozkanJacob Pratt-15/+12
2024-03-20Rollup merge of #122776 - GuillaumeGomez:rename-hir-let, r=oli-obkJacob Pratt-11/+11
2024-03-21Replace closures with `_` when suggesting fully qualified path for method callEsteban Küber-1/+3
2024-03-20compiletest: Introduce remove_and_create_dir_all() helperMartin Nordholts-15/+12
2024-03-20compiletest: mir_dump_dir.as_path() -> &mir_dump_dirMartin Nordholts-1/+1
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-5/+5
2024-03-20When comparing SVG tests against their blessed version, ignore the first lineEsteban Küber-5/+14
2024-03-20Update target.rs alloc.rs event.rs simd.rsRoboSchmied-4/+4
2024-03-20Make tidy error code parsing robust against commentsOli Scherer-13/+30