.. |
array
|
Update mod.rs
|
2019-11-27 10:27:30 +01:00 |
benches
|
Format libcore with rustfmt (including tests and benches)
|
2019-12-06 20:20:51 -08:00 |
char
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01:00 |
convert
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01:00 |
fmt
|
Fix docs for formatting delegations
|
2019-12-04 15:20:47 +02: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
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01:00 |
macros
|
Format libcore with rustfmt
|
2019-11-26 23:02:11 -08:00 |
mem
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01:00 |
num
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01:00 |
ops
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01:00 |
prelude
|
Format libcore with rustfmt
|
2019-11-26 23:02:11 -08:00 |
ptr
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01:00 |
slice
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01:00 |
str
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01:00 |
sync
|
Address review comments
|
2019-12-13 11:27:02 +01:00 |
task
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01:00 |
tests
|
Rollup merge of #66881 - krishna-veerareddy:issue-66780-bool-ord-optimization, r=sfackler
|
2019-12-11 10:10:41 +01:00 |
unicode
|
Make libcore/unicode/tables.rs compatible with rustfmt
|
2019-11-29 20:17:11 -08:00 |
alloc.rs
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01:00 |
any.rs
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01: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
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01:00 |
clone.rs
|
Format libcore with rustfmt
|
2019-11-26 23:02:11 -08:00 |
cmp.rs
|
Rollup merge of #66881 - krishna-veerareddy:issue-66780-bool-ord-optimization, r=sfackler
|
2019-12-11 10:10:41 +01: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
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01:00 |
iter_private.rs
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
lib.rs
|
Reuse the staged_api feature for rustc_const_unstable
|
2019-12-13 11:27:01 +01:00 |
marker.rs
|
async/await: more improvements to non-send errors
|
2019-12-08 16:29:08 +00:00 |
option.rs
|
Format libcore with rustfmt
|
2019-11-26 23:02:11 -08:00 |
panic.rs
|
Implement core::panic::Location::caller using #[track_caller].
|
2019-12-05 21:08:35 -08: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
|
Auto merge of #66322 - lzutao:consistent-result-map_or_else, r=dtolnay
|
2019-11-24 07:37:01 +00:00 |
time.rs
|
Require stable/unstable annotations for the constness of all stable functions with a const modifier
|
2019-12-13 11:27:02 +01: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 |