rust/library/core/src
bors d9d4d39612 Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa
Use min_specialization in libcore

Getting `TrustedRandomAccess` to work is the main interesting thing here.

- `get_unchecked` is now an unstable, hidden method on `Iterator`
- The contract for `TrustedRandomAccess` is made clearer in documentation
- Fixed a bug where `Debug` would create aliasing references when using the specialized zip impl
- Added tests for the side effects of `next_back` and `nth`.

closes #68536
2020-08-20 23:05:31 +00:00
..
alloc Clean up AllocRef implementation and documentation 2020-08-18 09:53:22 +02:00
array Add drop check test & MaybeUninit::first_ptr_mut 2020-08-13 03:51:08 +00:00
char Link to primitive instead of module 2020-08-15 19:27:34 +02:00
convert hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
fmt mv std libs to library/ 2020-07-27 19:51:13 -05:00
future hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
hash mv std libs to library/ 2020-07-27 19:51:13 -05:00
iter Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa 2020-08-20 23:05:31 +00:00
macros mv std libs to library/ 2020-07-27 19:51:13 -05:00
mem Rollup merge of #75038 - rust-lang:Havvy-patch-1, r=steveklabnik 2020-08-19 15:54:24 +09:00
num clean up const-hacks in int endianess conversion functions 2020-08-07 13:45:55 +02:00
ops hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
prelude mv std libs to library/ 2020-07-27 19:51:13 -05:00
ptr Auto merge of #75600 - nagisa:improve_align_offset, r=KodrAus 2020-08-19 10:54:44 +00:00
slice Use min_specialization in libcore 2020-08-19 20:08:02 +01:00
str Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa 2020-08-20 23:05:31 +00:00
sync fence docs: fix example Mutex 2020-07-29 15:45:42 +02:00
task hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
unicode mv std libs to library/ 2020-07-27 19:51:13 -05:00
any.rs Use intra-doc links 2020-08-14 20:50:38 +02:00
ascii.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
bool.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
borrow.rs Remove AsRef link as it is in the prelude 2020-08-10 20:29:20 +02:00
cell.rs add track_caller to RefCell::{borrow, borrow_mut} 2020-07-28 15:45:25 -04:00
clone.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
cmp.rs Use intra-doc links 2020-08-10 23:16:01 +02:00
default.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
ffi.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
hint.rs Remove intra-doc link as it resolves without reference link 2020-08-12 08:28:55 +02:00
internal_macros.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
intrinsics.rs Moved coverage counter injection from BasicBlock to Statement. 2020-08-18 21:06:45 -07:00
lazy.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
lib.rs Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa 2020-08-20 23:05:31 +00:00
marker.rs docs: add another derive for Copyable struct 2020-08-18 18:40:19 +02:00
option.rs hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
panic.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
panicking.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
pin.rs Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items, r=petrochenkov 2020-08-17 20:51:59 +00:00
primitive.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
raw.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
result.rs hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
time.rs Add link for Duration 2020-08-09 23:26:42 +02:00
tuple.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
unit.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00