rust/src
Tobias Bucher c5971a29da Remove unneeded #[derive(Copy)]
It was introduced with the change that made copy opt-in. The
implementation gives a warning, because the struct contains a raw
pointer.
2015-11-19 16:00:54 +00:00
..
compiler-rt@b6087e82ba Update compiler-rt 2015-11-07 00:26:44 +08:00
compiletest compiletest/raise_fd_limit: use libc instead of custom impl 2015-11-10 12:27:55 -05:00
doc Rollup merge of #29891 - steveklabnik:gh29470, r=alexcrichton 2015-11-17 18:13:06 -05: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 AUTHORS and .mailmap cleanup 2015-11-14 23:11:20 -05:00
grammar Adjust src/grammar for the introduced <- op 2015-10-27 23:06:37 +02:00
jemalloc@e24a1a025a
liballoc Auto merge of #29580 - alexbool:smart-pointer-conversion, r=alexcrichton 2015-11-16 19:06:52 +00:00
liballoc_jemalloc std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
liballoc_system std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
libarena libarena: deny warnings in doctests 2015-11-12 05:15:29 +00:00
libbacktrace Clean whitespace 2015-10-19 11:16:31 -04:00
libcollections Auto merge of #29830 - petrochenkov:mapdoc, r=alexcrichton 2015-11-16 11:08:50 +00:00
libcollectionstest Add assertions to test_total_ord for str 2015-10-24 19:53:42 +01:00
libcore Auto merge of #29882 - devonhollowood:master, r=Manishearth 2015-11-18 02:02:00 +00:00
libcoretest Implement conversion traits for primitive float types 2015-10-17 16:27:31 -07:00
libflate libflate: deny warnings in doctests 2015-11-12 05:16:14 +00:00
libfmt_macros libfmt_macros: deny warnings in doctests 2015-11-12 05:16:20 +00:00
libgetopts libgetopts: deny warnings in doctests 2015-11-12 05:16:24 +00:00
libgraphviz libgraphviz: deny warnings in doctests 2015-11-12 05:16:29 +00:00
liblibc@8531cc11e1 Add changes to liblibc 2015-11-17 13:16:09 -08:00
liblog liblog: deny warnings in doctests 2015-11-12 05:16:34 +00:00
librand librand: deny warnings in doctests 2015-11-12 05:16:38 +00:00
librbml librbml: deny warnings in doctests 2015-11-12 05:16:43 +00:00
librustc Auto merge of #29797 - oli-obk:remove-fromb, r=nikomatsakis 2015-11-17 22:12:07 +00:00
librustc_back Expose archive_format to target specifications 2015-11-18 02:39:46 +01:00
librustc_bitflags Rustfmt-ing librustc_bitflags. 2015-10-13 23:14:32 +01:00
librustc_borrowck ImplItem_ -> ImplItemKind rename 2015-11-16 10:35:30 +01:00
librustc_data_structures move fnv hashing support into librustc_data_structures 2015-09-06 07:27:22 -04:00
librustc_driver rename ast::ImplItem_::*ImplItem to ast::ImplItemKind::* 2015-11-16 10:35:30 +01:00
librustc_front Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis 2015-11-17 18:24:19 +00:00
librustc_lint Auto merge of #29882 - devonhollowood:master, r=Manishearth 2015-11-18 02:02:00 +00:00
librustc_llvm Remove unneeded #[derive(Copy)] 2015-11-19 16:00:54 +00:00
librustc_mir ImplItem_ -> ImplItemKind rename 2015-11-16 10:35:30 +01:00
librustc_platform_intrinsics Remove executable permission from .rs files 2015-11-09 09:28:51 -05:00
librustc_privacy ImplItem_ -> ImplItemKind rename 2015-11-16 10:35:30 +01:00
librustc_resolve Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis 2015-11-17 18:24:19 +00:00
librustc_trans rename ast::ImplItem_::*ImplItem to ast::ImplItemKind::* 2015-11-16 10:35:30 +01:00
librustc_typeck Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis 2015-11-17 18:24:19 +00:00
librustc_unicode librustc_unicode: deny warnings in doctests 2015-11-12 05:16:48 +00:00
librustdoc Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis 2015-11-17 18:24:19 +00:00
libserialize libserialize: deny warnings in doctests 2015-11-12 05:16:53 +00:00
libstd Auto merge of #29897 - alexcrichton:process-wait-with-output, r=brson 2015-11-18 04:00:43 +00:00
libsyntax Add some unicode aliases for ". 2015-11-18 17:16:32 +11:00
libterm libterm: deny warnings in doctests 2015-11-12 05:17:02 +00:00
libtest libtest: deny warnings in doctests 2015-11-12 05:17:07 +00: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
rtstartup Moar comments. 2015-10-21 10:05:27 -07:00
rust-installer@c37d3747da
rustbook fixes #17017 (update padding:11px line 142 of rustbook.css) 2015-09-28 12:11:18 -05:00
rustllvm rustllvm: Update to LLVM trunk 2015-10-24 18:42:23 +09:00
test Auto merge of #29882 - devonhollowood:master, r=Manishearth 2015-11-18 02:02:00 +00:00
snapshots.txt adding openbsd snapshot 2015-09-04 15:01:06 -07:00