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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_borrowck
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-26
Access upvars through a query.
Camille GILLOT
-5
/
+5
2023-02-23
Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obk
Matthias Krüger
-0
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+4
2023-02-21
address review
b-naber
-2
/
+2
2023-02-21
Associated type bounds in some places in the compiler
Michael Goulet
-0
/
+1
2023-02-19
add some cfgs back
b-naber
-23
/
+33
2023-02-19
remove cfgs
b-naber
-21
/
+0
2023-02-19
some conditional imports
b-naber
-0
/
+1
2023-02-19
collect region contexts during mir renumbering
b-naber
-14
/
+76
2023-02-19
add BorrowckInferCtxt
b-naber
-1
/
+29
2023-02-02
Put a DefId in AggregateKind.
Camille GILLOT
-0
/
+1
2023-01-23
During MirBorrowck, ignore ConstEvalCounter
Bryan Garza
-3
/
+3
2023-01-23
Revert "Move CtfeLimit to mir_const's set of passes"
Bryan Garza
-2
/
+2
2023-01-23
Move CtfeLimit to mir_const's set of passes
Bryan Garza
-2
/
+2
2023-01-23
Create stable metric to measure long computation in Const Eval
Bryan Garza
-1
/
+2
2023-01-21
Auto merge of #106976 - tmiasko:borrowck-lazy-dominators, r=cjgillot
bors
-6
/
+10
2023-01-17
Lazy dominator tree construction in borrowck
Tomasz Miąsko
-6
/
+10
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-04
Merge borrowck permission checks
Giacomo Pasini
-37
/
+11
2023-01-01
Merge multiple mutable borrows of immutable binding errors
Esteban Küber
-0
/
+24
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-4
/
+1
2022-12-19
clippy::complexity fixes
Matthias Krüger
-6
/
+1
2022-12-09
Remove unneeded field from `SwitchTargets`
Jakob Degen
-1
/
+1
2022-12-06
`rustc_borrowck`: remove `ref` patterns
Maybe Waffle
-34
/
+35
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-11-18
require an `ErrorGuaranteed` to taint infcx with errors
Boxy
-1
/
+1
2022-11-18
rename `is_tainted_by_errors`
Boxy
-3
/
+7
2022-11-18
`InferCtxt::is_tainted_by_errors` returns `ErrorGuaranteed`
Boxy
-1
/
+1
2022-11-18
dont unchecked create `ErrorGuaranteed` in `BorrowckErrors`
Boxy
-10
/
+12
2022-11-08
Add support for custom MIR parsing
Jakob Degen
-0
/
+14
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-8
/
+5
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-3
/
+3
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
2022-09-20
Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank
bors
-0
/
+2
2022-09-16
Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...
Oli Scherer
-0
/
+2
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-06
Check all operands, they may contain indirections in their place
Oli Scherer
-2
/
+1
2022-09-06
Generalize the Assume intrinsic statement to a general Intrinsic statement
Oli Scherer
-8
/
+6
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-8
/
+11
2022-08-30
Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum
bors
-0
/
+1
2022-08-29
Revert let_chains stabilization
Nilstrieb
-0
/
+1
2022-08-29
Various changes to logging of borrowck-related code
Jack Huey
-6
/
+2
2022-08-26
diag-mig
AndyJado
-12
/
+6
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
2022-07-30
Use LocalDefId for closures more
Cameron Steffen
-2
/
+2
2022-07-29
Auto merge of #99667 - ouz-a:some_branch, r=oli-obk
bors
-1
/
+1
2022-07-24
optimize un_derefer
ouz-a
-1
/
+1
2022-07-20
Auto merge of #99506 - Dylan-DPC:rollup-q3msucx, r=Dylan-DPC
bors
-6
/
+9
2022-07-20
take opaq types
ouz-a
-6
/
+9
[next]