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
/
src
/
librustc_metadata
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-20
hir: HirId-ify intravisit
ljedrz
-1
/
+1
2019-02-15
Take Const into account in HIR
varkor
-0
/
+28
2019-02-13
Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank
Mazdak Farrokhzad
-1
/
+1
2019-02-11
Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxc
bors
-1
/
+1
2019-02-09
cleanup: rename node_id_to_type(_opt)
ljedrz
-1
/
+1
2019-02-08
librustc_metadata => 2018
Taiki Endo
-5
/
+6
2019-02-05
typeck: partially HirIdify
ljedrz
-1
/
+1
2019-02-02
hir: add HirId to main Hir nodes
ljedrz
-1
/
+1
2019-01-19
Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis
Mazdak Farrokhzad
-4
/
+13
2019-01-13
Querify local plugin_registrar_fn
Igor Matuszewski
-4
/
+1
2019-01-13
Querify local proc_macro_decls_static
Igor Matuszewski
-2
/
+2
2019-01-10
integrate trait aliases into def-paths / metadata
Niko Matsakis
-4
/
+13
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-08
Auto merge of #56616 - estebank:issue-56539, r=davidtwco
bors
-2
/
+2
2018-12-07
Encode `TraitAlias` as if they were `Trait`
Esteban Küber
-2
/
+2
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-42
/
+42
2018-11-30
proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...
Eduard-Mihai Burtescu
-2
/
+2
2018-11-12
Use type safe `VariantIdx` instead of `usize` everywhere
Oliver Scherer
-4
/
+5
2018-11-07
Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco
kennytm
-1
/
+1
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-10-26
Auto merge of #54626 - alexcrichton:dwarf-generics, r=michaelwoerister
bors
-24
/
+18
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-09-27
rustc: Tweak filenames encoded into metadata
Alex Crichton
-24
/
+18
2018-09-19
Add an is_marker flag to TraitDef
Scott McMurray
-0
/
+1
2018-09-11
renamed emit_nil to emit_unit
kenta7777
-1
/
+1
2018-09-11
Revert "renamed emit_nil to emit_unit"
kenta7777
-1
/
+1
2018-09-10
renamed emit_nil to emit_unit
kenta7777
-1
/
+1
2018-09-06
crates that provide a `panic_handler` are exempt from `unused_extern_crates`
Jorge Aparicio
-0
/
+2
2018-09-01
move the is_field_list_non_exhaustive flag to VariantDef
Ariel Ben-Yehuda
-1
/
+3
2018-08-26
fix `is_non_exhaustive` confusion between structs and enums
Ariel Ben-Yehuda
-1
/
+1
2018-08-23
Prefer `.nth(n)` over `.skip(n).next()`.
Corey Farwell
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-3
/
+3
2018-08-21
Auto merge of #53530 - kennytm:rollup, r=kennytm
bors
-7
/
+3
2018-08-21
Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkor
kennytm
-7
/
+3
2018-08-20
Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb
bors
-13
/
+12
2018-08-19
mv codemap source_map
Donato Sciarra
-10
/
+10
2018-08-19
mv codemap() source_map()
Donato Sciarra
-5
/
+5
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-19
mv filemap source_file
Donato Sciarra
-17
/
+17
2018-08-19
mv FileMap SourceFile
Donato Sciarra
-5
/
+5
2018-08-19
Replace generics_require_inlining with generics.requires_monomorphization
varkor
-5
/
+2
2018-08-19
Replace for_each with for
varkor
-8
/
+10
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-1
/
+1
2018-08-18
Remove LinkMeta struct
bjorn3
-7
/
+3
2018-08-09
Move Fingerprint to data structures
Mark Rousskov
-1
/
+1
2018-08-05
Improve query efficiency
varkor
-1
/
+1
2018-08-05
Add lint for unknown feature attributes
varkor
-0
/
+13
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-3
/
+3
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+5
2018-07-16
ItemKind
csmoe
-79
/
+79
[next]