This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
21082
commits
10
branches
154
tags
1.3
GiB
6feb58ed84
Commit graph
2 commits
Author
SHA1
Message
Date
Erick Tryzelaar
68f40d215e
std: Rename Iterator.transform -> .map
...
cc
#5898
2013-08-10 07:33:21 -07:00
Huon Wilson
e995d9935b
syntax: implement cfg!() which evaluates to true/false where #[cfg] would keep/remove.
...
Example: if cfg!(test) { calculation_to_run_only_when_testing(); }
2013-08-01 23:03:03 +10:00