index
:
delta/rust.git
92745/rustdoc-semantic-ids
Aaronepower-patch-1
Camelid-RustThanks
E0002-precision
GuillaumeGomez-patch-1
Havvy-patch-1
LeSeulArtichaut-patch-1
SimonSapin-patch-1
XAMPPRocky-patch-1
XAMPPRocky-patch-1-1
XAMPPRocky-patch-2
accept-felixes-typo
acrichto-tmp
adt-docs-fix
alex-tmp
aphs-no-unsynchronised-llvm-err-global
appveyor
auto
beta
beta-fix-69341
beta-next
borrowck-niche-discriminants
borrowck-snippet
c9788fdd5b8
clarify-tidy-since
clean-two-dots
cleanup-e0554
clone-shim-split
compiler-autolabel
const-generics-coerce-unsized
const_tls_local_panic_count
cranelift-rebase
debug-48866
debug-for-422
debug-intravisit-fnkind
duplicate-word
fix-1.38-type_name
fix-63313
fix-async-date
fix-cancel
fix-dev-no-comment
fix-loop-break-mir-generation
fix-publish-toolstate-syntax-error
followup-from-92533
frewsxcv-issue-44929
frewsxcv-issue-45636
frewsxcv-patch-1
frewsxcv-patch-2
frewsxcv-patch-3
frewsxcv-rename-slice-swap-param
frewsxcv/unstable-book
generators-clone-doc
gh35653
gitignore-readd-tmp
hex-value-process-exit
homu-tmp
increase-nested-groups-test-coverage
into_raw_non_null
ishitatsuyuki-patch-1
issue-85533
jdm-patch-1
jonas-schievink-patch-1
jonas-schievink-patch-2
kennytm/steal-the-cron-job
lcnr-doc-patch
lcnr-patch-1
libs-tracking-issue
llvm-5
llvm-6-test
llvm-6-try
llvm-icebreakers-ping
llvm-icebreakers-ping-1
master
maybe-bound-eror
maybe-uninit-gates
min/add-track-caller
min_const_generics-version
more-osx-cores
multisuggest_disambiguation
must-use-join
mutable-overloaded-operators
nellshamrell/fix-80658
nightly-dev
nitpick-slp
nll-alias-analysis
nox/i-need-a-niche-but-i-have-no-dog
nrc-patch-1
oli-obk-patch-1
opt-fuse
ostrich
pass-check-runfail
perf-odds-and-ends
permit-asyncawait-ondeck-by-anyone
petrochenkov-patch-1
petrochenkov-patch-2
pietroalbini-patch-1
place2_2
pr-75593
promote-tmp
release-notes-tweak
relnotes-1.50.0
relnotes-1.51.0
relnotes-1.52.0
remove-most-azure
remove-unwanted-z-index
revert-105395-sunfishcode/update-wasi
revert-74416-linker-locale-utf8
revert-76110-convert-openoptions-cint
revert-77467-query-docs
revert-77961-embed-bitcode
revert-80244-spans
revert-82057-cstr
revert-82313-update-normalize-css
revert-88147-issue-88097
revert-88548-intersperse
revert-98576-region-stuff-cool-beans
rust-1.17-relnotes
rust-1.19.0-relnotes
rust-analyzer-2020-09-09
rust-analyzer-2020-09-14
rust-analyzer-2021-11-22
rustc-spring-cleaning
rustdoc-autolabel
rustix
sfackler-patch-1
sgrif-patch-1
shallow-borrow-fixes
single_derive
slice
snap-stage3
some-new-labels
sort_by_cached_key
spastorino-patch-1
stable
stable-1.31.1
stable-next
steveklabnik-must-use
steveklabnik-patch-1
temp-dev-stable
tmandry-patch-1
tmp
tmp-nightly
to-be-dev-nightly
travis-shell
triagebot-ping-alias
try
try-build-llvm
turbo-expander
upgrade-to-9.4-xcode
upper-tuple
vec-leak
wesleywiser-patch-1
whitelist-thumb
x-link-mem-swaps
xcode9.4
yeet-unused-substs
github.com: rust-lang/rust.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
ty
/
instance.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
changes from review: add FIXME to clippy and change subst_identity to skip_bi...
Kyle Matsuda
2023-05-06
1
-3
/
+3
*
make subst_mir take EarlyBinder
Kyle Matsuda
2023-05-06
1
-3
/
+4
*
use EarlyBinder in tcx.(try_)subst_mir_and_normalize_erasing_regions
Kyle Matsuda
2023-05-06
1
-6
/
+6
*
make (try_)subst_and_normalize_erasing_regions take EarlyBinder
Kyle Matsuda
2023-05-06
1
-3
/
+3
*
More robust debug assertions for `Instance::resolve` on built-in traits with ...
Michael Goulet
2023-05-06
1
-1
/
+1
*
Remove WithOptconstParam.
Camille GILLOT
2023-04-20
1
-74
/
+28
*
Support TLS access into dylibs on Windows
John Kåre Alsaker
2023-03-29
1
-1
/
+16
*
Add a builtin `FnPtr` trait
lcnr
2023-03-27
1
-3
/
+15
*
Use local key in providers
Michael Goulet
2023-03-21
1
-1
/
+5
*
Implement FixedSizeEncoding for UnusedGenericParams.
Camille GILLOT
2023-03-18
1
-0
/
+14
*
Rename many interner functions.
Nicholas Nethercote
2023-02-24
1
-1
/
+1
*
Remove type-traversal trait aliases
Alan Egerton
2023-02-22
1
-5
/
+5
*
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
2023-02-16
1
-2
/
+2
*
change usages of type_of to bound_type_of
Kyle Matsuda
2023-02-16
1
-3
/
+3
*
Replace some `then`s with some `then_some`s
Maybe Waffle
2023-02-16
1
-1
/
+1
*
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
2023-02-16
1
-1
/
+1
*
Rename folder traits' `tcx` method to `interner`
Alan Egerton
2023-02-13
1
-1
/
+1
*
Make folding traits generic over the Interner
Alan Egerton
2023-02-13
1
-1
/
+1
*
Alias folding/visiting traits instead of re-export
Alan Egerton
2023-02-13
1
-2
/
+2
*
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
2023-01-26
1
-1
/
+1
*
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
2023-01-26
1
-1
/
+1
*
Remove double spaces after dots in comments
Maybe Waffle
2023-01-17
1
-2
/
+2
*
Use newtype for unused generic parameters
Nilstrieb
2023-01-09
1
-2
/
+36
*
bug! with a better error message for failing Instance::resolve
Michael Goulet
2022-12-11
1
-1
/
+16
*
Allow iterators instead of requiring slices that will get turned into iterators
Oli Scherer
2022-11-21
1
-1
/
+1
*
Make "long type" printing type aware
Esteban Küber
2022-11-18
1
-20
/
+37
*
Some tracing and comment cleanups
Oli Scherer
2022-11-04
1
-2
/
+2
*
remove the `Subst` trait, always use `EarlyBinder`
lcnr
2022-09-19
1
-4
/
+2
*
Replace more manual TypeFoldable and TypeVisitable impls with derives
Oli Scherer
2022-09-15
1
-1
/
+1
*
derive various Lift impl instead of hand rolling them
Oli Scherer
2022-09-15
1
-1
/
+1
*
Remove DefId from AssocItemContainer.
Camille GILLOT
2022-08-01
1
-1
/
+1
*
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
2022-07-20
1
-7
/
+7
*
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
2022-07-13
1
-1
/
+1
*
Update TypeVisitor paths
Alan Egerton
2022-07-06
1
-1
/
+3
*
Add #[derive(TypeVisitable)]
Alan Egerton
2022-07-05
1
-1
/
+1
*
Recover when failing to normalize closure signature.
Camille GILLOT
2022-06-30
1
-5
/
+6
*
implement valtrees as the type-system representation for constant values
b-naber
2022-06-14
1
-1
/
+0
*
Folding revamp.
Nicholas Nethercote
2022-06-08
1
-1
/
+1
*
Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk
bors
2022-05-14
1
-2
/
+6
|
\
|
*
Introduce EarlyBinder
Jack Huey
2022-05-10
1
-2
/
+6
*
|
only_local: always check for misuse
lcnr
2022-05-10
1
-2
/
+3
|
/
*
review
lcnr
2022-05-09
1
-2
/
+1
*
only compute `codegen_fn_attrs` where needed
lcnr
2022-05-09
1
-1
/
+2
*
fix most compiler/ doctests
Elliot Roberts
2022-05-02
1
-1
/
+1
*
rename ErrorReported -> ErrorGuaranteed
mark
2022-03-02
1
-4
/
+4
*
Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk
bors
2022-02-24
1
-3
/
+4
|
\
|
*
Always format to internal String in FmtPrinter
Mark Rousskov
2022-02-20
1
-3
/
+4
*
|
use `List<Ty<'tcx>>` for tuples
lcnr
2022-02-21
1
-1
/
+1
|
/
*
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
2022-02-15
1
-2
/
+2
*
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
2021-12-15
1
-1
/
+1
[next]