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-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
2023-11-26
rustdoc: Remove space from fake-variadic fn ptr impls
Maybe Waffle
-1
/
+1
2023-11-18
guarantee that char and u32 are ABI-compatible
Ralf Jung
-4
/
+5
2023-11-17
Rollup merge of #115476 - RalfJung:abi-compat-docs, r=Mark-Simulacrum
Matthias Krüger
-1
/
+109
2023-11-17
linking in general has more pitfalls than just call ABI
Ralf Jung
-2
/
+3
2023-11-11
clarify ABI compatibility of fn ptr types and ptr types
Ralf Jung
-9
/
+9
2023-11-10
add 'import functions' to the list of situations where ABI compatibility come...
Ralf Jung
-5
/
+8
2023-11-04
Rollup merge of #117534 - RalfJung:str, r=Mark-Simulacrum
Matthias Krüger
-11
/
+17
2023-11-04
Rollup merge of #116894 - joshlf:patch-12, r=RalfJung
Matthias Krüger
-1
/
+8
2023-11-04
avoid acronyms when we don't really need them
Ralf Jung
-12
/
+11
2023-11-04
document ABI compatibility
Ralf Jung
-1
/
+105
2023-11-03
Update primitive_docs.rs
Joshua Liebow-Feeser
-2
/
+3
2023-11-03
clarify that the str invariant is a safety, not validity, invariant
Ralf Jung
-6
/
+13
2023-10-31
Accept less invalid Rust in rustdoc
Oli Scherer
-20
/
+0
2023-10-25
Update library/core/src/primitive_docs.rs
Joshua Liebow-Feeser
-0
/
+4
2023-10-18
Guarantee that `char` has the same size and alignment as `u32`
Joshua Liebow-Feeser
-1
/
+4
2023-10-13
Update primitive_docs.rs
Joshua Liebow-Feeser
-3
/
+2
2023-10-13
Update library/core/src/primitive_docs.rs
Joshua Liebow-Feeser
-1
/
+5
2023-10-12
Update primitive_docs.rs
Joshua Liebow-Feeser
-1
/
+0
2023-10-12
References refer to allocated objects
Joshua Liebow-Feeser
-0
/
+12
2023-10-02
Clarify float rounding direction for signed zero
Orson Peters
-4
/
+6
2023-09-18
get rid of duplicate primitive_docs
Ralf Jung
-13
/
+10
2023-08-29
fix std::primitive doc: homogenous -> homogeneous
Meng Xiangzhuo
-3
/
+3
2023-06-15
Extend `unused_must_use` to cover block exprs
许杰友 Jieyou Xu (Joe)
-1
/
+1
2023-05-08
Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...
bors
-0
/
+1
2023-05-07
enable `rust_2018_idioms` for doctests
ozkanonur
-0
/
+1
2023-05-03
Mention array<->tuple convs in docs
Maybe Waffle
-0
/
+20
2023-04-28
handle cfg(bootstrap)
Pietro Albini
-50
/
+25
2023-04-12
remove some unneeded imports
KaDiWa
-6
/
+0
2023-04-07
Document that `&T` and `&mut T` are `Sync` if `T` is
Maybe Waffle
-0
/
+1
2023-03-30
Replace doc(primitive) with rustc_doc_primitive
Guillaume Gomez
-25
/
+50
2023-03-15
unequal → not equal
gimbles
-1
/
+1
2023-02-27
Clarify that Copy is a trait in array docs
Coca162
-1
/
+1
2023-02-27
Update docs to show [expr; N] can repeat const expr
Coca162
-2
/
+4
2022-11-22
disable strict-provenance-violating doctests in Miri
Ralf Jung
-0
/
+2
2022-09-10
array docs - advertise how to get array from slice
Doug Cook (WINDOWS)
-1
/
+22
2022-08-26
Add the syntax of references to their documentation summary.
Kevin Reid
-1
/
+1
2022-08-20
Improve primitive/std docs separation and headers
Cameron Steffen
-8
/
+53
2022-08-12
Adjust cfgs
Mark Rousskov
-5
/
+4
2022-07-19
Improve the function pointer docs
Michael Howell
-10
/
+50
2022-07-17
rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers
Michael Howell
-2
/
+2
2022-07-01
update cfg(bootstrap)s
Pietro Albini
-2
/
+2
[next]