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
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
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
2021-11-26
Adapt `TypeFolder` implementors to return a `Result`
LeSeulArtichaut
-15
/
+21
2021-11-11
Use `associated_item_def_ids` more
Matthew Jasper
-2
/
+2
2021-11-07
Rename functions reflect that inline const is also "typeck_child"
Gary Guo
-4
/
+5
2021-11-07
Implement type inference for inline consts
Gary Guo
-6
/
+17
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-09-28
More tracing instrumentation
Oli Scherer
-0
/
+2
2021-09-15
Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk
bors
-4
/
+4
2021-09-09
Rename `(un)signed` to `(un)signed_int`
Andreas Liljeqvist
-5
/
+6
2021-09-09
Move `unsigned_max` etc into `Size` again
Andreas Liljeqvist
-17
/
+5
2021-09-09
Remove the queries
Deadbeef
-29
/
+0
2021-09-09
Const dropping
Deadbeef
-4
/
+33
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-6
/
+4
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-1
/
+1
2021-07-28
Bail on any found recursion when expanding opaque types
Hans Kratz
-1
/
+5
2021-07-05
Auto merge of #86674 - Aaron1011:new-querify-limits, r=michaelwoerister
bors
-1
/
+2
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-1
/
+1
2021-07-04
Auto merge of #86866 - nikomatsakis:issue-84841, r=oli-obk
bors
-0
/
+9
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-1
/
+2
2021-07-04
tag issues with FIXME
Niko Matsakis
-1
/
+1
2021-07-04
be conservative in has_significant_drop
Niko Matsakis
-0
/
+9
2021-07-03
Use `BoundVarsCollector` for now
Yuki Okushi
-1
/
+5
2021-05-14
add new attribute rustc_insignificant_dtor and a query to check if a type has...
Dhruv Jauhar
-0
/
+33
2021-04-27
move `representability` out of `rustc_middle`
lcnr
-189
/
+2
2021-03-31
Cleanups and comments
Jack Huey
-1
/
+0
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-4
/
+4
2021-03-31
Track bound vars
Jack Huey
-1
/
+1
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-1
/
+1
2021-03-29
Remove a FIXME resolved by #73578
JohnTitor
-1
/
+0
2021-03-26
Use iter::zip in compiler/
Josh Stone
-4
/
+2
2021-03-21
Don't consider !Unpin references as noalias
Nikita Popov
-0
/
+40
2021-01-18
Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in...
LeSeulArtichaut
-7
/
+7
2020-12-18
Make BoundRegion have a kind of BoungRegionKind
Jack Huey
-1
/
+2
2020-12-04
check the recursion limit when finding struct tail
SNCPlay42
-2
/
+8
[next]