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
/
sig.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-16
Remove save-analysis.
Nicholas Nethercote
-931
/
+0
2023-01-31
Review changes
Maybe Waffle
-3
/
+2
2023-01-30
Use `Mutability::{is_mut, is_not}`
Maybe Waffle
-2
/
+1
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-35
/
+45
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-1
/
+1
2022-11-27
Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors
bors
-1
/
+1
2022-11-23
Add `Mutability::{is_mut,is_not}`
Maybe Waffle
-2
/
+2
2022-11-23
Separate lifetime ident from resolution in HIR.
Camille GILLOT
-1
/
+1
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-2
/
+2
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-5
/
+5
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-1
/
+1
2022-09-09
Handle generic parameters.
Camille GILLOT
-7
/
+8
2022-09-09
RPITIT placeholder items
Michael Goulet
-0
/
+5
2022-04-30
Store all generic bounds as where predicates.
Camille GILLOT
-25
/
+0
2022-02-24
resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros
Vadim Petrochenkov
-1
/
+1
2022-02-12
change to a struct variant
Ellen
-1
/
+1
2022-01-03
review
lcnr
-5
/
+1
2021-12-23
implement `generic_arg_infer` for array lengths
lcnr
-2
/
+6
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-1
/
+1
2021-12-15
Remove unnecessary sigils around `Ident::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-13
Keep info on pre-desugaring expression for better "incorrect `.await`" sugges...
Esteban Kuber
-1
/
+1
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-0
/
+8
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-3
/
+4
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-4
/
+4
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-12
/
+12
2021-02-15
Use ItemId as a strongly typed index.
Camille GILLOT
-1
/
+1
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-2
/
+2
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
-1
/
+5
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-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-09-10
use push(char) instead of push_str(&str) to add single chars to strings
Matthias Krüger
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+930