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
2010-08-09 08:15:34 -07:00
doc Make note of new literal forms in docs. 2010-07-29 16:04:22 -07:00
src Synthesize a flush_chan upcall right before a channel's ref_count drops to zero. This should only happen in the Rust code and not in the drop glue, or on the unwind path. This change allows the task owning the channel to block on a flush and delete its own channel. This change also cleans up some code around rust_port and rust_chan. 2010-08-09 08:15:34 -07:00
.gitignore Added Eclipse's .project and .cproject to .gitignore. 2010-08-09 06:55:27 -07:00
AUTHORS.txt Add Or to the AUTHORS file. 2010-08-06 17:43:15 -07:00
LICENSE.txt
README

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://github.com/graydon/rust for current development page.