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_query_system
/
src
/
dep_graph
Age
Commit message (
Expand
)
Author
Lines
2022-10-01
Allow query system to recover a HirId.
Camille GILLOT
-1
/
+5
2022-09-25
Move the `codegen_unit` debug assert from `rustc_query_system` to `query_impl`
Joshua Nelson
-20
/
+0
2022-09-25
Move some more code from rustc_middle to rustc_query_system
Joshua Nelson
-0
/
+12
2022-09-25
Move functions on `DepKindStruct` from rustc_middle to rustc_query_system
Joshua Nelson
-5
/
+52
2022-09-25
Move `DepKindStruct` from rustc_middle to rustc_query_system
Joshua Nelson
-1
/
+62
2022-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-5
/
+1
2022-09-14
Allow query system to recover a HirId.
Camille GILLOT
-1
/
+5
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-3
/
+3
2022-07-09
Auto merge of #99028 - tmiasko:inline, r=estebank
bors
-0
/
+1
2022-07-07
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+1
2022-07-07
Auto merge of #95573 - cjgillot:lower-query, r=michaelwoerister
bors
-14
/
+31
2022-07-06
Use a dedicated DepKind for the forever-red node.
Camille GILLOT
-6
/
+8
2022-07-06
Create a forever red node and use it to force side effects.
Camille GILLOT
-2
/
+20
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-11
/
+8
2022-07-06
incr: cache dwarf objects in work products
David Wood
-2
/
+6
2022-06-18
Remove `likely!` and `unlikely!` macro from compiler
Gary Guo
-1
/
+1
2022-06-16
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-1
/
+1
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-3
/
+3
2022-06-10
Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
Nicholas Nethercote
-1
/
+1
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-3
/
+3
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-3
/
+3
2022-06-08
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-1
/
+1
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-15
/
+12
2022-06-06
Make saved_file field of WorkProduct non-optional
bjorn3
-1
/
+1
2022-06-06
Remove unnecessary cgu name length hash
bjorn3
-1
/
+0
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-3
/
+3
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-28
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
Oli Scherer
-2
/
+0
2022-03-20
Take &mut Diagnostic in emit_diagnostic.
Camille GILLOT
-2
/
+2
2022-02-20
Delete Decoder::read_seq
Mark Rousskov
-10
/
+10
2022-02-20
Delete Decoder::read_seq_elt
Mark Rousskov
-1
/
+1
2022-02-20
Delete Decoder::read_struct_field
Mark Rousskov
-13
/
+11
2022-02-20
Delete Decoder::read_struct
Mark Rousskov
-22
/
+19
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-0
/
+2
2022-02-07
Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis
bors
-2
/
+0
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-2
/
+0
2022-02-02
Use Option::then in two places
est31
-1
/
+1
2022-01-22
Address review comments.
Nicholas Nethercote
-1
/
+0
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-9
/
+9
2022-01-08
Introduce new `TaskDepsRef` enum to track allow/ignore/forbid status
Aaron Hill
-55
/
+75
2022-01-08
Auto merge of #91919 - Aaron1011:query-recursive-read, r=michaelwoerister
bors
-0
/
+69
2021-12-23
Adjust wording of comment
Aaron Hill
-8
/
+13
2021-12-23
Address review comments
Aaron Hill
-1
/
+57
2021-12-23
Error if we try to read dep during deserialization
Aaron Hill
-0
/
+8
2021-12-21
Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query result
Aaron Hill
-0
/
+14
2021-10-20
Inline DepNodeParams methods.
Camille GILLOT
-1
/
+4
2021-10-20
Store node_intern_event_id in CurrentDepGraph.
Camille GILLOT
-22
/
+24
2021-10-20
Build jump table at runtime.
Camille GILLOT
-4
/
+4
2021-10-20
Invoke callbacks from rustc_middle.
Camille GILLOT
-4
/
+9
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-13
/
+16
[next]