rust/compiler/rustc_middle/src
Matthias Krüger f68864cbca
Rollup merge of #108029 - oli-obk:🞋_usize, r=RalfJung
s/eval_usize/eval_target_usize/ for clarity

r? `@nnethercote`

as discussed in https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/.60Const.60.20and.20.60usize.60.2F.60u64.60 it is unclear what `usize` means and why we use a `u64` for something talking about `usize`. This renaming should make it clear that we're talking about `usize`s on the target platform, irrespective of the compiler host platform.
2023-02-14 18:02:54 +01:00
..
dep_graph Simplify tls::enter_context. 2023-02-09 15:25:45 +11:00
hir Improve pretty-printing of HirIdValidator errors 2023-02-01 20:09:22 +01:00
infer Make folding traits generic over the Interner 2023-02-13 10:24:49 +00:00
middle rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
mir s/eval_usize/eval_target_usize/ for clarity 2023-02-14 08:51:19 +00:00
query Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obk 2023-02-14 05:59:44 +00:00
thir address review 2023-01-27 22:13:55 +01:00
traits Rename folder traits' tcx method to interner 2023-02-13 10:24:51 +00:00
ty Rollup merge of #108029 - oli-obk:🞋_usize, r=RalfJung 2023-02-14 18:02:54 +01:00
util Add some docs to bug, span_bug and delay_span_bug 2022-12-30 16:47:56 +01:00
arena.rs Resolve documentation links in rustc and store the results in metadata 2023-02-10 09:34:13 +04:00
error.rs Match crate and slug names 2022-11-21 15:24:50 +01:00
lib.rs Move folding and visiting traits into type library 2023-02-13 10:24:50 +00:00
lint.rs create helper function for rustc_lint_defs::Level and remove it's duplicated code r=ozkanonur 2023-01-10 10:56:17 +03:00
macros.rs Move folding and visiting traits into type library 2023-02-13 10:24:50 +00:00
metadata.rs rustc: Parameterize ty::Visibility over used ID 2022-09-07 13:35:41 +04:00
tests.rs
thir.rs output tree representation for thir-tree 2023-01-26 11:31:55 +01:00
values.rs add EarlyBinder::subst_identity; impl ParameterizedOverTcx (needed for rustc_metadata) and Value for EarlyBinder 2023-01-14 00:13:06 -07:00