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
Age
Commit message (
Expand
)
Author
Lines
2021-11-07
Give inline const separate DefKind
Gary Guo
-0
/
+1
2021-11-04
clippy::perf fixes
Matthias Krüger
-2
/
+2
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-05
Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister
bors
-1
/
+1
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-1
/
+1
2021-10-02
Consistently use 'supertrait'.
Bruce Mitchener
-1
/
+1
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-7
/
+7
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-1
/
+0
2021-09-07
Don't move ?Trait bounds to param bounds if they're in where clauses
jackh726
-1
/
+0
2021-09-02
Rename walk_crate.
Camille GILLOT
-1
/
+1
2021-09-02
Stop using walk_crate.
Camille GILLOT
-1
/
+1
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-0
/
+8
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-44
/
+45
2021-08-15
Include (potentially remapped) working dir in crate hash
Aaron Hill
-1
/
+2
2021-07-31
rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables
Vadim Petrochenkov
-24
/
+28
2021-07-30
Do not discard `?Sized` type params and suggest their removal
Esteban Küber
-0
/
+1
2021-07-25
Introduce OwnerNode::Crate.
Camille GILLOT
-4
/
+5
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
-7
/
+5
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
-5
/
+7
2021-06-04
Remove `doc(include)`
Joshua Nelson
-14
/
+0
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-7
/
+5
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
-10
/
+12
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
-9
/
+4
2021-05-05
Revamp RealFileName public methods
Andy Wang
-2
/
+7
2021-05-05
Use RealFileName for Session::working_dir as it may also be remapped
Andy Wang
-2
/
+2
2021-05-05
Rename RealFileName::Named to LocalPath and Devirtualized to Remapped
Andy Wang
-3
/
+5
2021-03-30
Remove hir::CrateItem.
Camille GILLOT
-10
/
+5
2021-03-27
Fix compiler docs
Joshua Nelson
-1
/
+1
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-14
/
+4
2021-03-25
Auto merge of #83424 - cjgillot:noparam, r=lcnr
bors
-9
/
+0
2021-03-23
GenericParam does not need to be a HIR owner.
Camille GILLOT
-9
/
+0
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-3
/
+4
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-6
/
+6
2021-03-09
Remove hir::Item::attrs.
Camille GILLOT
-16
/
+20
2021-03-09
Remove hir::ImplItem::attrs.
Camille GILLOT
-4
/
+5
2021-03-09
Remove hir::TraitItem::attrs.
Camille GILLOT
-9
/
+8
2021-03-09
Remove hir::ForeignItem::attrs.
Camille GILLOT
-4
/
+5
2021-03-09
Remove hir::StructField::attrs.
Camille GILLOT
-2
/
+3
2021-03-09
Remove hir::Variant::attrs.
Camille GILLOT
-10
/
+6
2021-03-09
Remove hir::Crate::attrs.
Camille GILLOT
-2
/
+3
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-8
/
+8
[next]