rust/src
Manish Goregaokar 3f25c5c655 Rollup merge of #30038 - Carreau:cargo-philosopher, r=steveklabnik
At this point of the book, reader have likely use `cargo new --bin`,
likely 2 times, once if they are lazy. This remind them of the `cargo`
syntax.

I was myself unsure whether it was `cargo create`, `cargo new`, and
whether it would initialize in current working directory or needed a
target.

--

Otherwise thanks, I've been writing rust for a few hours, and likes it so far.
2015-11-25 09:21:18 +05:30
..
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 #30038 - Carreau:cargo-philosopher, r=steveklabnik 2015-11-25 09:21:18 +05:30
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 Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
grammar Adjust src/grammar for the introduced <- op 2015-10-27 23:06:37 +02:00
jemalloc@e24a1a025a
liballoc Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03: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 Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
libcollectionstest Add assertions to test_total_ord for str 2015-10-24 19:53:42 +01:00
libcore Auto merge of #29952 - petrochenkov:depr, r=brson 2015-11-23 20:08:49 +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@c27f4167a7 libc: Update to master 2015-11-22 11:29:12 -08:00
liblog Add TRACE to the known log levels 2015-11-23 22:09:40 +01: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 #29960 - aturon:dismantle-traitref-subtyping, r=nikomatsakis 2015-11-24 19:46:59 +00:00
librustc_back Various straight-forward ports that override visit_nested_items 2015-11-18 19:23:29 -05:00
librustc_bitflags Rustfmt-ing librustc_bitflags. 2015-10-13 23:14:32 +01:00
librustc_borrowck Use the EntryOrExit variants qualified. 2015-11-24 13:06:12 +01:00
librustc_data_structures move fnv hashing support into librustc_data_structures 2015-09-06 07:27:22 -04:00
librustc_driver Auto merge of #29980 - Manishearth:missing-diag, r=eddyb 2015-11-22 06:42:56 +00:00
librustc_front Fix two long lines. 2015-11-18 19:23:29 -05:00
librustc_lint Auto merge of #29952 - petrochenkov:depr, r=brson 2015-11-23 20:08:49 +00:00
librustc_llvm Rollup merge of #29933 - tbu-:pr_dont_opt_in_copy, r=nikomatsakis 2015-11-24 09:43:46 -05:00
librustc_mir Port a bunch of code new-visitor; all of these ports were 2015-11-18 19:22:18 -05:00
librustc_platform_intrinsics Remove executable permission from .rs files 2015-11-09 09:28:51 -05:00
librustc_privacy Register diagnostics for rustc_privacy and rustc_trans properly 2015-11-22 10:26:22 +05:30
librustc_resolve Auto merge of #29530 - jseyfried:resolve, r=nikomatsakis 2015-11-23 17:31:19 +00:00
librustc_trans Avoid some code duplication around getting names of numeric types. 2015-11-23 15:59:36 +01:00
librustc_typeck Auto merge of #29934 - arielb1:constrained-projection-2, r=nikomatsakis 2015-11-24 14:30:46 +00:00
librustc_unicode Rollup merge of #30013 - steveklabnik:doc_char, r=brson 2015-11-25 09:21:18 +05:30
librustdoc Auto merge of #29822 - petrochenkov:pubexport, r=alexcrichton 2015-11-20 18:13:10 +00:00
libserialize libserialize: deny warnings in doctests 2015-11-12 05:16:53 +00:00
libstd Rollup merge of #30013 - steveklabnik:doc_char, r=brson 2015-11-25 09:21:18 +05:30
libsyntax Rollup merge of #30004 - michaelwoerister:primitive-ty-to-str, r=alexcrichton 2015-11-24 09:43:46 -05:00
libterm Rustfmt libterm, skip long static in compiled.rs 2015-11-22 13:24:56 +13: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 Remove segmented stack option from LLVMRustCreateTargetMachine. Unused. 2015-11-19 16:58:23 -08:00
test Auto merge of #30009 - apasel422:tests, r=alexcrichton 2015-11-24 21:36:54 +00:00
snapshots.txt adding openbsd snapshot 2015-09-04 15:01:06 -07:00