Files
rust/src/liballoc
Nicholas Nethercote c9cbe7e7eb Rename some identifiers in RawVec and libarena.
- Use `len` more consistently for the number of elements in a vector,
  because that's the usual name.
- Use `additional` more consistently for the number of elements we want
  to add, because that's what `Vec::reserve()` uses.
- Use `cap` consistently rather than `capacity`.
- Plus a few other tweaks.

This increases consistency and conciseness.
2020-06-09 07:55:35 +10:00
..
2019-11-29 20:25:07 -08:00
2020-05-18 15:26:59 +10:00
2019-12-22 17:42:47 -05:00
2020-05-11 16:49:36 +02:00
2020-06-05 16:56:51 +08:00
2019-12-22 17:42:47 -05:00
2019-08-04 14:50:26 +02:00
2020-05-06 19:01:27 -04:00
2020-05-29 17:05:17 -07:00
2020-04-14 10:27:55 +03:00
2020-06-03 15:27:51 -04:00
2020-06-03 15:27:51 -04:00
2020-05-07 17:18:25 +02:00