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
2016-01-15
Add a test
Nick Cameron
-1
/
+1
2015-12-30
use structured errors
Nick Cameron
-15
/
+27
2015-12-17
test errors
Nick Cameron
-3
/
+3
2015-12-04
Ignore rpass-fulldeps test in cross compile tests
Marvin Löbel
-0
/
+2
2015-11-26
Some TLC for the MoveMap trait
Marvin Löbel
-4
/
+4
2015-11-26
Add syntax support for attributes on expressions and all syntax
Marvin Löbel
-0
/
+306
2015-11-11
libsyntax: Add more quasiquoting macros
Kyle Mayes
-0
/
+37
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-2
/
+2
2015-09-01
Remove the Modifier and Decorator kinds of syntax extensions.
Nick Cameron
-7
/
+0
2015-08-30
Auto merge of #27983 - barosl:respect-color, r=nrc
bors
-2
/
+3
2015-08-28
Move ExpnInfo to Name
Manish Goregaokar
-2
/
+2
2015-08-25
Respect `--color` when printing early errors
Barosl Lee
-2
/
+3
2015-08-17
feature gate `cfg(target_feature)`.
Huon Wilson
-1
/
+3
2015-07-27
test: Fix lto-syntax-extension
Alex Crichton
-0
/
+24
2015-06-13
Use `assert_eq!` instead of `assert!` in tests
petrochenkov
-1
/
+1
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-05-19
Fix test run-pass-fulldeps\issue-15149.rs on Windows
petrochenkov
-2
/
+6
2015-05-17
Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis
bors
-1
/
+1
2015-05-15
syntax: Unquoting some statements requires trailing semicolons
Erick Tryzelaar
-0
/
+6
2015-05-13
Unignore some tests in stage1
Tamir Duberstein
-1
/
+0
2015-05-14
syntax: refactor (Span)Handler and ParseSess constructors to be methods.
Eduard Burtescu
-1
/
+1
2015-05-12
Merge branch 'master' into
Nick Cameron
-0
/
+74
2015-05-01
Add test for custom deriving plugins which rely on field attributes
Manish Goregaokar
-0
/
+74
2015-05-01
Get tests passing
Nick Cameron
-3
/
+6
2015-04-30
Merge branch 'master' into mulit-decor
Nick Cameron
-65
/
+35
2015-04-28
test: Fix some tests to run with musl
Alex Crichton
-0
/
+1
2015-04-25
Interpolate AST nodes in quasiquote.
Geoffry Song
-41
/
+38
2015-04-25
Unrot and re-enable `run-pass-fulldeps/qquote.rs`
Tamir Duberstein
-60
/
+32
2015-04-25
Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decor
Nick Cameron
-0
/
+52
2015-04-22
Ignore cross-compilation in some fulldeps tests.
Ryan Prichard
-8
/
+9
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
[next]