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
2024-11-08
Get rid of check_opaque_type_well_formed
Michael Goulet
-89
/
+1
2024-11-04
Remove unnecessary qualifiers.
Nicholas Nethercote
-3
/
+3
2024-11-04
Tidy up comments and some formatting.
Nicholas Nethercote
-6
/
+8
2024-11-04
Reduce visibilities.
Nicholas Nethercote
-4
/
+6
2024-10-31
Encode cross-crate opaque type origin
Michael Goulet
-1
/
+1
2024-10-29
TypingMode :thinking:
lcnr
-6
/
+8
2024-10-28
fix clippy::clone_on_ref_ptr for compiler
klensy
-2
/
+2
2024-10-24
Plumb through param_env to note_type_err
Michael Goulet
-0
/
+1
2024-10-07
Rollup merge of #131225 - nnethercote:rustc_borrowck-mm, r=lqd
Jubilee
-10
/
+13
2024-10-04
rm `ItemKind::OpaqueTy`
Noah Lev
-2
/
+2
2024-10-04
Avoid `&Rc<T>` arguments.
Nicholas Nethercote
-7
/
+8
2024-10-04
Use `Box` instead of `Rc` for `polonius_output`.
Nicholas Nethercote
-3
/
+5
2024-10-02
Move in_trait into OpaqueTyOrigin
Michael Goulet
-2
/
+2
2024-10-02
Use named fields for OpaqueTyOrigin
Michael Goulet
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-9
/
+9
2024-09-11
Also fix if in else
Michael Goulet
-8
/
+4
2024-08-31
Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu
Matthias Krüger
-0
/
+3
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`.
Nicholas Nethercote
-0
/
+3
2024-08-30
refactor NLL MIR dump entry point
Rémy Rakic
-1
/
+1
2024-08-16
Add `warn(unreachable_pub)` to `rustc_borrowck`.
Nicholas Nethercote
-10
/
+10
2024-08-06
Don't arbitrarily choose one upper bound for hidden captured region
Michael Goulet
-15
/
+20
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-35
/
+35
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-1
/
+1
2024-07-08
Move trait selection error reporting to its own top-level module
Michael Goulet
-1
/
+1
2024-07-03
Auto merge of #123720 - amandasystems:dyn-enable-refactor, r=nikomatsakis
bors
-72
/
+29
2024-07-01
Code review: rename the method `min_universe()`
Amanda Stjerna
-7
/
+9
2024-07-01
Handle universe leaks by rewriting the constraint graph
Amanda Stjerna
-67
/
+22
2024-06-26
Automatically taint InferCtxt when errors are emitted
Oli Scherer
-4
/
+9
2024-06-24
Auto merge of #126023 - amandasystems:you-dropped-this-again, r=nikomatsakis
bors
-5
/
+3
2024-06-21
Rename a bunch of things
Michael Goulet
-1
/
+1
2024-06-12
Address code review comments on the comments
Amanda Stjerna
-29
/
+29
2024-06-12
Move `RegionTracker` to `region_infer`
Amanda Stjerna
-1
/
+92
2024-06-12
Resurrect some comments, remove a `pub`
Amanda Stjerna
-1
/
+42
2024-06-12
Roll back a few `#[instrument]`
Amanda Stjerna
-15
/
+12
2024-06-12
Simplify path compression logic
Amanda Stjerna
-0
/
+2
2024-06-12
Extend SCC construction to enable extra functionality
Amanda Stjerna
-196
/
+69
2024-06-06
Uplift TypeRelation and Relate
Michael Goulet
-1
/
+1
2024-06-05
Remove confusing `use_polonius` flag and do less cloning
Amanda Stjerna
-5
/
+3
2024-06-03
Opt-in diagnostics reporting to avoid doing extra work in the new solver
Michael Goulet
-1
/
+1
2024-05-20
Uplift RegionVid
Michael Goulet
-5
/
+5
2024-05-11
Consolidate obligation cause codes for where clauses
Michael Goulet
-4
/
+1
2024-05-10
Name tweaks
Michael Goulet
-1
/
+4
2024-05-10
More rename fallout
Michael Goulet
-1
/
+1
2024-05-10
Rename some ObligationCauseCode variants
Michael Goulet
-5
/
+2
2024-05-09
Rollup merge of #124924 - goofylfg:master, r=est31
Matthias Krüger
-1
/
+1
2024-05-09
Rollup merge of #124893 - xldenis:public-region-apis, r=lcnr
Matthias Krüger
-5
/
+14
2024-05-09
chore: remove repetitive words
goofylfg
-1
/
+1
2024-05-08
Make a minimal amount of region APIs public
Xavier Denis
-5
/
+14
2024-05-06
BorrowckInferCtxt: infcx by value
lcnr
-6
/
+3
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
[next]