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_metadata
/
src
/
rmeta
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-01
Compute proc_macros in resolutions.
Camille GILLOT
-9
/
+11
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-13
/
+4
2021-08-25
Auto merge of #85344 - cbeuw:remap-across-cwd, r=michaelwoerister
bors
-5
/
+14
2021-08-15
Include (potentially remapped) working dir in crate hash
Aaron Hill
-1
/
+4
2021-08-06
encode `generics_of` of fields and ty params
Ellen
-2
/
+2
2021-07-25
Introduce OwnerNode::Crate.
Camille GILLOT
-1
/
+1
2021-07-25
Merge the BTreeMap in hir::Crate.
Camille GILLOT
-1
/
+1
2021-07-18
Rollup merge of #87092 - ricobbe:fix-raw-dylib-multiple-definitions, r=petroc...
Yuki Okushi
-1
/
+1
2021-07-17
Choose encoding format in caller code.
Camille GILLOT
-1
/
+9
2021-07-17
Make the CrateNum part of the ExpnId.
Camille GILLOT
-3
/
+11
2021-07-16
Consider all fields when comparing DllImports, to remove nondetermininsm in m...
Richard Cobbe
-1
/
+1
2021-07-15
Separate encoding paths.
Camille GILLOT
-7
/
+2
2021-07-14
Shrink the CrateStore dynamic interface.
Camille GILLOT
-4
/
+1
2021-07-13
Auto merge of #87044 - cjgillot:expnhash, r=petrochenkov
bors
-6
/
+13
2021-07-13
Cache expansion hash.
Camille GILLOT
-6
/
+13
2021-07-13
Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk
bors
-3
/
+8
2021-07-10
Add impl_constness query
Deadbeef
-3
/
+8
2021-07-06
Correct comments about untracked accesses.
Camille GILLOT
-3
/
+3
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-1
/
+0
2021-07-01
Auto merge of #86749 - bjorn3:link_info_refactor_part1, r=petrochenkov
bors
-1
/
+1
2021-07-01
Rename all_crate_nums query to crates and remove useless wrapper
bjorn3
-1
/
+1
2021-06-30
use is_const_fn_raw when encoding constness
Deadbeef
-1
/
+6
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-0
/
+1
2021-06-04
Always go through the expn_that_defined query.
Camille GILLOT
-1
/
+1
2021-06-02
Restrict access to crate_name.
Camille GILLOT
-1
/
+1
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-4
/
+4
2021-05-30
Correct comments about untracked accesses.
Camille GILLOT
-3
/
+3
2021-05-30
Restrict access to crate_name.
Camille GILLOT
-1
/
+1
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-1
/
+0
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-8
/
+6
2021-05-16
Reuse variable
Andy Wang
-3
/
+1
2021-05-16
Remap after prepending cwd
Andy Wang
-5
/
+16
2021-05-12
Preserve `SyntaxContext` for invalid/dummy spans in crate metadata
Aaron Hill
-41
/
+41
2021-05-12
Use () for inherent_impls.
Camille GILLOT
-3
/
+2
2021-05-12
Use () for mir_keys.
Camille GILLOT
-2
/
+2
2021-05-12
Use () for proc_macro_decls_static.
Camille GILLOT
-1
/
+1
2021-05-12
Use () for plugin_registrar_fn.
Camille GILLOT
-1
/
+0
2021-05-12
Use () in dependency_formats.
Camille GILLOT
-1
/
+1
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-13
/
+38
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-0
/
+5
2021-05-05
Revamp RealFileName public methods
Andy Wang
-15
/
+20
2021-05-05
Emit RealFileName::Remapped on expanded relative path if working_dir has been...
Andy Wang
-10
/
+22
2021-05-05
Use RealFileName for Session::working_dir as it may also be remapped
Andy Wang
-1
/
+1
2021-05-05
Make local_path in RealFileName::Remapped Option to be removed in exported me...
Andy Wang
-2
/
+3
2021-05-05
Rename RealFileName::Named to LocalPath and Devirtualized to Remapped
Andy Wang
-11
/
+18
2021-04-16
Implement #[rustc_skip_array_during_method_dispatch]
Josh Stone
-0
/
+1
2021-03-30
Remove hir::CrateItem.
Camille GILLOT
-1
/
+1
2021-03-23
Update with comments
kadmin
-1
/
+0
2021-03-23
Add query for const_param_default
kadmin
-7
/
+4
2021-03-23
Some refactoring
varkor
-2
/
+5
[next]