index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_borrowck
/
src
/
diagnostics
Age
Commit message (
Expand
)
Author
Lines
2025-01-06
point out unblamed constraints from `Copy`/`Sized` bounds in region errors
dianne
-0
/
+24
2025-01-06
make outlives constraints from generic arguments less boring
dianne
-2
/
+3
2025-01-06
remove the unused `ConstraintCategory::ClosureBounds`
dianne
-1
/
+0
2025-01-06
`best_blame_constraint`: avoid blaming assignments without user-provided types
dianne
-4
/
+4
2025-01-06
cleanup: remove `ExtraConstraintInfo`
dianne
-102
/
+63
2025-01-06
Remove CallKind::Deref hack from UseSpans
Michael Goulet
-9
/
+0
2025-01-06
Improve span when temporary receiver is dropped in edition 2024
Michael Goulet
-0
/
+34
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-2
/
+6
2025-01-01
move `find_assignments` to its only use site
Rémy Rakic
-2
/
+34
2025-01-01
Rollup merge of #134945 - compiler-errors:map-mutate-nits, r=estebank
Stuart Cook
-7
/
+10
2024-12-31
Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebank
Trevor Gross
-39
/
+118
2024-12-31
Fix span for IndexMut method call on HashMap/BTreeMap
Michael Goulet
-2
/
+2
2024-12-31
Use if-let in structured suggestion instead of Option::map
Michael Goulet
-6
/
+9
2024-12-31
Explain how to mutate a HashMap/BTreeMap with more nuance
Michael Goulet
-1
/
+1
2024-12-30
rename `diags` field
Rémy Rakic
-12
/
+12
2024-12-30
clean up `BorrowckDiags`
Rémy Rakic
-17
/
+6
2024-12-30
merge `diags` module into `diagnostics`
Rémy Rakic
-2
/
+136
2024-12-27
Fix typos
chloefeal
-1
/
+1
2024-12-18
introduce `LateParamRegionKind`
lcnr
-7
/
+7
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-14
/
+7
2024-12-17
Rollup merge of #134412 - lcnr:borrowck-cleanup-trivial, r=jackh726
Jacob Pratt
-11
/
+13
2024-12-17
Rollup merge of #134397 - Enselic:raw-mut, r=compiler-errors
Jacob Pratt
-10
/
+20
2024-12-17
small refactor to region error handling
lcnr
-11
/
+13
2024-12-16
rustc_borrowck: Suggest changing `&raw const` to `&raw mut` if applicable
Martin Nordholts
-4
/
+15
2024-12-16
rustc_borrowck: suggest_ampmut(): Inline unneeded local var
Martin Nordholts
-2
/
+1
2024-12-16
rustc_borrowck: suggest_ampmut(): Just rename some variables
Martin Nordholts
-6
/
+6
2024-12-16
Avoid wrapping a trivially defaultable type in `Option`
Oli Scherer
-6
/
+3
2024-12-13
rustc_borrowck: Convert suggest_ampmut() 4-tuple to struct for readability
Martin Nordholts
-13
/
+46
2024-12-13
rustc_borrowck: Stop suggesting the invalid syntax `&mut raw const`
Martin Nordholts
-0
/
+5
2024-12-13
rustc_borrowck: Make suggest_ampmut() return type match its use
Martin Nordholts
-9
/
+8
2024-12-09
Introduce `default_field_values` feature
Esteban Küber
-2
/
+6
2024-12-07
Mention type parameter in more cases and don't suggest ~const bound already t...
Esteban Küber
-3
/
+4
2024-11-25
`add_move_error_suggestions`: use a HIR visitor rather than `SourceMap`
dianne
-39
/
+118
2024-11-25
Refactor `where` predicates, and reserve for attributes support
Frank King
-11
/
+7
2024-11-19
Put `param_env` into `infcx`.
Nicholas Nethercote
-31
/
+34
2024-11-18
review
lcnr
-1
/
+3
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-7
/
+16
2024-11-17
`suggest_borrow_generic_arg`: instantiate clauses properly
dianne
-16
/
+10
2024-11-13
Suggest borrowing arguments in generic positions when trait bounds are satisfied
dianne
-159
/
+157
2024-11-13
Use a common subdiagnostic format for generic borrows
dianne
-5
/
+10
2024-11-13
Provide borrow-instead-of-move suggestions for calls of fn-like items from ot...
dianne
-39
/
+40
2024-11-09
Dont suggest use<APIT>
Michael Goulet
-26
/
+45
2024-11-05
Auto merge of #132580 - compiler-errors:globs, r=Noratrieb
bors
-5
/
+5
2024-11-04
Rollup merge of #131153 - VulnBandit:copy_impl_vuln, r=compiler-errors
Jubilee
-0
/
+17
2024-11-04
Remove `ToUniverseInfo` impl for `CanonicalQueryInput<CustomTypeOp>`.
Nicholas Nethercote
-9
/
+0
2024-11-04
Merge `UniverseInfo` and `UniverseInfoInner`.
Nicholas Nethercote
-25
/
+13
2024-11-04
Tidy up comments and some formatting.
Nicholas Nethercote
-38
/
+48
2024-11-04
ty::BrK -> ty::BoundRegionKind::K
Michael Goulet
-4
/
+4
2024-11-04
Remove BorrowKind glob, make names longer
Michael Goulet
-1
/
+1
2024-11-04
Reduce visibilities.
Nicholas Nethercote
-1
/
+1
[prev]
[next]