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
/
sty.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-24
Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis
Jubilee
-2
/
+5
2021-09-17
introduce new fallback algorithm
Niko Matsakis
-0
/
+8
2021-09-15
Remove ToPolyTraitRef impl for TraitRef
jackh726
-2
/
+5
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-2
/
+2
2021-08-27
Add `ty::BoundConstness`
Deadbeef
-1
/
+1
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-10
/
+10
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-2
/
+2
2021-08-13
move Constness into TraitPredicate
Deadbeef
-1
/
+4
2021-07-05
Convert `debug_assert!` to `assert!` in `Binder::dummy`
Yuki Okushi
-1
/
+1
2021-07-03
Remove `ty::Binder::bind()`
Yuki Okushi
-8
/
+0
2021-06-27
Derive `Copy` for `VarianceDiagInfo`
Aaron Hill
-2
/
+2
2021-06-23
Use HTTPS links where possible
Smitty
-2
/
+2
2021-06-06
Add variance-related information to lifetime error messages
Aaron Hill
-0
/
+52
2021-06-05
Auto merge of #85919 - workingjubilee:simd-ptrs-are-valid, r=petrochenkov
bors
-5
/
+0
2021-06-02
Inline is_machine into check_simd
Jubilee Young
-8
/
+0
2021-06-02
Add `Ty::is_union` predicate and use it
Tomasz Miąsko
-0
/
+5
2021-06-02
Implement `Ty::is_enum` using `matches!`
Tomasz Miąsko
-4
/
+1
2021-06-01
Allow raw pointers in SIMD types
Jubilee Young
-1
/
+4
2021-05-22
Make THIR building a stealable query
LeSeulArtichaut
-1
/
+1
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-2
/
+2
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-34
/
+33
2021-03-31
Track bound vars
Jack Huey
-43
/
+26
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-41
/
+41
2021-03-31
count bound vars
Jack Huey
-6
/
+44
2021-03-31
Add u32 for bound variables to Binder
Jack Huey
-10
/
+11
2021-03-27
Address more review comments
Joshua Nelson
-0
/
+14
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-80
/
+1
2021-03-26
fix doc comment for `ty::Dynamic
lcnr
-1
/
+1
2021-03-06
Change x64 size checks to not apply to x32.
Harald van Dijk
-1
/
+1
2021-02-26
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+4
2021-02-24
Auto merge of #82159 - BoxyUwU:uwu, r=varkor
bors
-47
/
+0
2021-02-23
yeet
Ellen
-47
/
+0
2021-02-18
Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726
Dylan DPC
-29
/
+41
2021-02-15
Parameterize `DynMetadata` over its `dyn SomeTrait` type
Simon Sapin
-1
/
+4
2021-02-15
Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function
Simon Sapin
-0
/
+45
2021-02-13
Make ProjectionTy::trait_ref truncate substs again
Matthew Jasper
-11
/
+26
2021-02-13
Avoid `trait_ref` when lowering ExistentialProjections
Matthew Jasper
-5
/
+18
2021-02-13
Remove ProjectionTy::from_ref_and_name
Matthew Jasper
-16
/
+0
2021-02-12
Auto merge of #81744 - rylev:overlapping-early-exit2, r=lcnr
bors
-0
/
+9
2021-02-12
Short circuit full corherence check when dealing with types with different re...
Ryan Levick
-0
/
+9
2021-02-04
use generic arguments of associated item in trait_ref method
b-naber
-1
/
+9
2021-02-02
Bump rustfmt version
Mark Rousskov
-2
/
+8
2021-01-18
Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in...
LeSeulArtichaut
-9
/
+8
2021-01-18
Move a few more types to `rustc_type_ir`
LeSeulArtichaut
-56
/
+1
2021-01-17
Whitespace and typo
Jack Huey
-1
/
+1
2021-01-17
Add comment about Encodable/Decodable impl
Jack Huey
-0
/
+2
2021-01-17
Don't derive TyEncodable/TyDecodable for Binder
Jack Huey
-1
/
+1
2021-01-14
Don't ICE when computing a layout of a generator tainted by errors
Tomasz Miąsko
-2
/
+2
2020-12-27
Also show the displayed version of IntVar and FloatVar
Camelid
-2
/
+2
[next]