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_middle
/
src
/
ty
/
fold.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-17
rename bound region instantiation
lcnr
-6
/
+6
2023-11-14
finish `RegionKind` rename
lcnr
-1
/
+1
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-16
/
+14
2023-09-24
Remove span from BrAnon.
Camille GILLOT
-1
/
+1
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-3
/
+7
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-3
/
+3
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-6
/
+7
2023-04-16
Remove `TypeSuper{Foldable,Visitable}` impls for `Region`.
Nicholas Nethercote
-1
/
+2
2023-04-06
Remove u32 on BoundTyKind::Anon
Jack Huey
-3
/
+1
2023-04-06
Remove index from BrAnon
Jack Huey
-3
/
+1
2023-03-20
drive-by: Fix a comment in TyCtxt::fold_regions and remove an unused method
Michael Goulet
-14
/
+1
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-29
/
+20
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-11
/
+7
2023-02-15
Remove `reuse_or_mk_region`.
Nicholas Nethercote
-1
/
+1
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-4
/
+4
2023-02-13
Move folding and visiting traits into type library
Alan Egerton
-239
/
+3
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-49
/
+79
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-5
/
+8
2023-02-13
Move folding & visiting traits to ir submodules
Alan Egerton
-130
/
+142
2023-02-13
Reduce direct `mk_ty` usage.
Nicholas Nethercote
-6
/
+3
2023-02-03
Make const/fn return params more suggestable
Michael Goulet
-1
/
+1
2023-01-30
Track bound types like bound regions
Michael Goulet
-1
/
+3
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-14
always use anonymize_bound_vars
Michael Goulet
-30
/
+0
2022-11-26
simplify some binder shifting logic
Michael Goulet
-23
/
+24
2022-11-07
Add an optional Span to BrAnon and use it to print better error for HRTB erro...
Jack Huey
-3
/
+5
2022-11-04
Refactor tcx mk_const parameters.
Mateusz
-9
/
+3
2022-10-19
stop folding `UnevaluatedConst`
lcnr
-21
/
+0
2022-10-17
mir constants: type traversing bye bye
lcnr
-40
/
+0
2022-10-14
more dupe word typos
Rageking8
-2
/
+1
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-10
/
+16
2022-09-22
introduce mir::Unevaluated
b-naber
-4
/
+22
2022-09-17
Auto merge of #101857 - lcnr:make-dyn-again, r=jackh726
bors
-17
/
+13
2022-09-15
change `FnMutDelegate` to trait objects
lcnr
-17
/
+13
2022-09-14
address review again
b-naber
-0
/
+11
2022-09-01
tracing::instrument cleanup
Oli Scherer
-1
/
+1
2022-07-29
optimize bound vars replacement :3
lcnr
-18
/
+22
2022-07-28
anonymize all bound vars, not just regions
lcnr
-6
/
+51
2022-07-28
`BoundVarReplacer`: trait object instead of 3 fns
lcnr
-66
/
+68
2022-07-14
eagerly check for bound vars of predicates
lcnr
-0
/
+4
2022-07-14
remove `ct.has_vars_bound_at_or_above` calls
lcnr
-2
/
+1
2022-07-05
Split TypeVisitable from TypeFoldable
Alan Egerton
-733
/
+35
2022-06-27
fold_region: remove unused parameter
lcnr
-6
/
+2
2022-06-21
Remove unecessary references to TypeFolder::Error
Alan Egerton
-21
/
+15
2022-06-21
Reverse folder hierarchy
Alan Egerton
-30
/
+19
2022-06-20
`try_fold_unevaluated` for infallible folders
Alan Egerton
-0
/
+7
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-7
/
+7
2022-06-10
don't always cache bound lts
lcnr
-9
/
+18
[next]