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
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
2020-11-16
words
lcnr
-0
/
+31
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-11-04
`u128` truncation and sign extension are not just interpreter related
oli
-6
/
+5
2020-10-19
fix Rvalue::ty for ThreadLocalRef
Ralf Jung
-0
/
+1
2020-10-19
fix static_ptr_ty for foreign statics, and more comments in check_unsafety
Ralf Jung
-0
/
+3
2020-10-15
mangling: non-monomorphic `#[rustc_symbol_name]`
David Wood
-16
/
+2
2020-10-14
Rollup merge of #77892 - est31:remove_redundant_absolute_paths, r=lcnr
Yuki Okushi
-2
/
+2
2020-10-13
Replace absolute paths with relative ones
est31
-2
/
+2
2020-10-10
Take functions by value
Dániel Buga
-1
/
+1
2020-10-09
Revert calculate_dtor signature change
Dániel Buga
-1
/
+1
2020-10-09
Add find_map_relevant_impl
Dániel Buga
-4
/
+4
2020-09-18
don't take `TyCtxt` by reference
Bastian Kauschke
-6
/
+4
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-20
/
+20
2020-08-30
mv compiler to compiler/
mark
-0
/
+1168