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
2016-05-20
Auto merge of #33378 - oli-obk:fix/registry_args, r=Manishearth
bors
-1
/
+1
2016-05-12
Improve derived implementations for enums with lots of fieldless variants
Björn Steinbrink
-0
/
+2
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-1
/
+2
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-2
/
+2
2016-05-10
fix Registry::args for plugins loaded with --extra-plugins
Oliver Schneider
-1
/
+1
2016-05-07
mir: prepare for rvalue promotion support.
Eduard Burtescu
-4
/
+2
2016-05-06
s/aux/auxiliary, because windows
Niko Matsakis
-0
/
+0
2016-05-06
move auxiliary builds to a test-relative `aux`
Niko Matsakis
-0
/
+1090
2016-05-03
Fix tests
Nick Cameron
-1
/
+4
2016-05-03
Use the compiler API to run pretty printing.
Nick Cameron
-1
/
+1
2016-04-12
prevent other `encode` methods from breaking `derive(RustcEncodable)`
Oliver Schneider
-0
/
+32
2016-03-14
refactor derive-no-std test, add empty struct/enum
Alex Burka
-39
/
+0
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-9
/
+9
2016-03-07
mk: Distribute fewer TARGET_CRATES
Alex Crichton
-0
/
+942
2016-02-11
Remove some unnecessary indirection from AST structures
Vadim Petrochenkov
-3
/
+3
2016-02-10
Auto merge of #31499 - kamalmarhubi:cfg-flag-invalid-cfgs, r=brson
bors
-0
/
+1
2016-02-09
Allow registering MIR-passes through compiler plugins
Oliver Schneider
-0
/
+24
2016-02-08
driver: Pass session options to CompilerCallbacks::early_callback()
Kamal Marhubi
-0
/
+1
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
[next]