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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_metadata
Age
Commit message (
Expand
)
Author
Lines
2019-09-27
getting more context for duplicate lang items (fixes #60561)
Tomas Tauber
-8
/
+9
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-16
/
+16
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-1
/
+1
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-17
/
+16
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-1
/
+1
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-1
/
+1
2019-09-26
Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis
bors
-3
/
+4
2019-09-25
Rename `sty` to `kind`
varkor
-2
/
+2
2019-09-25
Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis
Mazdak Farrokhzad
-1
/
+16
2019-09-24
resolve the rustc_reservation_impl attribute in 1 place
Ariel Ben-Yehuda
-3
/
+4
2019-09-24
bug-out asyncness query on non-local funtions
csmoe
-1
/
+2
2019-09-23
Allow using upstream generics in a dylib crate type
Alex Crichton
-7
/
+6
2019-09-23
rustc: Fix mixing crates with different `share_generics`
Alex Crichton
-2
/
+26
2019-09-23
rustc: Convert `dependency_formats` to a query
Alex Crichton
-12
/
+391
2019-09-21
rename is_async_fn to asyncness
csmoe
-5
/
+4
2019-09-19
append asyncness info to functions
csmoe
-3
/
+3
2019-09-19
add is_async_fn query
csmoe
-0
/
+15
2019-09-17
Generate proc macro harness in AST order.
Aaron Hill
-1
/
+5
2019-09-15
Avoid some unnecessary `&str` to `Ident` conversions
Matthew Jasper
-1
/
+2
2019-09-12
Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=...
bors
-2
/
+2
2019-09-11
Avoid two `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2019-09-08
Improve wording.
Charles Lew
-2
/
+2
2019-09-05
Remove rustc_diagnostic_macros feature
Mark Rousskov
-1
/
+0
2019-09-05
Replace diagnostic plugins with macro_rules
Mark Rousskov
-10
/
+3
2019-09-05
Restrict error code length to 80 columns
Mark Rousskov
-1
/
+2
2019-09-03
use TokenStream rather than &[TokenTree] for built-in macros
Aleksey Kladov
-1
/
+1
2019-08-30
Add a "diagnostic item" scheme
Oliver Scherer
-1
/
+34
2019-08-29
Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasper
Mazdak Farrokhzad
-3
/
+1
2019-08-29
Rollup merge of #63933 - wesleywiser:cleanup_from_move_promoted, r=oli-obk
Mazdak Farrokhzad
-33
/
+25
2019-08-28
Extract `Decoder::entry_unless_proc_macro()`
Wesley Wiser
-22
/
+20
2019-08-28
Simplify `maybe_get_optimized_mir` and `maybe_get_promoted_mir`
Wesley Wiser
-29
/
+23
2019-08-28
Auto merge of #63127 - kper:pr, r=nikomatsakis
bors
-19
/
+19
2019-08-27
Cleanup: Consistently use `Param` instead of `Arg` #62426
Kevin Per
-19
/
+19
2019-08-27
metadata: Eliminate `FullProcMacro`
Vadim Petrochenkov
-42
/
+20
2019-08-27
Respect attributes on proc macro definitions
Vadim Petrochenkov
-8
/
+10
2019-08-27
proc_macro: Turn `quote` into a regular built-in macro
Vadim Petrochenkov
-11
/
+1
2019-08-27
resolve: Block expansion of a derive container until all its derives are reso...
Vadim Petrochenkov
-3
/
+1
2019-08-22
Resolve PR comments
Wesley Wiser
-4
/
+9
2019-08-22
Fix tidy
Wesley Wiser
-2
/
+4
2019-08-22
Move promoted out of mir::Body
Wesley Wiser
-25
/
+60
2019-08-20
rustc_metadata: replace LazySeq<T> with Lazy<[T]>.
Eduard-Mihai Burtescu
-296
/
+301
2019-08-18
Auto merge of #63269 - Aaron1011:feature/proc-macro-data, r=eddyb,petrochenkov
bors
-143
/
+192
2019-08-17
Serialize additional data for procedural macros
Aaron Hill
-143
/
+192
2019-08-17
Remove unused `SyntaxContext` serialization impls
Matthew Jasper
-16
/
+0
2019-08-17
Stop emulating cross-crate hygiene with gensyms
Matthew Jasper
-1
/
+32
2019-08-16
Rollup merge of #63632 - vext01:vext01-comment-fixes, r=eddyb
Mazdak Farrokhzad
-1
/
+1
2019-08-16
Fix a comment for the def_path_table.
Edd Barrett
-1
/
+1
2019-08-15
`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`
Vadim Petrochenkov
-4
/
+4
[prev]
[next]