| .. |
|
benches
|
core/benches/num: Add from_str/from_str_radix() benchmarks
|
2018-11-21 11:48:15 +01:00 |
|
char
|
update various stdlib docs
|
2018-11-21 06:50:17 -05:00 |
|
fmt
|
let FIXME refer to tracking issue
|
2018-12-02 12:29:54 +01:00 |
|
future
|
Fix documentation typos.
|
2018-11-10 19:31:49 +07:00 |
|
hash
|
Use impl_header_lifetime_elision in libcore
|
2018-09-29 21:33:35 -07:00 |
|
iter
|
Add missing doc link
|
2018-11-27 10:02:47 +01:00 |
|
num
|
Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoerister
|
2018-12-01 02:03:51 +08:00 |
|
ops
|
constify parts of libcore.
|
2018-11-10 01:07:32 +01:00 |
|
prelude
|
Drop identity from prelude.
|
2018-08-19 18:36:18 +02:00 |
|
slice
|
use MaybeUninit in core::slice::rotate
|
2018-11-23 22:50:20 +01:00 |
|
str
|
Remove unsafe unsafe inner function.
|
2018-11-26 09:12:32 -05:00 |
|
sync
|
atomic::Ordering: Get rid of misleading parts of intro
|
2018-11-18 11:12:01 +01:00 |
|
task
|
fix various typos in doc comments
|
2018-11-13 14:45:31 -05:00 |
|
tests
|
Add std::iter::successors
|
2018-11-20 18:22:40 +01:00 |
|
unicode
|
revert making internal APIs const fn.
|
2018-11-10 01:10:07 +01:00 |
|
alloc.rs
|
Rollup merge of #55844 - waywardmonkeys:typo-fixes, r=varkor
|
2018-11-11 00:21:25 +01:00 |
|
any.rs
|
Update any.rs documentation using keyword dyn
|
2018-11-19 15:59:21 +09:00 |
|
array.rs
|
Add TryFrom<&[T]> for [T; $N] where T: Copy
|
2018-11-25 22:34:59 +01:00 |
|
ascii.rs
|
migrate codebase to ..= inclusive range patterns
|
2018-06-26 07:53:30 -07:00 |
|
borrow.rs
|
Use impl_header_lifetime_elision in libcore
|
2018-09-29 21:33:35 -07:00 |
|
Cargo.toml
|
Add libstd and libcore Cargo features "panic_immediate_abort"
|
2018-11-30 00:56:41 +03:00 |
|
cell.rs
|
add comment explaining why what we do is legal
|
2018-11-17 10:20:28 +01:00 |
|
clone.rs
|
Use impl_header_lifetime_elision in libcore
|
2018-09-29 21:33:35 -07:00 |
|
cmp.rs
|
Use impl_header_lifetime_elision in libcore
|
2018-09-29 21:33:35 -07:00 |
|
convert.rs
|
constify parts of libcore.
|
2018-11-10 01:07:32 +01:00 |
|
default.rs
|
Made doc example of impl Default for … use -> Self instead of explicit self type
|
2018-11-01 11:52:44 +01:00 |
|
ffi.rs
|
libcore: Add va_list lang item and intrinsics
|
2018-11-26 22:56:19 +00:00 |
|
hint.rs
|
Stabilize core::hint::unreachable_unchecked.
|
2018-04-16 18:29:40 +08:00 |
|
internal_macros.rs
|
Switch to 1.26 bootstrap compiler
|
2018-05-17 08:47:25 -06:00 |
|
intrinsics.rs
|
Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichton
|
2018-11-15 11:04:38 +01:00 |
|
iter_private.rs
|
Various fixes to wording consistency in the docs
|
2017-03-22 17:19:52 +01:00 |
|
lib.rs
|
remove uses of feature gate
|
2018-11-27 13:13:11 -06:00 |
|
macros.rs
|
remove some uses of try!
|
2018-12-01 15:48:55 -06:00 |
|
marker.rs
|
make PhantomData #[structural_match].
|
2018-11-10 03:39:42 +01:00 |
|
mem.rs
|
let FIXME refer to tracking issue
|
2018-12-02 12:29:54 +01:00 |
|
nonzero.rs
|
Replace CoerceSized trait with DispatchFromDyn
|
2018-11-01 18:16:59 -04:00 |
|
option.rs
|
Bump the Option::replace stabilize version to 1.31.0
|
2018-10-08 10:18:43 +02:00 |
|
panic.rs
|
reduce list to functions callable in const ctx.
|
2018-11-10 01:10:07 +01:00 |
|
panicking.rs
|
Fix exceeding line width limit
|
2018-11-30 02:37:04 +03:00 |
|
pin.rs
|
Fix docstring spelling mistakes
|
2018-11-09 23:14:46 -05:00 |
|
ptr.rs
|
Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakis
|
2018-12-01 07:06:17 +00:00 |
|
raw.rs
|
Merge branch 'master' into frewsxcv-dyn
|
2018-11-23 14:09:08 -05:00 |
|
result.rs
|
Use impl_header_lifetime_elision in libcore
|
2018-09-29 21:33:35 -07:00 |
|
time.rs
|
constify parts of libstd.
|
2018-11-10 01:10:07 +01:00 |
|
tuple.rs
|
Update bootstrap compiler
|
2017-08-31 06:58:58 -07:00 |
|
unit.rs
|
impl FromIterator<()> for ()
|
2017-10-18 23:12:37 -07:00 |