rust/src
CarVac 9302dc5d9e Replace uint with u32 in trpl/guessing-game.md
uint was recently deprecated, so in following the use of i32 at first,
replace all references to uint with u32.

Also change literals from e.g. 100u to 100, so that they are no longer
usize.
2015-01-11 21:00:42 -05:00
..
compiler-rt@58ab642c30 Updated compiler-rt 2015-01-09 18:38:30 +02:00
compiletest Revert "Ignore extra error from test for now" 2015-01-09 18:27:23 +05:30
doc Replace uint with u32 in trpl/guessing-game.md 2015-01-11 21:00:42 -05:00
driver Separate the driver into its own crate that uses trans, typeck. 2014-12-04 10:04:52 -05:00
etc Merge pull request #20689 from huonw/editor-_size 2015-01-07 15:35:34 +00:00
grammar Un-gate macro_rules 2015-01-05 18:21:14 -08:00
jemalloc@b001609960 update jemalloc 2014-10-05 22:17:25 -04:00
liballoc rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libarena rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libbacktrace
libcollections Merge pull request #20771 from Kimundi/vec-macro-repeat 2015-01-10 14:15:09 +00:00
libcore auto merge of #20839 : alexcrichton/rust/missing-stability, r=aturon 2015-01-10 12:10:08 +00:00
libcoretest rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libflate rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libfmt_macros rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libgetopts rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libgraphviz rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
liblibc Merge pull request #20699 from vhbit/ios-archs 2015-01-09 17:35:09 +00:00
liblog rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
librand rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
librbml rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libregex rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
librustc Make the metadata loader use the appropriate Target structure 2015-01-09 04:51:47 +01:00
librustc_back Merge pull request #20699 from vhbit/ios-archs 2015-01-09 17:35:09 +00:00
librustc_borrowck auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichton 2015-01-08 18:40:04 +00:00
librustc_driver auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichton 2015-01-08 18:40:04 +00:00
librustc_llvm rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
librustc_resolve rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
librustc_trans Merge pull request #20699 from vhbit/ios-archs 2015-01-09 17:35:09 +00:00
librustc_typeck Feature-gate <> syntax used with Fn. Fixes #18875. 2015-01-10 09:12:25 -05:00
librustdoc Merge pull request #20793 from ktossell/rustdoc-fixedvector-syntax 2015-01-09 17:35:10 +00:00
libserialize Remove warning from the libraries. 2015-01-08 11:02:23 -05:00
libstd auto merge of #20776 : kmcallister/rust/macro-cleanup, r=alexcrichton 2015-01-09 22:15:12 +00:00
libsyntax Merge pull request #20808 from Manishearth/span_fix 2015-01-10 14:15:09 +00:00
libterm rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libtest rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
libunicode rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
llvm@ec1fdb3b9d core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
rt iOS: preliminary 64-bit archs support 2015-01-09 18:38:30 +02:00
rust-installer@e577c97b49 Fix revert of rust-installer 2015-01-09 10:19:30 -08:00
rustbook rustbook: use a relative @import path to ensure it works offline. 2015-01-10 00:54:18 +11:00
rustllvm Ensure that LLVM is rebuilt with recent changes 2015-01-05 18:40:41 +01:00
test auto merge of #20869 : nikomatsakis/rust/issue-18875, r=huonw 2015-01-10 16:20:04 +00:00
snapshots.txt register new snapshots 2015-01-07 17:15:06 -05:00