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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-4
/
+4
2023-04-01
Use `FieldIdx` in various things related to aggregates
Scott McMurray
-1
/
+1
2023-03-30
Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se
bors
-1
/
+1
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-1
/
+1
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-3
/
+4
2023-03-23
Auto merge of #108861 - b-naber:eager-nll-type-relating, r=lcnr
bors
-14
/
+4
2023-03-22
assertion for only collection nll region variable information for debug in no...
b-naber
-14
/
+4
2023-03-17
Remove VecMap
Michael Goulet
-2
/
+1
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-03-09
Introduce a no-op PlaceMention statement for `let _ =`.
Camille GILLOT
-0
/
+2
2023-03-08
Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko
Matthias Krüger
-10
/
+0
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-10
/
+0
2023-03-07
Auto merge of #108735 - clubby789:borrowck-unstable, r=Nilstrieb
bors
-11
/
+10
2023-03-05
Remove `allow(potential_query_instability)` from `borrowck`
clubby789
-11
/
+10
2023-03-03
use helper function for error reporting
Giacomo Pasini
-17
/
+3
2023-03-03
Desugars drop and replace at MIR build
Giacomo Pasini
-8
/
+17
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
[next]