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
d523acb495
rust
/
src
/
librustc
/
plugin
History
Download ZIP
Download TAR.GZ
Niko Matsakis
9ea84aeed4
Replace all uses of
&foo[]
with
&foo[..]
en masse.
2015-02-18 17:36:03 -05:00
..
build.rs
cleanup: replace
as[_mut]_slice()
calls with deref coercions
2015-02-05 13:45:01 -05:00
load.rs
Replace all uses of
&foo[]
with
&foo[..]
en masse.
2015-02-18 17:36:03 -05:00
mod.rs
Use a crate attribute to load plugins
2015-02-09 13:27:27 -08:00
registry.rs
Use a crate attribute to load plugins
2015-02-09 13:27:27 -08:00