This repository has been archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstable_library_feature.txt
671 lines (671 loc) · 62.2 KB
/
stable_library_feature.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
Feature Name Since First Commit Timestamp Latest Commit Timestamp
_deprecated_fn 0.1.0 2021-02-06 16:42:34 +0100 2021-02-06 16:42:34 +0100
x 1 2021-01-15 15:21:20 -0500 2021-01-15 15:21:20 -0500
rust1 1.0.0 2014-09-07 14:57:26 -0700 2021-04-27 15:05:26 +0200
env 1.0.0 2015-02-27 10:59:59 -0800 2016-02-19 16:08:36 -0800
process 1.0.0 2015-02-27 16:23:21 -0800 2015-02-27 16:23:21 -0800
_stable_fn 1.0.0 2021-02-06 19:41:03 +0100 2021-02-06 19:41:03 +0100
stable_fn 1.0.0 2021-02-06 19:45:43 +0100 2021-02-06 19:45:43 +0100
1 1.0.0 2021-04-13 17:13:49 +1200 2021-04-13 17:13:49 +1200
os 1.0.0 2021-04-14 21:36:13 +0200 2021-04-14 21:36:13 +0200
ip_u32 1.1.0 2015-04-20 20:37:58 -0700 2015-04-20 20:37:58 -0700
receiver_into_iter 1.1.0 2015-04-21 02:01:06 +1000 2015-11-16 19:54:28 +0300
fmt_write_char 1.1.0 2015-04-21 18:16:08 +0200 2015-04-21 18:16:08 +0200
from_raw_os 1.1.0 2015-05-05 20:25:14 -0400 2020-08-28 19:15:53 +0200
symlink 1.1.0 2015-05-20 21:50:18 -0400 2015-05-20 21:50:18 -0400
dir_entry_ext 1.1.0 2015-05-27 16:29:55 -0700 2015-11-16 19:54:28 +0300
file_type 1.1.0 2015-05-27 16:29:55 -0700 2015-05-27 16:29:55 -0700
fs_ext 1.1.0 2015-05-27 16:29:55 -0700 2015-05-27 16:29:55 -0700
metadata_ext 1.1.0 2015-05-27 16:29:55 -0700 2020-10-07 20:38:25 +0200
raw_ext 1.1.0 2015-05-27 16:29:55 -0700 2020-10-07 20:38:25 +0200
raw_os 1.1.0 2015-05-27 16:29:55 -0700 2021-02-17 19:51:27 +0000
set_permissions 1.1.0 2015-05-27 16:29:55 -0700 2015-05-27 16:29:55 -0700
symlink_metadata 1.1.0 2015-05-27 16:29:55 -0700 2015-05-27 16:29:55 -0700
box_borrow 1.1.0 2017-07-10 02:07:29 +0100 2017-07-10 02:07:29 +0100
split_whitespace 1.1.0 2018-04-07 21:56:02 +0200 2020-09-04 08:46:47 +0000
iter_cloned 1.1.0 2018-12-17 17:23:12 -0500 2020-10-08 00:14:11 +0300
debug_builders 1.2.0 2015-05-19 21:57:39 -0700 2015-11-16 21:01:06 +0300
cell_eq 1.2.0 2015-05-24 10:38:59 +0200 2015-05-24 10:38:59 +0200
io_invalid_data 1.2.0 2015-05-30 15:09:13 +0300 2015-05-30 15:09:13 +0300
extend_ref 1.2.0 2015-06-03 12:38:42 +0200 2016-09-28 11:28:42 +0100
process_extensions 1.2.0 2015-06-09 16:41:14 -0700 2015-06-09 16:41:14 -0700
sync_poison 1.2.0 2015-06-10 18:43:08 -0700 2015-06-10 18:43:08 -0700
once_new 1.2.0 2015-06-10 18:44:11 -0700 2015-06-10 18:44:11 -0700
iter_empty 1.2.0 2016-04-18 20:08:27 +0200 2020-10-08 01:08:01 +0300
iter_once 1.2.0 2016-04-18 20:08:27 +0200 2020-10-08 01:08:01 +0300
unicode_case_mapping 1.2.0 2017-06-13 15:52:59 -0700 2017-06-13 15:52:59 -0700
str_matches 1.2.0 2018-04-07 21:56:02 +0200 2020-09-04 08:46:47 +0000
num_wrapping 1.2.0 2020-09-04 14:20:01 +0000 2020-11-17 23:57:29 +0100
duration 1.3.0 2015-07-05 23:20:00 -0700 2018-02-10 21:20:42 +0000
wrapping_div 1.3.0 2015-07-08 15:44:50 +0200 2015-07-08 15:44:50 +0200
cstr_borrow 1.3.0 2015-07-09 16:38:55 -0700 2015-07-09 16:38:55 -0700
cstr_debug 1.3.0 2015-07-11 22:55:52 +0200 2015-07-11 22:55:52 +0200
atomic_debug 1.3.0 2015-07-19 13:11:30 -0300 2016-04-16 05:21:53 +0100
box_slice_clone 1.3.0 2015-07-26 22:12:00 -0700 2015-07-27 09:06:00 -0700
error_downcast 1.3.0 2015-07-28 15:44:30 -0700 2015-07-28 15:44:30 -0700
hasher_write 1.3.0 2015-07-28 15:44:30 -0700 2015-07-28 15:44:30 -0700
hash_slice 1.3.0 2015-07-28 15:44:30 -0700 2015-07-28 15:44:30 -0700
io_error_inner 1.3.0 2015-07-28 15:44:30 -0700 2015-07-28 15:44:30 -0700
process_id 1.3.0 2015-07-28 15:44:30 -0700 2015-07-28 15:44:30 -0700
time 1.3.0 2015-11-16 19:54:28 +0300 2015-11-16 19:54:28 +0300
derefmut_for_string 1.3.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
rename_connect_to_join 1.3.0 2019-07-05 11:38:40 +0200 2019-07-05 11:38:40 +0200
addr_parse_error_error 1.4.0 2015-08-24 08:59:45 -0700 2015-08-24 08:59:45 -0700
extend_string 1.4.0 2015-08-27 08:47:08 -0700 2015-08-27 08:47:08 -0700
hash_extend_copy 1.4.0 2015-08-29 21:06:11 -0400 2015-08-29 21:06:11 -0400
binaryheap_debug 1.4.0 2015-09-01 20:26:51 +0300 2015-09-01 20:26:51 +0300
append 1.4.0 2015-09-10 13:26:44 -0700 2015-09-10 13:26:44 -0700
arc_unique 1.4.0 2015-09-10 13:26:44 -0700 2015-09-10 13:26:44 -0700
arc_weak 1.4.0 2015-09-10 13:26:44 -0700 2016-01-20 06:48:11 +0100
box_raw 1.4.0 2015-09-10 13:26:44 -0700 2015-09-10 13:26:44 -0700
box_str 1.4.0 2015-09-10 13:26:44 -0700 2017-06-13 15:52:59 -0700
cstr_memory 1.4.0 2015-09-10 13:26:44 -0700 2015-09-10 13:26:44 -0700
cstr_to_str 1.4.0 2015-09-10 13:26:44 -0700 2015-09-10 13:26:44 -0700
into_raw_os 1.4.0 2015-09-10 13:26:44 -0700 2020-08-28 19:15:53 +0200
park_timeout 1.4.0 2015-09-10 13:26:44 -0700 2015-09-10 13:26:44 -0700
rc_unique 1.4.0 2015-09-10 13:26:44 -0700 2015-09-10 13:26:44 -0700
rc_weak 1.4.0 2015-09-10 13:26:44 -0700 2016-01-20 05:52:05 +0100
socket_timeout 1.4.0 2015-09-10 13:26:44 -0700 2015-09-10 13:26:44 -0700
split_off 1.4.0 2015-09-10 13:26:44 -0700 2015-09-10 13:26:44 -0700
thread_sleep 1.4.0 2015-09-10 13:26:44 -0700 2015-09-10 13:26:44 -0700
vec_deque_retain 1.4.0 2015-09-10 13:26:44 -0700 2015-09-10 13:26:44 -0700
fmt_write_blanket_impl 1.4.0 2015-09-12 15:19:25 +1200 2015-09-12 15:19:25 +1200
fnptr_impls 1.4.0 2015-09-13 18:11:10 +0300 2015-09-13 18:11:10 +0300
core_prelude 1.4.0 2015-11-16 19:54:28 +0300 2015-11-16 19:54:28 +0300
str_split_at 1.4.0 2018-04-07 21:56:02 +0200 2018-04-07 21:56:02 +0200
array_borrow 1.4.0 2019-07-25 18:06:26 +0200 2019-07-25 18:06:26 +0200
result_expect 1.4.0 2020-02-05 16:28:13 +0800 2020-02-05 16:28:13 +0800
iter_to_slice 1.4.0 2020-09-03 15:51:57 +0000 2020-09-04 08:46:47 +0000
cursor_box_slice 1.5.0 2015-08-18 23:02:49 -0700 2015-08-18 23:02:49 -0700
vec_as_mut 1.5.0 2015-09-25 19:54:15 +0200 2015-09-25 19:54:15 +0200
socket_addr_from_str 1.5.0 2015-10-20 11:35:05 -0700 2015-10-20 11:35:05 -0700
binary_heap_extras_15 1.5.0 2015-10-22 16:28:45 -0700 2019-02-11 11:58:56 +0100
deque_extras_15 1.5.0 2015-10-22 16:28:45 -0700 2015-10-22 16:28:45 -0700
file_type_ext 1.5.0 2015-10-22 16:28:45 -0700 2015-10-22 16:28:45 -0700
fmt_flags 1.5.0 2015-10-22 16:28:45 -0700 2015-10-22 16:28:45 -0700
fs_canonicalize 1.5.0 2015-10-22 16:28:45 -0700 2015-10-22 16:28:45 -0700
path_ext 1.5.0 2015-10-22 16:28:45 -0700 2015-10-22 16:28:45 -0700
str_parse_error 1.5.0 2015-10-22 16:28:45 -0700 2015-10-22 16:28:45 -0700
vec_resize 1.5.0 2015-10-22 16:28:45 -0700 2015-10-22 16:28:45 -0700
wait_timeout 1.5.0 2015-10-22 16:28:45 -0700 2015-10-22 16:28:45 -0700
mut_slice_default 1.5.0 2015-10-23 14:39:50 +1100 2015-10-23 14:39:50 +1100
iter_order 1.5.0 2016-04-18 20:08:27 +0200 2016-04-18 20:08:27 +0200
char_from_unchecked 1.5.0 2018-04-05 18:26:58 +0200 2018-04-05 18:26:58 +0200
slice_splits 1.5.0 2018-04-07 19:38:35 +0200 2018-04-07 19:38:35 +0200
str_match_indices 1.5.0 2018-04-07 21:56:02 +0200 2020-09-04 08:46:47 +0000
str_slice_mut 1.5.0 2018-04-07 21:56:02 +0200 2018-04-07 21:56:02 +0200
lossless_int_conv 1.5.0 2019-12-02 09:44:48 +0100 2019-12-02 09:44:48 +0100
utf8_error 1.5.0 2020-09-04 07:34:23 +0000 2020-09-04 07:34:23 +0000
path_into_iter 1.6.0 2015-11-01 18:04:53 -0500 2015-11-01 18:04:53 -0500
cow_from_path 1.6.0 2015-11-03 04:26:45 +0000 2015-11-03 04:26:45 +0000
partialeq_path 1.6.0 2015-11-03 04:51:21 +0000 2015-11-03 04:51:21 +0000
from_for_ptrs 1.6.0 2015-11-16 11:04:17 +0300 2015-11-16 11:04:17 +0300
dir_builder 1.6.0 2015-12-02 17:31:49 -0800 2018-04-09 17:44:28 -0700
drain 1.6.0 2015-12-02 17:31:49 -0800 2020-12-05 00:12:42 +0000
mutex_get_mut 1.6.0 2015-12-02 17:31:49 -0800 2015-12-02 17:31:49 -0800
mutex_into_inner 1.6.0 2015-12-02 17:31:49 -0800 2015-12-02 17:31:49 -0800
read_exact 1.6.0 2015-12-02 17:31:49 -0800 2015-12-02 17:31:49 -0800
rwlock_get_mut 1.6.0 2015-12-02 17:31:49 -0800 2015-12-02 17:31:49 -0800
rwlock_into_inner 1.6.0 2015-12-02 17:31:49 -0800 2015-12-02 17:31:49 -0800
iter_cmp_by_key 1.6.0 2016-04-18 20:08:27 +0200 2016-04-18 20:08:27 +0200
vec_extend_from_slice 1.6.0 2017-05-05 14:42:39 -0400 2017-05-05 14:42:39 -0400
string_box_error 1.6.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
lossless_float_conv 1.6.0 2019-12-02 09:44:48 +0100 2019-12-02 09:44:48 +0100
core 1.6.0 2021-01-09 16:52:06 +0100 2021-01-09 16:52:06 +0100
process_output_debug 1.7.0 2015-12-16 20:28:54 +0000 2015-12-16 20:28:54 +0000
cstring_asref 1.7.0 2015-12-31 14:21:40 -0500 2015-12-31 14:21:40 -0500
cstring_into 1.7.0 2016-01-15 10:07:52 -0800 2016-01-15 10:07:52 -0800
string_as_str 1.7.0 2016-01-15 10:07:52 -0800 2016-01-15 10:07:52 -0800
vec_as_slice 1.7.0 2016-01-15 10:07:52 -0800 2016-01-15 10:07:52 -0800
hashmap_build_hasher 1.7.0 2016-01-21 10:28:39 -0800 2019-12-26 13:54:33 -0500
ip_addr 1.7.0 2016-02-05 16:22:45 -0800 2020-07-16 21:29:09 +0200
wrapping_impls 1.7.0 2016-03-07 16:29:39 -0800 2016-03-07 16:29:39 -0800
btree_drop 1.7.0 2016-09-28 11:28:42 +0100 2021-01-22 17:03:52 +0100
slice_sort_by_key 1.7.0 2018-03-16 14:37:17 +0000 2018-03-16 14:37:17 +0000
clone_from_slice 1.7.0 2018-04-07 19:38:35 +0200 2018-04-07 19:38:35 +0200
f32_deg_rad_conversions 1.7.0 2019-12-22 17:42:04 -0500 2019-12-22 17:42:04 -0500
wrapping 1.7.0 2020-09-04 14:20:01 +0000 2020-11-17 23:57:29 +0100
slice_to_socket_addrs 1.8.0 2016-01-24 00:31:22 -0800 2016-01-24 00:31:22 -0800
metadata_ext2 1.8.0 2016-02-04 17:16:47 -0800 2020-10-07 20:38:25 +0200
cmp_os_str 1.8.0 2016-02-18 16:03:42 +0200 2016-02-18 16:03:42 +0200
cow_os_str_as_ref_path 1.8.0 2016-02-18 16:04:28 +0200 2016-02-18 16:04:28 +0200
cmp_path 1.8.0 2016-02-18 16:07:12 +0200 2016-02-18 16:07:12 +0200
cell_map 1.8.0 2016-02-25 15:52:29 -0800 2016-02-25 15:52:29 -0800
op_assign_traits 1.8.0 2016-02-25 15:52:29 -0800 2017-06-07 22:08:14 -0400
time2 1.8.0 2016-02-25 15:52:29 -0800 2016-02-25 15:52:29 -0800
pthread_t 1.8.0 2016-06-21 10:14:16 -0700 2020-04-13 23:37:22 +0000
drop_in_place 1.8.0 2017-03-14 01:08:21 +0200 2017-03-14 01:08:21 +0200
box_error 1.8.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
mpsc_debug 1.8.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
encode_utf16 1.8.0 2018-04-07 21:56:02 +0200 2020-09-04 08:46:47 +0000
str_parse_error2 1.8.0 2019-12-11 09:49:29 -0500 2019-12-11 09:49:29 -0500
cow_from_vec 1.8.0 2020-12-05 00:17:25 +0000 2020-12-05 00:17:25 +0000
vec_into_iter_clone 1.8.0 2020-12-05 00:45:20 +0000 2020-12-05 00:45:20 +0000
net2_mutators 1.9.0 2016-02-27 15:02:48 -0800 2016-02-27 15:02:48 -0800
from_slice_v4 1.9.0 2016-03-04 14:12:18 -0800 2016-03-04 14:12:18 -0800
core_impl_debug 1.9.0 2016-03-04 18:49:43 -0800 2020-10-08 00:14:11 +0300
ipv6_from_octets 1.9.0 2016-03-18 13:53:40 +0100 2016-03-18 13:53:40 +0100
osstring_default 1.9.0 2016-03-22 07:38:44 +0800 2016-03-22 07:38:44 +0800
str_to_string_specialization 1.9.0 2016-03-22 19:29:56 -0700 2016-03-22 19:29:56 -0700
time_augmented_assignment 1.9.0 2016-03-22 23:28:22 -0700 2016-03-22 23:28:22 -0700
chain_bufread 1.9.0 2016-03-28 01:28:03 +0200 2016-03-28 01:28:03 +0200
ascii 1.9.0 2016-04-07 10:42:53 -0700 2016-04-07 10:42:53 -0700
catch_unwind 1.9.0 2016-04-07 10:42:53 -0700 2019-11-27 10:29:00 -0800
decode_utf16 1.9.0 2016-04-07 10:42:53 -0700 2018-04-05 18:02:52 +0200
expand_open_options2 1.9.0 2016-04-07 10:42:53 -0700 2016-04-07 10:42:53 -0700
file_try_clone 1.9.0 2016-04-07 10:42:53 -0700 2016-04-07 10:42:53 -0700
hashmap_public_hasher 1.9.0 2016-04-07 10:42:53 -0700 2016-04-07 10:42:53 -0700
osstring_simple_functions 1.9.0 2016-04-07 10:42:53 -0700 2016-04-07 10:42:53 -0700
process_exec2 1.9.0 2016-04-07 10:42:53 -0700 2016-04-07 10:42:53 -0700
resume_unwind 1.9.0 2016-04-07 10:42:53 -0700 2016-04-07 10:42:53 -0700
set_recovery 1.9.0 2016-04-07 10:42:53 -0700 2016-04-07 10:42:53 -0700
sockaddr_setters 1.9.0 2016-04-07 10:42:53 -0700 2016-04-07 10:42:53 -0700
thread_extensions 1.9.0 2016-04-07 10:42:53 -0700 2016-04-07 10:42:53 -0700
volatile 1.9.0 2016-04-07 10:42:53 -0700 2016-04-07 10:42:53 -0700
copy_from_slice 1.9.0 2018-04-07 19:38:35 +0200 2018-04-07 19:38:35 +0200
is_char_boundary 1.9.0 2018-04-07 21:56:02 +0200 2018-04-07 21:56:02 +0200
ptr_as_ref 1.9.0 2019-12-08 21:22:18 +0100 2019-12-08 21:22:18 +0100
double_ended_skip_iterator 1.9.0 2020-10-08 00:14:11 +0300 2020-10-08 00:14:11 +0300
vecdeque_vec_conversions 1.10.0 2016-04-09 23:33:43 +0100 2016-04-09 23:33:43 +0100
cstr_default 1.10.0 2016-04-15 17:58:59 +0200 2016-04-15 17:58:59 +0200
wrapping_neg 1.10.0 2016-04-17 21:57:11 -0700 2016-04-17 21:57:11 -0700
cell_ord 1.10.0 2016-05-01 04:26:39 -0400 2016-05-01 04:26:39 -0400
cstr_from_bytes 1.10.0 2016-05-17 11:57:07 -0700 2016-05-17 11:57:07 -0700
downgraded_weak 1.10.0 2016-05-17 11:57:07 -0700 2016-05-17 11:57:07 -0700
extended_compare_and_swap 1.10.0 2016-05-17 11:57:07 -0700 2016-05-17 11:57:07 -0700
fs_time 1.10.0 2016-05-17 11:57:07 -0700 2016-05-17 11:57:07 -0700
map_entry_keys 1.10.0 2016-05-17 11:57:07 -0700 2020-10-12 08:44:53 -0400
map_values_mut 1.10.0 2016-05-17 11:57:07 -0700 2020-08-10 17:49:39 +0200
open_options_ext 1.10.0 2016-05-17 11:57:07 -0700 2016-05-17 11:57:07 -0700
panic_hooks 1.10.0 2016-05-17 11:57:07 -0700 2018-01-23 16:31:53 +0100
condvar_default 1.10.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
mutex_default 1.10.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
rw_lock_default 1.10.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
unsafe_cell_default 1.10.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
slice_binary_search_by_key 1.10.0 2018-04-07 19:38:35 +0200 2018-04-07 19:38:35 +0200
unix_socket 1.10.0 2020-08-22 17:27:43 +0200 2020-08-22 17:27:43 +0200
wrapping_display 1.10.0 2020-09-04 13:14:39 +0000 2020-09-04 13:14:39 +0000
exact_size_escape 1.11.0 2015-12-30 10:08:28 +0100 2015-12-30 10:08:28 +0100
fmt_error 1.11.0 2016-05-25 00:49:49 +0200 2016-05-25 00:49:49 +0200
default 1.11.0 2016-06-16 14:44:56 +0100 2016-06-16 14:44:56 +0100
btree_append 1.11.0 2016-06-28 08:56:56 -0700 2016-06-28 08:56:56 -0700
btree_split_off 1.11.0 2016-06-28 08:56:56 -0700 2016-06-28 08:56:56 -0700
cell_get_mut 1.11.0 2016-06-28 08:56:56 -0700 2018-05-07 15:24:45 +0800
iter_arith 1.11.0 2016-06-28 08:56:56 -0700 2016-06-28 08:56:56 -0700
binary_heap_append 1.11.0 2019-02-11 11:58:56 +0100 2019-02-11 11:58:56 +0100
wrapping_fmt 1.11.0 2020-09-04 13:14:39 +0000 2020-09-04 13:14:39 +0000
unwind_safe_lock_refs 1.12.0 2016-07-11 07:34:20 -0700 2016-07-11 07:34:20 -0700
stringaddassign 1.12.0 2016-07-18 14:27:17 -0400 2016-07-18 14:27:17 -0400
cow_str_from_iter 1.12.0 2016-07-26 21:16:46 -0700 2016-07-26 21:16:46 -0700
cell_from 1.12.0 2016-08-05 16:57:19 -0300 2016-08-05 16:57:19 -0300
binary_heap_peek_mut 1.12.0 2016-08-11 14:08:24 -0700 2016-08-11 14:08:24 -0700
cell_as_ptr 1.12.0 2016-08-11 14:08:24 -0700 2018-05-07 15:24:45 +0800
exit_status_from 1.12.0 2016-08-11 14:08:24 -0700 2016-09-28 11:28:42 +0100
ip_shared 1.12.0 2016-08-11 14:08:24 -0700 2020-11-23 13:09:00 +0100
linked_list_contains 1.12.0 2016-08-11 14:08:24 -0700 2016-08-11 14:08:24 -0700
map_entry_recover_keys2 1.12.0 2016-08-11 14:08:24 -0700 2020-10-12 08:44:53 -0400
mpsc_recv_timeout 1.12.0 2016-08-11 14:08:24 -0700 2016-08-11 14:08:24 -0700
vec_deque_contains 1.12.0 2016-08-11 14:08:24 -0700 2016-08-11 14:08:24 -0700
env_iterators 1.12.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
fn_once_output 1.12.0 2017-06-07 21:59:57 -0400 2017-06-07 21:59:57 -0400
iter_arith_traits 1.12.0 2018-12-17 17:33:12 -0500 2018-12-17 17:33:12 -0500
debug_hash_map 1.12.0 2019-02-20 11:13:35 +0000 2019-02-20 11:13:35 +0000
debug_btree_map 1.12.0 2020-10-12 08:44:53 -0400 2020-10-12 08:44:53 -0400
ipv6_to_octets 1.12.0 2020-11-23 13:09:00 +0100 2020-11-23 13:09:00 +0100
path_components_debug 1.13.0 2016-08-29 07:17:27 -0400 2016-08-29 07:17:27 -0400
path_iter_debug 1.13.0 2016-08-30 09:29:22 -0400 2016-08-30 09:29:22 -0400
cstring_drop 1.13.0 2016-09-04 18:37:30 +0300 2016-09-04 18:37:30 +0300
dir_entry_debug 1.13.0 2016-09-21 14:57:04 -0400 2016-09-21 14:57:04 -0400
hashmap_default_hasher 1.13.0 2016-09-28 17:23:36 -0700 2016-09-28 17:23:36 -0700
try_borrow 1.13.0 2016-09-28 17:23:36 -0700 2016-09-28 17:23:36 -0700
assert_ne 1.13.0 2017-04-18 23:33:38 +0100 2017-04-18 23:33:38 +0100
char_convert 1.13.0 2018-04-05 18:26:58 +0200 2018-04-05 18:26:58 +0200
slice_iter_as_ref 1.13.0 2020-09-03 15:51:57 +0000 2020-09-03 15:51:57 +0000
no_panic_abs 1.13.0 2020-11-17 23:57:29 +0100 2020-11-17 23:57:29 +0100
vec_intoiter_debug 1.13.0 2020-12-05 00:45:20 +0000 2020-12-05 00:45:20 +0000
unwind_safe_atomic_refs 1.14.0 2016-10-14 15:31:15 -0400 2021-02-18 18:32:40 +0100
string_from_cow_str 1.14.0 2016-10-21 16:51:59 +0200 2016-10-21 16:51:59 +0200
vec_from_cow_slice 1.14.0 2016-10-21 16:51:59 +0200 2016-10-21 16:51:59 +0200
io_error_from_errorkind 1.14.0 2016-11-01 19:19:33 -0600 2016-11-01 19:19:33 -0600
cow_add 1.14.0 2016-11-04 01:07:00 +0000 2016-11-04 01:07:00 +0000
from_path_buf_for_os_string 1.14.0 2016-11-04 15:54:08 -0200 2016-11-04 15:54:08 -0200
from_string_for_vec_u8 1.14.0 2016-11-04 15:54:08 -0200 2016-11-04 15:54:08 -0200
wrapping_ref 1.14.0 2017-01-29 13:31:47 +0000 2017-01-29 13:31:47 +0000
wrapping_iter_arith 1.14.0 2018-12-17 17:33:12 -0500 2018-12-17 17:33:12 -0500
iter_max_by 1.15.0 2016-12-14 11:20:55 -0800 2016-12-14 11:20:55 -0800
iter_min_by 1.15.0 2016-12-14 11:20:55 -0800 2016-12-14 11:20:55 -0800
file_offset 1.15.0 2016-12-14 11:35:05 -0800 2019-12-22 17:42:04 -0500
atomic_access 1.15.0 2016-12-14 12:13:12 -0800 2016-12-14 12:13:12 -0800
receiver_try_iter 1.15.0 2016-12-14 12:20:38 -0800 2016-12-14 12:20:38 -0800
process_exec 1.15.0 2016-12-14 12:22:15 -0800 2016-12-14 12:22:15 -0800
arc_counts 1.15.0 2016-12-14 12:27:30 -0800 2016-12-14 12:27:30 -0800
rc_counts 1.15.0 2016-12-14 12:27:30 -0800 2016-12-14 12:27:30 -0800
unicode_encode_char 1.15.0 2016-12-14 12:34:02 -0800 2016-12-14 12:34:02 -0800
cell_extras 1.15.0 2016-12-14 12:36:49 -0800 2016-12-14 12:36:49 -0800
io_take_into_inner 1.15.0 2016-12-14 12:39:16 -0800 2016-12-14 12:39:16 -0800
proc_macro_lib 1.15.0 2017-01-01 16:14:35 -0800 2018-05-13 18:46:38 +0300
mpsc_recv_timeout_error 1.15.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
slice_get_slice_impls 1.15.0 2020-09-04 02:26:45 +0000 2020-09-04 02:26:45 +0000
vec_into_iter_as_slice 1.15.0 2020-12-05 00:45:20 +0000 2020-12-05 00:45:20 +0000
ip_from_ip 1.16.0 2016-12-12 15:34:09 -0500 2016-12-12 15:34:09 -0500
duration_sum 1.16.0 2016-12-30 14:22:47 -0500 2016-12-30 14:22:47 -0500
string_to_socket_addrs 1.16.0 2017-01-13 16:28:50 -0500 2017-01-13 16:28:50 -0500
dedup_by 1.16.0 2017-01-25 15:37:20 -0800 2017-01-25 15:37:20 -0800
deque_extras 1.16.0 2017-01-25 15:37:20 -0800 2018-11-30 23:38:05 -0800
duration_checked_ops 1.16.0 2017-01-25 15:37:20 -0800 2017-01-25 15:37:20 -0800
insert_str 1.16.0 2017-01-25 15:37:20 -0800 2017-01-25 15:37:20 -0800
ipaddr_checker 1.16.0 2017-01-25 15:37:20 -0800 2017-01-25 15:37:20 -0800
result_unwrap_or_default 1.16.0 2017-01-25 15:37:20 -0800 2017-01-25 15:37:20 -0800
set_permissions_atomic 1.16.0 2017-01-25 15:37:20 -0800 2017-01-25 15:37:20 -0800
sockaddr_checker 1.16.0 2017-01-25 15:37:20 -0800 2017-01-25 15:37:20 -0800
string_split_off 1.16.0 2017-01-25 15:37:20 -0800 2017-01-25 15:37:20 -0800
windows_process_extensions 1.16.0 2017-01-25 15:37:20 -0800 2017-01-25 15:37:20 -0800
char_struct_display 1.16.0 2017-01-29 13:31:47 +0000 2018-04-05 18:36:02 +0200
std_debug 1.16.0 2017-01-29 13:31:47 +0000 2018-09-02 22:06:32 +0100
ip_cmp 1.16.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
ipv6_from_segments 1.16.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
repeat_str 1.16.0 2017-06-13 15:52:59 -0700 2017-06-13 15:52:59 -0700
str_replacen 1.16.0 2017-06-13 15:52:59 -0700 2017-06-13 15:52:59 -0700
iter_arith_traits_result 1.16.0 2019-11-24 01:43:32 -0800 2019-11-24 01:43:32 -0800
ptr_wrapping_offset 1.16.0 2019-12-08 21:22:18 +0100 2019-12-08 21:22:18 +0100
collection_debug 1.17.0 2017-01-21 00:33:38 +0100 2020-12-05 00:12:42 +0000
ip_from_slice 1.17.0 2017-01-28 12:53:17 -0800 2017-01-28 12:53:17 -0800
addr_from_into_ip 1.17.0 2017-01-28 12:54:09 -0800 2017-01-28 12:54:09 -0800
box_default_extra 1.17.0 2017-01-31 22:46:16 -0500 2017-01-31 22:46:16 -0500
box_from_c_str 1.17.0 2017-01-31 22:46:16 -0500 2017-01-31 22:46:16 -0500
box_from_os_str 1.17.0 2017-01-31 22:46:16 -0500 2017-01-31 22:46:16 -0500
box_from_path 1.17.0 2017-01-31 22:46:16 -0500 2017-01-31 22:46:16 -0500
box_from_slice 1.17.0 2017-01-31 22:46:16 -0500 2017-01-31 22:46:16 -0500
default_box_extra 1.17.0 2017-01-31 22:46:16 -0500 2017-01-31 22:46:16 -0500
cow_str_to_string_specialization 1.17.0 2017-02-01 11:54:36 +0800 2017-02-01 11:54:36 +0800
string_to_string_specialization 1.17.0 2017-02-01 11:54:36 +0800 2017-02-01 11:54:36 +0800
frombyteswithnulerror_impls 1.17.0 2017-02-21 16:39:32 +0100 2017-02-21 16:39:32 +0100
string_from_iter_by_ref 1.17.0 2017-02-22 00:06:40 -0800 2017-02-22 00:06:40 -0800
move_cell 1.17.0 2017-03-14 20:46:56 -0700 2017-03-14 20:46:56 -0700
ptr_unaligned 1.17.0 2017-03-14 20:51:29 -0700 2017-03-14 20:51:29 -0700
process_abort 1.17.0 2017-03-14 20:52:20 -0700 2017-03-14 20:52:20 -0700
ptr_eq 1.17.0 2017-03-14 21:01:18 -0700 2017-03-15 07:58:27 -0700
btree_range 1.17.0 2017-03-14 21:04:54 -0700 2017-04-18 23:33:38 +0100
ordering_chaining 1.17.0 2017-03-14 21:06:29 -0700 2017-03-14 21:06:29 -0700
rc_raw 1.17.0 2017-03-14 21:10:02 -0700 2017-03-14 21:10:02 -0700
default_for_pathbuf 1.17.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
collections_bound 1.17.0 2018-03-19 09:01:17 +0100 2018-03-19 09:01:17 +0100
result_expect_err 1.17.0 2020-02-05 16:31:12 +0800 2020-02-05 16:31:12 +0800
vec_deque_partial_eq_slice 1.17.0 2020-11-13 17:56:39 +0000 2020-11-13 17:56:39 +0000
binary_heap_peek_mut_pop 1.18.0 2017-05-10 21:17:24 -0700 2017-05-10 21:17:24 -0700
peek 1.18.0 2017-05-10 21:17:24 -0700 2017-05-10 21:17:24 -0700
process_try_wait 1.18.0 2017-05-10 21:17:24 -0700 2017-05-10 21:17:24 -0700
retain_hash_collection 1.18.0 2017-05-10 21:17:24 -0700 2020-09-22 19:34:05 +0100
c_string_from_box 1.18.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
os_string_from_box 1.18.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
path_buf_from_box 1.18.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
string_from_box 1.18.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
vec_from_box 1.18.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
herd_cows 1.19.0 2017-04-21 13:25:48 -0400 2017-04-21 13:25:48 -0400
boxed_str_conv 1.19.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
eprint 1.19.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
mutexguard 1.19.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
vec_from_mut 1.19.0 2017-05-20 08:38:39 +0100 2017-05-20 08:38:39 +0100
command_envs 1.19.0 2017-06-08 11:31:25 -0400 2017-06-08 11:31:25 -0400
reverse_cmp_key 1.19.0 2017-06-08 11:34:22 -0400 2017-07-03 13:46:37 -1000
osstring_shrink_to_fit 1.19.0 2017-06-08 11:35:46 -0400 2017-06-08 11:35:46 -0400
thread_id 1.19.0 2017-06-08 11:41:23 -0400 2017-06-08 11:41:23 -0400
stdio_from 1.20.0 2017-06-06 15:42:55 -0700 2017-06-06 15:42:55 -0700
box_from_c_string 1.20.0 2017-06-13 00:08:37 +0100 2017-06-13 00:08:37 +0100
box_from_os_string 1.20.0 2017-06-13 00:08:37 +0100 2017-06-13 00:08:37 +0100
box_from_path_buf 1.20.0 2017-06-13 00:08:37 +0100 2017-06-13 00:08:37 +0100
box_from_str 1.20.0 2017-06-13 00:08:37 +0100 2017-06-13 00:08:37 +0100
box_from_vec 1.20.0 2017-06-17 16:56:05 +0100 2017-06-17 16:56:05 +0100
more_io_inner_methods 1.20.0 2017-06-30 18:05:04 -0700 2017-06-30 18:05:04 -0700
char_from_str 1.20.0 2017-07-10 02:07:29 +0100 2019-11-24 01:43:32 -0800
std_guard_impls 1.20.0 2017-07-10 02:07:29 +0100 2017-07-10 02:07:29 +0100
char_escape_debug 1.20.0 2017-07-20 15:38:59 -0700 2017-07-20 15:38:59 -0700
option_entry 1.20.0 2017-07-20 15:40:23 -0700 2021-03-10 08:48:09 -0600
as_c_str 1.20.0 2017-07-20 15:44:35 -0700 2017-07-20 15:44:35 -0700
into_boxed_c_str 1.20.0 2017-07-20 15:44:35 -0700 2017-07-20 15:44:35 -0700
into_boxed_os_str 1.20.0 2017-07-20 15:44:35 -0700 2017-07-20 15:44:35 -0700
into_boxed_path 1.20.0 2017-07-20 15:44:35 -0700 2017-07-20 15:44:35 -0700
compile_error_macro 1.20.0 2017-07-20 15:50:33 -0700 2017-07-20 15:50:33 -0700
str_box_extras 1.20.0 2017-07-20 15:52:12 -0700 2017-07-20 15:52:12 -0700
sort_unstable 1.20.0 2018-04-07 19:38:35 +0200 2018-04-07 19:38:35 +0200
str_checked_slicing 1.20.0 2018-04-07 21:56:02 +0200 2020-09-04 07:10:05 +0000
str_mut_extras 1.20.0 2018-04-07 21:56:02 +0200 2020-09-04 09:37:06 +0000
float_bits_conv 1.20.0 2018-04-08 10:09:52 +0200 2018-04-08 10:09:52 +0200
manually_drop 1.20.0 2019-05-29 10:00:13 +0200 2019-05-29 10:00:13 +0200
utf8_error_error_len 1.20.0 2020-09-04 07:34:23 +0000 2020-09-04 07:34:23 +0000
shared_from_slice 1.21.0 2017-06-15 14:10:43 -0700 2017-06-15 14:10:43 -0700
asraw_stdio 1.21.0 2017-07-25 16:44:25 -0700 2017-07-28 16:34:16 -0700
compiler_fences 1.21.0 2017-09-24 22:23:26 -0700 2017-09-24 22:23:26 -0700
iterator_for_each 1.21.0 2017-09-24 22:23:26 -0700 2017-09-24 22:23:26 -0700
ord_max_min 1.21.0 2017-09-24 22:23:26 -0700 2017-09-24 22:23:26 -0700
tcpstream_connect_timeout 1.21.0 2017-09-24 22:23:26 -0700 2017-09-24 22:23:26 -0700
vec_splice 1.21.0 2017-09-24 22:23:26 -0700 2020-12-05 00:04:32 +0000
discriminant_value 1.21.0 2019-05-29 10:00:13 +0200 2019-05-29 10:00:13 +0200
needs_drop 1.21.0 2019-05-29 10:00:13 +0200 2019-05-29 10:00:13 +0200
indirect_hasher_impl 1.22.0 2017-08-21 22:15:02 +0800 2017-08-21 22:15:02 +0800
cow_box_error 1.22.0 2017-09-09 16:48:40 -0400 2017-09-09 16:48:40 -0400
op_assign_builtins_by_ref 1.22.0 2017-09-21 15:46:17 -0400 2017-09-21 15:46:17 -0400
unit_from_iter 1.23.0 2017-10-18 23:12:37 -0700 2017-10-18 23:12:37 -0700
atomic_from 1.23.0 2017-10-31 11:15:10 -0800 2017-10-31 11:15:10 -0800
rwlock_guard_sync 1.23.0 2017-11-01 13:39:44 +0100 2017-11-01 13:39:44 +0100
ascii_methods_on_intrinsics 1.23.0 2017-11-30 11:20:11 -0800 2020-09-04 01:45:11 +0000
atomic_bool_from 1.24.0 2017-11-27 21:26:19 +0000 2017-11-27 21:26:19 +0000
ascii_ctype_on_intrinsics 1.24.0 2017-11-28 08:50:40 +0100 2017-11-28 08:50:40 +0100
mpsc_error_conversions 1.24.0 2017-11-28 15:58:36 +0100 2017-11-28 15:58:36 +0100
atomic_pointer 1.24.0 2017-12-10 23:21:26 +0000 2017-12-10 23:21:26 +0000
mutex_from 1.24.0 2017-12-27 14:11:05 +0000 2017-12-27 14:11:05 +0000
rw_lock_from 1.24.0 2017-12-27 14:11:05 +0000 2017-12-27 14:11:05 +0000
shared_from_slice2 1.24.0 2017-12-27 14:11:05 +0000 2017-12-27 14:11:05 +0000
refcell_replace 1.24.0 2019-12-22 17:42:04 -0500 2019-12-22 17:42:04 -0500
refcell_swap 1.24.0 2019-12-22 17:42:04 -0500 2019-12-22 17:42:04 -0500
spin_loop_hint 1.24.0 2021-01-13 14:39:19 +1000 2021-01-13 14:39:19 +1000
nonnull 1.25.0 2018-01-21 09:48:23 +0100 2019-05-25 09:03:45 +0200
panic_col 1.25.0 2018-01-24 22:25:42 +0100 2018-01-24 22:25:42 +0100
cursor_mut_vec 1.25.0 2018-02-10 21:20:42 +0000 2018-02-10 21:20:42 +0000
path_component_asref 1.25.0 2018-02-10 21:20:42 +0000 2018-02-10 21:20:42 +0000
inclusive_range 1.26.0 2018-01-28 03:09:36 +0800 2020-09-04 02:26:45 +0000
box_leak 1.26.0 2018-02-10 01:26:19 +0100 2018-02-10 01:26:19 +0100
entry_and_modify 1.26.0 2018-02-24 21:06:29 -0800 2020-10-12 08:44:53 -0400
thread_local_try_with 1.26.0 2018-02-27 17:00:01 +0100 2019-08-04 15:11:08 +0200
fused 1.26.0 2018-03-03 14:15:28 +0100 2020-12-05 00:12:42 +0000
i128 1.26.0 2018-03-16 20:15:56 -0500 2020-02-04 18:56:04 +0100
from_utf8_error_as_bytes 1.26.0 2018-03-17 21:41:14 +0000 2018-03-17 21:41:14 +0000
string_retain 1.26.0 2018-03-21 10:47:03 -0700 2018-03-21 10:47:03 -0700
fs_read_write 1.26.0 2018-03-30 09:48:18 -0700 2018-03-30 09:48:18 -0700
fs_read_write_bytes 1.26.0 2018-03-30 09:55:52 -0700 2018-03-30 09:55:52 -0700
getpid 1.26.0 2018-04-02 19:34:06 -0600 2018-04-02 19:34:06 -0600
env_unimpl_send_sync 1.26.0 2018-04-05 00:35:09 +0100 2018-04-05 00:35:09 +0100
panic_hook_display 1.26.0 2018-04-05 00:35:09 +0100 2018-04-05 00:35:09 +0100
slice_rotate 1.26.0 2018-04-07 19:38:35 +0200 2018-04-07 19:38:35 +0200
lossless_iusize_conv 1.26.0 2019-12-02 09:44:48 +0100 2019-12-02 09:44:48 +0100
pointer_methods 1.26.0 2019-12-08 21:22:18 +0100 2019-12-08 21:22:18 +0100
option_filter 1.27.0 2018-04-01 22:11:51 -0600 2018-04-01 22:11:51 -0600
splice 1.27.0 2018-04-01 22:50:22 -0600 2018-04-01 22:50:22 -0600
iterator_try_fold 1.27.0 2018-04-02 16:40:53 -0700 2018-12-17 17:27:22 -0500
simd_arch 1.27.0 2018-04-03 11:11:49 -0700 2019-01-21 18:42:04 +0100
unix_ppid 1.27.0 2018-04-03 19:47:37 -0600 2018-04-03 19:47:37 -0600
take_set_limit 1.27.0 2018-04-05 00:30:49 -0600 2018-04-05 00:30:49 -0600
slice_rsplit 1.27.0 2018-04-07 19:38:35 +0200 2020-09-03 15:51:57 +0000
swap_with_slice 1.27.0 2018-04-07 19:38:35 +0200 2018-04-07 19:38:35 +0200
unreachable 1.27.0 2018-04-12 21:47:38 +0800 2018-04-12 21:47:38 +0800
swap_nonoverlapping 1.27.0 2018-04-17 00:36:13 -0400 2018-04-17 00:36:13 -0400
duration_from_micros 1.27.0 2018-04-17 00:43:48 -0400 2018-04-17 00:43:48 -0400
duration_extras 1.27.0 2018-04-17 00:56:20 -0400 2018-04-17 00:56:20 -0400
duration_debug_impl 1.27.0 2018-05-06 13:46:20 +0200 2018-05-06 13:46:20 +0200
inclusive_range_methods 1.27.0 2018-05-14 23:25:22 +0100 2018-05-14 23:25:22 +0100
iter_rfind 1.27.0 2018-12-17 17:27:22 -0500 2018-12-17 17:27:22 -0500
iter_rfold 1.27.0 2018-12-17 17:27:22 -0500 2018-12-17 17:27:22 -0500
nonnull_cast 1.27.0 2019-05-25 09:03:45 +0200 2019-05-25 09:03:45 +0200
core_hint 1.27.0 2019-12-22 17:42:04 -0500 2019-12-22 17:42:04 -0500
hash_map_remove_entry 1.27.0 2020-09-22 19:34:05 +0100 2020-09-22 19:34:05 +0100
simd_x86 1.27.0 2021-04-02 04:11:46 -0400 2021-04-02 04:11:46 -0400
cow_from_cstr 1.28.0 2018-05-09 07:23:02 +0100 2018-05-09 07:23:02 +0100
cow_from_osstr 1.28.0 2018-05-09 07:23:02 +0100 2018-05-09 07:23:02 +0100
cow_from_pathbuf_ref 1.28.0 2018-05-09 07:23:02 +0100 2018-05-09 07:23:02 +0100
cow_from_string_ref 1.28.0 2018-05-09 07:23:02 +0100 2018-05-09 07:23:02 +0100
osstring_from_cow_osstr 1.28.0 2018-05-09 07:23:02 +0100 2018-05-09 07:23:02 +0100
pathbuf_from_cow_path 1.28.0 2018-05-09 07:23:02 +0100 2018-05-09 07:23:02 +0100
cstring_from_cow_cstr 1.28.0 2018-05-09 07:32:50 +0100 2018-05-09 07:32:50 +0100
any_send_sync_methods 1.28.0 2018-05-16 23:09:58 -0700 2018-05-16 23:09:58 -0700
path_ancestors 1.28.0 2018-05-19 17:49:13 +0200 2018-05-19 17:49:13 +0200
collections_range 1.28.0 2018-05-24 04:39:35 -0700 2020-10-12 14:53:41 -0700
fmt_flags_align 1.28.0 2018-05-26 10:41:48 +0200 2019-11-29 19:30:49 -0800
assoc_unix_epoch 1.28.0 2018-05-28 18:24:01 -0600 2018-05-28 18:24:01 -0600
alloc_module 1.28.0 2018-05-31 18:36:51 +0200 2018-05-31 18:36:51 +0200
global_alloc 1.28.0 2018-05-31 19:13:37 +0200 2020-03-24 11:45:38 +0100
alloc_system_type 1.28.0 2018-05-31 19:16:24 +0200 2020-05-31 18:09:25 -0700
iterator_step_by 1.28.0 2018-06-02 20:42:42 -0600 2020-10-08 00:14:11 +0300
default_mut_str 1.28.0 2018-06-03 00:29:50 +0800 2018-06-03 00:29:50 +0800
extend_for_unit 1.28.0 2018-12-17 17:29:39 -0500 2018-12-17 17:29:39 -0500
global_allocator 1.28.0 2019-07-19 00:24:58 +0300 2019-07-19 00:24:58 +0300
nonzero 1.28.0 2019-11-27 10:29:00 -0800 2021-04-16 20:35:14 +0200
from_ref 1.28.0 2019-11-29 19:30:49 -0800 2020-09-04 04:46:02 +0000
slice_get_slice 1.28.0 2019-11-29 19:30:49 -0800 2020-09-04 02:26:45 +0000
from_bool 1.28.0 2019-12-02 09:44:48 +0100 2019-12-02 09:44:48 +0100
iterator_repeat_with 1.28.0 2019-12-22 17:42:04 -0500 2020-10-08 01:08:01 +0300
alloc_layout 1.28.0 2020-03-24 11:45:38 +0100 2020-09-28 19:43:39 -0400
entry_or_default 1.28.0 2020-09-22 19:34:05 +0100 2020-10-12 08:44:53 -0400
cow_from_vec_ref 1.28.0 2020-12-05 00:17:25 +0000 2020-12-05 00:17:25 +0000
proc_macro_lib2 1.29.0 2018-03-16 01:09:22 +0200 2019-12-22 17:42:04 -0500
never_hash 1.29.0 2018-06-06 19:40:03 -0400 2018-06-06 19:40:03 -0400
more_box_slice_clone 1.29.0 2018-06-29 11:49:32 -0700 2018-06-29 11:49:32 -0700
rc_downcast 1.29.0 2018-07-06 01:00:40 -0600 2018-07-06 01:00:40 -0600
joinhandle_impl_send_sync 1.29.0 2018-07-27 10:08:02 +0200 2018-07-27 10:08:02 +0200
iterator_flatten 1.29.0 2018-08-15 19:28:42 +0300 2020-10-08 00:14:11 +0300
os_str_str_ref_eq 1.29.0 2018-09-13 14:25:43 -0700 2018-09-13 14:25:43 -0700
trim_direction 1.30.0 2018-08-05 21:51:40 +0100 2018-08-05 21:51:40 +0100
ip_constructors 1.30.0 2018-08-09 01:50:30 -0600 2018-08-09 01:50:30 -0600
option_ref_from_ref_option 1.30.0 2018-08-09 12:48:55 +0200 2018-08-10 14:21:17 +0200
token_stream_extend 1.30.0 2018-08-12 12:45:48 -0700 2018-08-12 12:45:48 -0700
iterator_find_map 1.30.0 2018-08-15 14:12:17 +0300 2018-08-15 14:12:17 +0300
error_source 1.30.0 2018-08-20 23:27:25 +0200 2018-08-20 23:27:25 +0200
slice_align_to 1.30.0 2018-08-28 10:41:53 +0200 2018-08-28 10:41:53 +0200
core_c_void 1.30.0 2019-10-29 13:01:54 +0000 2019-10-29 13:01:54 +0000
symmetric_u32_duration_mul 1.31.0 2018-09-19 18:40:33 +0300 2018-09-19 18:40:33 +0300
option_replace 1.31.0 2018-10-08 10:18:43 +0200 2018-10-08 10:18:43 +0200
chunks_exact 1.31.0 2018-10-18 10:22:34 +0300 2020-09-03 15:51:57 +0000
rchunks 1.31.0 2018-10-18 18:48:02 +0300 2020-09-03 15:51:57 +0000
from_nonzero 1.31.0 2020-09-04 13:07:03 +0000 2020-09-04 13:07:03 +0000
boxed_slice_from_iter 1.32.0 2018-11-11 10:45:16 +0100 2018-11-11 10:45:16 +0100
dbg_macro 1.32.0 2018-12-01 02:54:09 +0100 2018-12-01 02:54:09 +0100
path_from_str 1.32.0 2018-12-21 11:33:59 -0200 2018-12-21 11:33:59 -0200
int_to_from_bytes 1.32.0 2020-11-17 23:57:29 +0100 2020-11-17 23:57:29 +0100
pin 1.33.0 2018-12-17 18:14:07 -0800 2020-09-18 19:23:50 +0200
vec_resize_with 1.33.0 2018-12-19 22:00:25 -0800 2018-12-19 22:00:25 -0800
duration_as_u128 1.33.0 2018-12-25 14:23:48 -0700 2018-12-25 14:23:48 -0700
convert_id 1.33.0 2019-01-04 01:42:31 +0100 2019-01-04 01:42:31 +0100
transpose_result 1.33.0 2019-01-13 04:34:32 +0100 2019-01-13 04:34:32 +0100
rw_exact_all_at 1.33.0 2019-01-15 10:33:39 +0200 2020-07-03 16:20:37 -0700
get_type_id 1.34.0 2019-01-22 14:25:27 +0100 2019-01-22 14:25:27 +0100
slice_sort_by_cached_key 1.34.0 2019-01-31 12:47:31 -0800 2019-01-31 12:47:31 -0800
time_checked_add 1.34.0 2019-01-31 20:46:11 +0100 2019-01-31 20:46:11 +0100
split_ascii_whitespace 1.34.0 2019-02-01 11:24:12 +0100 2020-09-04 08:46:47 +0000
process_pre_exec 1.34.0 2019-02-01 19:53:32 +0100 2019-02-01 19:53:32 +0100
str_escape 1.34.0 2019-02-02 10:34:36 +0100 2020-09-04 08:46:47 +0000
convert_infallible 1.34.0 2019-02-08 14:54:22 +0100 2019-12-11 09:49:29 -0500
try_from 1.34.0 2019-02-08 15:00:47 +0100 2020-09-04 13:37:15 +0000
iter_successors 1.34.0 2019-02-19 13:58:55 +0100 2020-10-08 01:08:01 +0300
iter_from_fn 1.34.0 2019-02-19 14:10:07 +0100 2020-10-08 01:08:01 +0300
signed_nonzero 1.34.0 2019-04-10 03:21:11 +0000 2021-04-16 20:35:14 +0200
integer_atomics_stable 1.34.0 2020-09-10 09:40:40 +0200 2021-02-18 18:32:40 +0100
no_panic_pow 1.34.0 2020-11-17 23:57:29 +0100 2020-11-17 23:57:29 +0100
boxed_closure_impls 1.35.0 2019-02-11 11:09:26 +0900 2019-02-11 11:09:26 +0900
range_contains 1.35.0 2019-03-12 21:00:37 -0700 2020-09-18 13:55:03 -0400
copied 1.35.0 2019-03-16 14:11:23 +0300 2019-03-16 14:11:23 +0300
refcell_map_split 1.35.0 2019-03-18 12:01:16 -0700 2019-03-18 12:01:16 -0700
exact_size_case_mapping_iter 1.35.0 2019-03-19 08:49:45 +0100 2019-03-19 08:49:45 +0100
asraw_stdio_locks 1.35.0 2019-03-28 20:45:40 -0400 2019-03-28 20:45:40 -0400
copysign 1.35.0 2019-03-29 03:09:29 +0800 2019-03-29 03:09:29 +0800
ptr_hash 1.35.0 2019-04-01 16:36:07 +0300 2019-04-01 16:36:07 +0300
from_ref_string 1.35.0 2019-04-09 13:40:21 -0700 2019-04-09 13:40:21 -0700
refcell_replace_swap 1.35.0 2019-12-22 17:42:04 -0500 2019-12-22 17:42:04 -0500
nonzero_parse 1.35.0 2020-09-04 13:07:03 +0000 2020-09-04 13:07:03 +0000
futures_api 1.36.0 2019-04-05 14:14:19 -0700 2020-11-19 03:39:16 +0900
try_from_slice_error 1.36.0 2019-04-26 12:45:26 -0700 2019-04-26 12:45:26 -0700
iovec 1.36.0 2019-04-27 08:34:08 -0700 2019-04-27 08:34:08 -0700
iter_copied 1.36.0 2019-04-27 16:45:30 +0200 2020-10-08 00:14:11 +0300
str_as_mut_ptr 1.36.0 2019-04-29 02:33:50 +0900 2019-04-29 02:33:50 +0900
string_borrow_mut 1.36.0 2019-04-30 15:52:07 +0900 2019-04-30 15:52:07 +0900
core_array 1.36.0 2019-05-09 11:58:39 +0900 2019-12-22 17:42:04 -0500
vecdeque_rotate 1.36.0 2019-05-09 20:50:02 +0200 2019-05-09 20:50:02 +0200
maybe_uninit 1.36.0 2019-05-29 10:00:13 +0200 2019-05-29 10:00:13 +0200
hashbrown 1.36.0 2019-07-02 15:19:19 +0200 2019-07-02 15:19:19 +0200
align_offset 1.36.0 2019-12-08 21:22:18 +0100 2019-12-08 21:22:18 +0100
borrow_state 1.37.0 2019-05-15 11:54:16 +0200 2019-05-15 11:54:16 +0200
vec_as_ptr 1.37.0 2019-05-25 10:36:07 +0200 2019-05-25 10:36:07 +0200
option_xor 1.37.0 2019-05-27 09:07:47 +0000 2019-05-27 09:07:47 +0000
iter_arith_traits_option 1.37.0 2019-05-28 16:00:39 -0700 2019-05-28 16:00:39 -0700
iter_nth_back 1.37.0 2019-05-30 18:00:17 +0000 2019-05-30 18:00:17 +0000
reverse_bits 1.37.0 2019-05-30 18:51:47 +0000 2020-11-17 23:57:29 +0100
copy_within 1.37.0 2019-05-31 20:02:07 +0800 2019-05-31 20:02:07 +0800
as_cell 1.37.0 2019-06-07 16:25:41 +0200 2019-06-07 16:25:41 +0200
shared_from_iter 1.37.0 2019-06-19 01:39:51 +0200 2019-06-19 01:39:51 +0200
bufreader_buffer 1.37.0 2020-09-10 23:39:55 -0400 2020-09-10 23:39:55 -0400
type_name 1.38.0 2019-04-17 19:38:17 -0700 2019-04-17 19:38:17 -0700
builtin_macro_prelude 1.38.0 2019-06-20 11:52:31 +0300 2020-11-14 14:47:14 +0300
euclidean_division 1.38.0 2019-07-07 12:16:13 +0800 2020-11-17 23:57:29 +0100
pin_raw 1.38.0 2019-07-10 21:58:01 -0700 2019-07-10 21:58:01 -0700
duration_float 1.38.0 2019-07-17 18:36:15 +0300 2019-07-17 18:36:15 +0300
ptr_cast 1.38.0 2019-12-08 21:22:18 +0100 2019-12-08 21:22:18 +0100
chars_debug_impl 1.38.0 2020-09-04 08:46:47 +0000 2020-09-04 08:46:47 +0000
double_ended_peek_iterator 1.38.0 2020-10-08 00:14:11 +0300 2020-10-08 00:14:11 +0300
double_ended_step_by_iterator 1.38.0 2020-10-08 00:14:11 +0300 2020-10-08 00:14:11 +0300
double_ended_take_iterator 1.38.0 2020-10-08 00:14:11 +0300 2020-10-08 00:14:11 +0300
checked_duration_since 1.39.0 2019-07-22 00:54:42 +0300 2019-07-22 00:54:42 +0300
ascii_escape_display 1.39.0 2019-08-09 14:58:09 -0400 2019-08-09 14:58:09 -0400
weak_ptr_eq 1.39.0 2019-08-25 13:06:49 +0200 2019-08-25 13:06:49 +0200
wrapping_ref_ops 1.39.0 2019-11-24 01:43:32 -0800 2019-11-24 01:43:32 -0800
stable_struct 1.39.0 2020-05-02 21:14:08 +0300 2020-05-02 21:14:08 +0300
pin_into_inner 1.39.0 2020-09-13 01:55:34 +0200 2020-09-13 01:55:34 +0200
mem_take 1.40.0 2019-09-23 13:54:37 -0400 2019-09-23 13:54:37 -0400
option_deref 1.40.0 2019-09-23 15:51:25 +0200 2019-09-23 15:51:25 +0200
option_flattening 1.40.0 2019-09-24 20:19:32 +0100 2019-09-24 20:19:32 +0100
udp_peer_addr 1.40.0 2019-09-26 09:14:45 +0800 2019-09-26 09:14:45 +0800
map_get_key_value 1.40.0 2019-09-27 11:21:57 +0000 2020-09-22 19:34:05 +0100
repeat_generic_slice 1.40.0 2019-09-28 16:39:07 +0000 2019-09-28 16:39:07 +0000
array_value_iter_impls 1.40.0 2019-10-25 10:50:21 +0200 2019-10-25 10:50:21 +0200
float_to_from_bytes 1.40.0 2019-10-31 16:13:28 +0000 2019-10-31 16:13:28 +0000
todo_macro 1.40.0 2019-12-19 19:09:20 +0100 2019-12-19 19:09:20 +0100
maybe_uninit_debug 1.41.0 2019-11-07 08:50:18 -0500 2019-11-07 08:50:18 -0500
result_map_or_else 1.41.0 2019-11-12 03:09:10 +0000 2019-11-12 03:09:10 +0000
result_map_or 1.41.0 2019-11-20 09:42:02 +0000 2019-11-20 09:42:02 +0000
pin_trait_impls 1.41.0 2019-12-05 00:01:03 +0100 2019-12-05 00:01:03 +0100
nz_int_conv 1.41.0 2019-12-08 23:16:18 +0000 2019-12-08 23:16:18 +0000
weak_counts 1.41.0 2019-12-14 19:26:25 -0800 2019-12-14 19:26:25 -0800
integer_exp_format 1.42.0 2019-11-24 14:30:56 -0800 2019-11-24 14:30:56 -0800
wait_timeout_until 1.42.0 2019-12-05 18:58:56 -0800 2019-12-05 18:58:56 -0800
wait_until 1.42.0 2019-12-05 18:58:56 -0800 2019-12-05 18:58:56 -0800
matches_macro 1.42.0 2019-12-27 14:07:16 +0100 2019-12-27 14:07:16 +0100
manually_drop_take 1.42.0 2020-01-09 13:11:54 -0500 2020-01-09 13:11:54 -0500
debug_map_key_value 1.42.0 2020-01-14 14:43:05 +1000 2020-01-14 14:43:05 +1000
slice_from_raw_parts 1.42.0 2020-01-14 16:45:11 -0500 2020-01-14 16:45:11 -0500
iter_empty_send_sync 1.42.0 2020-10-08 01:08:01 +0300 2020-10-08 01:08:01 +0300
cstring_from_vec_of_nonzerou8 1.43.0 2019-09-01 17:23:20 +0200 2019-09-01 17:23:20 +0200
string_as_mut 1.43.0 2020-02-01 22:19:28 +0100 2020-02-01 22:19:28 +0100
iter_once_with 1.43.0 2020-02-04 00:47:04 +0900 2020-10-08 01:08:01 +0300
assoc_int_consts 1.43.0 2020-02-04 18:01:11 +0100 2020-11-17 23:57:29 +0100
extra_log_consts 1.43.0 2020-02-16 18:53:02 +0100 2020-02-16 18:53:02 +0100
core_primitive 1.43.0 2020-02-23 23:59:39 -0800 2020-02-23 23:59:39 -0800
boxed_slice_try_from 1.43.0 2020-02-28 13:28:09 +0900 2020-02-28 13:28:09 +0900
once_is_completed 1.43.0 2020-03-15 10:19:26 +0100 2020-03-15 10:19:26 +0100
proc_macro_lexerror_impls 1.44.0 2020-02-08 09:55:49 -0600 2020-02-08 09:55:49 -0600
alloc_layout_manipulation 1.44.0 2020-02-21 15:38:29 -0500 2020-02-21 15:38:29 -0500
from_mut_str_for_string 1.44.0 2020-03-10 18:45:08 -0700 2020-03-10 18:45:08 -0700
vec_from_array 1.44.0 2020-03-10 23:13:56 +0000 2020-03-10 23:13:56 +0000
mut_osstr 1.44.0 2020-03-16 13:13:07 -0400 2020-03-16 13:13:07 -0400
convert_infallible_hash 1.44.0 2020-03-22 20:02:29 +0100 2020-03-22 20:02:29 +0100
iovec-send-sync 1.44.0 2020-03-24 00:33:25 +0100 2020-03-24 00:33:25 +0100
float_approx_unchecked_to 1.44.0 2020-03-27 19:18:52 -0400 2020-03-27 19:18:52 -0400
path_buf_capacity 1.44.0 2020-04-19 11:59:19 -0400 2020-04-19 11:59:19 -0400
proc_macro_mixed_site 1.45.0 2020-02-01 00:18:14 +0300 2020-02-01 00:18:14 +0300
unicode_version 1.45.0 2020-04-12 19:18:03 +0200 2020-04-12 19:18:03 +0200
box_from_array 1.45.0 2020-04-13 21:41:45 +0800 2020-04-13 21:41:45 +0800
box_from_cow 1.45.0 2020-04-22 13:03:05 -0700 2020-04-22 13:03:05 -0700
shared_from_cow 1.45.0 2020-04-22 13:33:42 -0700 2020-04-22 13:33:42 -0700
proc_macro_span_located_at 1.45.0 2020-04-26 12:08:42 +0200 2020-04-26 12:08:42 +0200
proc_macro_span_resolved_at 1.45.0 2020-04-26 12:08:42 +0200 2020-04-26 12:08:42 +0200
btreemap_remove_entry 1.45.0 2020-04-26 12:31:05 +0200 2020-04-26 12:31:05 +0200
osstring_from_str 1.45.0 2020-04-29 18:13:52 +0900 2020-04-29 18:13:52 +0900
process_set_argv0 1.45.0 2020-05-11 17:19:25 -0700 2020-05-11 17:19:25 -0700
proc_macro_token_stream_default 1.45.0 2020-05-15 09:12:41 -0700 2020-05-15 09:12:41 -0700
socketaddr_ordering 1.45.0 2020-05-16 18:29:23 +0800 2020-05-16 18:29:23 +0800
weak_into_raw 1.45.0 2020-05-17 08:21:24 +0200 2020-05-17 08:21:24 +0200
str_strip 1.45.0 2020-05-22 15:29:47 +0000 2020-05-22 15:29:47 +0000
box_str2 1.45.0 2020-05-27 19:59:44 +0200 2020-05-27 19:59:44 +0200
rc_as_ptr 1.45.0 2020-07-02 16:55:54 -0400 2020-07-02 16:55:54 -0400
nonzero_bitor 1.45.0 2020-09-04 13:07:03 +0000 2020-09-04 13:07:03 +0000
atomic_min_max 1.45.0 2020-11-17 23:57:29 +0100 2020-11-17 23:57:29 +0100
no_more_cas 1.45.0 2020-11-17 23:57:29 +0100 2020-11-17 23:57:29 +0100
saturating_neg 1.45.0 2020-11-17 23:57:29 +0100 2020-11-17 23:57:29 +0100
track_caller 1.46.0 2020-05-21 16:43:39 -0700 2020-05-21 16:43:39 -0700
nzint_try_from_int_conv 1.46.0 2020-05-29 03:05:03 +0200 2020-06-08 16:15:39 +0200
string_u16_to_socket_addrs 1.46.0 2020-06-05 01:49:50 +0200 2020-06-05 01:49:50 +0200
option_zip_option 1.46.0 2020-06-13 01:27:14 +0000 2020-06-13 01:27:14 +0000
from_char_for_string 1.46.0 2020-06-18 01:36:43 +0200 2020-06-18 01:36:43 +0200
char_to_string_specialization 1.46.0 2020-06-18 02:54:35 +0000 2020-06-18 02:54:35 +0000
buffered_io_capacity 1.46.0 2020-09-10 23:39:55 -0400 2020-09-10 23:39:55 -0400
leading_trailing_ones 1.46.0 2020-11-17 23:57:29 +0100 2020-11-17 23:57:29 +0100
vec_drain_as_slice 1.46.0 2020-12-05 00:12:42 +0000 2020-12-05 00:12:42 +0000
vec_intoiter_as_ref 1.46.0 2020-12-05 00:45:20 +0000 2020-12-05 00:45:20 +0000
partialeq_vec_for_ref_slice 1.46.0 2020-12-05 01:07:34 +0000 2020-12-05 01:07:34 +0000
tau_constant 1.47.0 2020-07-10 12:08:32 +0200 2020-07-10 12:08:32 +0200
cstr_range_from 1.47.0 2020-07-18 12:16:25 -0700 2020-07-18 12:16:25 -0700
vec_leak 1.47.0 2020-07-21 23:08:27 +0200 2020-07-21 23:08:27 +0200
inner_deref 1.47.0 2020-07-30 15:32:25 +0000 2020-07-30 15:32:25 +0000
proc_macro_raw_ident 1.47.0 2020-08-02 23:53:41 -0400 2020-08-02 23:53:41 -0400
range_is_empty 1.47.0 2020-08-03 23:18:34 -0700 2020-08-03 23:18:34 -0700
ptr_offset_from 1.47.0 2020-08-23 16:09:30 +0200 2020-08-23 16:09:30 +0200
deque_make_contiguous 1.48.0 2020-09-01 09:50:32 -0400 2020-09-01 09:50:32 -0400
array_try_from_vec 1.48.0 2020-09-05 19:02:21 +0000 2020-09-05 19:02:21 +0000
future_readiness_fns 1.48.0 2020-09-15 23:12:08 +0200 2020-09-15 23:12:08 +0200
raw_fd_reflexive_traits 1.48.0 2020-09-20 13:21:42 +0200 2020-09-20 13:21:42 +0200
write_mt 1.48.0 2020-09-21 08:12:40 +0100 2020-09-21 08:12:40 +0100
slice_ptr_range 1.48.0 2020-09-23 17:02:58 +0200 2020-09-23 17:02:58 +0200
partialeq_vec_for_slice 1.48.0 2020-12-05 01:07:34 +0000 2020-12-05 01:07:34 +0000
renamed_spin_loop 1.49.0 2020-08-30 10:35:50 +0800 2020-08-30 10:35:50 +0800
slice_select_nth_unstable 1.49.0 2020-10-06 21:54:05 -0400 2020-10-06 21:54:05 -0400
nzint_try_from_nzint_conv 1.49.0 2020-10-15 21:30:28 +0200 2020-10-15 21:30:28 +0200
index_trait_on_arrays 1.50.0 2020-07-31 23:19:10 +0300 2020-07-31 23:19:10 +0300
refcell_take 1.50.0 2020-10-31 19:06:25 +0100 2020-10-31 19:06:25 +0100
slice_fill 1.50.0 2020-11-19 21:39:23 +0100 2020-11-19 21:39:23 +0100
clamp 1.50.0 2020-11-20 10:37:22 -0700 2020-11-27 19:15:51 +0100
lazy_bool_to_option 1.50.0 2020-11-22 13:25:19 +0000 2020-11-22 13:25:19 +0000
unsafe_cell_get_mut 1.50.0 2020-11-28 00:30:26 +0000 2020-11-28 00:30:26 +0000
or_insert_with_key 1.50.0 2020-12-01 01:06:40 -0500 2020-12-01 01:06:40 -0500
proc_macro_punct_eq 1.50.0 2021-01-01 11:40:00 -0800 2021-01-01 11:40:00 -0800
alloc_layout_error 1.50.0 2021-02-04 19:02:57 -0500 2021-02-04 19:02:57 -0500
empty_seek 1.51.0 2020-10-17 12:08:59 +0200 2020-10-17 12:08:59 +0200
iterator_fold_self 1.51.0 2020-12-07 21:24:07 +0100 2020-12-07 21:24:07 +0100
seek_convenience 1.51.0 2020-12-19 21:41:20 +0100 2020-12-19 21:41:20 +0100
error_by_ref 1.51.0 2020-12-21 18:40:34 +1000 2020-12-21 18:40:34 +1000
nonzero_div 1.51.0 2020-12-27 03:17:30 -0800 2020-12-27 03:17:30 -0800
deque_range 1.51.0 2020-12-28 20:04:27 +0100 2020-12-28 20:04:27 +0100
array_value_iter 1.51.0 2020-12-29 09:16:46 +0100 2020-12-29 09:16:46 +0100
more_char_conversions 1.51.0 2021-01-09 12:31:30 +0100 2021-01-09 12:31:30 +0100
raw_ref_macros 1.51.0 2021-01-10 19:35:42 +0100 2021-01-10 19:35:42 +0100
box_send_sync_any_downcast 1.51.0 2021-01-12 16:03:29 +0200 2021-01-12 16:03:29 +0200
unsigned_abs 1.51.0 2021-01-12 20:07:34 -0500 2021-01-12 20:07:34 -0500
split_inclusive 1.51.0 2021-01-13 13:48:36 +1000 2021-03-23 20:26:19 -0700
slice_strip 1.51.0 2021-01-13 14:21:18 +0000 2021-01-13 14:21:18 +0000
poll_map 1.51.0 2021-01-13 14:51:27 +1000 2021-01-13 14:51:27 +1000
slice_fill_with 1.51.0 2021-01-15 18:51:09 +0100 2021-01-15 18:51:09 +0100
panic_any 1.51.0 2021-01-19 21:30:49 +0100 2021-01-19 21:30:49 +0100
wake_trait 1.51.0 2021-01-22 18:06:26 +0100 2021-01-22 18:06:26 +0100
arc_mutate_strong_count 1.51.0 2021-01-30 21:08:30 +0100 2021-01-30 21:08:30 +0100
as_mut_str_for_str 1.51.0 2021-01-30 22:10:25 +0100 2021-01-30 22:10:25 +0100
once_poison 1.51.0 2021-02-04 11:13:03 +0100 2021-02-04 11:13:03 +0100
peekable_next_if 1.51.0 2021-02-05 14:25:21 -0800 2021-02-05 14:25:21 -0800
proc_macro_punct_eq_flipped 1.52.0 2021-01-01 11:40:00 -0800 2021-01-01 11:40:00 -0800
partition_point 1.52.0 2021-01-14 23:36:33 +0900 2021-01-14 23:36:33 +0900
str_split_once 1.52.0 2021-02-09 17:30:37 -0500 2021-02-09 17:30:37 -0500
osstring_extend 1.52.0 2021-02-14 15:01:46 -0800 2021-03-03 11:52:14 -0800
fmt_as_str 1.52.0 2021-02-14 17:47:08 -0500 2021-02-14 17:47:08 -0500
arc_error 1.52.0 2021-02-22 12:49:42 +0000 2021-02-22 12:49:42 +0000
assoc_char_consts 1.52.0 2021-03-08 18:44:03 -0500 2021-03-08 18:44:03 -0500
assoc_char_funcs 1.52.0 2021-03-08 18:44:03 -0500 2021-03-08 18:44:03 -0500
array_into_iter_impl 1.53.0 2019-10-25 17:25:58 +0200 2019-10-25 17:25:58 +0200
cmp_min_max_by 1.53.0 2021-01-15 12:20:54 -0500 2021-01-15 12:20:54 -0500
int_bits_const 1.53.0 2021-02-26 22:39:32 +0100 2021-02-26 22:39:32 +0100
osstring_ascii 1.53.0 2021-03-21 17:49:14 +0100 2021-03-21 17:49:14 +0100
slice_iter_mut_as_slice 1.53.0 2021-03-21 23:01:28 +0100 2021-03-21 23:01:28 +0100
bufreader_seek_relative 1.53.0 2021-03-21 23:12:48 +0100 2021-03-21 23:12:48 +0100
unsupported_error 1.53.0 2021-03-22 00:29:17 +0100 2021-03-22 00:29:17 +0100
debug_non_exhaustive 1.53.0 2021-03-24 22:54:04 +0100 2021-03-24 22:54:04 +0100
rc_mutate_strong_count 1.53.0 2021-03-25 11:04:50 -0400 2021-03-25 11:04:50 -0400
peekable_peek_mut 1.53.0 2021-04-06 18:16:02 +0200 2021-04-06 18:16:02 +0200
duration_zero 1.53.0 2021-04-11 11:24:17 +0200 2021-04-11 11:24:17 +0200
atomic_fetch_update 1.53.0 2021-04-11 11:45:46 +0200 2021-04-11 11:45:46 +0200
is_subnormal 1.53.0 2021-04-11 11:48:26 +0200 2021-04-11 11:48:26 +0200
nonzero_leading_trailing_zeros 1.53.0 2021-04-11 19:15:55 +0200 2021-04-11 19:15:55 +0200
duration_saturating_ops 1.53.0 2021-04-11 21:37:46 -0700 2021-04-11 21:37:46 -0700
array_from_ref 1.53.0 2021-04-11 22:06:32 +0300 2021-04-11 22:06:32 +0300
btree_retain 1.53.0 2021-04-12 00:01:31 -0700 2021-04-12 00:01:31 -0700
option_insert 1.53.0 2021-04-19 17:48:51 +0300 2021-04-19 17:48:51 +0300
slice_index_with_ops_bound_pair 1.53.0 2021-04-21 22:40:19 +0200 2021-04-21 22:40:19 +0200
ordering_helpers 1.53.0 2021-04-24 18:45:20 +0200 2021-04-24 18:45:20 +0200
vec_extend_from_within 1.53.0 2021-04-28 07:12:49 +0100 2021-04-28 07:12:49 +0100
out_of_memory_error 1.54.0 2021-05-03 10:28:19 +0100 2021-05-03 10:28:19 +0100
i8_to_string_specialization 1.54.0 2021-05-03 13:00:34 +0200 2021-05-03 13:00:34 +0200
u8_to_string_specialization 1.54.0 2021-05-03 13:00:34 +0200 2021-05-03 13:00:34 +0200
map_into_keys_values 1.54.0 2021-05-05 16:40:06 +0200 2021-05-05 16:40:06 +0200
a b 2019-11-12 11:45:21 +0100 2019-11-12 11:45:21 +0100