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_ty_utils
Age
Commit message (
Expand
)
Author
Lines
2022-08-07
Built-in implementation of Tuple trait
Michael Goulet
-1
/
+2
2022-08-03
Add bound_impl_subject and bound_return_ty
Jack Huey
-3
/
+1
2022-08-03
Change sized_constraints to return EarlyBinder
Jack Huey
-1
/
+2
2022-08-01
Remove trait_of_item query.
Camille GILLOT
-8
/
+0
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-17
/
+8
2022-08-01
Remove visibility from AssocItem.
Camille GILLOT
-8
/
+2
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-8
/
+8
2022-07-29
Rename local_did to def_id
Miguel Guarniz
-4
/
+8
2022-07-29
Change maybe_body_owned_by to take local def id
Miguel Guarniz
-3
/
+4
2022-07-22
Do not resolve associated const when there is no provided value
Michael Goulet
-0
/
+5
2022-07-20
Remove unused StableMap and StableSet types from rustc_data_structures
Michael Woerister
-1
/
+1
2022-07-14
Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr
Dylan DPC
-2
/
+397
2022-07-14
Fix overlapping impls
kadmin
-2
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-2
/
+397
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-07-05
Relax constrained generics to TypeVisitable
Alan Egerton
-2
/
+2
2022-07-04
remove an unused `DefId`
lcnr
-1
/
+1
2022-06-30
Recover when failing to normalize closure signature.
Camille GILLOT
-2
/
+2
2022-06-29
Improve doc comment of destructure_const
Dominik Stolz
-2
/
+2
2022-06-28
Address code review comments
Dominik Stolz
-63
/
+56
2022-06-28
Make consts mod private
Dominik Stolz
-1
/
+1
2022-06-28
Improve pretty printing of valtrees for references
Dominik Stolz
-0
/
+86
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-2
/
+0
2022-06-11
Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkov
bors
-17
/
+0
2022-06-10
Implement def_ident_span in rustc_middle.
Camille GILLOT
-17
/
+0
2022-06-08
Auto merge of #97860 - Dylan-DPC:rollup-t3vxos8, r=Dylan-DPC
bors
-5
/
+9
2022-06-08
Rollup merge of #97595 - ouz-a:issue-97381, r=compiler-errors
Dylan DPC
-5
/
+9
2022-06-08
Folding revamp.
Nicholas Nethercote
-1
/
+3
2022-06-05
get_vtable returns opt instd of unwrpping
ouz-a
-5
/
+9
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-30
Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors
bors
-2
/
+2
2022-05-30
Add a helper function for checking whether a default function in a trait can ...
Oli Scherer
-2
/
+4
2022-05-30
Remove `#[default..]` and add `#[const_trait]`
Deadbeef
-3
/
+1
2022-05-28
Initial fixes on top of type interner commit
Michael Goulet
-0
/
+1
2022-05-28
Move things to rustc_type_ir
Wilco Kusee
-1
/
+1
2022-05-17
Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco
bors
-7
/
+1
2022-05-16
Add a query for checking whether a function is an intrinsic.
Oli Scherer
-7
/
+1
2022-05-14
Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk
bors
-6
/
+8
2022-05-13
Add bound_type_of
Jack Huey
-2
/
+2
2022-05-11
Gracefully fail to resolve associated items instead of `delay_span_bug`.
Camille GILLOT
-1
/
+17
2022-05-10
Introduce EarlyBinder
Jack Huey
-6
/
+8
2022-04-10
Avoid accessing HIR from MIR queries.
Camille GILLOT
-6
/
+1
2022-04-01
Auto merge of #94883 - cjgillot:flat-metadata, r=oli-obk
bors
-10
/
+0
2022-03-31
Merge impl_constness and is_const_fn_raw.
Camille GILLOT
-10
/
+0
2022-03-31
Specialize suggestion for Option<T>
Michael Goulet
-23
/
+47
2022-03-21
Rename `~const Drop` to `~const Destruct`
Deadbeef
-1
/
+1
2022-03-17
Rollup merge of #94960 - codehorseman:master, r=oli-obk
Dylan DPC
-3
/
+3
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+2
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-3
/
+3
[prev]
[next]