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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-12
Feed `resolutions` query instead of it being a thin wrapper around an untrack...
Oli Scherer
-5
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-12-16
Rename ConstS to ConstData
Oli Scherer
-5
/
+5
2022-12-15
Move `TypeckResults` to seperate module
Nilstrieb
-680
/
+11
2022-12-14
Debug assertions hate this trick
Oli Scherer
-3
/
+3
2022-12-14
Fix some comments and only get the generics in debug mode
Oli Scherer
-27
/
+23
2022-12-14
Remove TraitRef::new
Oli Scherer
-1
/
+1
2022-12-14
Ensure no one constructs `AliasTy`s themselves
Oli Scherer
-3
/
+3
2022-12-14
Remove many more cases of `mk_substs_trait` that can now use the iterator sch...
Oli Scherer
-1
/
+5
2022-12-14
Let `mk_fn_def` take an iterator instead to simplify some call sites
Oli Scherer
-4
/
+12
2022-12-14
Guard `AliasTy` creation against passing the wrong number of substs
Oli Scherer
-7
/
+19
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-7
/
+5
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-9
/
+8
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-1
/
+1
2022-12-13
Use ty::OpaqueTy everywhere
Michael Goulet
-2
/
+3
2022-12-09
Fold `Definitions` into the untracked data
Oli Scherer
-31
/
+14
2022-12-09
Move the untracked cstore and source_span into a struct
Oli Scherer
-42
/
+27
2022-12-08
Rollup merge of #105423 - oli-obk:symbols, r=jackh726
Matthias Krüger
-2
/
+2
2022-12-07
Use `Symbol` for the crate name instead of `String`/`str`
Oli Scherer
-2
/
+2
2022-12-07
Rollup merge of #105267 - compiler-errors:issue-104613, r=oli-obk
Matthias Krüger
-0
/
+8
2022-12-06
Rollup merge of #104898 - oli-obk:group_all_the_things, r=wesleywiser
Matthias Krüger
-56
/
+27
2022-12-05
feed resolver_for_lowering instead of storing it in a field
Oli Scherer
-10
/
+9
2022-12-05
Allow arbitrary keys in feeding API
Oli Scherer
-7
/
+14
2022-12-04
drive-by: move field_index to typeck results
Michael Goulet
-0
/
+8
2022-12-01
Fill in `def_span` when creating def ids.
Oli Scherer
-1
/
+7
2022-11-30
Auto merge of #104940 - cjgillot:query-feed-simple, r=oli-obk
bors
-10
/
+44
2022-11-30
Generalize some InternedInSet impls
Oli Scherer
-36
/
+6
2022-11-30
Remove PredicateS type
Oli Scherer
-20
/
+21
2022-11-30
Remove TyS
Oli Scherer
-18
/
+17
2022-11-30
move WithCachedTypeInfo to rustc_type_ir
Oli Scherer
-1
/
+2
2022-11-30
s/WithStableHash/WithCachedTypeInfo/
Oli Scherer
-15
/
+15
2022-11-29
Auto merge of #94487 - oli-obk:stable_hash_ty, r=fee1-dead
bors
-23
/
+54
2022-11-29
Make TyCtxtFeed::def_id private.
Camille GILLOT
-4
/
+11
2022-11-29
Only allow feeding a value to newly created definitions.
Camille GILLOT
-10
/
+37
2022-11-29
Auto merge of #105012 - WaffleLapkin:into, r=oli-obk
bors
-22
/
+10
2022-11-29
Rollup merge of #104951 - Swatinem:async-kind, r=compiler-errors
Matthias Krüger
-0
/
+5
2022-11-28
Simplify checking for `GeneratorKind::Async`
Arpad Borsos
-0
/
+5
2022-11-28
Remove `tcx.mk_const_var`
Maybe Waffle
-20
/
+8
2022-11-28
Make `tcx.mk_const` more permissive wrt `kind` argument
Maybe Waffle
-2
/
+2
2022-11-28
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.
Nicholas Nethercote
-1
/
+1
2022-11-28
Rename `ast::Lit` as `ast::MetaItemLit`.
Nicholas Nethercote
-2
/
+3
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-18
/
+20
2022-11-25
Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU
bors
-0
/
+14
2022-11-25
Cache Predicates' hash within themselves
Oli Scherer
-23
/
+54
2022-11-25
Fix mk_const_list
kadmin
-1
/
+1
2022-11-25
correctly intern `List<Const<'tcx>>`
Boxy
-1
/
+4
2022-11-25
Add empty ConstKind::Abstract
kadmin
-0
/
+11
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-2
/
+4
2022-11-24
move things from rustc_target::abi to rustc_abi
hkalbasi
-1
/
+1
2022-11-24
make rustc_target usable outside of rustc
hkalbasi
-2
/
+2
[prev]
[next]