rust/src
Manish Goregaokar 631e7b4eaa
Rollup merge of #33372 - birkenfeld:rustdoc-escape-code, r=cmr
rustdoc: HTML-escape Rust code (from constants)

Especially in cases like the one in the test file, this can blow up the rendering big time if string constants in the code contain HTML.

But also other constants can contain special chars (e.g. `&` as an operator in constant expressions).
2016-05-03 19:54:59 +05:30
..
bootstrap test: Move run-make tests into compiletest 2016-04-28 21:46:40 -07: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/book/getting-started.md: Removed references to creating a new executable from 'Converting to Cargo'. 2016-05-01 19:45:38 +01: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 #33277 - birkenfeld:fmt-named-dollar-args, r=steveklabnik 2016-05-03 19:54:48 +05:30
libcollectionstest Implement append for b-trees. 2016-04-22 12:30:43 +02:00
libcore Rollup merge of #33357 - pcwalton:inline-mem-forget, r=brson 2016-05-03 19:54:56 +05:30
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 Auto merge of #33354 - Manishearth:rollup, r=Manishearth 2016-05-02 21:37:18 -07:00
librustc_back Auto merge of #33115 - mbrubeck:vfp3-d16, r=nrc 2016-04-25 10:43:36 -07:00
librustc_bitflags rustbuild: Sync some Cargo.toml/lib.rs dependencies 2016-02-21 09:49:13 -08:00
librustc_borrowck Rollup merge of #33294 - timothy-mcroy:E0501, r=GuillaumeGomez 2016-05-03 19:54:50 +05:30
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 replace fileline_{help,note} with {help,note} 2016-05-02 11:49:23 -04: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 replace fileline_{help,note} with {help,note} 2016-05-02 11:49:23 -04:00
librustc_mir Handle coercion casts properly when building the MIR 2016-05-01 17:56:07 +12:00
librustc_passes replace fileline_{help,note} with {help,note} 2016-05-02 11:49:23 -04: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 Auto merge of #32756 - nikomatsakis:borrowck-snippet, r=nrc 2016-05-02 19:21:56 -07:00
librustc_typeck Auto merge of #33330 - birkenfeld:issue-29121, r=Manishearth 2016-05-03 04:23:13 -07:00
librustc_unicode std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
librustdoc Rollup merge of #33372 - birkenfeld:rustdoc-escape-code, r=cmr 2016-05-03 19:54:59 +05:30
libserialize std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
libstd libstd: correct the link to functions in io module documentation 2016-05-02 15:54:54 +01:00
libsyntax Rollup merge of #33343 - birkenfeld:issue-32214, r=Manishearth 2016-05-03 19:54:55 +05:30
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 #33372 - birkenfeld:rustdoc-escape-code, r=cmr 2016-05-03 19:54:59 +05:30
tools adapt JSON to new model 2016-05-02 11:47:10 -04:00
stage0.txt mk: Bootstrap from stable instead of snapshots 2016-04-19 10:56:49 -07:00