summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-11-09Auto merge of #11596 - blyxyas:fix-fp-needless_pass_by_ref_mut, r=Jarchobors-140/+72
2023-10-20[beta-1.74] Update cargoWeihang Lo-0/+0
2023-10-11[beta-1.74] Update cargoWeihang Lo-0/+0
2023-09-30Auto merge of #116254 - WaffleLapkin:nicen-traversal, r=cjgillotbors-13/+19
2023-09-30Auto merge of #116280 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-09-30Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubileebors-3/+56
2023-09-30Update cargoWeihang Lo-0/+0
2023-09-30Auto merge of #115368 - loongarch-rs:none-tier2, r=pietroalbinibors-0/+2
2023-09-29Rollup merge of #116263 - ferrocene:pa-more-bare-metal-fixes, r=oli-obkMatthias Krüger-0/+11
2023-09-29add needs-relocation-model-pic to compiletestPietro Albini-0/+11
2023-09-29Rollup merge of #116245 - flip1995:clippy-backport, r=ManishearthMatthias Krüger-1/+1
2023-09-29Rollup merge of #116234 - RalfJung:miri, r=RalfJungMatthias Krüger-72/+228
2023-09-29Rollup merge of #116231 - DaniPopes:simpler-lint-array, r=NilstriebMatthias Krüger-2/+2
2023-09-28Reverse postorder instead of using reversed postorderMaybe Waffle-13/+19
2023-09-28Remove `rustc_lint_defs::lint_array`DaniPopes-2/+2
2023-09-28Move needless_raw_string_hashes to pedanticAlex Macleod-1/+1
2023-09-28Auto merge of #114882 - ChrisDenton:riddle-me, r=dtolnaybors-18/+15
2023-09-28Merge from rustcThe Miri Conjob Bot-4/+16
2023-09-28Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-09-27Auto merge of #109597 - cjgillot:gvn, r=oli-obkbors-4/+16
2023-09-27clippyRalf Jung-2/+2
2023-09-27Merge from rustcThe Miri Conjob Bot-2320/+4006
2023-09-27Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-09-27Auto merge of #116189 - weihanglo:update-cargo, r=weihanglobors-2/+2
2023-09-27Auto merge of #116163 - compiler-errors:lazyness, r=oli-obkbors-3/+3
2023-09-27Update cargoWeihang Lo-2/+2
2023-09-26Auto merge of #116144 - lcnr:subst-less, r=oli-obkbors-2/+2
2023-09-26Add tests for simd_shuffle{_generic}Oli Scherer-1/+20
2023-09-26Promote loongarch64-unknown-none* to Tier 2WANG Rui-0/+2
2023-09-26subst -> instantiatelcnr-2/+2
2023-09-26Auto merge of #116139 - flip1995:clippyup, r=Manishearthbors-2312/+3995
2023-09-26Don't store lazyness in DefKindMichael Goulet-3/+3
2023-09-25Auto merge of #3085 - RalfJung:test-norm, r=RalfJungbors-5/+33
2023-09-25Auto merge of #3083 - saethlin:gc-history, r=oli-obkbors-0/+27
2023-09-25fix normalization in backtrace-api testsRalf Jung-5/+33
2023-09-25Auto merge of #3008 - oli-obk:ui_test_progress_bars, r=RalfJungbors-64/+165
2023-09-25Explain single element vectorOli Scherer-0/+2
2023-09-25Document new env varOli Scherer-0/+2
2023-09-25Auto merge of #116029 - chenx97:mipsr6-update-crates, r=Mark-Simulacrumbors-1/+0
2023-09-25Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyupPhilipp Krones-2312/+3995
2023-09-25Auto merge of #116138 - RalfJung:miri, r=RalfJungbors-2069/+3199
2023-09-25remove some dead codeRalf Jung-51/+1
2023-09-25Auto merge of #3075 - eduardosm:x86-addcarry-subborrow, r=RalfJungbors-1789/+1948
2023-09-25Use `cfg` gates in x86 SSE and SSE2 testsEduardo Sánchez Muñoz-1752/+1762
2023-09-25Implement `llvm.x86.subborrow.32` and `llvm.x86.subborrow.64`Eduardo Sánchez Muñoz-0/+68
2023-09-25Fix the carry semantics of `_addcarry_u32` and `_addcarry_u64`Eduardo Sánchez Muñoz-8/+21
2023-09-25Implement `llvm.x86.addcarry.32` by refactoring `llvm.x86.addcarry.64` to mak...Eduardo Sánchez Muñoz-16/+45
2023-09-25Move `llvm.x86.*` implementations into `shims::x86`Eduardo Sánchez Muñoz-36/+75
2023-09-24GC the Stacked Borrows allocation historyBen Kimock-0/+27
2023-09-24tidy: remove io-lifetimes from the dependency listchenx97-1/+0