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
2015-04-14
Test fixes and rebase conflicts, round 2
Alex Crichton
-0
/
+69
2015-04-10
Rollup merge of #24212 - alexcrichton:destabilize-begin-unwind, r=huonw
Manish Goregaokar
-1
/
+0
2015-04-08
Remove pretty-expanded from failing tests
Alex Crichton
-1
/
+0
2015-04-08
Allow plugins to register LLVM passes
Keegan McAllister
-0
/
+17
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-0
/
+1
2015-04-01
Test fixes and rebase conflicts
Alex Crichton
-0
/
+3
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-1
/
+64
2015-03-27
rollup merge of #23786: alexcrichton/less-quotes
Alex Crichton
-4
/
+4
2015-03-27
Fix fallout of removing quotes in crate names
Alex Crichton
-4
/
+4
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-9
/
+9
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-6
/
+6
2015-03-17
Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton
Manish Goregaokar
-1
/
+0
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-1
/
+0
2015-03-13
syntax: use lookahead to distinguish inner and outer attributes, instead of p...
Eduard Burtescu
-1
/
+1
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-3
/
+0
2015-03-06
Make #[derive(Anything)] into sugar for #[derive_Anything]
Keegan McAllister
-0
/
+59
2015-03-06
Check gated attributes before and after macro expansion
Keegan McAllister
-1
/
+1
2015-03-05
Fix quoting of ?Sized
Seo Sanghyeon
-1
/
+3
2015-03-05
Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallister
bors
-2
/
+33
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-6
/
+8
2015-03-04
Add quasiquote for matchers and attributes
Piotr Czarnecki
-2
/
+33
2015-03-02
Add regression tests for #15778
Keegan McAllister
-0
/
+19
2015-02-17
Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton
bors
-1
/
+0
2015-02-12
Warn when linking a plugin into a non-plugin crate
Keegan McAllister
-0
/
+27
2015-02-10
Auto merge of #22026 - kmcallister:plugin, r=sfackler
bors
-65
/
+20
2015-02-10
Enable some tests for android
wonyong kim
-1
/
+0
2015-02-09
Use a crate attribute to load plugins
Keegan McAllister
-65
/
+20
2015-02-09
Review changes
Nick Cameron
-5
/
+7
2015-02-09
Refactor compilation to make it easier to use for tools
Nick Cameron
-0
/
+79
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-5
/
+5
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
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
[next]