index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
primitive_docs.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-21
Use `&raw` for `ptr` primitive docs
Yusuf Bham
-5
/
+5
2024-11-10
Rollup merge of #132136 - RalfJung:target-feature-abi-compat, r=Mark-Simulacrum
Matthias Krüger
-26
/
+6
2024-10-26
Make clearer that guarantees in ABI compatibility are for Rust only
Mark Rousskov
-2
/
+10
2024-10-25
library: consistently use American spelling for 'behavior'
Ralf Jung
-5
/
+5
2024-10-25
ABI compatibility: remove section on target features
Ralf Jung
-26
/
+6
2024-10-21
update ABI compatibility docs for new option-like rules
Ralf Jung
-3
/
+5
2024-10-19
zero-sized accesses are fine on null pointers
Ralf Jung
-3
/
+6
2024-10-08
Add docs about slicing slices at the ends
AngelicosPhosphoros
-0
/
+21
2024-10-05
Fix typo in primitive_docs.rs
Jacob Lifshay
-1
/
+1
2024-09-21
ABI compatibility: mention Result guarantee
Ralf Jung
-0
/
+2
2024-09-02
Rollup merge of #129793 - lolbinarycat:doc-missing-newlines, r=workingjubilee
Matthias Krüger
-2
/
+3
2024-09-01
add extra linebreaks so rustdoc can identify the first sentence
binarycat
-2
/
+3
2024-08-30
enumerate the two parts of the NaN rules
Ralf Jung
-20
/
+21
2024-08-30
add hyphen in floating-point
Ralf Jung
-12
/
+12
2024-08-29
f32 docs: define 'arithmetic' operations
Ralf Jung
-16
/
+19
2024-08-27
Rollup merge of #129645 - beetrees:fix-float-docs, r=tgross35
Matthias Krüger
-8
/
+6
2024-08-27
Reflow a couple of paragraphs in floating-point primitive docs
beetrees
-6
/
+4
2024-08-27
Fix typos in floating-point primitive type docs
beetrees
-3
/
+3
2024-08-26
move per-target NaN info into a table
Ralf Jung
-7
/
+14
2024-08-26
float types: document NaN bit pattern guarantees
Ralf Jung
-0
/
+71
2024-08-01
Add a disclaimer about x86 `f128` math functions
Trevor Gross
-0
/
+3
2024-05-22
Rollup merge of #125043 - RalfJung:ref-type-safety-invariant, r=scottmcm
León Orell Valerian Liehr
-5
/
+8
2024-05-12
reference type safety invariant docs: clarification
Ralf Jung
-5
/
+8
2024-05-11
References must also be non-null
Joshua Liebow-Feeser
-0
/
+1
2024-05-11
Relax slice safety requirements
Joshua Liebow-Feeser
-1
/
+1
2024-05-05
Rollup merge of #124750 - ultrabear:ultrabear_softfloatdoc, r=workingjubilee
Guillaume Gomez
-0
/
+12
2024-05-04
Make f128 docs mention lack of any normal platform support
Alex H
-5
/
+5
2024-05-04
Make f16 and f128 docs clearer on platform support
Alex H
-4
/
+11
2024-05-04
Tgross feedback tweaks
Alex H
-5
/
+4
2024-05-02
fixup links in never type docs
Waffle Maybe
-3
/
+3
2024-05-02
Slightly reformat !'s docs after applying github suggestions
Waffle Lapkin
-5
/
+7
2024-05-02
Apply suggestions from code review
Waffle Maybe
-8
/
+7
2024-04-27
Apply suggestions from code review
Waffle Maybe
-4
/
+9
2024-04-26
Document never type fallback in `!`'s docs
Waffle Lapkin
-0
/
+41
2024-04-15
Use fake libc in core test
Chris Denton
-2
/
+6
2024-04-13
doc note that f16 and f128 hardware support is limited
ultrabear
-0
/
+6
2024-04-10
Add primitive documentation for `f16` and `f128`
Trevor Gross
-0
/
+30
2024-02-22
Use generic `NonZero` everywhere in `core`.
Markus Reiter
-5
/
+4
2024-02-11
Rollup merge of #120880 - RalfJung:vtable-fnptr-partialeq, r=cuviper
Matthias Krüger
-0
/
+5
2024-02-10
add note on comparing vtables / function pointers
Ralf Jung
-0
/
+5
2024-02-05
Remove some invalid cfg(doc) code
Oli Scherer
-36
/
+0
2024-01-29
Rollup merge of #116677 - joshlf:patch-11, r=RalfJung
Dylan DPC
-0
/
+24
2024-01-27
Update primitive_docs.rs
Joshua Liebow-Feeser
-7
/
+12
2024-01-25
Update primitive_docs.rs
Joshua Liebow-Feeser
-0
/
+4
2024-01-19
Rollup merge of #119907 - asquared31415:fn_trait_docs, r=Nilstrieb
Matthias Krüger
-8
/
+2
2024-01-12
update fn pointer trait impl docs
asquared31415
-8
/
+2
2024-01-12
fix typo in `fn()` docs
asquared31415
-3
/
+3
2023-12-29
Primitive docs: fix confusing `Send` in `&T`'s list
Miguel Ojeda
-1
/
+3
2023-12-17
do not allow ABI mismatches inside repr(C) types
Ralf Jung
-2
/
+0
2023-12-11
Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrum
bors
-4
/
+5
[next]