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-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-1
/
+1
2019-02-11
Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs
Oliver Scherer
-1
/
+1
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-08
librustc_metadata => 2018
Taiki Endo
-9
/
+10
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-30
proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...
Eduard-Mihai Burtescu
-50
/
+36
2018-11-11
std: Delete the `alloc_system` crate
Alex Crichton
-14
/
+9
2018-11-11
rustc: Clean up allocator injection logic
Alex Crichton
-96
/
+17
2018-11-03
Remove rustc_metadata_utils, which contains only one function
bjorn3
-3
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-3
/
+3
2018-09-19
Use full name to identify a macro in a `FileName`.
Diogo Sousa
-0
/
+1
2018-09-15
rustc_resolve: always include core, std and meta in the extern prelude.
Eduard-Mihai Burtescu
-20
/
+61
2018-09-15
rustc: add unstable support for --extern crate_name without a path.
Eduard-Mihai Burtescu
-1
/
+2
2018-08-26
create a valid DefIdTable for proc macro crates
Ariel Ben-Yehuda
-4
/
+11
2018-08-19
mv codemap source_map
Donato Sciarra
-1
/
+1
2018-08-14
rustc_resolve: fix special-case for one-segment import paths.
Eduard-Mihai Burtescu
-28
/
+0
2018-08-09
Move SVH structure to data structures
Mark Rousskov
-1
/
+1
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-14
/
+14
2018-08-03
Store concrete crate stores where possible
Mark Rousskov
-6
/
+7
2018-08-03
Move validate_crate_name to rustc_metadata
Mark Rousskov
-1
/
+3
2018-07-28
Don't format!() string literals
ljedrz
-1
/
+1
2018-07-25
rustc: Register crates under their real names
Alex Crichton
-4
/
+3
2018-07-11
Deny bare trait objects in in src/librustc_metadata
ljedrz
-2
/
+2
2018-06-30
expansion: Give names to some fields of `SyntaxExtension`
Vadim Petrochenkov
-3
/
+5
2018-06-23
hygiene: Do not reset expansion info for `quote!`
Vadim Petrochenkov
-1
/
+1
2018-06-19
Update the error message for a missing global allocator
Simon Sapin
-2
/
+4
2018-06-01
Make metadata decoding use AllocDecodingState/Session.
Michael Woerister
-0
/
+5
2018-05-18
Remove unnecessary impl methods for CrateMetadata
Isaac Whitfield
-23
/
+23
2018-05-18
Serialize attributes into the CrateRoot
Isaac Whitfield
-28
/
+9
2018-05-18
Attempt to pass CrateMetadata flags on creation
Isaac Whitfield
-18
/
+28
2018-05-18
Avoid generating attributes more than once for CrateMetadata
Isaac Whitfield
-11
/
+18
2018-05-18
Remove attribute_cache from CrateMetadata
Isaac Whitfield
-1
/
+0
2018-05-17
Pass crate editions to macro expansions, update tests
Vadim Petrochenkov
-9
/
+15
2018-05-10
Rollup merge of #50538 - michaelwoerister:atomic-cnums, r=Zoxc
Alex Crichton
-4
/
+1
2018-05-09
Make CrateNum allocation more thread-safe.
Michael Woerister
-4
/
+1
2018-05-08
Don't use Lock for heavily accessed CrateMetadata::cnum_map.
Michael Woerister
-3
/
+6
2018-04-26
Rename rustc_back::target to rustc_target::spec.
Irina Popa
-2
/
+1
2018-04-26
rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.
Irina Popa
-1
/
+1
2018-04-16
Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov
bors
-13
/
+75
2018-04-13
Move `path_len` to ExternCrate
Shotaro Yamada
-12
/
+8
2018-04-11
Extend `ExternCrate` to cover externs inferred from `use` or paths
Shotaro Yamada
-13
/
+79
2018-04-10
Make Session.injected_panic_runtime thread-safe
John Kåre Alsaker
-0
/
+2
2018-04-10
Make Session.injected_allocator and Session.allocator_kind thread-safe
John Kåre Alsaker
-0
/
+8
2018-04-10
Make Session.has_global_allocator thread-safe
John Kåre Alsaker
-3
/
+1
2018-03-28
Take the original extra-filename passed to a crate into account when
Chris Manchester
-7
/
+15
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
[next]