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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_privacy
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-2
/
+2
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-47
/
+67
2021-08-26
use `ty::Unevaluated` instead of def substs pair
lcnr
-2
/
+2
2021-08-26
make unevaluated const substs optional
lcnr
-2
/
+2
2021-08-26
require a `tcx` for `TypeVisitor`
lcnr
-0
/
+4
2021-08-24
Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser
bors
-3
/
+1
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-3
/
+1
2021-08-19
rustc_privacy: Replace `HirId`s and `DefId`s with `LocalDefId`s where possible
Vadim Petrochenkov
-63
/
+76
2021-08-13
move Constness into TraitPredicate
Deadbeef
-1
/
+1
2021-07-31
rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables
Vadim Petrochenkov
-81
/
+80
2021-07-26
Actually infer args in visitors
kadmin
-0
/
+7
2021-07-25
Add inferred args to typeck
kadmin
-10
/
+18
2021-07-25
Add generic arg infer
kadmin
-0
/
+25
2021-07-06
Make resolutions a query.
Camille GILLOT
-1
/
+1
2021-06-09
Add more tests + visit_ty in some places
Ellen
-4
/
+4
2021-06-08
Support as casts in abstract consts
Ellen
-3
/
+4
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-1
/
+1
2021-05-30
Make resolutions a query.
Camille GILLOT
-1
/
+1
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-05-12
Use () for privacy.
Camille GILLOT
-8
/
+4
2021-04-19
fix few typos
klensy
-1
/
+1
2021-03-23
Update with comments
kadmin
-4
/
+2
2021-03-23
Some refactoring
varkor
-0
/
+1
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-2
/
+7
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::MacroDef::attrs.
Camille GILLOT
-1
/
+2
2021-02-18
Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726
Dylan DPC
-4
/
+23
2021-02-18
Auto merge of #81574 - tmiasko:p, r=oli-obk
bors
-33
/
+21
2021-02-15
Only store a LocalDefId in hir::MacroDef.
Camille GILLOT
-5
/
+3
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-6
/
+6
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-13
/
+11
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-4
/
+4
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-32
/
+32
2021-02-15
Use ItemId as a strongly typed index.
Camille GILLOT
-2
/
+2
2021-02-13
Remove some unnecessary `trait_ref` calls
Matthew Jasper
-4
/
+23
2021-02-01
more things are const evaluatable *sparkles*
Ellen
-1
/
+1
2021-01-31
Add error message for private fn
kadmin
-7
/
+34
2021-01-30
Precompute ancestors when checking privacy
Tomasz Miąsko
-33
/
+21
2021-01-16
Review changes
Jack Huey
-6
/
+6
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-22
/
+22
2021-01-06
Fixed non-declarative-nor-opaque macros effective privacy.
Daniel Henry-Mantilla
-14
/
+8
2021-01-06
WIP: attempt to fix the undocument re-export issue
Daniel Henry-Mantilla
-2
/
+13
2020-12-30
Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov
Mara Bos
-1
/
+1
2020-12-30
Rename kw::Invalid -> kw::Empty
Joshua Nelson
-1
/
+1
2020-12-26
Remove FIXME in rustc_privacy
Joshua Nelson
-3
/
+1
2020-12-11
Move binder for dyn to each list item
Jack Huey
-2
/
+2
2020-11-26
Remove ForeignMod struct.
Camille GILLOT
-8
/
+8
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-5
/
+5
[next]