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
/
test
/
run-pass-fulldeps
Age
Commit message (
Expand
)
Author
Lines
2017-06-26
Update and fix a few tests
Alex Crichton
-6
/
+6
2017-06-26
Address review comments.
Jeffrey Seyfried
-7
/
+7
2017-06-26
Test compound tokens.
Jeffrey Seyfried
-0
/
+56
2017-06-26
Add exmaple/test for `quote!` hygiene.
Jeffrey Seyfried
-0
/
+82
2017-06-26
Add `LazyTokenStream`.
Jeffrey Seyfried
-1
/
+1
2017-06-26
Implement `quote!` and other `proc_macro` API.
Jeffrey Seyfried
-124
/
+55
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-4
/
+1
2017-06-10
Auto merge of #42533 - Mark-Simulacrum:macro-parse-speed-small, r=jseyfried
bors
-1
/
+1
2017-06-08
Speed up expansion.
Mark Simulacrum
-1
/
+1
2017-06-06
Add conversions from File and Child* handles to Stdio
Josh Stone
-0
/
+83
2017-06-02
Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516.
kennytm
-209
/
+0
2017-05-13
Fix #35829 (syntax extension's `quote_expr!()` does not handle b"…")
kennytm
-2
/
+70
2017-05-04
add regression test for issue #24106
Andy Russell
-0
/
+40
2017-05-02
Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddyb
Corey Farwell
-98
/
+0
2017-05-01
kill regr test using ad-hoc lint
Niko Matsakis
-98
/
+0
2017-04-28
Unignore tests which work fine now.
Mark Simulacrum
-1
/
+1
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-5
/
+7
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-8
/
+0
2017-03-27
Rollup merge of #40516 - alexcrichton:no-cache-handles, r=aturon
Alex Crichton
-0
/
+64
2017-03-23
Remove internal liblog
Alex Crichton
-221
/
+0
2017-03-23
std: Don't cache stdio handles on Windows
Alex Crichton
-0
/
+64
2017-03-21
Fix bug in legacy `#[derive]` processing logic.
Jeffrey Seyfried
-0
/
+25
2017-03-19
Rollup merge of #40532 - jseyfried:improve_tokenstream_quoter, r=nrc
Corey Farwell
-10
/
+16
2017-03-15
Improve the `TokenStream` quoter.
Jeffrey Seyfried
-10
/
+16
2017-03-14
Add tests.
Jeffrey Seyfried
-7
/
+13
2017-03-10
Remove ability for plugins to register a MIR pass
Simonas Kazlauskas
-78
/
+0
2017-03-03
Fix fallout in unit tests.
Jeffrey Seyfried
-9
/
+9
2017-03-02
Rollup merge of #40129 - abonander:proc_macro_bang, r=jseyfried
Corey Farwell
-0
/
+46
2017-02-28
Implement function-like procedural macros ( `#[proc_macro]`)
Austin Bonander
-0
/
+46
2017-02-28
Add regression test.
Jeffrey Seyfried
-0
/
+49
2017-02-28
Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...
Jeffrey Seyfried
-6
/
+3
2017-02-22
Don't assume plugin-whitelisted attributes are proc macro attributes
Austin Bonander
-0
/
+83
2017-02-12
Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_...
Jeffrey Seyfried
-3
/
+1
2017-01-31
Removes FIXMEs related to #22405
Wesley Wiser
-5
/
+0
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-2
/
+2
2017-01-22
Refactor `TokenStream`.
Jeffrey Seyfried
-61
/
+52
2017-01-22
Remove duplicate `TokenStream` quoter tests (modulo imports).
Jeffrey Seyfried
-233
/
+0
2017-01-20
Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfried
Alex Crichton
-4
/
+60
2017-01-19
Auto merge of #39136 - keeperofdakeys:proc-macro-doc-test, r=alexcrichton
bors
-0
/
+3
2017-01-19
Add doctest to the proc-macro derive-test
Josh
-0
/
+3
2017-01-16
Implement `#[proc_macro_attribute]`
Austin Bonander
-0
/
+56
2017-01-15
Refactor `proc_macro::TokenStream` to use `syntax::tokenstream::TokenStream`;...
Austin Bonander
-4
/
+4
2017-01-16
proc macros/qquote: Handle empty delimited tokens
Nick Cameron
-0
/
+57
2017-01-02
rustc: Stabilize the `proc_macro` feature
Alex Crichton
-41
/
+1
2016-12-31
Style fixes
Josh Driver
-2
/
+1
2016-12-31
Stop macro calls in structs for proc_macro_derive from panicing
Josh Driver
-0
/
+53
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-2
/
+2
2016-12-23
Allow legacy custom derive authors to disable warnings in downstream crates.
Jeffrey Seyfried
-1
/
+1
2016-12-07
remove useless lifetimes on LateLintPass impl methods
Oliver Schneider
-4
/
+4
2016-12-07
remove useless lifetime outlives bounds
Oliver Schneider
-8
/
+8
[next]