This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
tests
History
Bruno A. Muciño
be540e6596
Remove powi, "square can be computed more efficiently"
...
powi(2) produces exactly the same native code as x * x
2021-05-17 21:59:08 -05:00
..
auxiliary
…
cargo
…
ui
Remove powi, "square can be computed more efficiently"
2021-05-17 21:59:08 -05:00
ui-cargo
…
ui-internal
Metadata collection: Rounding up the implementation
2021-05-05 18:38:26 +02:00
ui-toml
Fix error punctuation
2021-05-02 16:56:46 -05:00
compile-test.rs
Implement
x.py test src/tools/clippy --bless
2021-04-27 16:57:29 +00:00
dogfood.rs
ENABLE_METADATA_COLLECTION env-value to disable default metadata collection
2021-05-05 18:38:26 +02:00
fmt.rs
…
integration.rs
…
lint_message_convention.rs
…
missing-test-files.rs
…
versioncheck.rs
…