rust/src
Ryan Prichard 9c0057df58 Remove core::panicking::panic's dependence on str's Display::fmt impl
Display::fmt for str calls into Formatter::pad, which is modest in size
and also pulls in string-related functions for its truncation and padding
abilities.  For size-critical programs (e.g. embedded), this call site
may be the only reason Formatter::pad is linked into the output.
2015-03-10 22:21:30 -07:00
..
compiler-rt@58ab642c30
compiletest std: Stabilize the env module 2015-02-27 13:41:49 -08:00
doc Rollup merge of #22867 - FuGangqiang:master, r=steveklabnik 2015-02-28 19:19:02 +05:30
driver
etc Add a way to assert the number of occurrences to htmldocck 2015-02-27 00:27:57 +09:00
grammar
jemalloc@b001609960
liballoc Rollup merge of #22843 - vhbit:no-jemalloc-fix, r=alexcrichton 2015-02-27 20:37:38 +05:30
libarena
libbacktrace
libcollections Fix incorrectly parsed markdown link 2015-02-28 14:05:50 -05:00
libcore Remove core::panicking::panic's dependence on str's Display::fmt impl 2015-03-10 22:21:30 -07:00
libcoretest Make Int::pow() take exp as u32 instead usize 2015-03-01 01:58:55 +01:00
libflate std: Stabilize some ptr functions 2015-02-24 14:22:33 -08:00
libfmt_macros
libgetopts
libgraphviz
liblibc unbreak openbsd after nacl intergration 2015-02-25 05:07:40 +01:00
liblog std: Stabilize the env module 2015-02-27 13:41:49 -08:00
librand Revert hacks and add test for LLVM aborts due to empty aggregates. 2015-02-26 16:44:07 +02:00
librbml Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
librustc Rollup merge of #22884 - japaric:obsolete, r=alexcrichton 2015-02-28 19:19:00 +05:30
librustc_back std: Stabilize the env module 2015-02-27 13:41:49 -08:00
librustc_bitflags
librustc_borrowck Rollup merge of #22736 - nikomatsakis:issue-22382, r=eddyb 2015-02-25 03:21:43 +05:30
librustc_driver Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon 2015-02-28 19:18:59 +05:30
librustc_lint Update docs for rustc_lint crateification. 2015-02-28 15:34:00 +11:00
librustc_llvm
librustc_privacy Record the publicity of struct fields and enum variants. 2015-02-26 16:26:34 +11:00
librustc_resolve remove some compiler warnings 2015-02-26 07:21:26 +02:00
librustc_trans Rollup merge of #22910 - dotdash:time_llvm_passes, r=cmr 2015-03-01 09:50:30 +05:30
librustc_typeck Rollup merge of #22884 - japaric:obsolete, r=alexcrichton 2015-02-28 19:19:00 +05:30
librustdoc Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon 2015-02-28 19:18:59 +05:30
libserialize remove some compiler warnings 2015-02-26 07:21:26 +02:00
libstd Auto merge of #22087 - GuillaumeGomez:int-pow, r=alexcrichton 2015-03-01 08:59:29 +00:00
libsyntax Rollup merge of #22896 - Ms2ger:InlineAttr, r=huonw 2015-03-01 09:49:39 +05:30
libterm std: Stabilize the env module 2015-02-27 13:41:49 -08:00
libtest Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon 2015-02-28 19:18:59 +05:30
libunicode
llvm@b89c3f039b
rt
rust-installer@60fd8abfca
rustbook remove some compiler warnings 2015-02-26 07:21:26 +02:00
rustllvm
test Auto merge of #22087 - GuillaumeGomez:int-pow, r=alexcrichton 2015-03-01 08:59:29 +00:00
snapshots.txt register snapshot 880fb89 2015-02-27 01:48:49 +01:00