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
/
nll.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-3
/
+3
2023-03-17
Remove VecMap
Michael Goulet
-3
/
+3
2023-03-04
tweak debug output and bless tests
Ali MJ Al-Nasrawy
-14
/
+18
2023-02-19
some conditional imports
b-naber
-5
/
+0
2023-02-19
sccs info
b-naber
-0
/
+1
2023-02-19
collect region contexts during mir renumbering
b-naber
-6
/
+10
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-0
/
+2
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-01
Create `format_args` as late as possible
Oli Scherer
-6
/
+4
2022-11-18
require an `ErrorGuaranteed` to taint infcx with errors
Boxy
-1
/
+4
2022-11-09
lint auto pass
AndyJado
-0
/
+2
2022-11-05
simplify applying closure requirements
Ali MJ Al-Nasrawy
-2
/
+0
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-7
/
+7
2022-09-13
Use def_span for external requirements.
Camille GILLOT
-2
/
+3
2022-07-19
Use LocalDefId in OpaqueTypeKey
Michael Goulet
-3
/
+3
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-06-15
implement (unused) matching solver
Niko Matsakis
-1
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-2
/
+2
2022-05-17
Change `Successors` to `impl Iterator<Item = BasicBlock>`
SparrowLii
-1
/
+1
2022-04-07
Report opaque type mismatches directly during borrowck of the function instea...
Oli Scherer
-3
/
+4
2022-03-28
Have the spans of TAIT type conflict errors point to the actual site instead ...
Oli Scherer
-4
/
+4
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-3
/
+3
2022-02-26
Rollup merge of #93603 - connorff:compute-polonius-liveness-facts-flag, r=ecs...
Matthias Krüger
-0
/
+1
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-1
/
+1
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-3
/
+3
2022-02-11
rework borrowck errors so that it's harder to not set tainted
Michael Goulet
-4
/
+2
2022-02-11
implement tainted_by_errors in mir borrowck
Michael Goulet
-0
/
+1
2022-02-02
Propagate `use_polonius` flag to liveness module
Connor Fogarty
-0
/
+1
2021-11-07
Rename functions reflect that inline const is also "typeck_child"
Gary Guo
-1
/
+1
2021-09-28
More tracing instrumentation
Oli Scherer
-1
/
+2
2021-09-15
Allow call to get_body_with_borrowck_facts without -Z polonius
Will Crichton
-2
/
+4
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-11
/
+9
2021-09-07
Move rustc_mir::borrow_check to new crate rustc_borrowck.
Camille GILLOT
-0
/
+460