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_id.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-04
move def_id to new rustc_hir crate
Mazdak Farrokhzad
-187
/
+0
2020-01-04
move describe_as_module to where it's used
Mazdak Farrokhzad
-7
/
+3
2020-01-04
DefId{Map,Set} -> rustc::hir::def_id
Mazdak Farrokhzad
-0
/
+2
2019-12-22
Format the world
Mark Rousskov
-5
/
+4
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-3
/
+3
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: librustc
Alexander Regueiro
-4
/
+3
2019-08-17
Serialize additional data for procedural macros
Aaron Hill
-26
/
+0
2019-07-26
Introduce built-in macros through libcore
Vadim Petrochenkov
-6
/
+0
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-9
/
+8
2019-07-21
normalize use of backticks in compiler messages for librustc/hir
Samy Kacimi
-2
/
+2
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-05-18
Declare DefIndex with the newtype_index macro
Fabian Drinck
-34
/
+12
2019-05-09
cleanup: Remove `DefIndexAddressSpace`
Vadim Petrochenkov
-56
/
+11
2019-04-05
Move match_path from DefId to lint::LateContext
flip1995
-104
/
+2
2019-04-03
Uplift match_def_path from Clippy
flip1995
-3
/
+104
2019-03-15
rustc: rename item_path to def_path (except the module in ty).
Eduard-Mihai Burtescu
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-3
/
+3
2019-01-13
Auto merge of #51487 - Zoxc:incr-passes, r=michaelwoerister
bors
-0
/
+9
2019-01-11
Make more passes incremental
John Kåre Alsaker
-0
/
+9
2019-01-08
Remove `CrateNum::Invalid`.
Nicholas Nethercote
-4
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-18
resolve: Check resolution consistency for import paths and multi-segment macr...
Vadim Petrochenkov
-2
/
+2
2018-10-23
fix typos in various places
Matthias Krüger
-2
/
+2
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-5
/
+5
2018-09-25
Handle locals in closures properly.
Alexander Regueiro
-1
/
+1
2018-09-25
Lower `impl Trait` types in locals.
Alexander Regueiro
-1
/
+0
2018-09-11
Rebase fallout
Oliver Schneider
-4
/
+26
2018-09-11
Split `CrateNum` into an enum instead of having magic constants
Oliver Schneider
-14
/
+47
2018-09-07
rewrite constants to use NewType::MAX instead of u32::MAX
Niko Matsakis
-5
/
+4
2018-09-07
remove all references to `private` from outside the macro
Niko Matsakis
-14
/
+2
2018-09-07
change from tuple struct to brace struct
Niko Matsakis
-4
/
+4
2018-09-07
make field always private, add `From` impls
Niko Matsakis
-1
/
+1
2018-09-07
change syntax of `newtype_index` to look like a struct decl
Niko Matsakis
-3
/
+4
2018-08-26
create a valid DefIdTable for proc macro crates
Ariel Ben-Yehuda
-5
/
+15
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-4
/
+4
2018-03-08
Initial changes to librustc to support const trait fns.
Alexander Regueiro
-1
/
+0
2018-01-08
Use different DefIndex representation that is better suited for variable leng...
Michael Woerister
-42
/
+43
2017-11-21
clean the Debug impl for CrateNum and DefId
Ariel Ben-Yehuda
-5
/
+7
2017-11-16
Add doc comment for LocalDefId.
Michael Woerister
-2
/
+7
2017-11-16
incr.comp.: Remove default serialization implementations for things in rustc:...
Michael Woerister
-51
/
+7
2017-11-16
Introduce LocalDefId which provides a type-level guarantee that the DefId is ...
Michael Woerister
-1
/
+39
2017-11-14
incr.comp.: Cache TypeckTables and add -Zincremental-queries flag.
Michael Woerister
-1
/
+1
2017-11-14
incr.comp.: Implement TyDecoder for on_disk_cache::CacheDecoder.
Michael Woerister
-0
/
+4
2017-11-13
incr.comp.: Implement UseSpecializedXXcodable for DefIndex and DefId.
Michael Woerister
-2
/
+41
2017-11-04
Make DefIndex use newtype_index macro
Santiago Pastorino
-25
/
+9
2017-11-01
newindex_type macro: make index private by default and allow pub through config
Paul Daniel Faria
-1
/
+1
2017-11-01
newtype_index: Support simpler serializable override, custom derive, and fix ...
Paul Daniel Faria
-0
/
+3
2017-11-01
Clean up macro argument matches so they satisfy tidy checks
Paul Daniel Faria
-1
/
+2
[next]