about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-04Do not visit whole crate to compute `lints_that_dont_need_to_run`.Camille GILLOT-95/+79
2025-04-04Auto merge of #139287 - compiler-errors:folder-experiment-1, r=lqdbors-11/+42
2025-04-04Auto merge of #120706 - Bryanskiy:leak, r=lcnrbors-85/+829
2025-04-03Auto merge of #139336 - matthiaskrgr:rollup-zsi8pgf, r=matthiaskrgrbors-598/+806
2025-04-03Rollup merge of #139312 - marcoieni:marco-mailmap, r=KobzolMatthias Krüger-0/+1
2025-04-03Rollup merge of #139303 - Noratrieb:Noratrieb-patch-3, r=NoratriebMatthias Krüger-0/+1
2025-04-03Rollup merge of #139270 - RossSmyth:mailmap, r=NoratriebMatthias Krüger-1/+4
2025-04-03Rollup merge of #139255 - GuillaumeGomez:unused-var-merged-doctest, r=fmeaseMatthias Krüger-1/+0
2025-04-03Rollup merge of #139068 - a1phyr:less_uninit, r=joboetMatthias Krüger-2/+4
2025-04-03Rollup merge of #138767 - clubby789:check-cfg-bool, r=UrgauMatthias Krüger-24/+31
2025-04-03Rollup merge of #138610 - oli-obk:no-sort-hir-ids, r=compiler-errorsMatthias Krüger-240/+295
2025-04-03Rollup merge of #138462 - ShE3py:mut-borrow-in-loop, r=oli-obkMatthias Krüger-17/+0
2025-04-03Rollup merge of #138017 - nnethercote:tighten-assignment-op, r=spastorinoMatthias Krüger-313/+470
2025-04-03Auto merge of #132527 - DianQK:gvn-stmt-iter, r=oli-obkbors-573/+566
2025-04-03Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgrbors-506/+737
2025-04-03Invalid dereferences for all non-local mutationsdianqk-36/+75
2025-04-03Only preserving derefs for trivial terminators like SwitchInt and Gotodianqk-2/+8
2025-04-03Remove `unsound-mir-opts` for `simplify_aggregate_to_copy`dianqk-71/+65
2025-04-03Auto merge of #139137 - petrochenkov:errwhere2, r=jieyouxubors-533/+681
2025-04-03Initial support for auto traits with default boundsBryanskiy-85/+829
2025-04-03add Marco Ieni to mailmapMarcoIeni-0/+1
2025-04-03Allow boolean literals in `check-cfg`clubby789-24/+31
2025-04-03impl !PartialOrd for HirIdOli Scherer-32/+44
2025-04-03impl !PartialOrd for UpvarMigrationInfoOli Scherer-3/+8
2025-04-03Upvars HirIds always have the same owner, thus just use an ItemLocalIdOli Scherer-3/+7
2025-04-03Remove `LintExpectationId` from `Level` variantsOli Scherer-122/+123
2025-04-03Make LevelAndSource a structOli Scherer-86/+105
2025-04-03Split ExpectationLintId off LevelOli Scherer-34/+48
2025-04-03Auto merge of #137738 - Daniel-Aaron-Bloom:const_slice_make_iter, r=dtolnaybors-176/+185
2025-04-03Fix up tests on wasm and msvc, and rebase conflictsVadim Petrochenkov-13/+35
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-530/+656
2025-04-03Rollup merge of #139294 - beetrees:fix-f16-f128-literal-feature-gate, r=fmeaseMatthias Krüger-22/+66
2025-04-03Rollup merge of #139283 - BoxyUwU:rdg-push, r=jieyouxuMatthias Krüger-410/+543
2025-04-03Rollup merge of #139282 - lolbinarycat:rustdoc-settings-checkbox-noshrink, r=...Matthias Krüger-0/+3
2025-04-03Rollup merge of #139273 - tgross35:cell-update-changes, r=jhprattMatthias Krüger-13/+6
2025-04-03Rollup merge of #139149 - mejrs:itaf, r=ehussMatthias Krüger-0/+22
2025-04-03Rollup merge of #139145 - okaneco:safe_splits, r=AmanieuMatthias Krüger-60/+58
2025-04-03Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscrossMatthias Krüger-1/+39
2025-04-03Auto merge of #139250 - dianqk:llvm-20.1.2, r=cuviperbors-0/+0
2025-04-03Auto merge of #139234 - compiler-errors:query-tweak, r=oli-obkbors-11/+8
2025-04-03Fix the `f16`/`f128` feature gate on integer literalsbeetrees-22/+66
2025-04-02Monomorphize region resolverMichael Goulet-11/+42
2025-04-03Tighten up assignment operator representations.Nicholas Nethercote-236/+388
2025-04-03Use `BinOpKind` instead of `BinOp` for function args where possible.Nicholas Nethercote-78/+77
2025-04-03Remove `Op` type.Nicholas Nethercote-40/+46
2025-04-02Mark super_let feature as incomplete.Mara Bos-1/+1
2025-04-02rustdoc: make settings checkboxes always squarebinarycat-0/+3
2025-04-02Map myselfRoss Smyth-1/+4
2025-04-02Auto merge of #139269 - matthiaskrgr:rollup-pk78gig, r=matthiaskrgrbors-262/+475
2025-04-02Apply requested API changes to `cell_update`Trevor Gross-13/+6