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
/
src
/
librustc
/
hir
/
def.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-21
Remove mutability from `Def::Static`
Vadim Petrochenkov
-3
/
+3
2019-04-14
HirIdify hir::Def
ljedrz
-12
/
+67
2019-03-24
Re-order fields in `Def::Ctor`.
David Wood
-8
/
+8
2019-03-24
Move `CtorOf` into `hir::def`.
David Wood
-7
/
+16
2019-03-24
Slightly more uniform treatment of struct and variant constructors
Vadim Petrochenkov
-5
/
+3
2019-03-24
Separate variant id and variant constructor id.
David Wood
-13
/
+17
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-4
/
+5
2019-02-15
Drive-by cleanup
varkor
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-07
Add const params to Def
varkor
-1
/
+4
2019-02-05
move librustc to 2018
Mark Mansi
-4
/
+4
2019-02-02
Update visibility of intermediate use items.
David Wood
-0
/
+10
2019-01-14
Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavis
Mazdak Farrokhzad
-1
/
+2
2019-01-12
resolve: Prohibit use of imported non-macro attributes
Vadim Petrochenkov
-1
/
+1
2019-01-09
clarify resolve typo suggestion
Andy Russell
-1
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-8
/
+10
2018-11-18
Fix ICEs from imports of items not defined in modules
Vadim Petrochenkov
-4
/
+10
2018-11-18
resolve: Check resolution consistency for import paths and multi-segment macr...
Vadim Petrochenkov
-0
/
+1
2018-11-18
resolve: Improve diagnostics for resolution ambiguities
Vadim Petrochenkov
-8
/
+8
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-10-05
resolve: Integrate inert attributes registererd by legacy plugins into macro ...
Vadim Petrochenkov
-0
/
+3
2018-09-13
introduce SelfCtor
F001
-1
/
+4
2018-08-24
support user annotations in fns, methods
Niko Matsakis
-1
/
+1
2018-08-22
Replace TyForeign with ForeignTy
varkor
-3
/
+3
2018-08-22
Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign}
varkor
-6
/
+6
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-6
/
+6
2018-08-08
Auto merge of #53053 - petrochenkov:custattr, r=alexcrichton
bors
-3
/
+26
2018-08-06
Discern between various kinds of non-macro attributes
Vadim Petrochenkov
-3
/
+26
2018-08-04
cleanup: Remove `Def::GlobalAsm`
Vadim Petrochenkov
-5
/
+1
2018-08-01
resolve: Implement prelude search for macro paths
Vadim Petrochenkov
-0
/
+6
2018-07-18
Implement existential types
Oliver Schneider
-1
/
+6
2018-07-08
Remove fallback to parent modules from lexical resolution
Vadim Petrochenkov
-0
/
+10
2018-06-18
Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix
bors
-0
/
+3
2018-06-14
create multiple HIR items for a use statement
QuietMisdreavus
-0
/
+72
2018-06-07
Add existential type definitons
Oliver Schneider
-0
/
+3
2018-06-03
Remove is_import field
Mark Simulacrum
-3
/
+0
2018-05-30
resolve: Make sure indeterminate and inconsistent macro resolutions always ge...
Vadim Petrochenkov
-1
/
+1
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-6
/
+9
2017-12-31
Clarify where `is_import` is used.
leonardo.yvens
-0
/
+1
2017-12-14
add trait aliases to HIR
Alex Burka
-1
/
+4
2017-12-05
Add field `is_import` to `def::Export`.
Jeffrey Seyfried
-0
/
+2
2017-12-05
Include non-`pub` `use` and `extern crate` items in the crate metadata for ma...
Jeffrey Seyfried
-0
/
+4
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-1
/
+3
2017-09-11
Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister
bors
-2
/
+2
2017-09-11
rustc: Remove HirId from queries
Alex Crichton
-2
/
+2
2017-09-08
Use NodeId/HirId instead of DefId for local variables.
Eduard-Mihai Burtescu
-3
/
+6
2017-06-04
Update def.rs
bjorn3
-1
/
+1
2017-06-03
Better docs for librustc/hir/def.rs
bjorn3
-10
/
+15
2017-05-25
Improve intercrate hygiene.
Jeffrey Seyfried
-1
/
+1
[next]