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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
ty
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-10
split compare_predicate_entailment and collect_trait_impl_trait_tys out
Michael Goulet
-1
/
+1
2022-09-09
Deeply check that method signatures match, and allow for nested RPITITs
Michael Goulet
-0
/
+7
2022-09-01
tracing::instrument cleanup
Oli Scherer
-2
/
+1
2022-08-03
Add bound_impl_subject and bound_return_ty
Jack Huey
-0
/
+4
2022-08-02
Add bound_predicates_of and bound_explicit_predicates_of
Jack Huey
-0
/
+14
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-1
/
+1
2022-07-12
Rollup merge of #99038 - jackh726:earlybinder-cleanup, r=lcnr
Dylan DPC
-0
/
+4
2022-07-09
Auto merge of #99028 - tmiasko:inline, r=estebank
bors
-0
/
+1
2022-07-07
Add bound_const_param_default
Jack Huey
-0
/
+4
2022-07-07
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+1
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-5
/
+5
2022-07-06
Update TypeVisitor paths
Alan Egerton
-0
/
+1
2022-06-19
Auto merge of #98247 - jackh726:regionkind-rustc-type-ir, r=compiler-errors
bors
-1
/
+1
2022-06-19
Move RegionKind to rustc_type_ir
Jack Huey
-1
/
+1
2022-06-15
Rename `impl_constness` to `constness`
Deadbeef
-1
/
+1
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-3
/
+3
2022-06-08
Folding revamp.
Nicholas Nethercote
-2
/
+3
2022-05-20
`bool` to custom enum
lcnr
-9
/
+14
2022-05-20
move unique param check into `rustc_middle`
lcnr
-32
/
+87
2022-05-18
Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk
bors
-5
/
+7
2022-05-17
Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco
bors
-1
/
+8
2022-05-16
use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...
b-naber
-5
/
+7
2022-05-16
Add a query for checking whether a function is an intrinsic.
Oli Scherer
-1
/
+8
2022-05-14
Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk
bors
-2
/
+29
2022-05-14
Add bound_explicit_item_bounds and bound_item_bounds
Jack Huey
-0
/
+14
2022-05-13
Add bound_impl_trait_ref
Jack Huey
-0
/
+4
2022-05-13
Add bound_fn_sig
Jack Huey
-0
/
+4
2022-05-13
Add bound_type_of
Jack Huey
-2
/
+6
2022-05-10
Introduce EarlyBinder
Jack Huey
-2
/
+3
2022-05-10
only_local: always check for misuse
lcnr
-3
/
+2
2022-05-07
Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors
bors
-1
/
+1
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-1
/
+1
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-5
/
+3
2022-04-27
combine all unsized types and add another recursive call to process nested un...
b-naber
-1
/
+1
2022-04-26
add hacky closure to struct_tail_with_normalize in order to allow us to walk ...
b-naber
-3
/
+11
2022-04-12
Remove NodeIdHashingMode.
Camille GILLOT
-6
/
+1
2022-04-08
Avoid looking at the internals of Interned directly
Oli Scherer
-23
/
+20
2022-04-07
Document and rename the new wrapper type
Oli Scherer
-2
/
+4
2022-03-31
Move stable hash from TyS into a datastructure that can be shared with other ...
Oli Scherer
-2
/
+2
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-1
/
+8
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-03-12
Queryify `is_doc_hidden`
Noah Lev
-2
/
+10
2022-03-12
Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead
bors
-4
/
+4
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-4
/
+4
2022-03-10
short-circuit the easy cases in `is_copy_modulo_regions`
Scott McMurray
-1
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-8
/
+8
2022-02-16
extract Res to `generics_of` def_id conversion
lcnr
-1
/
+32
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-9
/
+11
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-3
/
+4
[next]