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-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
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-3
/
+3
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-10
/
+7
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-89
/
+60
2021-02-15
Use ItemId as a strongly typed index.
Camille GILLOT
-2
/
+2
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
-19
/
+10
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-3
/
+3
2021-01-01
const_generics_defaults: don't use todo
Rémy Rakic
-1
/
+0
2021-01-01
first pass at default values for const generics
Julian Knodt
-2
/
+9
2020-12-22
Rework beautify_doc_string so that it returns a Symbol instead of a String
Guillaume Gomez
-1
/
+1
2020-11-26
Remove ForeignMod struct.
Camille GILLOT
-1
/
+1
2020-11-15
Rollup merge of #78352 - JohnTitor:issue-75229, r=Dylan-DPC
Dylan DPC
-2
/
+2
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-4
/
+6
2020-10-27
Show the inline stack of MIR lints that only occur after inlining
Oliver Scherer
-1
/
+3
2020-10-27
Rollup merge of #78349 - JohnTitor:issue-75962, r=davidtwco
Yuki Okushi
-6
/
+11
2020-10-25
Do not call `unwrap` with `signatures` option enabled
Yuki Okushi
-2
/
+2
2020-10-25
Fix small typos
Yuki Okushi
-3
/
+3
2020-10-25
Use its own `TypeckResults` to avoid ICE
Yuki Okushi
-3
/
+8
2020-10-22
fix save-analysis
Bastian Kauschke
-1
/
+11
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-09-10
use push(char) instead of push_str(&str) to add single chars to strings
Matthias Krüger
-2
/
+2
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-3
/
+3
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-23
/
+25
2020-08-30
mv compiler to compiler/
mark
-0
/
+3732