about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-10-16Rollup merge of #116790 - klensy:opt-dist-tabled-no-derive, r=KobzolMatthias Krüger-1/+1
2023-10-16Normalize alloc-id in tests.Camille GILLOT-0/+29
2023-10-16Auto merge of #116550 - nnethercote:rustc-features-more, r=Nilstriebbors-8/+8
2023-10-16opt-dist: disable unused features for tabled crateklensy-1/+1
2023-10-16triagebot: re-enable merge commit checkRalf Jung-4/+3
2023-10-16Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.Nicholas Nethercote-8/+8
2023-10-15Auto merge of #3118 - eduardosm:intrinsics-x86-sse41, r=RalfJungbors-0/+581
2023-10-15Implement `llvm.x86.sse41.*` intrinsicsEduardo Sánchez Muñoz-0/+581
2023-10-15separate bounds-check from alignment checkRalf Jung-24/+13
2023-10-15more precise error for 'based on misaligned pointer' caseRalf Jung-50/+55
2023-10-15place evaluation: require the original pointer to be aligned if an access hap...Ralf Jung-8/+55
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-220/+264
2023-10-14Auto merge of #116742 - GuillaumeGomez:rollup-xjxs0mr, r=GuillaumeGomezbors-2/+13
2023-10-14Rollup merge of #116576 - eduardosm:const-eval-wasm-target-features, r=RalfJungGuillaume Gomez-2/+13
2023-10-14Auto merge of #116352 - Kobzol:rustc-driver-bolt, r=Mark-Simulacrumbors-44/+95
2023-10-14const-eval: allow calling functions with targat features disabled at compile ...Eduardo Sánchez Muñoz-2/+13
2023-10-14Auto merge of #115822 - compiler-errors:stabilize-rpitit, r=jackh726bors-24/+21
2023-10-14Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkanbors-11/+8
2023-10-14Merge from rustcThe Miri Conjob Bot-18/+4
2023-10-14Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-10-14Auto merge of #115524 - RalfJung:misalign, r=wesleywiserbors-16/+2
2023-10-13Stabilize AFIT and RPITITMichael Goulet-24/+21
2023-10-13Clean up unchecked_math, separate out unchecked_shiftsltdk-2/+2
2023-10-13doc comment for Provenance::WildcardRalf Jung-0/+18
2023-10-13add some comments and some cleanup around Miri intptrcastRalf Jung-25/+30
2023-10-12Rollup merge of #116625 - nnethercote:rustc_hir_pretty, r=fee1-deadMatthias Krüger-2/+2
2023-10-12Fix identation of a `rustfmt::skip`ed statementEduardo Sánchez Muñoz-6/+6
2023-10-12Remove from miri LLVM intrinsics that are no longer neededEduardo Sánchez Muñoz-220/+1
2023-10-12fmtRalf Jung-6/+6
2023-10-12Merge from rustcRalf Jung-56/+589
2023-10-12Preparing for merge from rustcRalf Jung-1/+1
2023-10-11Pass BOLT settings at the correct stepJakub Beránek-3/+7
2023-10-11Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmeasebors-1/+9
2023-10-10update cargoWeihang Lo-0/+0
2023-10-10Update license for notifybjorn3-1/+1
2023-10-10Update status for the backtrace and stdarch exceptionsbjorn3-2/+2
2023-10-10Disable tidy license checker for cg_gcc until it's deps are vendoredbjorn3-10/+4
2023-10-10Ensure tidy never updates Cargo.lockbjorn3-2/+3
2023-10-10Check more workspacesbjorn3-0/+23
2023-10-10Give an error instead of a panic if the lockfile is missingbjorn3-0/+10
2023-10-10Clarify some license exceptionsbjorn3-13/+10
2023-10-10Check for external package sources in all workspacesbjorn3-26/+38
2023-10-10Run licence checks for cg_gcc and rust-analyzerbjorn3-1/+28
2023-10-10Make it easier to check licenses for new workspacesbjorn3-52/+60
2023-10-10Check permitted dependencies for rustc-mainbjorn3-1/+2
2023-10-10Split out check_runtime_license_exceptionsbjorn3-19/+48
2023-10-10Auto merge of #116551 - RalfJung:nondet-nan, r=oli-obkbors-20/+480
2023-10-10avoid confusing loop in catch_panic testRalf Jung-5/+6
2023-10-10Rejig some top-level `rustc_hir_pretty` functions.Nicholas Nethercote-2/+2
2023-10-09Auto merge of #116497 - compiler-errors:impl-span, r=cjgillotbors-1/+1