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
/
region_infer
Age
Commit message (
Expand
)
Author
Lines
2022-03-01
compiler: fix some typos
cuishuang
-1
/
+1
2022-02-23
Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.
Eduard-Mihai Burtescu
-1
/
+2
2022-02-19
Adopt let else in more places
est31
-7
/
+5
2022-02-17
Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"
Oli Scherer
-18
/
+0
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-1
/
+1
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-4
/
+4
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-02-12
Bless nll tests.
Camille GILLOT
-0
/
+18
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-38
/
+20
2022-02-11
Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk"
Oli Scherer
-3
/
+1
2022-02-08
Improve opaque type higher-ranked region error message under NLL
Aaron Hill
-1
/
+3
2022-02-02
Avoid an ICE in the presence of HKL
Oli Scherer
-0
/
+4
2022-02-02
Reduce follow-up errors that are not helpful
Oli Scherer
-3
/
+9
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-22
/
+30
2022-01-19
Remove ordering traits from `rustc_borrowck::constraints::OutlivesConstraint`
pierwill
-2
/
+2
2021-12-30
Use SparseIntervalMatrix instead of SparseBitMatrix
Mark Rousskov
-9
/
+11
2021-12-07
Store impl_trait_fn inside OpaqueTyOrigin.
Camille GILLOT
-1
/
+1
2021-11-24
Auto merge of #90491 - Mark-Simulacrum:push-pred-faster, r=matthewjasper
bors
-23
/
+5
2021-11-07
Rename functions reflect that inline const is also "typeck_child"
Gary Guo
-3
/
+2
2021-11-07
Implement type inference for inline consts
Gary Guo
-1
/
+2
2021-11-06
use matches!() macro in more places
Matthias Krüger
-7
/
+7
2021-11-03
Optimize live point computation
Mark Rousskov
-23
/
+5
2021-10-15
simplify constrain_opaque_types
Niko Matsakis
-0
/
+10
2021-10-07
Add check that region is live in sanitize_promoted
Noble-Mushtak
-10
/
+12
2021-10-03
Replace Fn impls with RPIT impls in rustc_index
bjorn3
-1
/
+1
2021-09-30
Rollup merge of #89327 - oli-obk:nll_diag_infer_vars, r=wesleywiser
Manish Goregaokar
-1
/
+16
2021-09-28
Pick one possible lifetime in case there are multiple choices
Oli Scherer
-1
/
+16
2021-09-28
More tracing instrumentation
Oli Scherer
-45
/
+26
2021-09-27
Remove `DefId` from `ConstraintCategory::Predicate`
Aaron Hill
-5
/
+11
2021-09-27
Improve cause information for NLL higher-ranked errors
Aaron Hill
-12
/
+36
2021-09-23
Check that TAIT generics are fully generic in mir typeck instead of wf-check,...
Oli Scherer
-3
/
+106
2021-09-15
Use explicit log level in tracing instrument macro
Tomasz Miąsko
-1
/
+1
2021-09-12
Auto merge of #88811 - jackh726:issue-88446, r=nikomatsakis
bors
-3
/
+3
2021-09-11
don't clone types that are Copy (clippy::clone_on_copy)
Matthias Krüger
-4
/
+4
2021-09-09
Use FxHashMap
jackh726
-3
/
+3
2021-09-07
Move rustc_mir::borrow_check to new crate rustc_borrowck.
Camille GILLOT
-0
/
+3168