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
/
sty.rs
Age
Commit message (
Expand
)
Author
Lines
2021-12-29
Refactor variance diagnostics to work with more types
Aaron Hill
-20
/
+10
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-1
/
+1
2021-12-14
Use `tcx.def_path_hash` in `ExistentialPredicate.stable_cmp`
Aaron Hill
-1
/
+1
2021-12-12
Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"
Deadbeef
-3
/
+1
2021-12-03
Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"
Santiago Pastorino
-1
/
+3
2021-12-02
Auto merge of #91455 - matthiaskrgr:rollup-gix2hy6, r=matthiaskrgr
bors
-8
/
+11
2021-11-30
re-format with new rustfmt
Mark Rousskov
-8
/
+11
2021-11-29
Completely remove ConstnessAnd
Oli Scherer
-3
/
+1
2021-11-26
Make `TypeFoldable` implementors short-circuit on error
LeSeulArtichaut
-0
/
+12
2021-11-25
Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebank
Matthias Krüger
-1
/
+1
2021-11-23
Derive Ord and PartialOrd for TraitRef
Michael Goulet
-1
/
+1
2021-11-22
Use `derive_default_enum` in the compiler
Jacob Pratt
-7
/
+2
2021-11-18
fix CTFE/Miri simd_insert/extract on array-style repr(simd) types
Ralf Jung
-0
/
+5
2021-11-16
Rollup merge of #90910 - RalfJung:const-discriminant-empty-enum, r=petrochenkov
Yuki Okushi
-1
/
+3
2021-11-14
fix getting the discriminant of a zero-variant enum
Ralf Jung
-1
/
+3
2021-11-11
Use `associated_item_def_ids` more
Matthew Jasper
-4
/
+4
2021-11-07
Implement type inference for inline consts
Gary Guo
-0
/
+60
2021-10-20
Add polarity to TraitPredicate
Santiago Pastorino
-0
/
+1
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
[next]