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
2018-03-28
Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix
bors
-5
/
+7
2018-03-26
Introduce a TargetTriple enum to support absolute target paths
Philipp Oppermann
-5
/
+7
2018-03-25
librustc: Convert -C pgo-gen and -C pgo-use into -Z flags.
Emilio Cobos Álvarez
-1
/
+1
2018-03-25
rustc_metadata: Load the profiler runtime if we're generating PGO profile data.
Emilio Cobos Álvarez
-1
/
+3
2018-03-22
rustc: Add a `#[wasm_import_module]` attribute
Alex Crichton
-19
/
+1
2018-03-18
Auto merge of #48917 - petrochenkov:import, r=oli-obk
bors
-7
/
+9
2018-03-17
AST/HIR: Clarify what the optional name in extern crate items mean
Vadim Petrochenkov
-7
/
+9
2018-03-12
Make CrateMetadata thread-safe
John Kåre Alsaker
-13
/
+16
2018-03-06
Rename exported_symbol_ids query to something more explicit and document what...
Michael Woerister
-4
/
+0
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-11
/
+11
2018-01-16
Don't include DefIndex in plugin- and proc-macro registrar fn symbol.
Michael Woerister
-9
/
+7
2018-01-07
Try to fix a perf regression by updating log
Malo Jaffré
-1
/
+1
2017-12-13
Resolve absolute paths as extern under a feature flag
Vadim Petrochenkov
-0
/
+4
2017-12-12
rustc_metadata: Refactor away `ExternCrateInfo`
Vadim Petrochenkov
-54
/
+26
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-4
/
+1
2017-12-04
rustc_back: move dynamic_lib to rustc_metadata.
Irina-Gabriela Popa
-1
/
+1
2017-11-08
incr.comp.: Provide session to some more decoding contexts.
Michael Woerister
-5
/
+6
2017-11-07
incr.comp.: Always require Session when decoding Spans (as to avoid silently ...
Michael Woerister
-9
/
+10
2017-10-24
Introduce CrateDisambiguator newtype and fix tests
Igor Matuszewski
-3
/
+2
2017-10-23
Use 128 bit instead of Symbol for crate disambiguator
Igor Matuszewski
-1
/
+2
2017-09-18
Fix issues uncovered by rebasing:
Michael Woerister
-1
/
+4
2017-09-10
Autodetect the type of allocator crate used
Michal 'vorner' Vaner
-36
/
+63
2017-09-09
rustc: Remove `DepGraph` handling from rustc_metadata
Alex Crichton
-43
/
+23
2017-09-05
rustc: Remove `CrateStore::used_crate*`
Alex Crichton
-2
/
+2
2017-09-05
rustc: Remove a number of mutable fields in cstore
Alex Crichton
-220
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-19
/
+19
2017-07-15
Add support for dylibs with Address Sanitizer. This supports cdylibs and stat...
William Brown
-14
/
+43
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-54
/
+138
2017-06-14
Auto merge of #42433 - marco-c:profiling, r=alexcrichton
bors
-0
/
+19
2017-06-07
Allocate DefIndices for global crate metadata.
Michael Woerister
-6
/
+2
2017-06-04
Stop checking uses_std
Marco Castelluccio
-21
/
+12
2017-06-04
Merge branch 'profiling' of github.com:whitequark/rust into profiling
Marco Castelluccio
-0
/
+28
2017-05-31
Build DefPathHash->DefId table when incr.comp. is enabled
Michael Woerister
-1
/
+1
2017-05-17
Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakis
bors
-0
/
+9
2017-05-15
ICH: Hash lists of local trait impls as part of the HIR.
Michael Woerister
-0
/
+9
2017-05-14
Remove rustc_llvm dependency from rustc_metadata
Robin Kruppe
-0
/
+2
2017-05-09
Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakis
bors
-25
/
+51
2017-05-08
Remove need for &format!(...) or &&"" dances in `span_label` calls
Oliver Schneider
-3
/
+3
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-25
/
+51
2017-05-01
Add profiling support, through the rustc -Z profile flag.
whitequark
-0
/
+28
2017-04-25
Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.
kennytm
-5
/
+20
2017-04-22
cache attributes of items from foreign crates
Ariel Ben-Yehuda
-0
/
+1
2017-04-13
remove `LinkMeta` from `SharedCrateContext`
Niko Matsakis
-3
/
+3
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-1
/
+1
2017-03-23
Remove internal liblog
Alex Crichton
-1
/
+1
2017-03-21
Correctly get source for metadata crate type;
Austin Bonander
-1
/
+2
2017-03-19
Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc
bors
-3
/
+5
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-3
/
+5
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-1
/
+1
2017-02-28
Implement function-like procedural macros ( `#[proc_macro]`)
Austin Bonander
-1
/
+10
[next]