Import basic book contents

This commit is contained in:
Steve Klabnik 2017-02-15 18:27:16 -05:00
parent a1301c3495
commit f16c48e713
92 changed files with 655 additions and 90 deletions

View File

@ -4,7 +4,7 @@
- [concat_idents](concat-idents.md)
- [link_args](link-args.md)
- [log_syntax](log-syntax.md)
- [non_ascii_idents](non_ascii-idents.md)
- [non_ascii_idents](non-ascii-idents.md)
- [plugin_registrar](plugin-registrar.md)
- [thread_local](thread-local.md)
- [trace_macros](trace-macros.md)

View File

@ -1 +1,5 @@
# abi_msp430_interrupt
# `abi_msp430_interrupt`
The tracking issue for this feature is: [#38487]
[#38487]: https://github.com/rust-lang/rust/issues/38487

View File

@ -1 +1,4 @@
# abi_ptx
# `abi_ptx`
The tracking issue for this feature is: None.

View File

@ -1 +1,8 @@
# abi_sysv64
# `abi_sysv64`
The tracking issue for this feature is: [#36167]
[#36167]: https://github.com/rust-lang/rust/issues/36167

View File

@ -1 +1,4 @@
# abi_unadjusted
# `abi_unadjusted`
The tracking issue for this feature is: none.

View File

@ -1 +1,5 @@
# abi_vectorcall
# `abi_vectorcall`
The tracking issue for this feature is: none.

View File

@ -1 +1,8 @@
# advanced_slice_patterns
# `advanced_slice_patterns`
The tracking issue for this feature is: [#23121]
[#23121]: https://github.com/rust-lang/rust/issues/23121

View File

@ -1 +1,8 @@
# allocator
# `allocator`
The tracking issue for this feature is: [#27389]
[#27389]: https://github.com/rust-lang/rust/issues/27389

View File

@ -1 +1,4 @@
# allow_internal_unstable
# `allow_internal_unstable`
The tracking issue for this feature is: None.

View File

@ -1 +1,8 @@
# asm
# `asm`
The tracking issue for this feature is: [#29722]
[#29722]: https://github.com/rust-lang/rust/issues/29722

View File

@ -1 +1,8 @@
# associated_consts
# `associated_consts`
The tracking issue for this feature is: [#29646]
[#29646]: https://github.com/rust-lang/rust/issues/29646

View File

@ -1 +1,8 @@
# associated_type_defaults
# `associated_type_defaults`
The tracking issue for this feature is: [#29661]
[#29661]: https://github.com/rust-lang/rust/issues/29661

View File

@ -1 +1,8 @@
# attr_literals
# `attr_literals`
The tracking issue for this feature is: [#34981]
[#34981]: https://github.com/rust-lang/rust/issues/34981

View File

@ -1 +1,8 @@
# box_patterns
# `box_patterns`
The tracking issue for this feature is: [#29641]
[#29641]: https://github.com/rust-lang/rust/issues/29641

View File

@ -1 +1,8 @@
# box_syntax
# `box_syntax`
The tracking issue for this feature is: [#27779]
[#27779]: https://github.com/rust-lang/rust/issues/27779

View File

@ -1 +1,8 @@
# cfg_target_feature
# `cfg_target_feature`
The tracking issue for this feature is: [#29717]
[#29717]: https://github.com/rust-lang/rust/issues/29717

View File

@ -1 +1,8 @@
# cfg_target_has_atomic
# `cfg_target_has_atomic`
The tracking issue for this feature is: [#32976]
[#32976]: https://github.com/rust-lang/rust/issues/32976

View File

@ -1 +1,8 @@
# cfg_target_thread_local
# `cfg_target_thread_local`
The tracking issue for this feature is: [#29594]
[#29594]: https://github.com/rust-lang/rust/issues/29594

View File

@ -1 +1,8 @@
# cfg_target_vendor
# `cfg_target_feature`
The tracking issue for this feature is: [#29717]
[#29717]: https://github.com/rust-lang/rust/issues/29717

View File

@ -1 +1,4 @@
# compiler_builtins
# `compiler_builtins`
The tracking issue for this feature is: None.

View File

@ -1 +1,8 @@
# concat_idents
# `concat_idents`
The tracking issue for this feature is: [#29599]
[#29599]: https://github.com/rust-lang/rust/issues/29599

View File

@ -1 +1,8 @@
# conservative_impl_trait
# `conservative_impl_trait`
The tracking issue for this feature is: [#34511]
[#34511]: https://github.com/rust-lang/rust/issues/34511

View File

@ -1 +1,8 @@
# const_fn
# `const_fn`
The tracking issue for this feature is: [#24111]
[#24111]: https://github.com/rust-lang/rust/issues/24111

View File

@ -1 +1,8 @@
# const_indexing
# `const_indexing`
The tracking issue for this feature is: [#29947]
[#29947]: https://github.com/rust-lang/rust/issues/29947

View File

@ -1 +1,8 @@
# custom_attribute
# `custom_attribute`
The tracking issue for this feature is: [#29642]
[#29642]: https://github.com/rust-lang/rust/issues/29642

View File

@ -1 +1,8 @@
# custom_derive
# `custom_derive`
The tracking issue for this feature is: [#29644]
[#29644]: https://github.com/rust-lang/rust/issues/29644

View File

@ -1 +1,8 @@
# default_type_parameter_fallback
# `default_type_parameter_fallback`
The tracking issue for this feature is: [#27336]
[#27336]: https://github.com/rust-lang/rust/issues/27336

View File

@ -1 +1,8 @@
# drop_types_in_const
# `drop_types_in_const`
The tracking issue for this feature is: [#33156]
[#33156]: https://github.com/rust-lang/rust/issues/33156

View File

@ -1 +1,8 @@
# dropck_eyepatch
# `dropck_eyepatch`
The tracking issue for this feature is: [#34761]
[#34761]: https://github.com/rust-lang/rust/issues/34761

View File

@ -1 +1,8 @@
# dropck_parametricity
# `dropck_parametricity`
The tracking issue for this feature is: [#28498]
[#28498]: https://github.com/rust-lang/rust/issues/28498

View File

@ -1 +1,8 @@
# exclusive_range_pattern
# `exclusive_range_pattern`
The tracking issue for this feature is: [#37854]
[#37854]: https://github.com/rust-lang/rust/issues/37854

View File

@ -1 +1,8 @@
# field_init_shorthand
# `field_init_shorthand`
The tracking issue for this feature is: [#37340]
[#37340]: https://github.com/rust-lang/rust/issues/37340

View File

@ -1 +1,8 @@
# fundamental
# `fundamental`
The tracking issue for this feature is: [#29635]
[#29635]: https://github.com/rust-lang/rust/issues/29635

View File

@ -1 +1,8 @@
# generic_param_attrs
# `generic_param_attrs`
The tracking issue for this feature is: [#34761]
[#34761]: https://github.com/rust-lang/rust/issues/34761

View File

@ -1 +1,8 @@
# i128_type
# `i128_type`
The tracking issue for this feature is: [#35118]
[#35118]: https://github.com/rust-lang/rust/issues/35118

View File

@ -1 +1,8 @@
# inclusive_range_syntax
# `inclusive_range_syntax`
The tracking issue for this feature is: [#28237]
[#28237]: https://github.com/rust-lang/rust/issues/28237

View File

@ -1 +1,3 @@
# intrinsics
# `intrinsics`
The tracking issue for this feature is: None.

View File

@ -1 +1,4 @@
# lang_items
# `lang_items`
The tracking issue for this feature is: None.

View File

@ -1 +1,8 @@
# link_args
# `link_args`
The tracking issue for this feature is: [#29596]
[#29596]: https://github.com/rust-lang/rust/issues/29596

View File

@ -1 +1,8 @@
# link_cfg
# `link_cfg`
The tracking issue for this feature is: [#37406]
[#37406]: https://github.com/rust-lang/rust/issues/37406

View File

@ -1 +1,8 @@
# link_llvm_intrinsics
# `link_llvm_intrinsics`
The tracking issue for this feature is: [#29602]
[#29602]: https://github.com/rust-lang/rust/issues/29602

View File

@ -1 +1,8 @@
# linkage
# `linkage`
The tracking issue for this feature is: [#29603]
[#29603]: https://github.com/rust-lang/rust/issues/29603

View File

@ -1 +1,8 @@
# log_syntax
# `log_syntax`
The tracking issue for this feature is: [#29598]
[#29598]: https://github.com/rust-lang/rust/issues/29598

View File

@ -1 +1,8 @@
# loop_break_value
# `loop_break_value`
The tracking issue for this feature is: [#37339]
[#37339]: https://github.com/rust-lang/rust/issues/37339

View File

@ -1 +1,8 @@
# macro_reexport
# `macro_reexport`
The tracking issue for this feature is: [#29638]
[#29638]: https://github.com/rust-lang/rust/issues/29638

View File

@ -1 +1,8 @@
# main
# `main`
The tracking issue for this feature is: [#29634]
[#29634]: https://github.com/rust-lang/rust/issues/29634

View File

@ -1 +1,8 @@
# naked_functions
# `naked_functions`
The tracking issue for this feature is: [#32408]
[#32408]: https://github.com/rust-lang/rust/issues/32408

View File

@ -1 +1,8 @@
# needs_allocator
# `needs_allocator`
The tracking issue for this feature is: [#27389]
[#27389]: https://github.com/rust-lang/rust/issues/27389

View File

@ -1 +1,8 @@
# needs_panic_runtime
# `needs_panic_runtime`
The tracking issue for this feature is: [#32837]
[#32837]: https://github.com/rust-lang/rust/issues/32837

View File

@ -1 +1,8 @@
# never_type
# `never_type`
The tracking issue for this feature is: [#35121]
[#35121]: https://github.com/rust-lang/rust/issues/35121

View File

@ -1 +1,8 @@
# no_core
# `no_core`
The tracking issue for this feature is: [#29639]
[#29639]: https://github.com/rust-lang/rust/issues/29639

View File

@ -1 +1,8 @@
# no_debug
# `no_debug`
The tracking issue for this feature is: [#29721]
[#29721]: https://github.com/rust-lang/rust/issues/29721

View File

@ -0,0 +1,8 @@
# `non_ascii_idents`
The tracking issue for this feature is: [#28979]
[#28979]: https://github.com/rust-lang/rust/issues/28979

View File

@ -1 +0,0 @@
# non_ascii_idents

View File

@ -1 +1,4 @@
# omit_gdb_pretty_printer_section
# `omit_gdb_pretty_printer_section`
The tracking issue for this feature is: None.

View File

@ -1 +1,8 @@
# on_unimplemented
# `on_unimplemented`
The tracking issue for this feature is: [#29628]
[#29628]: https://github.com/rust-lang/rust/issues/29628

View File

@ -1 +1,8 @@
# optin_builtin_traits
# `optin_builtin_traits`
The tracking issue for this feature is: [#13231]
[#13231]: https://github.com/rust-lang/rust/issues/13231

View File

@ -1 +1,8 @@
# panic_runtime
# `panic_runtime`
The tracking issue for this feature is: [#32837]
[#32837]: https://github.com/rust-lang/rust/issues/32837

View File

@ -1 +1,8 @@
# placement_in_syntax
# `placement_in_syntax`
The tracking issue for this feature is: [#27779]
[#27779]: https://github.com/rust-lang/rust/issues/27779

View File

@ -1 +1,8 @@
# platform_intrinsics
# `platform_intrinsics`
The tracking issue for this feature is: [#27731]
[#27731]: https://github.com/rust-lang/rust/issues/27731

View File

@ -1 +1,8 @@
# plugin_registrar
# `plugin_registrar`
The tracking issue for this feature is: [#29597]
[#29597]: https://github.com/rust-lang/rust/issues/29597

View File

@ -1 +1,8 @@
# plugin
# `plugin`
The tracking issue for this feature is: [#29597]
[#29597]: https://github.com/rust-lang/rust/issues/29597

View File

@ -1 +1,4 @@
# prelude_import
# `prelude_import`
The tracking issue for this feature is: None.

View File

@ -1 +1,8 @@
# proc_macro
# `proc_macro`
The tracking issue for this feature is: [#38356]
[#38356]: https://github.com/rust-lang/rust/issues/38356

View File

@ -1 +1,8 @@
# pub_restricted
# `pub_restricted`
The tracking issue for this feature is: [#32409]
[#32409]: https://github.com/rust-lang/rust/issues/32409

View File

@ -1 +1,8 @@
# quote
# `quote`
The tracking issue for this feature is: [#29601]
[#29601]: https://github.com/rust-lang/rust/issues/29601

View File

@ -1 +1,8 @@
# relaxed_adts
# `relaxed_adts`
The tracking issue for this feature is: [#35626]
[#35626]: https://github.com/rust-lang/rust/issues/35626

View File

@ -1 +1,8 @@
# repr_simd
# `repr_simd`
The tracking issue for this feature is: [#27731]
[#27731]: https://github.com/rust-lang/rust/issues/27731

View File

@ -1 +1,8 @@
# rustc_attrs
# `rustc_attrs`
The tracking issue for this feature is: [#29642]
[#29642]: https://github.com/rust-lang/rust/issues/29642

View File

@ -1 +1,4 @@
# rustc_diagnostic_macros
# `rustc_diagnostic_macros`
The tracking issue for this feature is: None.

View File

@ -1 +1,4 @@
# sanitizer_runtime
# `sanitizer_runtime`
The tracking issue for this feature is: None.

View File

@ -1 +1,8 @@
# simd_ffi
# `simd_ffi`
The tracking issue for this feature is: [#27731]
[#27731]: https://github.com/rust-lang/rust/issues/27731

View File

@ -1 +1,8 @@
# simd
# `simd`
The tracking issue for this feature is: [#27731]
[#27731]: https://github.com/rust-lang/rust/issues/27731

View File

@ -1 +1,8 @@
# slice_patterns
# `slice_patterns`
The tracking issue for this feature is: [#23121]
[#23121]: https://github.com/rust-lang/rust/issues/23121

View File

@ -1 +1,8 @@
# specialization
# `specialization`
The tracking issue for this feature is: [#31844]
[#31844]: https://github.com/rust-lang/rust/issues/31844

View File

@ -1 +1,4 @@
# staged_api
# `staged_api`
The tracking issue for this feature is: None.

View File

@ -1 +1,8 @@
# start
# `start`
The tracking issue for this feature is: [#29633]
[#29633]: https://github.com/rust-lang/rust/issues/29633

View File

@ -1 +1,8 @@
# static_nobundle
# `static_nobundle`
The tracking issue for this feature is: [#37403]
[#37403]: https://github.com/rust-lang/rust/issues/37403

View File

@ -1 +1,8 @@
# static_recursion
# `static_recursion`
The tracking issue for this feature is: [#29719]
[#29719]: https://github.com/rust-lang/rust/issues/29719

View File

@ -1 +1,8 @@
# stmt_expr_attributes
# `stmt_expr_attributes`
The tracking issue for this feature is: [#15701]
[#15701]: https://github.com/rust-lang/rust/issues/15701

View File

@ -1 +1,8 @@
# struct_field_attributes
# `struct_field_attributes`
The tracking issue for this feature is: [#38814]
[#38814]: https://github.com/rust-lang/rust/issues/38814

View File

@ -1 +1,8 @@
# structural_match
# `structural_match`
The tracking issue for this feature is: [#31434]
[#31434]: https://github.com/rust-lang/rust/issues/31434

View File

@ -1 +1,4 @@
# target_feature
# `target_feature`
The tracking issue for this feature is: None.

View File

@ -1 +1,2 @@
# The Unstable Book

View File

@ -1 +1,8 @@
# thread_local
# `thread_local`
The tracking issue for this feature is: [#29594]
[#29594]: https://github.com/rust-lang/rust/issues/29594

View File

@ -1 +1,8 @@
# trace_macros
# `trace_macros`
The tracking issue for this feature is: [#29598]
[#29598]: https://github.com/rust-lang/rust/issues/29598

View File

@ -1 +1,8 @@
# type_ascription
# `type_ascription`
The tracking issue for this feature is: [#23416]
[#23416]: https://github.com/rust-lang/rust/issues/23416

View File

@ -1 +1,8 @@
# unboxed_closures
# `unboxed_closures`
The tracking issue for this feature is: [#29625]
[#29625]: https://github.com/rust-lang/rust/issues/29625

View File

@ -1 +1,8 @@
# untagged_unions
# `untagged_unions`
The tracking issue for this feature is: [#32836]
[#32836]: https://github.com/rust-lang/rust/issues/32836

View File

@ -1 +1,4 @@
# unwind_attributes
# `unwind_attributes`
The tracking issue for this feature is: None.

View File

@ -1 +1,8 @@
# use_extern_macros
# `use_extern_macros`
The tracking issue for this feature is: [#35896]
[#35896]: https://github.com/rust-lang/rust/issues/35896

View File

@ -1 +1,8 @@
# windows_subsystem
# `windows_subsystem`
The tracking issue for this feature is: [#37499]
[#37499]: https://github.com/rust-lang/rust/issues/37499