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_query_impl
/
src
Age
Commit message (
Expand
)
Author
Lines
2022-07-30
Use LocalDefId for closures more
Cameron Steffen
-0
/
+10
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-3
/
+3
2022-07-14
Use constant eval to do strict validity checks
5225225
-1
/
+11
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-2
/
+1
2022-07-06
Use a dedicated DepKind for the forever-red node.
Camille GILLOT
-0
/
+11
2022-07-06
Create a forever red node and use it to force side effects.
Camille GILLOT
-11
/
+0
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-10
/
+21
2022-07-06
Rollup merge of #98881 - cjgillot:q-def-kind, r=fee1-dead
Dylan DPC
-5
/
+8
2022-07-05
Clarify the behaviour from inside the query system.
Camille GILLOT
-5
/
+8
2022-07-04
Only compute DefKind through the query.
Camille GILLOT
-1
/
+1
2022-06-29
get rid of `tcx` in deadlock handler when parallel compilation
SparrowLii
-5
/
+2
2022-06-17
Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister
bors
-3
/
+2
2022-06-16
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-68
/
+27
2022-06-15
Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3
Yuki Okushi
-6
/
+6
2022-06-14
Separate `source_span` and `expn_that_defined` from `Definitions`.
Camille GILLOT
-3
/
+2
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-6
/
+6
2022-06-13
Integrate measureme's hardware performance counter support.
Eduard-Mihai Burtescu
-0
/
+3
2022-06-10
Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
Nicholas Nethercote
-27
/
+68
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-6
/
+6
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-6
/
+6
2022-06-08
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-68
/
+27
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-87
/
+71
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-06-03
Remove emit_unit
bjorn3
-5
/
+0
2022-06-01
Lazify `SourceFile::lines`.
Nicholas Nethercote
-1
/
+1
2022-05-28
Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ...
Michael Goulet
-5
/
+5
2022-05-28
Initial fixes on top of type interner commit
Michael Goulet
-1
/
+1
2022-05-28
Move things to rustc_type_ir
Wilco Kusee
-6
/
+8
2022-05-21
Auto merge of #97239 - jhpratt:remove-crate-vis, r=joshtriplett
bors
-2
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-2
/
+1
2022-05-13
Cache more queries on disk.
Camille GILLOT
-5
/
+19
2022-05-08
Move lint expectation checking into a separate query (RFC 2383)
xFrednet
-0
/
+10
2022-05-04
Enable tracing for all queryies
Oli Scherer
-0
/
+3
2022-04-21
implement (as of now still unused) query for valtree -> constvalue conversion
b-naber
-0
/
+11
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-2
/
+2
2022-03-30
rework implementation for inherent impls for builtin types
lcnr
-0
/
+20
2022-02-27
Auto merge of #94084 - Mark-Simulacrum:drop-sharded, r=cjgillot
bors
-9
/
+8
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-21
Auto merge of #94066 - Mark-Simulacrum:factor-out-simple-def-kind, r=davidtwco
bors
-26
/
+4
2022-02-20
Delete QueryLookup
Mark Rousskov
-2
/
+1
2022-02-20
Move Sharded maps into each QueryCache impl
Mark Rousskov
-7
/
+7
2022-02-17
Remove SimpleDefKind
Mark Rousskov
-26
/
+4
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-4
/
+5
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-2
/
+2
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-2
/
+2
2022-02-09
Auto merge of #93741 - Mark-Simulacrum:global-job-id, r=cjgillot
bors
-12
/
+22
2022-02-09
Auto merge of #93724 - Mark-Simulacrum:drop-query-stats, r=michaelwoerister
bors
-115
/
+0
2022-02-08
Switch QueryJobId to a single global counter
Mark Rousskov
-12
/
+22
2022-02-08
14956 -> 14952 exports
klensy
-2
/
+2
2022-02-07
15221 -> 14956 exports
klensy
-1
/
+1
[next]