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
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
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
2021-10-07
Add support for artifact size profiling
Ryan Levick
-3
/
+7
2021-09-15
Use explicit log level in tracing instrument macro
Tomasz Miąsko
-2
/
+2
2021-06-01
Remove unused functions and arguments from rustc_serialize
bjorn3
-6
/
+6
2021-05-22
Get rid of PreviousDepGraph.
Camille GILLOT
-5
/
+35
2021-03-31
Enable debugging the dep-graph without debug-assertions.
Camille GILLOT
-9
/
+5
2021-03-30
Also profile finishing the encoding.
Camille GILLOT
-1
/
+2
2021-03-30
Adjust profiling.
Camille GILLOT
-0
/
+3
2021-03-30
Address review.
Camille GILLOT
-8
/
+9
2021-03-30
Add documentation.
Camille GILLOT
-0
/
+12
2021-03-30
Simplify tracking the encoder state.
Camille GILLOT
-80
/
+72
2021-03-30
Remove the parallel version.
Camille GILLOT
-135
/
+13
2021-03-30
Fix parallel compiler.
Camille GILLOT
-1
/
+3
2021-03-30
Fix tests.
Camille GILLOT
-1
/
+8
2021-03-30
Do not allocate in decoder.
Camille GILLOT
-24
/
+34
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-74
/
+352
2021-01-12
Serialize dependency graph directly from DepGraph
Tyson Nottingham
-1
/
+78
2020-12-22
rustc_query_system: share previous graph edges with current graph
Tyson Nottingham
-1
/
+6
2020-08-30
mv compiler to compiler/
mark
-0
/
+45