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_infer
/
src
/
infer
/
region_constraints
Age
Commit message (
Expand
)
Author
Lines
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-4
/
+2
2022-12-18
Make `#[debug_format]` an attribute in `newtype_index`
Nilstrieb
-2
/
+2
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-1
/
+1
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-1
/
+1
2022-10-28
Remove #![allow(rustc::potential_query_instability)] from rustc_infer
CastilloDel
-5
/
+6
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-1
/
+1
2022-09-21
Neither require nor imply lifetime bounds on opaque type for well formedness
Oli Scherer
-0
/
+10
2022-09-08
Make some functions pub(super)
Jack Huey
-14
/
+14
2022-09-08
Remove ReEmpty
Jack Huey
-1
/
+0
2022-08-09
don't normalize wf predicates
lcnr
-1
/
+1
2022-07-26
Use real opaque type instead of just saying impl Trait
Michael Goulet
-3
/
+2
2022-07-19
Use LocalDefId in OpaqueTypeKey
Michael Goulet
-2
/
+2
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-2
/
+2
2022-06-23
coallesce docs
Niko Matsakis
-65
/
+32
2022-06-23
rename IfEqBound to IfEq
Niko Matsakis
-3
/
+3
2022-06-23
remove VerifyBound::IfEq variant
Niko Matsakis
-31
/
+31
2022-06-15
implement (unused) matching solver
Niko Matsakis
-0
/
+47
2022-06-15
simply the IfEq bound -- we only ever use a region
Niko Matsakis
-2
/
+2
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-13
/
+13
2022-03-30
Addressed comments by @compiler-errors and @bjorn3
Yuri Astrakhan
-1
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-4
/
+4
2022-03-02
8 - Make more use of `let_chains`
Caio
-4
/
+2
2022-02-21
add comment
lcnr
-0
/
+1
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-39
/
+34
2022-02-14
Call the method fork instead of clone and add proper comments
Santiago Pastorino
-1
/
+1
2021-12-13
Remove `in_band_lifetimes` from `rustc_infer`
LegionMammal978
-2
/
+2
2021-09-28
More tracing instrumentation
Oli Scherer
-4
/
+2
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-15
Report nicer errors for HRTB NLL errors from queries
Matthew Jasper
-0
/
+5
2021-06-14
Use the now available implementation of `IntoIterator` for arrays
LeSeulArtichaut
-1
/
+1
2021-05-15
Add comments to opportunistic resolve functions
Jack Huey
-0
/
+4
2021-05-15
Missed a couple things
Jack Huey
-1
/
+1
2021-05-15
Revert to only using opportunistic_resolve_vars for existing places
Jack Huey
-2
/
+5
2021-05-14
Store Option<Region> as value for RegionVid
Jack Huey
-16
/
+36
2021-05-14
Make the UnifyValue for RegionVid ()
Jack Huey
-4
/
+3
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-40
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+1275