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
Age
Commit message (
Expand
)
Author
Lines
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-12
Make BorrowSet/BorrowData fields accessible via public getters
Will Crichton
-10
/
+56
2024-12-11
Make some types and methods related to Polonius + Miri public.
Will Crichton
-14
/
+14
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-23
/
+23
2024-12-10
Rename `EntrySets` as `EntryStates`.
Nicholas Nethercote
-6
/
+6
2024-12-10
Call all `Domain` values `state`.
Nicholas Nethercote
-15
/
+15
2024-12-10
Remove lifetimes from `BorrowckDomain`.
Nicholas Nethercote
-34
/
+30
2024-12-09
Introduce `default_field_values` feature
Esteban Küber
-2
/
+6
2024-12-09
Auto merge of #133891 - nnethercote:MixedBitSet, r=Mark-Simulacrum
bors
-2
/
+2
2024-12-07
Mention type parameter in more cases and don't suggest ~const bound already t...
Esteban Küber
-3
/
+4
2024-12-05
Change `ChunkedBitSet<MovePathIndex>`s to `MixedBitSet`.
Nicholas Nethercote
-2
/
+2
2024-12-04
add assert
lcnr
-0
/
+7
2024-12-04
remove unnecessary `eval_verify_bound`
lcnr
-18
/
+1
2024-12-04
Rollup merge of #133798 - lcnr:nested-bodies-opaques, r=compiler-errors
Matthias Krüger
-43
/
+8
2024-12-03
Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu
Matthias Krüger
-6
/
+4
2024-12-03
small code cleanup
lcnr
-10
/
+7
2024-12-03
closure requirements: don't replace bivariant opaque args
lcnr
-30
/
+0
2024-12-03
update instrumentation
lcnr
-3
/
+1
2024-11-28
Replace `Symbol::intern` calls with preinterned symbols
clubby789
-6
/
+4
2024-11-28
uplift fold_regions to rustc_type_ir
lcnr
-13
/
+19
2024-11-27
Structurally resolve before applying projection in borrowck
Michael Goulet
-2
/
+40
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-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-0
/
+5
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-1
/
+2
2024-11-19
Pass `flow_inits` by value.
Nicholas Nethercote
-11
/
+7
2024-11-19
Put `param_env` into `infcx`.
Nicholas Nethercote
-81
/
+72
2024-11-19
Pass `constraints` to `RegionInferenceContext::new`.
Nicholas Nethercote
-37
/
+25
2024-11-19
Don't refcount `PlaceholderIndices`.
Nicholas Nethercote
-5
/
+3
2024-11-19
Inline and remove `TypeVerifier::new`.
Nicholas Nethercote
-8
/
+1
2024-11-19
Compute `upvars` lazily.
Nicholas Nethercote
-7
/
+3
2024-11-19
Clean up `UniversalRegions`.
Nicholas Nethercote
-60
/
+46
2024-11-19
Make `TypeChecker::region_bound_pairs` owned.
Nicholas Nethercote
-4
/
+4
2024-11-19
Make `TypeChecker::known_type_outlives_obligations` owned.
Nicholas Nethercote
-9
/
+7
2024-11-19
Don't pass `universal_regions` unnecessarily.
Nicholas Nethercote
-6
/
+5
2024-11-18
review
lcnr
-1
/
+3
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-8
/
+19
2024-11-17
Rollup merge of #133130 - dianne:fix-133118, r=compiler-errors
Jacob Pratt
-16
/
+10
2024-11-17
`suggest_borrow_generic_arg`: instantiate clauses properly
dianne
-16
/
+10
2024-11-16
Rollup merge of #132134 - nnethercote:rm-ResultsVisitable, r=cjgillot
Matthias Krüger
-80
/
+173
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-08
Get rid of check_opaque_type_well_formed
Michael Goulet
-89
/
+1
2024-11-05
Auto merge of #132580 - compiler-errors:globs, r=Noratrieb
bors
-23
/
+20
2024-11-04
Rollup merge of #131153 - VulnBandit:copy_impl_vuln, r=compiler-errors
Jubilee
-0
/
+17
2024-11-05
Remove `ResultsVisitable`.
Nicholas Nethercote
-10
/
+6
[prev]
[next]