Ryan Scott
|
8446d949f1
|
Following #74010 by converting some newer cases of backticked O notations to be italicized
|
2020-10-15 23:21:26 +11:00 |
|
Dylan DPC
|
a40d79c9fb
|
Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu
Changing the alloc() to accept &self instead of &mut self
Fixes: [#55](https://github.com/rust-lang/wg-allocators/issues/55)
This is the first cut. It only makes the change for `alloc` method.
|
2020-09-23 14:54:06 +02:00 |
|
Dylan MacKenzie
|
110e59e70e
|
Update library functions with stability attributes
This may not be strictly minimal, but all unstable functions also need a
`rustc_const_unstable` attribute.
|
2020-09-22 10:05:58 -07:00 |
|
blitzerr
|
3ffd403c6b
|
removing &mut self for other methods of AllocRef
|
2020-09-22 06:22:02 -07:00 |
|
ecstatic-morse
|
11f7bfab91
|
Rollup merge of #72734 - pickfire:liballoc, r=KodrAus
Reduce duplicate in liballoc reserve error handling
Not sure if it affects compilation time.
|
2020-09-21 20:40:37 -07:00 |
|
Mara Bos
|
1e2dba1e7c
|
Use T::BITS instead of size_of::<T> * 8.
|
2020-09-19 06:54:42 +02:00 |
|
Ivan Tham
|
c5975e9b6c
|
Reduce duplicate in liballoc reserve error handling
|
2020-08-22 18:08:40 +08:00 |
|
Tim Diekmann
|
46b547cb58
|
Assume same alignment in RawVec
|
2020-08-20 11:56:46 +02:00 |
|
Tim Diekmann
|
303ee3fd83
|
Add debug assertion for equal alignment in RawVec
|
2020-08-20 01:01:46 +02:00 |
|
Tim Diekmann
|
438c40efa1
|
Allow reallocation to different alignment
|
2020-08-19 06:46:47 +02:00 |
|
Yuki Okushi
|
3370ac0042
|
Rollup merge of #75151 - pickfire:patch-4, r=LukasKalbertodt
Consistent variable name alloc for raw_vec
|
2020-08-09 06:41:18 +09:00 |
|
Tim Diekmann
|
ab9362ad9a
|
Replace Memoryblock with NonNull<[u8]>
|
2020-08-04 18:03:34 +02:00 |
|
Ivan Tham
|
e1ef3fa686
|
Consistent variable name alloc for raw_vec
|
2020-08-04 23:46:14 +08:00 |
|
Tim Diekmann
|
076ef66ba2
|
Remove in-place allocation and revert to separate methods for zeroed allocations
Fix docs
|
2020-07-28 12:41:18 +02:00 |
|
mark
|
2c31b45ae8
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|