rust/src/libstd/num
Lindsey Kuper beec6e4b21 Get rid of no-longer-needed #[doc(hidden)] attributes.
There were several old `#[doc(hidden)]` attributes in libstd and
libextra, left over from when rustdoc didn't hide private
definitions, tagged with `FIXME #3538`.

Since #3538 is now closed, I removed the `#[doc(hidden)]` attributes
as well as the FIXMEs, but I left `#[doc(hidden)]` in
libstd/task/spawn.rs and libstd/task/rt.rs since those two are
apparently `pub`, as well as in libextra/std.rc since std/extra is
`pub`.
2013-05-27 13:29:48 -04:00
..
cmath.rs Get rid of no-longer-needed #[doc(hidden)] attributes. 2013-05-27 13:29:48 -04:00
f32.rs cleanup warnings from libstd 2013-05-23 17:48:16 -07:00
f64.rs cleanup warnings from libstd 2013-05-23 17:48:16 -07:00
float.rs cleanup warnings from libstd 2013-05-23 17:48:16 -07:00
i8.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
i16.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
i32.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
i64.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
int_macros.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
int.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
num.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
strconv.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
u8.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
u16.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
u32.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
u64.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
uint_macros.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
uint.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00