rust/src
Steve Klabnik 84e27738ef Rollup merge of #33459 - frewsxcv:patch-29, r=guillaumegomez
Indicate struct names are code-like in doc-comment.
2016-05-07 15:35:19 -04:00
..
bootstrap Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik 2016-05-07 15:35:19 -04:00
build_helper whoops 2016-04-04 21:14:15 +10:00
compiler-rt@57315f7e07 update compiler-rt submodule 2016-03-15 22:32:38 -05:00
doc doc: Update reference with better description of target_env 2016-05-05 18:23:52 +00:00
driver
etc test: Move run-make tests into compiletest 2016-04-28 21:46:40 -07:00
grammar
jemalloc@aab1c0a0e0 std: Update jemalloc again to the 4.* track 2016-03-04 09:49:39 -08:00
liballoc Rollup merge of #32741 - tbu-:pr_remove_fixme_12808, r=bluss 2016-04-07 23:26:19 +05:30
liballoc_jemalloc Fix alloc_jemalloc on windows gnu targets 2016-05-01 13:16:06 +01:00
liballoc_system alloc_system: Handle failure properly 2016-04-15 10:02:21 -07:00
libarena std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
libbacktrace
libcollections Rollup merge of #33402 - shepmaster:copied-variable-name, r=Manishearth 2016-05-07 15:35:17 -04:00
libcollectionstest Implement append for b-trees. 2016-04-22 12:30:43 +02:00
libcore Rollup merge of #33428 - fiveop:wrapping_example, r=steveklabnik 2016-05-07 15:35:18 -04:00
libcoretest Implement find() on Chain iterators 2016-04-30 11:16:35 +02:00
libflate std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
libfmt_macros
libgetopts std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
libgraphviz sprinkle feature gates here and there 2016-03-22 22:02:47 -05:00
liblibc@7265c17d18 std: Fix linking against signal on Android 2016-04-04 21:54:59 -07:00
liblog
librand std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
librbml std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
librustc Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik 2016-05-07 15:35:19 -04:00
librustc_back Rollup merge of #33430 - phil-opp:patch-1, r=alexcrichton 2016-05-07 15:35:18 -04:00
librustc_bitflags
librustc_borrowck Rollup merge of #33412 - cramertj:E0389, r=Manishearth 2016-05-07 15:35:18 -04:00
librustc_const_eval Rollup merge of #33339 - oli-obk:fix/const_eval, r=japaric 2016-05-03 19:54:52 +05:30
librustc_const_math don't report bitshift overflow twice 2016-04-26 14:10:07 +02:00
librustc_data_structures Make the codegen unit partitioner also emit item declarations. 2016-04-28 16:53:00 -04:00
librustc_driver Auto merge of #33119 - nrc:pretty, r=pnkfelix 2016-05-02 23:56:48 -07:00
librustc_incremental rustc: Handle concurrent create_dir requests 2016-05-02 09:38:07 -07:00
librustc_lint fixes 2016-05-05 01:59:22 +03:00
librustc_llvm Add opt-level options for optimizing for size and minimum size. This attempts 2016-04-28 23:08:30 -07:00
librustc_metadata change the newly-added errors to warnings 2016-05-03 18:52:55 +03:00
librustc_mir Auto merge of #33267 - nagisa:mir-temporary-32959, r=nikomatsakis 2016-05-06 18:15:39 -07:00
librustc_passes change the newly-added errors to warnings 2016-05-03 18:52:55 +03:00
librustc_platform_intrinsics rustc_platform_intrinsics: remove unused rustc dependency. 2016-03-29 19:36:01 +03:00
librustc_plugin Remove the MacroVisitor pass. 2016-04-22 01:40:33 +02:00
librustc_privacy Always report PRIVATE_IN_PUBLIC violations as hard errors when 2016-04-16 21:27:20 +00:00
librustc_resolve Rollup merge of #33340 - birkenfeld:issue-23716, r=Manishearth 2016-05-03 19:54:54 +05:30
librustc_save_analysis Avoid using the lowering context in librustc_save_analysis 2016-05-01 23:30:18 +00:00
librustc_trans Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik 2016-05-07 15:35:19 -04:00
librustc_typeck change the newly-added errors to warnings 2016-05-03 18:52:55 +03:00
librustc_unicode std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
librustdoc Rollup merge of #33382 - birkenfeld:issue-30416, r=alexcrichton 2016-05-07 15:35:17 -04:00
libserialize std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
libstd Rollup merge of #33459 - frewsxcv:patch-29, r=guillaumegomez 2016-05-07 15:35:19 -04:00
libsyntax Rollup merge of #33336 - birkenfeld:issue-27361, r=sfackler 2016-05-07 15:35:17 -04:00
libsyntax_ext fix rebase flaws 2016-05-02 11:49:26 -04:00
libterm term: undo conversion of user defined try!s 2016-03-22 22:03:19 -05:00
libtest Remove unused trait imports 2016-04-12 22:58:55 +09:00
llvm@751345228a Update llvm to 751345228a0ef03fd147394bb5104359b7a808be 2016-04-26 17:03:14 -07:00
rt Handle integer-extending for C ABI 2016-04-04 22:14:10 +02:00
rtstartup Revert "workarounds to make link guards work on windows" 2016-03-25 14:07:20 -04:00
rust-installer@c37d3747da
rustc rustc: update Cargo.lock 2016-04-24 19:38:49 -04:00
rustllvm Update llvm to 751345228a0ef03fd147394bb5104359b7a808be 2016-04-26 17:03:14 -07:00
test Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik 2016-05-07 15:35:19 -04:00
tools Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik 2016-05-07 15:35:19 -04:00
stage0.txt mk: Bootstrap from stable instead of snapshots 2016-04-19 10:56:49 -07:00