0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-12-01 13:18:54 +01:00
The Rust compiler https://www.rust-lang.org/
Go to file
Niko Matsakis 3f6e6532ac make vec fns/methods take imm slices.
this also repairs the unsoundness in typing of unpack_slice,
which was silently converting a const ptr to an imm one.
2012-06-02 19:14:57 -07:00
doc make vec fns/methods take imm slices. 2012-06-02 19:14:57 -07:00
man
mk build: Fix bogus test teps 2012-06-01 22:16:58 -07:00
src make vec fns/methods take imm slices. 2012-06-02 19:14:57 -07:00
.gitignore
.gitmodules
AUTHORS.txt
configure test: Move tests with rustc deps into run-pass-fulldeps 2012-06-01 16:01:56 -07:00
INSTALL.txt
LICENSE.txt
Makefile.in Revert "build: Don't need to build the runtime before starting on core" 2012-06-01 21:46:10 -07:00
README.txt
RELEASES.txt

This is a compiler and suite of associated libraries and documentation for the
Rust programming language.

See LICENSE.txt for terms of copyright and redistribution.

See http://www.rust-lang.org for more information.