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_hir
/
src
/
def.rs
Age
Commit message (
Expand
)
Author
Lines
2022-06-21
Always create parameters for functions-like types.
Camille GILLOT
-2
/
+1
2022-06-19
Leave the responsibility to create `Fresh` lifetimes to lowering.
Camille GILLOT
-1
/
+3
2022-06-14
Make ResolverAstLowering a struct.
Camille GILLOT
-1
/
+41
2022-05-31
Apply track_caller to closure on `expect_non_local()`
Yuki Okushi
-1
/
+4
2022-05-30
Default methods of traits are also AssocFn defs as they essentially desugar t...
Oli Scherer
-0
/
+1
2022-05-09
review
lcnr
-0
/
+37
2022-05-07
Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors
bors
-0
/
+1
2022-05-03
Auto merge of #95380 - compiler-errors:unit-destructure-assign, r=nikomatsakis
bors
-0
/
+5
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-0
/
+1
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-4
/
+2
2022-04-10
Avoid accessing HIR from MIR queries.
Camille GILLOT
-0
/
+8
2022-04-06
Fix unit struct/enum variant in destructuring assignment
Michael Goulet
-0
/
+5
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-3
/
+3
2022-02-20
Make node_id_to_hir_id owner-local.
Camille GILLOT
-0
/
+13
2022-02-12
trailing whitespace
Ellen
-6
/
+6
2022-02-12
change docs on `Res::SelfTy`
Ellen
-27
/
+35
2022-02-12
change to a struct variant
Ellen
-9
/
+9
2021-12-13
Remove invalid doc links.
Amanieu d'Antras
-1
/
+1
2021-12-04
Use IntoIterator for array impl everywhere.
Mara Bos
-3
/
+3
2021-11-07
Give inline const separate DefKind
Gary Guo
-1
/
+6
2021-09-10
rustc: Remove local variable IDs from `Export`s
Vadim Petrochenkov
-0
/
+5
2021-08-30
remove lazy_normalization_consts
Ellen
-1
/
+1
2021-07-25
clippy::filter_map_identity
Matthias Krüger
-1
/
+1
2021-04-07
Document `Res` and its friends
Camelid
-13
/
+142
2021-01-17
resolve: Reject ambiguity built-in attr vs different built-in attr
Vadim Petrochenkov
-3
/
+4
2020-11-19
resolve: Introduce a separate `NonMacroAttrKind` for legacy derive helpers
Vadim Petrochenkov
-2
/
+9
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-0
/
+5
2020-10-23
add tests for self with const params
Bastian Kauschke
-1
/
+3
2020-10-03
Replace some once(x).chain(once(y)) with [x, y] IntoIter
Scott McMurray
-3
/
+1
2020-09-13
review, improve note span
Bastian Kauschke
-4
/
+6
2020-09-13
allow concrete self types in consts
Bastian Kauschke
-1
/
+8
2020-09-05
[WIP] give better errors for broken intra doc links
Joshua Nelson
-0
/
+9
2020-08-30
mv compiler to compiler/
mark
-0
/
+469