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
/
macro_import.rs
Age
Commit message (
Expand
)
Author
Lines
2016-09-24
Load macros from `#[macro_use]` extern crates in `resolve`.
Jeffrey Seyfried
-4
/
+4
2016-09-23
Load extern crates in `resolve`.
Jeffrey Seyfried
-25
/
+8
2016-09-13
Refactor `ExtCtxt` to use a `Resolver` instead of a `MacroLoader`.
Jeffrey Seyfried
-2
/
+2
2016-09-02
rustc: Implement custom derive (macros 1.1)
Alex Crichton
-11
/
+90
2016-08-30
Auto merge of #36066 - jseyfried:rollup, r=Manishearth
bors
-5
/
+4
2016-08-27
Use `FnvHashMap` in more places
Jonas Schievink
-5
/
+5
2016-08-25
Refactor away `AttrMetaMethods`.
Jeffrey Seyfried
-1
/
+1
2016-08-25
Refactor away `AttrNestedMetaItemMethods`.
Jeffrey Seyfried
-1
/
+1
2016-08-25
Implement RFC#1559: allow all literals in attributes.
Sergio Benitez
-6
/
+5
2016-08-11
Remove the 'cfg' field from session::config::Options.
Michael Woerister
-2
/
+6
2016-07-25
General MetaItem encapsulation rewrites.
cgswords
-6
/
+6
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-09
Load macros from `extern crate`s during expansion.
Jeffrey Seyfried
-57
/
+18
2016-03-25
Make the compiler emit an error if the crate graph contains two crates with t...
Michael Woerister
-4
/
+7
2016-02-11
[breaking-change] don't glob export ast::MetaItem_
Oliver 'ker' Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::Item_ variants
Oliver 'ker' Schneider
-2
/
+2
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-0
/
+190