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_incremental
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-14
/
+0
2021-03-22
Only enable assert_dep_graph when query-dep-graph is enabled.
Camille GILLOT
-0
/
+8
2021-03-22
Auto merge of #83273 - cjgillot:endecode, r=michaelwoerister
bors
-0
/
+1
2021-03-19
Move raw bytes handling to Encoder/Decoder.
Camille GILLOT
-0
/
+1
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-2
/
+2
2021-03-09
Deduplicate unchecked_attrs errors.
Camille GILLOT
-2
/
+3
2021-03-09
Track HirId when visiting attributes.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::Crate::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Access attrs directly from HirId in rustc_incremental::assert_dep_graph.
Camille GILLOT
-6
/
+7
2021-02-18
Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.
Eduard-Mihai Burtescu
-4
/
+4
2021-02-15
Use less HirId when referring to items.
Camille GILLOT
-14
/
+14
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-2
/
+2
2021-01-19
Auto merge of #80957 - tgnottingham:direct_serialize_depgraph, r=michaelwoeri...
bors
-75
/
+7
2021-01-12
Serialize dependency graph directly from DepGraph
Tyson Nottingham
-75
/
+7
2021-01-12
Remove DepKind::CrateMetadata and pre-allocation of DepNodes
Tyson Nottingham
-11
/
+0
2021-01-11
Serialize incr comp structures to file via fixed-size buffer
Tyson Nottingham
-39
/
+47
2021-01-06
Optimize away some `fs::metadata` calls.
Dan Gohman
-32
/
+34
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-3
/
+3
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-1
/
+1
2020-12-01
Auto merge of #74967 - Aaron1011:feature/incr-def-path-table, r=pnkfelix
bors
-2
/
+6
2020-11-26
Remove ForeignMod struct.
Camille GILLOT
-1
/
+1
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-0
/
+4
2020-11-25
Fix rebase fallout
Aaron Hill
-2
/
+7
2020-11-25
Lazy DefPath decoding for incremental compilation
Aaron Hill
-4
/
+3
2020-11-19
Only create `OnDiskCache` in incremental compilation mode
Aaron Hill
-4
/
+11
2020-11-07
Allow making `RUSTC_BOOTSTRAP` conditional on the crate name
Joshua Nelson
-12
/
+21
2020-10-28
Delete files immediately, instead of collecting into vector
Dániel Buga
-20
/
+17
2020-10-28
Avoid reallocating cgu_path_components
Dániel Buga
-2
/
+4
2020-10-28
Clean up encode_dep_graph
Dániel Buga
-12
/
+5
2020-10-28
Fix typos and replace static vector with slice
Dániel Buga
-8
/
+8
2020-09-23
/nightly/nightly-rustc
Erik Hofmayer
-1
/
+1
2020-09-23
Updated html_root_url for compiler crates
Erik Hofmayer
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+2912