rust/src
Zack M. Davis 42ef3f1784 edit and fix bad spacing of inner-attribute-not-allowed note
This multiline string literal was missing a backslash, leaving an awkward
newline and 35 spaces in the middle of the message.

But while we're here, the existing message seems kind of long in comparison to
similar notes: to cut it down, we excise the mentions of doc comments, which
seems sensible because we know that this erroneous attribute is not a doc
comment (notice the `is_sugared_doc: false` at the end of the function; if it
had been a doc comment, that error would get set in the `token::DocComment`
match branch of `parse_outer_attributes`).
2017-10-30 17:11:33 -07:00
..
bootstrap ci: Upgrade Android SDK/NDK and refactor to use sdkmanager/avdmanager. 2017-10-29 05:58:00 +08:00
build_helper rustbuild: Support specifying archiver and linker explicitly 2017-10-15 22:10:07 +03:00
ci ci: Upgrade Android SDK/NDK and refactor to use sdkmanager/avdmanager. 2017-10-29 05:58:00 +08:00
doc Update the book for a fix to the print button 2017-10-28 20:44:38 -04:00
etc Update compile-fail tests for error message deduplication. 2017-10-25 15:02:26 +02:00
grammar Update grammar to parse current rust syntax 2017-10-08 18:46:42 -07:00
jemalloc@1f5a28755e
liballoc Fix most rendering warnings from switching to CommonMark 2017-10-20 15:29:35 -04:00
liballoc_jemalloc rustbuild: Support specifying archiver and linker explicitly 2017-10-15 22:10:07 +03:00
liballoc_system Fix out of date unstable book entries for alloc_* features. 2017-10-12 07:46:02 +02:00
libarena stabilized needs_drop (fixes #41890) 2017-09-16 23:41:04 +02:00
libbacktrace std: Disable usage of mmap allocator in libbacktrace 2017-10-25 07:51:36 -07:00
libcompiler_builtins@0b9844764e Update the libcompiler_builtins submodule 2017-09-30 01:45:21 +02:00
libcore Add link to stablized version of an intrinsic 2017-10-29 22:53:07 -04:00
libfmt_macros
libgetopts address some FIXMEs whose associated issues were marked as closed 2017-09-30 11:33:47 +03:00
libgraphviz
liblibc@7e33065ce4 Update libc to include linux gnux32 fixes 2017-10-19 15:48:41 -02:00
libpanic_abort
libpanic_unwind
libproc_macro Make the result of Literal::string() more readable 2017-10-08 21:44:13 +13:00
libprofiler_builtins Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support 2017-10-11 21:35:53 -03:00
librand address some FIXMEs whose associated issues were marked as closed 2017-09-30 11:33:47 +03:00
librustc Add several lints into unused lint group 2017-10-29 22:14:23 +03:00
librustc_allocator
librustc_apfloat Bump to 1.23 and update bootstrap 2017-10-26 13:59:18 -07:00
librustc_asan
librustc_back Disable jemalloc for sparcv9-sun-solaris 2017-10-25 00:52:56 +02:00
librustc_borrowck Refactor if block to use idiomatic matches 2017-10-30 09:58:09 +11:00
librustc_const_eval Bump to 1.23 and update bootstrap 2017-10-26 13:59:18 -07:00
librustc_const_math Bump to 1.23 and update bootstrap 2017-10-26 13:59:18 -07:00
librustc_cratesio_shim Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
librustc_data_structures Update some comments about StableHasher. 2017-10-26 11:10:07 +02:00
librustc_driver Auto merge of #44636 - GuillaumeGomez:little-error-msg, r=michaelwoerister 2017-10-25 18:19:42 +00:00
librustc_errors Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1 2017-10-26 18:16:15 +00:00
librustc_incremental Introduce CrateDisambiguator newtype and fix tests 2017-10-24 17:49:58 +02:00
librustc_lint Add several lints into unused lint group 2017-10-29 22:14:23 +03:00
librustc_llvm Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support 2017-10-11 21:35:53 -03:00
librustc_lsan
librustc_metadata Implement RFC 1861: Extern types 2017-10-27 23:01:34 +02:00
librustc_mir Add comments to clarify function argument ownership 2017-10-26 12:54:35 +02:00
librustc_msan
librustc_passes Add several lints into unused lint group 2017-10-29 22:14:23 +03:00
librustc_platform_intrinsics Auto merge of #44885 - lu-zero:master, r=alexcrichton 2017-10-02 17:18:20 +00:00
librustc_plugin
librustc_privacy Implement RFC 1861: Extern types 2017-10-27 23:01:34 +02:00
librustc_resolve Implement RFC 1861: Extern types 2017-10-27 23:01:34 +02:00
librustc_save_analysis Implement RFC 1861: Extern types 2017-10-27 23:01:34 +02:00
librustc_trans Auto merge of #44295 - plietar:extern-types, r=arielb1 2017-10-28 13:34:12 +00:00
librustc_trans_utils Auto merge of #44295 - plietar:extern-types, r=arielb1 2017-10-28 13:34:12 +00:00
librustc_tsan
librustc_typeck Implement RFC 1861: Extern types 2017-10-27 23:01:34 +02:00
librustdoc Auto merge of #44295 - plietar:extern-types, r=arielb1 2017-10-28 13:34:12 +00:00
libserialize
libstd Auto merge of #45295 - Technius:docs/process, r=steveklabnik 2017-10-29 06:24:20 +00:00
libstd_unicode [libstd_unicode] Expose UnicodeVersion type 2017-09-18 20:39:17 -07:00
libsyntax edit and fix bad spacing of inner-attribute-not-allowed note 2017-10-30 17:11:33 -07:00
libsyntax_ext Lifting Generics from MethodSig to TraitItem and ImplItem since we want to support generics in each variant of TraitItem and ImplItem 2017-10-17 22:14:14 -04:00
libsyntax_pos Implement dyn Trait syntax 2017-10-14 12:51:13 +03:00
libterm
libtest Remove nacl from libtest 2017-10-05 05:04:40 +02:00
libunwind
llvm@83b72cedfd rustc: Update LLVM with a ThinLTO fix 2017-10-11 09:10:59 -07:00
rt
rtstartup Normalize spaces in lang attributes. 2017-09-28 01:30:25 -07:00
rustc Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support 2017-10-11 21:35:53 -03:00
rustllvm Update ThinLTO (internalization) for LLVM 5 2017-10-19 15:20:47 +09:00
test edit and fix bad spacing of inner-attribute-not-allowed note 2017-10-30 17:11:33 -07:00
tools Auto merge of #45618 - kennytm:update-cargo, r=alexcrichton 2017-10-30 02:33:52 +00:00
Cargo.lock Auto merge of #45597 - DSpeckhals:rustfmt-update, r=nrc 2017-10-29 21:25:12 +00:00
Cargo.toml Merge branch 'master' into update-rls-data-for-save-analysis 2017-10-24 19:37:15 -04:00
stage0.txt Bump to 1.23 and update bootstrap 2017-10-26 13:59:18 -07:00