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
/
test
/
run-pass-fulldeps
Age
Commit message (
Expand
)
Author
Lines
2015-01-15
Syntax extensions on trait and impl items.
Nick Cameron
-1
/
+25
2015-01-08
Add test for -Z extra-plugins
Manish Goregaokar
-0
/
+21
2015-01-06
More test fixes
Alex Crichton
-0
/
+88
2015-01-07
Cleanup and followup to PR #17830: parsing changes
Piotr Czarnecki
-0
/
+1
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-20
/
+20
2015-01-02
Use `derive` rather than `deriving` in tests
Nick Cameron
-2
/
+2
2014-12-19
ack parser.parse_ty change in quote_ty! (+ test)
Mathieu Poumeyrol
-0
/
+2
2014-12-18
auto merge of #19984 : japaric/rust/macro-expressions, r=alexcrichton
bors
-1
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-17
Add tests for E-needstest issues
Jakub Bukaj
-0
/
+48
2014-12-08
rustc: Prepend a length to all metadata
Alex Crichton
-1
/
+0
2014-12-03
test: Ignore issue-19501 pretty for now
Alex Crichton
-0
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-1
/
+1
2014-11-09
Fix ICEs that involved quasi-quotation
Piotr Czarnecki
-0
/
+31
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-72
/
+0
2014-10-06
syntax: Parse outer attributes in quote_method!
Ben Gamari
-0
/
+1
2014-10-03
test: Fix a test that fails when cross compiling
Alex Crichton
-2
/
+1
2014-10-02
Disable the Roman numerals test on Android due to cross-compile issues
Keegan McAllister
-0
/
+1
2014-10-01
Add a guide to compiler plugins
Keegan McAllister
-0
/
+26
2014-09-29
Fixed quote_method!() implementation
Vladimir Pouzanov
-0
/
+2
2014-09-19
Test fixes from the rollup
Alex Crichton
-0
/
+1
2014-09-19
rollup merge of #17314 : eddyb/span-no-gc
Alex Crichton
-1
/
+1
2014-09-19
Allow syntax extensions to return multiple items, closes #16723.
Florian Hahn
-0
/
+30
2014-09-18
Fix fallout in tests from removing the use of Gc in ExpnInfo.
Eduard Burtescu
-1
/
+1
2014-09-14
Fix fallout in macro_crate/quote tests.
Eduard Burtescu
-10
/
+10
2014-09-09
Test fixes from the rollup
Alex Crichton
-0
/
+1
2014-09-08
quote: Explicitly borrow the ExtCtxt
Keegan McAllister
-0
/
+25
2014-08-30
Add lint groups; define built-in lint groups `bad_style` and `unused`
P1start
-0
/
+28
2014-08-23
extern crate foobar as foo;
wickerwaka
-3
/
+3
2014-08-14
Followup to PR #16477: a run-pass regression test for Issue #15750.
Felix S. Klock II
-0
/
+28
2014-07-29
syntax: add support for quoting arms
Erick Tryzelaar
-0
/
+3
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-1
/
+0
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-06-24
Test lint plugins
Keegan McAllister
-0
/
+48
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-9
/
+10
2014-06-13
Rolling up PRs in the queue
Alex Crichton
-0
/
+3
2014-06-13
syntax: parse outer attributes in `quote_item!` calls.
Huon Wilson
-0
/
+3
2014-06-13
syntax: fix quote_pat! & unignore a quotation test.
Huon Wilson
-5
/
+3
2014-06-09
Convert tests to use #[plugin_registrar]
Keegan McAllister
-2
/
+2
2014-06-09
Use phase(plugin) in tests
Keegan McAllister
-6
/
+6
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-2
/
+2
2014-05-27
std: Remove String's to_owned
Richo Healey
-6
/
+6
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-14
test: Remove all uses of `~str` from the test suite.
Patrick Walton
-1
/
+1
2014-05-13
compiletest: Test `--pretty expanded`
klutzy
-0
/
+2
2014-05-02
syntax: implement ToSource for more things in the quasiquoter.
Huon Wilson
-0
/
+4
2014-04-29
rustc: Add search paths to dylib load paths
Alex Crichton
-0
/
+22
2014-04-23
Enable use of syntax extensions when cross compiling.
Douglas Young
-18
/
+3
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-6
/
+6
2014-04-16
rustc: Don't allocate a cnum to syntax crates
Alex Crichton
-0
/
+24
[next]