reference/src
Matthew Woodcraft deac889efd Use "null byte" rather than "zero byte" when talking about C string literals 2024-01-30 19:18:43 +00:00
..
attributes Doc: Add the RISC-V stabilized target features 2023-10-11 11:40:15 +02:00
expressions Use "null byte" rather than "zero byte" when talking about C string literals 2024-01-30 19:18:43 +00:00
items Document object unsafety of async-fn-in-trait 2023-12-08 10:00:32 -08:00
names Improve labeled blocks documentation 2023-03-20 18:26:23 +01:00
types Merge pull request #1401 from joshlf/patch-2 2023-10-30 19:07:58 +00:00
SUMMARY.md fix broken link 2023-05-04 17:02:49 -07:00
abi.md
appendices.md
attributes-redirect.html
attributes.md docs: Fix links to ECMA standards in `attributes.md` 2023-09-26 14:23:35 +05:30
behavior-considered-undefined.md Merge pull request #1387 from RalfJung/raw-ptr-ub 2023-10-07 19:41:21 +00:00
behavior-not-considered-unsafe.md
comments.md comments: Fix typo: inner -> outer 2023-05-24 23:07:21 -07:00
conditional-compilation.md Update conditional-compilation.md 2023-08-16 10:35:05 -05:00
const_eval.md Apply Suggestions 2022-10-28 13:14:17 +08:00
crates-and-source-files.md Update examples of what implements `Termination` 2022-08-27 13:39:39 +01:00
destructors.md Fix temporary drop scope for last expression. 2023-10-11 12:06:36 +02:00
dynamically-sized-types.md
expressions.md Typo: 'assingee' to 'assignee' in expressions.md 2023-07-02 23:01:39 +08:00
glossary.md
identifiers.md Update Unicode reference to match rustc implementation. 2022-09-20 08:24:17 +08:00
influences.md
inline-assembly.md adjust wording 2023-12-26 18:28:15 +01:00
input-format.md
interior-mutability.md Remove uses of the phrase "in Rust" 2022-07-21 09:26:07 -05:00
introduction.md
items.md
keywords.md keywords.md: add an entry for macro_rules in the "Weak keywords" lexer block 2023-05-06 15:02:42 +01:00
lexical-structure.md
lifetime-elision.md
linkage.md remove confusing words 2023-01-31 19:51:32 +02:00
macro-ambiguity.md
macros-by-example.md fix a typo 2023-05-11 20:13:17 +08:00
macros.md
memory-allocation-and-lifetime.md
memory-model.md
names.md Revert "Unify while/while let and if/if let expressions." 2022-08-14 21:00:49 +00:00
notation.md
paths.md paths.md: document standalone `self` in a method body 2023-11-19 20:07:26 +00:00
patterns.md Document C string literal tokens (`c"..."` and `cr#"..."#`). 2023-12-02 11:21:17 +09:00
procedural-macros.md removed a space that causes annotation of the output of some code to be incorrect 2023-05-10 02:28:24 +01:00
runtime.md Describe what `windows_subsystem` does 2022-06-24 19:00:12 +01:00
special-types-and-traits.md type parameter `Self` is unsized by default 2022-10-20 12:39:51 +02:00
statements-and-expressions.md One line one sentence the statements and expressions chapter. 2022-10-04 20:08:52 -07:00
statements.md One line one sentence for the Statements chapter. 2022-10-04 20:08:49 -07:00
subtyping.md Update src/subtyping.md 2022-07-27 09:22:18 -05:00
tokens.md tokens.md: remove sentence about the type of C string literals 2024-01-27 19:40:14 +00:00
trait-bounds.md Small editorial nits. 2023-08-10 13:46:27 -07:00
type-coercions.md Fix note on `self` coercion 2023-12-02 18:59:31 +01:00
type-layout.md type-layout.md: Warn about repr(align)/repr(packed) and field order 2023-11-21 16:49:01 -08:00
type-system.md
types-redirect.html
types.md Remove outdated restriction on recursive types 2022-06-21 13:54:21 +02:00
unsafe-keyword.md Improve wording of unsafe proof obligations. 2023-07-18 22:27:30 -05:00
unsafety.md
variables.md
visibility-and-privacy.md Remove uses of the phrase "in Rust" 2022-07-21 09:26:07 -05:00
whitespace.md