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
/
borrow_set.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-04
Reduce visibilities.
Nicholas Nethercote
-13
/
+13
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+8
2024-06-05
Remove confusing `use_polonius` flag and do less cloning
Amanda Stjerna
-1
/
+1
2024-04-30
Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead
Matthias Krüger
-0
/
+1
2024-04-29
Rollup merge of #124185 - beepster4096:move_data_base_local_infallible, r=pnk...
Matthias Krüger
-3
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-20
Add a non-shallow fake borrow
Nadrieril
-1
/
+2
2024-04-19
remove optionality from MoveData::base_local
beepster4096
-3
/
+1
2024-04-03
rustc_index: Add a `ZERO` constant to index types
Vadim Petrochenkov
-1
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-11-08
rename `BorrowKind::Shallow` to `Fake`
lcnr
-1
/
+1
2023-06-20
address most easy comments
Ziru Niu
-1
/
+4
2023-06-20
merge `BorrowKind::Unique` into `BorrowKind::Mut`
Ziru Niu
-1
/
+1
2023-05-23
Allow consumers to retrieve borrowck output
Jonáš Fiala
-2
/
+2
2023-04-13
Remove `ToRegionVid`.
Nicholas Nethercote
-3
/
+2
2023-03-05
Remove `allow(potential_query_instability)` from `borrowck`
clubby789
-6
/
+6
2022-12-06
`rustc_borrowck`: remove `ref` patterns
Maybe Waffle
-4
/
+4
2022-11-09
lint auto pass
AndyJado
-0
/
+2
2022-07-01
cleanup mir visitor for `rustc::pass_by_value`
lcnr
-4
/
+4
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-6
/
+6
2022-04-20
Remove mutable_borrow_reservation_conflict lint
Jack Huey
-4
/
+0
2021-12-15
Remove in_band_lifetimes from borrowck
Dániel Buga
-1
/
+1
2021-10-25
Add BorrowSet to public api
Xavier Denis
-13
/
+13
2021-10-16
Adopt let_else across the compiler
est31
-3
/
+1
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-1
/
+1
2021-09-07
Move rustc_mir::borrow_check to new crate rustc_borrowck.
Camille GILLOT
-0
/
+351