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_save_analysis
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-20
Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk
bors
-1
/
+1
2022-02-19
Adopt let else in more places
est31
-12
/
+6
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-1
/
+1
2022-02-12
change to a struct variant
Ellen
-2
/
+2
2022-02-02
More let_else adoptions
est31
-0
/
+1
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+1
2022-01-31
Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726
Matthias Krüger
-1
/
+1
2022-01-19
Correctly handle starts in block doc comments
Guillaume Gomez
-2
/
+2
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-4
/
+4
2022-01-07
Add `trait_item_def_id` to `AssocItem`
Matthew Jasper
-7
/
+5
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-1
/
+1
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-14
fix clippy::single_char_pattern perf findings
Matthias Krüger
-1
/
+1
2021-11-07
Give inline const separate DefKind
Gary Guo
-0
/
+1
2021-11-06
Improve terminology around "after typeck"
pierwill
-1
/
+1
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-1
/
+1
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-2
/
+2
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-1
/
+0
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-44
/
+45
2021-07-10
rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`
Vadim Petrochenkov
-1
/
+1
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-1
/
+4
2021-07-01
Rename all_crate_nums query to crates and remove useless wrapper
bjorn3
-2
/
+2
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-4
/
+1
2021-06-04
Remove `doc(include)`
Joshua Nelson
-14
/
+0
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-1
/
+4
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-2
/
+2
2021-05-12
Use () for codegen queries.
Camille GILLOT
-1
/
+1
2021-05-12
Use () for privacy.
Camille GILLOT
-1
/
+1
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-2
/
+2
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-1
/
+1
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-2
/
+2
2021-03-27
Fix compiler docs
Joshua Nelson
-1
/
+1
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-14
/
+4
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-2
/
+2
2021-03-09
Remove hir::Item::attrs.
Camille GILLOT
-10
/
+11
2021-03-09
Remove hir::ImplItem::attrs.
Camille GILLOT
-3
/
+3
2021-03-09
Remove hir::TraitItem::attrs.
Camille GILLOT
-3
/
+3
2021-03-09
Remove hir::ForeignItem::attrs.
Camille GILLOT
-4
/
+5
2021-03-09
Remove hir::StructField::attrs.
Camille GILLOT
-2
/
+3
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-2
/
+6
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-1
/
+1
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-2
/
+2
2020-12-22
Rework beautify_doc_string so that it returns a Symbol instead of a String
Guillaume Gomez
-1
/
+1
[next]