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
/
renumber.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+1
2025-01-14
mir borrowck: cleanup late-bound region handling
lcnr
-1
/
+0
2024-11-28
uplift fold_regions to rustc_type_ir
lcnr
-1
/
+2
2024-10-04
Fix some pub(crate) that were undetected bc of instrument
Michael Goulet
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-06-13
MIR visitor: constant -> const_operand
Ralf Jung
-1
/
+1
2024-05-09
Correct a comment.
Nicholas Nethercote
-3
/
+1
2024-05-06
BorrowckInferCtxt: infcx by value
lcnr
-2
/
+2
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2023-11-13
add fixme to `RegionCtxt`
lcnr
-0
/
+3
2023-10-16
Avoid unnecessary renumbering
Jonáš Fiala
-0
/
+4
2023-09-24
Remove span from BrAnon.
Camille GILLOT
-10
/
+4
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-5
/
+4
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-4
/
+4
2023-05-04
check array type of repeat exprs is wf
Boxy
-0
/
+8
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-12
Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr
bors
-3
/
+1
2023-04-12
Rename `NllVisitor` as `RegionRenumberer`.
Nicholas Nethercote
-6
/
+6
2023-04-11
Fix `RegionCtxt::preference_value`.
Nicholas Nethercote
-3
/
+1
2023-04-11
Rename a variable.
Nicholas Nethercote
-2
/
+2
2023-04-11
Inline and remove `renumber_regions`.
Nicholas Nethercote
-19
/
+6
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-2
/
+2
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-2
/
+2
2023-02-20
remove cfg attributes
b-naber
-2
/
+0
2023-02-19
add some cfgs back
b-naber
-12
/
+15
2023-02-19
remove cfgs
b-naber
-66
/
+1
2023-02-19
rebase
b-naber
-8
/
+12
2023-02-19
some conditional imports
b-naber
-0
/
+1
2023-02-19
collect existentials and placeholders
b-naber
-3
/
+0
2023-02-19
collect region contexts during mir renumbering
b-naber
-5
/
+110
2022-11-09
lint auto pass
AndyJado
-0
/
+2
2022-10-17
mir constants: type traversing bye bye
lcnr
-24
/
+2
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-4
/
+4
2022-09-15
nits
b-naber
-0
/
+5
2022-09-14
address review again
b-naber
-23
/
+18
2022-09-13
remove visit_const from mir visitors
b-naber
-4
/
+0
2022-09-13
renumber regions in mir constants correctly
b-naber
-2
/
+32
2022-06-27
fold_region: remove unused parameter
lcnr
-1
/
+1
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-2
/
+2
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-1
/
+1
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2021-11-27
Visit type in process_projection_elem.
Camille GILLOT
-17
/
+1
2021-09-28
More tracing instrumentation
Oli Scherer
-13
/
+9
2021-09-07
Move rustc_mir::borrow_check to new crate rustc_borrowck.
Camille GILLOT
-0
/
+103