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
/
region_infer
Age
Commit message (
Expand
)
Author
Lines
2024-12-30
move `facts` module to polonius legacy module
Rémy Rakic
-1
/
+1
2024-12-29
finish filling polonius context
Rémy Rakic
-0
/
+8
2024-12-29
Auto merge of #134627 - estebank:issue-133252, r=jackh726
bors
-2
/
+8
2024-12-21
Auto merge of #134268 - lqd:polonius-next, r=jackh726
bors
-0
/
+9
2024-12-21
Avoid ICE in borrowck
Esteban Küber
-2
/
+8
2024-12-21
Auto merge of #134501 - lcnr:member-constraints-yeet, r=oli-obk
bors
-1
/
+3
2024-12-20
Rollup merge of #134574 - lcnr:opaque-ty-hack-yeet, r=compiler-errors
Matthias Krüger
-6
/
+7
2024-12-20
next-solver: rm opaque type hack
lcnr
-6
/
+7
2024-12-20
add comments
lcnr
-3
/
+6
2024-12-20
more directly handle member constraints
lcnr
-1
/
+3
2024-12-18
fix crashes
lcnr
-1
/
+1
2024-12-18
introduce beginnings of polonius MIR dump
Rémy Rakic
-0
/
+5
2024-12-18
set up skeleton for localized constraints conversion
Rémy Rakic
-0
/
+4
2024-12-03
small code cleanup
lcnr
-10
/
+7
2024-12-03
closure requirements: don't replace bivariant opaque args
lcnr
-30
/
+0
2024-12-03
update instrumentation
lcnr
-3
/
+1
2024-11-28
uplift fold_regions to rustc_type_ir
lcnr
-5
/
+7
2024-11-19
Pass `constraints` to `RegionInferenceContext::new`.
Nicholas Nethercote
-11
/
+23
2024-11-19
Don't refcount `PlaceholderIndices`.
Nicholas Nethercote
-4
/
+3
2024-11-19
Clean up `UniversalRegions`.
Nicholas Nethercote
-30
/
+29
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
[next]