..
array
Update mod.rs
2019-11-27 10:27:30 +01:00
benches
Add benchmarks for start_with and ends_with
2019-12-16 15:33:16 +01:00
char
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
convert
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
fmt
Rollup merge of #67253 - elichai:2019-12-fmt, r=Dylan-DPC
2019-12-19 17:53:52 -05:00
future
Use associated_type_bounds where applicable - closes #61738
2019-08-08 22:39:15 +02:00
hash
Format libcore with rustfmt
2019-11-26 23:02:11 -08:00
iter
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
macros
Correct the todo! stabilization version
2019-12-19 19:09:20 +01:00
mem
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
num
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
ops
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
prelude
Format libcore with rustfmt
2019-11-26 23:02:11 -08:00
ptr
Rollup merge of #67462 - DutchGhost:const_slice_from_raw_parts, r=dtolnay
2019-12-21 15:29:47 +01:00
slice
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
str
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
sync
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
task
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
tests
Make ptr::slice_from_raw_parts a const fn available under a feature flag
2019-12-20 21:42:03 +01:00
unicode
Make libcore/unicode/tables.rs compatible with rustfmt
2019-11-29 20:17:11 -08:00
alloc.rs
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
any.rs
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
ascii.rs
Format libcore with rustfmt
2019-11-26 23:02:11 -08:00
bool.rs
Format libcore with rustfmt (including tests and benches)
2019-12-06 20:20:51 -08:00
borrow.rs
be more direct about borrow requirenments
2019-04-03 11:41:24 +03:00
Cargo.toml
Move the matches! macro to the prelude
2019-10-23 15:35:36 +02:00
cell.rs
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
clone.rs
Revert "Stabilize the never_type, written !."
2019-12-14 09:01:09 -05:00
cmp.rs
Revert "Stabilize the never_type, written !."
2019-12-14 09:01:09 -05:00
default.rs
Format libcore with rustfmt
2019-11-26 23:02:11 -08:00
ffi.rs
Format libcore with rustfmt
2019-11-26 23:02:11 -08:00
hint.rs
Format libcore with rustfmt (including tests and benches)
2019-12-06 20:20:51 -08:00
internal_macros.rs
std: Remove internal definitions of cfg_if! macro
2019-06-10 10:58:44 -07:00
intrinsics.rs
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
iter_private.rs
Remove licenses
2018-12-25 21:08:33 -07:00
lib.rs
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
marker.rs
Minor: update Unsize docs for dyn syntax
2019-12-16 07:22:40 -05:00
option.rs
Format libcore with rustfmt
2019-11-26 23:02:11 -08:00
panic.rs
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
panicking.rs
Format libcore with rustfmt (including tests and benches)
2019-12-06 20:20:51 -08:00
pin.rs
Explicitly refer to operator methods in Pin impls
2019-12-07 16:23:43 +01:00
raw.rs
Fix more tests after revert of rustdoc cfg(test) feature
2019-06-09 18:15:53 +01:00
result.rs
stabilize Result::map_or
2019-12-02 06:25:12 +00:00
time.rs
Propagate cfg bootstrap
2019-12-18 12:16:19 -05:00
tuple.rs
Format libcore with rustfmt
2019-11-26 23:02:11 -08:00
unit.rs
Format libcore with rustfmt
2019-11-26 23:02:11 -08:00