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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-06-06
Add variance-related information to lifetime error messages
Aaron Hill
-1
/
+1
2021-06-04
Always go through the expn_that_defined query.
Camille GILLOT
-14
/
+3
2021-06-02
Restrict access to crate_name.
Camille GILLOT
-1
/
+1
2021-06-02
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+3
2021-05-30
Remove CrateNum::ReservedForIncrCompCache
bjorn3
-1
/
+1
2021-05-12
Use () for inherent_impls.
Camille GILLOT
-2
/
+2
2021-05-12
Use () for HIR queries.
Camille GILLOT
-1
/
+0
2021-04-29
Implement RFC 1260 with feature_name `imported_main`.
Charles Lew
-0
/
+14
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-4
/
+27
2021-03-31
Track bound vars
Jack Huey
-7
/
+7
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-16
/
+16
2021-03-31
Add u32 for bound variables to Binder
Jack Huey
-2
/
+2
2021-03-27
Address more review comments
Joshua Nelson
-0
/
+5
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-19
/
+0
2021-03-23
Add query for const_param_default
kadmin
-0
/
+1
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-1
/
+1
2021-03-12
Implement valtree
Oli Scherer
-1
/
+1
2021-03-10
Moved more of the capture related types into closure.rs
Nicholas-Baron
-170
/
+0
2021-03-10
Moved more types into upvar.rs (now named closure.rs)
Nicholas-Baron
-97
/
+3
2021-03-10
Moved all Adt* types to adt.rs
Nicholas-Baron
-467
/
+6
2021-03-10
Moved all Assoc* types to assoc.rs.
Nicholas-Baron
-162
/
+3
2021-03-10
Moved types starting with 'Generic' into generics.rs.
Nicholas-Baron
-248
/
+2
2021-03-10
Moved UpVar* types to a separate file.
Nicholas-Baron
-64
/
+2
2021-03-10
Grouped some ungrouped use and mod lines.
Nicholas-Baron
-35
/
+19
2021-03-06
Change x64 size checks to not apply to x32.
Harald van Dijk
-2
/
+2
2021-03-04
Remove a dead code path
Oli Scherer
-1
/
+4
2021-03-01
Box generator-related Body fields
Dániel Buga
-1
/
+1
2021-02-26
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+1
2021-02-19
Move the query system to rustc_query_impl.
Camille GILLOT
-2
/
+0
2021-02-13
Make ProjectionTy::trait_ref truncate substs again
Matthew Jasper
-1
/
+15
2021-01-29
Fix typos
Aman Arora
-0
/
+2
2021-01-29
Fix incorrect use mut diagnostics
Aman Arora
-0
/
+9
2021-01-29
Compute mutability of closure captures
Aman Arora
-1
/
+7
2021-01-28
Rollup merge of #81062 - sexxi-goose:precise_capture_diagnostics, r=nikomatsakis
Yuki Okushi
-2
/
+19
2021-01-28
Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis
Yuki Okushi
-81
/
+55
2021-01-26
Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank
bors
-4
/
+4
2021-01-18
Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in...
LeSeulArtichaut
-0
/
+51
2021-01-18
Move a few more types to `rustc_type_ir`
LeSeulArtichaut
-81
/
+4
2021-01-17
Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr
bors
-121
/
+39
2021-01-17
Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa...
Mara Bos
-1
/
+40
2021-01-17
Don't derive TyEncodable/TyDecodable for Binder
Jack Huey
-1
/
+1
2021-01-17
Impl EncodableWithShorthand for PredicateKind
Jack Huey
-1
/
+1
2021-01-16
Can't use EncodableWithShorthand for Predicate
Jack Huey
-5
/
+0
2021-01-16
More review comments
Jack Huey
-10
/
+9
2021-01-16
Review changes
Jack Huey
-47
/
+37
2021-01-16
Cleanup
Jack Huey
-30
/
+5
2021-01-16
Cleanup
Jack Huey
-21
/
+11
2021-01-16
Remove PredicateKind
Jack Huey
-16
/
+14
2021-01-16
Intermediate formatting and such
Jack Huey
-12
/
+8
2021-01-16
Remove PredicateKind::Atom
Jack Huey
-35
/
+10
[prev]
[next]