rust/src
Guillaume Gomez 30164c21fa Rollup merge of #37081 - p512:master, r=sfackler
Changed 0 into '0'

Right now `0` is an undefined production rule.
[Documentation following the grammar specification](https://doc.rust-lang.org/nightly/std/fmt/#sign0) strongly suggests `'0'` is meant as it is used as a character literal.

r? @steveklabnik
2016-10-11 17:51:27 +02:00
..
bootstrap Auto merge of #36983 - alexcrichton:configure-multiple-musl, r=brson 2016-10-11 04:26:56 -07:00
build_helper
compiler-rt@f03ba5a4e8
doc Rollup merge of #36997 - KillTheMule:patch-1, r=steveklabnik 2016-10-11 17:51:26 +02:00
driver
etc
grammar
jemalloc@e058ca6616
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcollections Rollup merge of #37081 - p512:master, r=sfackler 2016-10-11 17:51:27 +02:00
libcollectionstest Rollup merge of #36699 - bluss:repeat-str, r=alexcrichton 2016-10-11 17:51:26 +02:00
libcompiler_builtins
libcore rewrite checked_{div,rem} to no contain any reference to panics 2016-10-07 15:14:28 -05:00
libcoretest
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc@5a17b4a733 use MSG_NOSIGNAL on all relevant platforms 2016-10-09 13:01:29 +02:00
liblog
libpanic_abort
libpanic_unwind Rollup merge of #37031 - fitzgen:typo-in-gcc-rs-comment, r=alexcrichton 2016-10-08 16:52:43 +05:30
libproc_macro rustc: Rename rustc_macro to proc_macro 2016-10-06 11:07:23 -07:00
libproc_macro_plugin rustc: Rename rustc_macro to proc_macro 2016-10-06 11:07:23 -07:00
librand
librustc Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc 2016-10-07 07:58:27 -07:00
librustc_back
librustc_bitflags
librustc_borrowck
librustc_const_eval Update E0303 to new error format 2016-10-09 11:41:59 -07:00
librustc_const_math
librustc_data_structures
librustc_driver rustc: Rename rustc_macro to proc_macro 2016-10-06 11:07:23 -07:00
librustc_errors
librustc_incremental ICH: Remove obsolete binding in saw_ty 2016-10-06 08:10:52 +02:00
librustc_lint
librustc_llvm
librustc_metadata Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc 2016-10-07 07:58:27 -07:00
librustc_mir Rollup merge of #36959 - arielb1:simplify-cfg-fixes, r=eddyb 2016-10-06 08:35:42 -07:00
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc 2016-10-07 07:58:27 -07:00
librustc_save_analysis
librustc_trans Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc 2016-10-07 07:58:27 -07:00
librustc_typeck Auto merge of #37014 - nnethercote:avoid-pat_to_string, r=arielb1 2016-10-07 22:51:04 -07:00
librustc_unicode
librustdoc Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnik 2016-10-11 17:51:25 +02:00
libserialize
libstd Auto merge of #36825 - sbwtw:master, r=alexcrichton 2016-10-11 01:17:03 -07:00
libsyntax Rollup merge of #37065 - nnethercote:opt-mk_printer, r=nikomatsakis 2016-10-11 17:51:26 +02:00
libsyntax_ext Rollup merge of #37034 - nox:empty-trait-list, r=alexcrichton 2016-10-08 16:52:44 +05:30
libsyntax_pos
libterm
libtest std: Minor cleanup to libtest 2016-10-06 09:02:33 -07:00
libunwind
llvm@ac1c94226e LLVM: Backport "[SimplifyCFG] Correctly test for unconditional branches in GetCaseResults" 2016-10-10 11:12:29 -04:00
rt
rtstartup
rust-installer@4f99485080 Update rust-installer. Fixes #36451 2016-10-05 00:17:30 +00:00
rustc Use workspaces and switch to a single Cargo.lock. 2016-10-07 12:04:32 -07:00
rustllvm LLVM: Backport "[SimplifyCFG] Correctly test for unconditional branches in GetCaseResults" 2016-10-10 11:12:29 -04:00
test Rollup merge of #37072 - michaelwoerister:enable-trait-ich-tests, r=nikomatsakis 2016-10-11 17:51:27 +02:00
tools rustbuild: Optimize build times slightly 2016-10-08 11:11:00 -07:00
Cargo.lock rustbuild: Optimize build times slightly 2016-10-08 11:11:00 -07:00
Cargo.toml Use workspaces and switch to a single Cargo.lock. 2016-10-07 12:04:32 -07:00
stage0.txt