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_system
/
src
/
dep_graph
/
serialized.rs
Age
Commit message (
Expand
)
Author
Lines
2024-08-29
Add `warn(unreachable_pub)` to `rustc_query_system`.
Nicholas Nethercote
-3
/
+3
2024-08-20
fix: simple typo in compiler directory
c8ef
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+9
2024-05-21
Add a footer in FileEncoder and check for it in MemDecoder
Ben Kimock
-7
/
+3
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-11
remove some things that do not need to be
Matthias Krüger
-6
/
+1
2024-03-23
Add some comments and do some renames
John Kåre Alsaker
-3
/
+21
2024-03-23
Encode dep graph edges directly from the previous graph when promoting
John Kåre Alsaker
-32
/
+148
2024-03-12
Rollup merge of #122245 - saethlin:check-dep-graph-size, r=petrochenkov
Jubilee
-3
/
+7
2024-03-09
Detect truncated incr comp files
Ben Kimock
-3
/
+7
2024-03-06
Avoid the double lock around `EncoderState`
John Kåre Alsaker
-7
/
+9
2024-03-06
Add a profiler reference to `GraphEncoder`
John Kåre Alsaker
-6
/
+7
2024-02-22
Fix typo in serialized.rs
Ikko Eltociear Ashimine
-1
/
+1
2024-01-14
Inline 2 functions that appear in dep-graph profiles.
Camille GILLOT
-0
/
+1
2023-12-12
clippy::complexity fixes
Matthias Krüger
-13
/
+1
2023-11-22
Replace `custom_encodable` with `encodable`.
Nicholas Nethercote
-0
/
+1
2023-11-16
Reduce exposure of things.
Nicholas Nethercote
-1
/
+1
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-50
/
+57
2023-09-20
Auto merge of #115542 - saethlin:fileencoder-is-bufwriter, r=WaffleLapkin
bors
-3
/
+5
2023-09-20
PR feedback
Ben Kimock
-4
/
+1
2023-09-12
Use `UnhashMap` for the index
John Kåre Alsaker
-2
/
+3
2023-09-12
Encode the number of dep kinds encountered in the dep graph
John Kåre Alsaker
-3
/
+15
2023-09-12
Store a index per dep node kind
John Kåre Alsaker
-7
/
+14
2023-09-10
Reimplement FileEncoder with a small-write optimization
Ben Kimock
-3
/
+8
2023-09-06
Add comments with the same level of detail as the PR description
Ben Kimock
-7
/
+40
2023-09-04
Use a specialized varint + bitpacking scheme for DepGraph encoding
Ben Kimock
-28
/
+256
2023-04-26
Auto merge of #110634 - saethlin:pointy-decoder, r=cjgillot
bors
-9
/
+7
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-23
Rewrite MemDecoder around pointers not a slice
Ben Kimock
-9
/
+7
2023-03-25
Optimize `incremental_verify_ich`
John Kåre Alsaker
-5
/
+0
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-2
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-8
/
+5
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-2
/
+1
2022-12-18
Make `#[max]` an attribute in `newtype_index`
Nilstrieb
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
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
-14
/
+11
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-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
[next]