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
/
persist
Age
Commit message (
Expand
)
Author
Lines
2023-03-23
Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk
Matthias Krüger
-4
/
+4
2023-03-21
Use local key in providers
Michael Goulet
-1
/
+1
2023-03-16
Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`
John Kåre Alsaker
-4
/
+4
2023-03-08
Only compute the crate hash when necessary.
Nicholas Nethercote
-1
/
+3
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-3
/
+5
2023-01-30
incremental: migrate diagnostics
David Wood
-200
/
+91
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-6
/
+3
2022-12-07
Use `Symbol` for the crate name instead of `String`/`str`
Oli Scherer
-2
/
+3
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-3
/
+3
2022-11-24
make `error_reported` check for delayed bugs
Boxy
-3
/
+3
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-4
/
+4
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-1
/
+1
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-4
/
+4
2022-08-01
Remove trait_of_item query.
Camille GILLOT
-1
/
+1
2022-07-20
Remove unused StableMap and StableSet types from rustc_data_structures
Michael Woerister
-1
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-8
/
+8
2022-07-06
incr: cache dwarf objects in work products
David Wood
-38
/
+37
2022-06-18
Auto merge of #98153 - nnethercote:fix-MissingDoc-quadratic-behaviour, r=cjgi...
bors
-2
/
+1
2022-06-16
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-1
/
+1
2022-06-16
Remove unused `hir_id` arg from `visit_attribute`.
Nicholas Nethercote
-2
/
+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
-4
/
+4
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-4
/
+4
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
-50
/
+28
2022-06-06
Make saved_file field of WorkProduct non-optional
bjorn3
-30
/
+21
2022-06-06
Factor Option out of copy_cgu_workproduct_to_incr_comp_cache_dir call
bjorn3
-17
/
+13
2022-06-06
Avoid an unnecessary clone for copy_cgu_workproduct_to_incr_comp_cache_dir calls
bjorn3
-2
/
+2
2022-05-10
only_local: always check for misuse
lcnr
-5
/
+2
2022-04-09
replace tcx.hir().item with tcx.def_span query
Miguel Guarniz
-9
/
+6
2022-04-08
remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_m...
Miguel Guarniz
-19
/
+0
2022-04-08
remove some uses of visit_all_item_likes in incremental, metadata and interfa...
Miguel Guarniz
-1
/
+22
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-25
incr. comp.: Let compiler retry finalizing session directory a few times.
Michael Woerister
-2
/
+23
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-6
/
+5
2022-03-03
all: fix some typos
cuishuang
-1
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-7
/
+7
2022-02-19
Adopt let else in more places
est31
-32
/
+21
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-12
/
+3
2022-01-17
Rollup merge of #92825 - pierwill:rustc-version-force-rename, r=Mark-Simulacrum
Matthias Krüger
-1
/
+1
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-4
/
+4
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-2
/
+1
2022-01-12
Rename environment variable for overriding rustc version
pierwill
-1
/
+1
2022-01-09
eplace usages of vec![].into_iter with [].into_iter
Lucas Kent
-5
/
+5
2021-12-21
Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query result
Aaron Hill
-2
/
+40
2021-12-13
Remove `in_band_lifetimes` from `rustc_incremental`
Peter Jaszkowiak
-4
/
+4
2021-12-10
Rollup merge of #91625 - est31:remove_indexes, r=oli-obk
Matthias Krüger
-1
/
+1
2021-12-09
Remove redundant [..]s
est31
-1
/
+1
[next]