rust/src
2015-12-17 14:47:14 -05:00
..
compiler-rt@b6087e82ba Update compiler-rt 2015-11-07 00:26:44 +08:00
compiletest std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
doc Rollup merge of #30439 - swooster:swooster-nomicon-patch-1, r=steveklabnik 2015-12-17 14:47:14 -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 Better support for --llvm-root. 2015-12-13 15:05:43 -06:00
grammar fix rustc-test 2015-11-26 19:19:54 +02:00
jemalloc@e24a1a025a
liballoc Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon 2015-12-10 19:54:15 +00:00
liballoc_jemalloc std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
liballoc_system std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
libarena Auto merge of #30015 - petrochenkov:staged, r=brson 2015-11-26 10:22:37 +00:00
libbacktrace Clean whitespace 2015-10-19 11:16:31 -04:00
libcollections Add links in BTreeSet docs 2015-12-14 23:15:21 +02:00
libcollectionstest restore tests accidentally removed in #30182 2015-12-13 01:02:12 -05:00
libcore Rollup merge of #30437 - tshepang:clarity, r=steveklabnik 2015-12-17 14:47:13 -05:00
libcoretest restore tests accidentally removed in #30182 2015-12-13 01:02:12 -05:00
libflate Auto merge of #30015 - petrochenkov:staged, r=brson 2015-11-26 10:22:37 +00:00
libfmt_macros Auto merge of #30015 - petrochenkov:staged, r=brson 2015-11-26 10:22:37 +00:00
libgetopts Change internal getopts so --a=b=c acts like --a b=c rather than --a b. 2015-12-04 22:02:09 +01:00
libgraphviz Auto merge of #30015 - petrochenkov:staged, r=brson 2015-11-26 10:22:37 +00:00
liblibc@867c6ff0b8 Better docs for the str primitive 2015-11-30 16:10:47 -05:00
liblog std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
librand std: Remove deprecated functionality from 1.5 2015-12-10 11:47:55 -08:00
librbml Auto merge of #30140 - michaelwoerister:tls-encoding, r=nikomatsakis 2015-12-09 15:10:37 +00:00
librustc Rollup merge of #30419 - shepmaster:rogue-I, r=alexcrichton 2015-12-17 14:47:13 -05:00
librustc_back std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
librustc_bitflags std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
librustc_borrowck Stop re-exporting RestrictionResult variants. 2015-12-15 16:15:59 +01:00
librustc_data_structures fix dropck performance regression 2015-12-12 19:02:33 +02:00
librustc_driver Move built-in syntax extensions to a separate crate 2015-12-15 15:04:46 +09:00
librustc_front Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix 2015-12-14 13:48:41 +00:00
librustc_lint Auto merge of #30269 - sanxiyn:no-mangle-generic, r=Aatch 2015-12-16 14:12:43 +00:00
librustc_llvm Better support for --llvm-root. 2015-12-13 15:05:43 -06:00
librustc_metadata Auto merge of #30354 - petrochenkov:defuse, r=sanxiyn 2015-12-17 01:22:53 +00:00
librustc_mir MIR: Make Mir take ownership of InlineAsm values. 2015-12-10 16:39:17 -05:00
librustc_platform_intrinsics Remove all uses of #[staged_api] 2015-11-25 21:55:26 +03:00
librustc_plugin split the metadata code into rustc_metadata 2015-11-26 18:22:40 +02:00
librustc_privacy Remove all uses of #[staged_api] 2015-11-25 21:55:26 +03:00
librustc_resolve rustc: Remove def::DefUse 2015-12-16 18:19:11 +03:00
librustc_trans Auto merge of #30354 - petrochenkov:defuse, r=sanxiyn 2015-12-17 01:22:53 +00:00
librustc_typeck Auto merge of #30354 - petrochenkov:defuse, r=sanxiyn 2015-12-17 01:22:53 +00:00
librustc_unicode Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon 2015-12-10 19:54:15 +00:00
librustdoc Rollup merge of #30372 - sanxiyn:rustdoc-cfg, r=alexcrichton 2015-12-16 17:46:29 +05:30
libserialize Remove all uses of #[staged_api] 2015-11-25 21:55:26 +03:00
libstd Rollup merge of #30441 - tshepang:missing-comma, r=steveklabnik 2015-12-17 14:47:14 -05:00
libsyntax Rollup merge of #30388 - DanielJCampbell:macro-ident-spans, r=nrc 2015-12-16 17:46:29 +05:30
libsyntax_ext Mark libsyntax_ext unstable 2015-12-15 16:23:18 +09:00
libterm libterm: bring across changes from term 2015-12-03 19:27:59 +13:00
libtest std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
llvm@3564439515 Disable the null check elimination pass 2015-12-02 18:19:10 +01:00
rt Add test case for #28676. 2015-10-14 14:51:26 -06:00
rtstartup std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08: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 Disable the null check elimination pass 2015-12-02 18:19:10 +01:00
test Auto merge of #30341 - pnkfelix:call-site-scope, r=nikomatsakis 2015-12-16 22:53:19 +00:00
snapshots.txt adding openbsd snapshot 2015-09-04 15:01:06 -07:00