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
/
rmeta
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-06
Don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-1
/
+1
2020-03-01
Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril
Yuki Okushi
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-2
/
+2
2020-02-29
use .copied() instead of .map(|x| *x) on iterators
Matthias Krüger
-1
/
+1
2020-02-22
get rid of lazy
mark
-1
/
+1
2020-02-22
add generator_kind query
Mark Mansi
-12
/
+4
2020-02-15
Record proc macro harness order for use during metadata deserialization
Aaron Hill
-8
/
+1
2020-02-06
Add a Hir wrapper type
John Kåre Alsaker
-2
/
+2
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-1
/
+1
2020-01-17
Use named fields for `hir::ItemKind::Impl`
Dylan MacKenzie
-7
/
+7
2020-01-16
don't clone types that are copy
Matthias Krüger
-1
/
+1
2020-01-09
Remove sanitizer_runtime attribute
Tomasz Miąsko
-1
/
+0
2020-01-08
normalize rustc::hir::intravisit imports
Mazdak Farrokhzad
-2
/
+1
2020-01-08
intravisit: abstract over HIR Map
Mazdak Farrokhzad
-1
/
+4
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-6
/
+6
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-2
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-3
/
+3
2019-12-30
Remove HirVec from Generics.
Camille GILLOT
-1
/
+1
2019-12-27
Fallout in other crates.
Camille GILLOT
-3
/
+3
2019-12-26
Fallout in other crates.
Camille GILLOT
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-176
/
+125
2019-12-21
Use Arena inside hir::Mod.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::StructField.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::ImplItem.
Camille GILLOT
-2
/
+2
2019-12-21
Use Arena inside hir::TraitItem.
Camille GILLOT
-2
/
+2
2019-12-21
Use Arena inside hir::ForeignItem.
Camille GILLOT
-3
/
+3
2019-12-21
Handle Attributes in arena.
Camille GILLOT
-4
/
+4
2019-12-21
Use Arena inside hir::Item.
Camille GILLOT
-4
/
+4
2019-12-21
Use Arena inside hir::Crate.
Camille GILLOT
-1
/
+1
2019-12-20
1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
Mazdak Farrokhzad
-6
/
+4
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-0
/
+11
2019-12-03
Check intrinsics for callability in const fns
Mahmut Bulut
-1
/
+5
2019-11-28
rustc_metadata: Move `has_global_allocator` from session to cstore
Vadim Petrochenkov
-2
/
+1
2019-11-27
rustc_metadata: use a macro to deduplicate LazyPerDefTables and PerDefTableBu...
Eduard-Mihai Burtescu
-48
/
+3
2019-11-27
rustc_metadata: remove Encodable requirements from LazyMeta impls.
Eduard-Mihai Burtescu
-2
/
+2
2019-11-27
rustc_metadata: use a separate TableBuilder type to build a Table.
Eduard-Mihai Burtescu
-23
/
+23
2019-11-27
rustc_metadata: replace PerDefTable<T> with Table<DefIndex, T>.
Eduard-Mihai Burtescu
-27
/
+27
2019-11-15
Remove newtype for qualifs in `rustc_metadata`
Dylan MacKenzie
-8
/
+9
2019-11-15
Use a bespoke type for the result of `mir_const_qualif`
Dylan MacKenzie
-1
/
+5
2019-11-10
Fix tidy.
Camille GILLOT
-2
/
+4
2019-11-10
Merge hir::Mutability into ast::Mutability.
Camille GILLOT
-4
/
+4
2019-11-08
Stop returning promotables from `mir_const_qualif`
Dylan MacKenzie
-3
/
+3
2019-11-08
hir::ItemKind::Fn: use hir::MethodSig
Mazdak Farrokhzad
-5
/
+5
2019-11-07
rustc_metadata: Rename `schema` to `rmeta`
Vadim Petrochenkov
-0
/
+1824