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
/
creader.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-31
Implement dual proc macro hashing
msizanoen
-7
/
+13
2019-10-30
Change CrateMetadata's source_map_import_info from RwLock to Once
Santiago Pastorino
-2
/
+2
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-1
/
+1
2019-10-24
rustc_metadata: Minimize use of `Lrc` in crate store
Vadim Petrochenkov
-18
/
+19
2019-10-24
rustc_metadata: Remove `RwLock` from `CStore`
Vadim Petrochenkov
-11
/
+15
2019-10-24
Turn crate store into a resolver output
Vadim Petrochenkov
-5
/
+21
2019-10-24
rustc_metadata: Move some code around
Vadim Petrochenkov
-95
/
+3
2019-10-24
rustc_metadata: Remove unnecessary use of crate store in plugin loader
Vadim Petrochenkov
-63
/
+31
2019-10-20
Auto merge of #65497 - choller:master, r=tmiasko
bors
-1
/
+1
2019-10-17
Avoid injecting sanitizer runtimes into staticlibs (#64629).
Christian Holler (:decoder)
-1
/
+1
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-10-14
rustc_metadata: Remove resolutions for extern crate items from `CStore`
Vadim Petrochenkov
-1
/
+0
2019-10-14
rustc_metadata: Crate loader is immutable
Vadim Petrochenkov
-27
/
+17
2019-10-14
rustc_metadata: Use `CrateSource` where appropriate
Vadim Petrochenkov
-23
/
+11
2019-10-14
rustc_metadata: Privatize private code and remove dead code
Vadim Petrochenkov
-6
/
+5
2019-10-09
self-profiling: Add events for tracking crate metadata loading related activi...
Michael Woerister
-0
/
+3
2019-10-09
Cache the DepNodeIndex of upstream crates in order to avoid multiple locks an...
Michael Woerister
-2
/
+4
2019-10-04
metadata: Remove unused `Option` from `fn dlsym_proc_macros`
Vadim Petrochenkov
-15
/
+12
2019-10-04
metadata: Remove `CrateMetadata::name`
Vadim Petrochenkov
-3
/
+2
2019-10-04
metadata: Remove `CrateMetadata::host_lib`
Vadim Petrochenkov
-1
/
+0
2019-10-04
metadata: Simplify interface of `resolve_crate`
Vadim Petrochenkov
-52
/
+40
2019-10-04
metadata: Remove `locator::Context::ident`
Vadim Petrochenkov
-16
/
+12
2019-10-04
metadata: Do not pass crate name after renaming to `register_crate`
Vadim Petrochenkov
-5
/
+3
2019-10-04
metadata: Remove `CrateMetadata::imported_name`
Vadim Petrochenkov
-2
/
+0
2019-09-28
Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasper
Mazdak Farrokhzad
-7
/
+8
2019-09-27
getting more context for duplicate lang items (fixes #60561)
Tomas Tauber
-7
/
+8
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-1
/
+1
2019-08-17
Serialize additional data for procedural macros
Aaron Hill
-64
/
+25
2019-07-27
Move proc macro server into libsyntax
Vadim Petrochenkov
-2
/
+1
2019-07-24
syntax_ext: Turn `#[global_allocator]` into a regular attribute macro
Vadim Petrochenkov
-20
/
+9
2019-07-24
Merge `rustc_allocator` into `libsyntax_ext`
Vadim Petrochenkov
-1
/
+1
2019-07-19
normalize use of backticks in compiler messages for librustc_metadata
Samy Kacimi
-3
/
+3
2019-06-21
Stabilize profile-guided optimization.
Michael Woerister
-1
/
+1
2019-06-19
Rollup merge of #61898 - petrochenkov:sekind, r=eddyb
Mazdak Farrokhzad
-26
/
+24
2019-06-18
rustc: reintroduce lifetime bounds where necessary.
Eduard-Mihai Burtescu
-2
/
+5
2019-06-18
rustc: remove leftover lifetimes with no bounds from where clauses.
Eduard-Mihai Burtescu
-4
/
+1
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-18
syntax: Factor out common fields from `SyntaxExtension` variants
Vadim Petrochenkov
-26
/
+24
2019-06-15
Remove unnecessary `.clone()`
Shotaro Yamada
-1
/
+1
2019-06-10
syntax: Rename variants of `SyntaxExtension` for consistency
Vadim Petrochenkov
-3
/
+3
2019-05-22
rustc_metadata: parametrize schema::CrateRoot by 'tcx.
Eduard-Mihai Burtescu
-3
/
+3
2019-05-18
Misc changes to rustc_metadata
bjorn3
-3
/
+3
2019-05-13
Return a `Symbol` from `name_or_empty` functions.
Nicholas Nethercote
-2
/
+1
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-1
/
+1
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-6
/
+6
2019-05-07
choose a more specific LLVM target on OS X when necessary
Nathan Froyd
-2
/
+2
2019-04-14
Refactor structure of ExternEntry
Aaron Hill
-15
/
+5
2019-04-14
Combine 'Extern' and 'ExternPrivate'
Aaron Hill
-5
/
+6
2019-04-14
Properly parse '--extern-private' with name and path
Aaron Hill
-4
/
+22
2019-04-11
Clean up handling of -Zpgo-gen commandline option.
Michael Woerister
-1
/
+1
[next]