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-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
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-29
/
+27
2022-02-01
remove `TyS::same_type`
lcnr
-13
/
+0
2022-01-19
Foreign types are trivially drop
Michael Goulet
-5
/
+5
2022-01-19
never is trivially const-drop, and add test
Michael Goulet
-2
/
+2
2022-01-18
Short-circuit some trivially const Drop types
Michael Goulet
-0
/
+36
2021-12-24
Normalize struct tail type when checking Pointee trait
Michael Goulet
-1
/
+1
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-2
/
+2
2021-12-03
Rollup merge of #91462 - b-naber:use-try-normalize-erasing-regions, r=jackh726
Matthias Krüger
-2
/
+6
2021-12-02
use try_normalize_erasing_regions in needs_drop
b-naber
-2
/
+6
2021-12-02
Rename TypeFolderFallible to FallibleTypeFolder
Alan Egerton
-2
/
+2
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-10
/
+10
2021-11-26
Unwrap the results of type folders
LeSeulArtichaut
-3
/
+3
[next]