about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-07Consolidate test_next_upRoger Curley-119/+69
2025-08-07Consolidate is_sign_negative testsRoger Curley-52/+21
2025-08-07Consolidate is_positive testsRoger Curley-52/+21
2025-08-07Consolidate signum testsRoger Curley-24/+20
2025-08-07Consolidate abs testsRoger Curley-53/+9
2025-08-07Rollup merge of #145046 - ulrichstark:master, r=tgross35Trevor Gross-2/+2
2025-08-07Rollup merge of #145045 - Hywan:doc-library-iterator-by_ref, r=GuillaumeGomezTrevor Gross-1/+1
2025-08-07Rollup merge of #145018 - AlexanderPortland:rustc-public-hash, r=scottmcmTrevor Gross-33/+33
2025-08-07Rollup merge of #145007 - Kobzol:error-index, r=jieyouxuTrevor Gross-87/+124
2025-08-07Rollup merge of #144974 - tgross35:update-builtins, r=tgross35Trevor Gross-533/+464
2025-08-07Rollup merge of #144903 - Kivooeo:panic_handler-is-not-begin, r=m-ou-seTrevor Gross-24/+24
2025-08-07Rollup merge of #144900 - Kivooeo:unsigned_signed_diff-stabilize, r=dtolnayTrevor Gross-3/+2
2025-08-07Rollup merge of #144857 - scrabsha:push-pwtyrnmqkrtr, r=jdonszelmannTrevor Gross-23/+82
2025-08-07Rollup merge of #144705 - pmur:murp/aarch64-lse, r=AmanieuTrevor Gross-10/+93
2025-08-07only introduce a guard scope for arms with guardsdianne-23/+39
2025-08-07add a scope for `if let` guard temporaries and bindingsdianne-63/+84
2025-08-07Do not flatten derefs with ProjectionElem::Index.Camille Gillot-6/+15
2025-08-07Add test.Camille Gillot-0/+142
2025-08-07update enzyme submodule to handle llvm 21Manuel Drehwald-0/+1
2025-08-07Auto merge of #143807 - rperier:rustc_llvm_werror, r=cuviperbors-0/+10
2025-08-07add more tests for `if let` guard drop orderdianne-0/+89
2025-08-08Add note mentioning the event log to LinkExeStatusStackBufferOverrunGeorge Tokmaji-4/+12
2025-08-08Add diagnostic explaining STATUS_STACK_BUFFER_OVERRUN not only beingGeorge Tokmaji-0/+16
2025-08-07Add minimal `armv7a-vex-v5` supportLewis McClelland-9/+306
2025-08-07review commentEsteban Küber-39/+31
2025-08-07Do not provide field typo suggestions for tuples and tuple structsEsteban Küber-50/+14
2025-08-07Do not suggest pinning missing `.get_ref()`Esteban Küber-18/+14
2025-08-07Account for bare tuples in field searching logicEsteban Küber-22/+174
2025-08-07Use `tcx.short_string()` in more diagnosticsEsteban Küber-339/+397
2025-08-07Enable f16 and f128 on targets that were fixed in LLVM21Trevor Gross-11/+13
2025-08-07Readd myself to review queuejackh726-0/+1
2025-08-07Add regression test for `saturating_sub` bounds check issueokaneco-0/+19
2025-08-07Pass -Werror when building the LLVM wrapperRomain Perier-0/+10
2025-08-07Auto merge of #145056 - flip1995:clippy-subtree-update, r=Manishearthbors-1031/+2807
2025-08-07derive hash for placeholder automaticallyAlexanderPortland-11/+1
2025-08-08Clean up some resolved test regressions of const trait removals in stdShoyu Vanilla-14/+6
2025-08-07Add a missing UpcastFrom impl in rustc_type_irFlorian Diebold-32/+17
2025-08-07Update Cargo.lockPhilipp Krones-5/+5
2025-08-07Merge commit '334fb906aef13d20050987b13448f37391bb97a2' into clippy-subtree-u...Philipp Krones-1026/+2802
2025-08-07Rustup (#15431)Philipp Krones-140/+160
2025-08-07Bump Clippy version -> 0.1.91Philipp Krones-5/+5
2025-08-07Bump nightly version -> 2025-08-07Philipp Krones-2/+2
2025-08-07Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1039/+2817
2025-08-07Move metadata symbol export from exported_non_generic_symbols to exported_sym...bjorn3-38/+12
2025-08-07Introduce, implement and use CmResolver.LorrensP-2158466-189/+337
2025-08-07Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalatharbors-1063/+2273
2025-08-07Port `#[allow_internal_unsafe]` to the new attribute systemSasha Pourcelot-23/+82
2025-08-07Prevent name collisions with internal implementation detailsbjorn3-75/+11
2025-08-07add multiple known-bugs for the linked-list cursor-like pattern of 46859/48001Rémy Rakic-0/+186
2025-08-07add filtering lending iterator known-bugRémy Rakic-0/+70