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
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
Restore indentation in common.rs
Björn Steinbrink
-674
/
+674
2015-01-08
Let ToString work with unsized types, importantly, `str`.
Huon Wilson
-1
/
+7
2015-01-08
Improvements to feature staging
Brian Anderson
-392
/
+386
2015-01-08
Add test for -Z extra-plugins
Manish Goregaokar
-8
/
+31
2015-01-08
Add missing module stability attributes
Aaron Turon
-0
/
+4
2015-01-08
libsyntax: add COMMAND_LINE_SP and use it for spans generated from the comman...
Manish Goregaokar
-8
/
+23
2015-01-08
librustc_driver: Add support for loading plugins via command line (fixes #15446)
Manish Goregaokar
-23
/
+26
2015-01-08
librustc::plugin : make PluginLoader usable for loading argument-specified pl...
Manish Goregaokar
-17
/
+40
2015-01-08
librustc::metadata : Allow passing a string to read_plugin_metadata
Manish Goregaokar
-9
/
+26
2015-01-08
librustc::session : Make DebuggingOpts use the options! macro
Manish Goregaokar
-168
/
+118
2015-01-08
librustc::session : Make cgoptions macro more generic
Manish Goregaokar
-55
/
+60
2015-01-08
Fix: `libc::c_char` is not always `i8`
Akos Kiss
-1
/
+1
2015-01-08
bench: fix a few compiler warnings
Tshepang Lekhonkhobe
-43
/
+14
2015-01-07
Spelling fix compatibel -> compatible
Kevin Rauwolf
-1
/
+1
2015-01-07
More test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-01-07
rollup merge of #20731: nick29581/assoc-inherant
Alex Crichton
-0
/
+24
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-309
/
+386
2015-01-08
Forbid associated items in inherent impls
Nick Cameron
-0
/
+24
2015-01-07
rollup merge of #20707: nikomatsakis/issue-20582
Alex Crichton
-30
/
+86
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-15
/
+784
2015-01-08
fallout: part of changes to compile-fail tests. (follows same pattern as pri...
Felix S. Klock II
-0
/
+9
2015-01-07
rollup merge of #20720: nick29581/assoc-ice-missing
Alex Crichton
-22
/
+105
2015-01-08
fallout: run-fail tests that use box. (many/all could be ported to `Box::new`...
Felix S. Klock II
-0
/
+15
2015-01-07
rollup merge of #20657: alexcrichton/stabilize-macros
Alex Crichton
-224
/
+33
2015-01-08
Remove String impls and fix for make tidy
Nick Cameron
-55
/
+1
2015-01-07
rollup merge of #20706: nikomatsakis/assoc-types-projections-in-structs-issue...
Alex Crichton
-79
/
+204
2015-01-07
rollup merge of #20665: nikomatsakis/assoc-types-method-dispatch-projection
Alex Crichton
-41
/
+226
2015-01-08
fallout: run-pass tests that use box. (many could be ported to `Box::new` in...
Felix S. Klock II
-4
/
+605
2015-01-07
rollup merge of #20728: huonw/type-param-shadowing
Alex Crichton
-2
/
+78
2015-01-07
rollup merge of #20631: huon/no-drop-and-copy
Alex Crichton
-3
/
+46
2015-01-08
Prohibit type parameter shadowing with a clunky hammer.
Huon Wilson
-1
/
+91
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-2495
/
+2421
2015-01-07
Normalize types of fields in struct literals during type-checking.
Niko Matsakis
-55
/
+74
2015-01-07
Update compile-fail test with new message that is generated as a
Niko Matsakis
-0
/
+7
2015-01-07
Add rather involved run-pass test case.
Niko Matsakis
-0
/
+62
2015-01-07
Normalize associated types in `with_field_tys`
Niko Matsakis
-6
/
+31
2015-01-07
Use ty::type_is_sized() so that we handle projection types properly.
Niko Matsakis
-8
/
+21
2015-01-07
rollup merge of #20726: dgrunwald/require-parens-for-chained-comparison
Alex Crichton
-4
/
+58
2015-01-07
rollup merge of #20725: tomjakubowski/rustdoc-misc
Alex Crichton
-4
/
+41
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-77
/
+75
2015-01-07
rollup merge of #20710: daboross/fix-stable-before-bracket
Alex Crichton
-3
/
+3
2015-01-07
rollup merge of #20709: thiagopnts/ownership-guide-typo
Alex Crichton
-1
/
+1
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-416
/
+130
2015-01-07
rollup merge of #20704: alexcrichton/hopefully-make-tests-less-spurious
Alex Crichton
-20
/
+20
2015-01-07
rollup merge of #20703: barosl/rustdoc-z-index-fallout
Alex Crichton
-1
/
+1
2015-01-07
rollup merge of #20696: reem/unsized-typeid
Alex Crichton
-2
/
+82
2015-01-07
rollup merge of #20695: frewsxcv/patch-2
Alex Crichton
-1
/
+1
2015-01-07
rollup merge of #20693: EchoAce/intro-oboe
Alex Crichton
-2
/
+2
2015-01-07
rollup merge of #20688: jroesch/reject-non-param-bounds-followup
Alex Crichton
-19
/
+57
2015-01-07
rollup merge of #20680: nick29581/target-word
Alex Crichton
-69
/
+91
[prev]
[next]