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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-1
/
+1
2021-07-16
Rollup merge of #87200 - oli-obk:fixup_fixup_opaque_types, r=nikomatsakis
Guillaume Gomez
-1
/
+1
2021-07-16
Infer all inference variables via InferCx
Oli Scherer
-1
/
+1
2021-07-06
Make resolutions a query.
Camille GILLOT
-0
/
+1
2021-07-06
Store macro parent module in ExpnData.
Camille GILLOT
-7
/
+5
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-0
/
+1
2021-07-01
Auto merge of #86190 - asquared31415:extern-main-86110-fix, r=varkor
bors
-1
/
+1
2021-06-30
Auto merge of #86695 - sexxi-goose:closure_size, r=nikomatsakis
bors
-0
/
+19
2021-06-28
Introduce -Zprofile-closures to evaluate the impact of 2229
Aman Arora
-0
/
+19
2021-06-28
Update other codegens to use tcx managed vtable allocations.
Charles Lew
-16
/
+2
2021-06-15
Refactor to make interpreter and codegen backend neutral to vtable internal r...
Charles Lew
-0
/
+16
2021-06-09
Fix ICE when `main` is declared in an `extern` block
asquared31415
-1
/
+1
2021-06-07
Remove ResolvedOpaqueTy and just use Ty, SubstsRef is already there
Santiago Pastorino
-1
/
+1
2021-06-07
Make OpaqueTypeKey the key of opaque types map
Santiago Pastorino
-0
/
+6
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
[next]