rust/src
bors db54339f5a Auto merge of #29152 - petrochenkov:derstab, r=alexcrichton
The attributes are copied from the item for which the trait impl is derived

I think now we can close these two issues:
https://github.com/rust-lang/rust/issues/13054 - `allow`, `deny` etc. were already copied, now `stable` and `unstable` are copied as well.
https://github.com/rust-lang/rust/issues/18969 - I'm not sure this is needed, insta-stability were good enough so far, copied stability will be better. Nonetheless, it can be subsumed by some more general mechanism for supplying arbitrary not necessarily stability related attributes (for example `inline`) to derived impls and their methods (I haven't found an open issue for such mechanism).

r? @alexcrichton
2015-10-20 08:19:19 +00:00
..
compiler-rt@58ab642c30
compiletest Allow multi-digit GDB minor version numbers 2015-09-24 13:04:22 -04:00
doc Rollup merge of #29169 - apasel422:spell, r=steveklabnik 2015-10-19 17:14:08 -04:00
driver Run rustfmt on driver. 2015-10-11 23:41:43 -07:00
error-index-generator Run rustfmt on error-index-generator. 2015-10-11 23:44:32 -07:00
etc typos: fix a grabbag of typos all over the place 2015-10-08 19:49:31 +01:00
grammar Cleanup interfaces of Name, SyntaxContext and Ident 2015-09-24 23:05:02 +03:00
jemalloc@e24a1a025a
liballoc Remove some trivial transmutes 2015-10-17 20:29:49 -04:00
liballoc_jemalloc Run rustfmt on liballoc_jemalloc. 2015-10-11 22:18:51 -07:00
liballoc_system Run rustfmt on liballoc_system. 2015-10-11 23:35:08 -07:00
libarena Auto merge of #29020 - goyox86:goyox86/rustfmting-libarena, r=nrc 2015-10-16 14:20:25 +00:00
libbacktrace Clean whitespace 2015-10-19 11:16:31 -04:00
libcollections Correct spelling in docs 2015-10-19 13:48:42 -04:00
libcollectionstest typos: fix a grabbag of typos all over the place 2015-10-08 19:49:31 +01:00
libcore Auto merge of #29140 - sorear:dst-document-on-sized, r=alexcrichton 2015-10-20 06:36:50 +00:00
libcoretest Add unused modules to libcoretest 2015-10-16 21:15:23 +02:00
libflate Update Libflate Formatting 2015-10-10 19:00:20 +01:00
libfmt_macros Rollup merge of #29022 - apasel422:spell, r=steveklabnik 2015-10-15 13:41:32 +05:30
libgetopts some more clippy-based improvements 2015-09-08 00:36:29 +02:00
libgraphviz Correct spelling in docs 2015-10-13 09:44:11 -04:00
liblibc Add PATH_MAX to liblibc's Linux bindings. 2015-09-27 21:06:54 +05:30
liblog Remove the unnecessary local variable in set_logger. 2015-10-14 14:17:06 +02:00
librand Re-formatted macros by hand with rustfmt style 2015-10-17 13:16:13 +01:00
librbml Remove some trivial transmutes 2015-10-17 20:29:49 -04:00
librustc Auto merge of #28845 - oli-obk:rfc1229, r=pnkfelix 2015-10-18 11:09:03 +00:00
librustc_back Dict -> Struct, StructDef -> VariantData, def -> data 2015-10-13 15:19:24 +03:00
librustc_bitflags Rustfmt-ing librustc_bitflags. 2015-10-13 23:14:32 +01:00
librustc_borrowck typos: fix a grabbag of typos all over the place 2015-10-08 19:49:31 +01:00
librustc_data_structures move fnv hashing support into librustc_data_structures 2015-09-06 07:27:22 -04:00
librustc_driver review comments 2015-10-09 21:44:44 +13:00
librustc_front Auto merge of #29102 - petrochenkov:spanvis, r=alexcrichton 2015-10-17 06:16:09 +00:00
librustc_lint Auto merge of #29109 - nxnfufunezn:master, r=Manishearth 2015-10-17 08:04:32 +00:00
librustc_llvm Remove some trivial transmutes 2015-10-17 20:29:49 -04:00
librustc_mir Partially format librustc_mir with rustfmt. 2015-10-07 14:37:45 +02:00
librustc_platform_intrinsics Add a comment to explain the #[inline(never)] annotation 2015-09-12 17:05:29 +02:00
librustc_privacy Merge VariantData and VariantData_ 2015-10-13 15:19:27 +03:00
librustc_resolve Merge VariantData and VariantData_ 2015-10-13 15:19:27 +03:00
librustc_trans Auto merge of #29131 - apasel422:transmute, r=bluss 2015-10-18 12:59:29 +00:00
librustc_typeck Auto merge of #28933 - fhahn:issue-28837-partialeq-note, r=alexcrichton 2015-10-17 13:24:01 +00:00
librustc_unicode Write a bunch of docs for char 2015-10-06 17:58:51 -04:00
librustdoc Auto merge of #28683 - GuillaumeGomez:rustdoc_error, r=alexcrichton 2015-10-16 23:28:14 +00:00
libserialize Miscellaneous cleanup for old issues. 2015-09-20 11:37:08 +01:00
libstd Rollup merge of #29169 - apasel422:spell, r=steveklabnik 2015-10-19 17:14:08 -04:00
libsyntax Auto merge of #29152 - petrochenkov:derstab, r=alexcrichton 2015-10-20 08:19:19 +00:00
libterm some more clippy-based improvements 2015-09-08 00:36:29 +02:00
libtest Reverted for-loop, it messes up type inference 2015-09-08 09:02:04 +02:00
llvm@cde1ed3196 Update LLVM fork to include a backported fix for broken debug locations 2015-10-18 16:40:45 +02:00
rt Add test case for #28676. 2015-10-14 14:51:26 -06:00
rust-installer@c37d3747da Fix error message spans 2015-07-25 19:57:59 -07:00
rustbook fixes #17017 (update padding:11px line 142 of rustbook.css) 2015-09-28 12:11:18 -05:00
rustllvm Update LLVM fork to include a backported fix for broken debug locations 2015-10-18 16:40:45 +02:00
test Clean whitespace 2015-10-19 11:16:31 -04:00
snapshots.txt adding openbsd snapshot 2015-09-04 15:01:06 -07:00