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_hir_analysis
/
src
/
variance
Age
Commit message (
Expand
)
Author
Lines
2023-11-14
finish `RegionKind` rename
lcnr
-3
/
+3
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-3
/
+5
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-10-03
Optimize some `alloc_from_iter` call sites.
Nicholas Nethercote
-1
/
+1
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-14
/
+8
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-5
/
+1
2023-08-30
Revert "Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726"
Oli Scherer
-1
/
+9
2023-08-28
Test variances of opaque captures
Michael Goulet
-0
/
+15
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-11
/
+8
2023-08-03
Compute variances for lazy type aliases
León Orell Valerian Liehr
-5
/
+41
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-1
/
+0
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-2
/
+2
2023-07-17
Rename arg_iter to iter_instantiated
Michael Goulet
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-34
/
+34
2023-07-08
Replace RPITIT current impl with new strategy that lowers as a GAT
Santiago Pastorino
-9
/
+1
2023-07-07
Remove variances_of on RPITIT gats, remove its one use-case
Michael Goulet
-9
/
+3
2023-06-29
Properly implement variances_of for RPITIT GAT
Santiago Pastorino
-9
/
+15
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-8
/
+5
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-3
/
+3
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-25
Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com...
Matthias Krüger
-2
/
+1
2023-04-21
Allow `LocalDefId` as the argument to `def_path_str`
Oli Scherer
-1
/
+1
2023-04-20
add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder...
Kyle Matsuda
-2
/
+1
2023-04-20
add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite...
Kyle Matsuda
-1
/
+1
2023-04-16
Remove `TypeSuper{Foldable,Visitable}` impls for `Region`.
Nicholas Nethercote
-1
/
+1
2023-03-21
IdentitySubsts::identity_for_item takes Into<DefId>
Michael Goulet
-1
/
+1
2023-03-21
Use local key in providers
Michael Goulet
-4
/
+4
2023-03-15
ImplTraitPlaceholder -> is_impl_trait_in_trait
Santiago Pastorino
-4
/
+8
2023-03-07
Rollup merge of #108460 - obeis:hir-analysis-migrate-diagnostics-2, r=compile...
Matthias Krüger
-1
/
+6
2023-03-05
migrate `rustc_hir_analysis` to session diagnostic
Obei Sideg
-1
/
+6
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-4
/
+2
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-3
/
+3
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-3
/
+3
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Workaround issue #107747
Alan Egerton
-1
/
+3
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-1
/
+1
2023-02-09
Change to `ReError(ErrorGuaranteed)`
Esteban Küber
-1
/
+1
2023-02-09
Introduce `ReError`
Esteban Küber
-0
/
+2
2023-01-28
Rollup merge of #107339 - aliemjay:covariant, r=lcnr
Matthias Krüger
-5
/
+3
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-6
/
+6
2023-01-27
update comment on trait objects
Ali MJ Al-Nasrawy
-1
/
+1
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-1
/
+5
2023-01-27
internally change regions to be covariant
Ali MJ Al-Nasrawy
-5
/
+3
2023-01-21
Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk
bors
-9
/
+6
2023-01-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-2
/
+2
2023-01-19
Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errors
Guillaume Gomez
-3
/
+2
2023-01-19
Use UnordMap instead of FxHashMap in define_id_collections!().
Michael Woerister
-9
/
+6
2023-01-18
remove error code from `#[rustc_variance]` and document its remains
Ezra Shaw
-3
/
+2
[next]