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
Age
Commit message (
Expand
)
Author
Lines
2023-03-29
Check for escape sequences in Fluent resources
clubby789
-1
/
+1
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-12
Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot
bors
-1
/
+3
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-03-08
Only compute the crate hash when necessary.
Nicholas Nethercote
-1
/
+3
2023-03-03
Match unmatched backticks in compiler/ that are part of rustdoc
est31
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+123
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-12
/
+16
2023-01-30
incremental: migrate diagnostics
David Wood
-252
/
+497
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-8
/
+8
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-4
/
+1
2022-12-18
don't restuct references just to reborrow
Matthias Krüger
-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-10
Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki
Yuki Okushi
-1
/
+1
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-1
/
+1
2022-09-29
Remove from compiler/ crates
reez12g
-1
/
+0
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-4
/
+4
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
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
-2
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-12
/
+12
2022-07-07
Rollup merge of #98844 - cjgillot:deep-visit, r=jyn514
Matthias Krüger
-1
/
+1
2022-07-07
Reword comments and rename HIR visiting methods.
Camille GILLOT
-1
/
+1
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-07
Rollup merge of #97058 - bjorn3:multi_artifact_work_products, r=nagisa
Dylan DPC
-47
/
+34
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-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-13
rename visit item-like methods
Miguel Guarniz
-1
/
+1
2022-05-13
remove ItemLikeVisitor and DeepVisitor
Miguel Guarniz
-1
/
+1
2022-05-10
only_local: always check for misuse
lcnr
-5
/
+2
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-1
/
+2
[next]