]> git.lizzy.rs Git - rust.git/commit
auto merge of #9936 : madjar/rust/master, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 21 Oct 2013 21:21:54 +0000 (14:21 -0700)
committerbors <bors@rust-lang.org>
Mon, 21 Oct 2013 21:21:54 +0000 (14:21 -0700)
commit6dd6623b71ccee5b24117fa14df2bf3e5533e0c7
treebdf4d3761cc767115812ec8aa2bb3f59e7b54437
parentece5028a8be4183ccb203dac59e734f1ca753714
parent1dc3d0bf86c7e3db3e9b1cb9cfb1f344f9420f0f
auto merge of #9936 : madjar/rust/master, r=alexcrichton

This should close #9468.

I removed the test stating that nested comments should not be implemented.

I had a little chicken-and-egg problem because a comment of the std contains "/*", and adding support for nested comment creates a backward incompatibility in that case, so I had to use a dirty hack to get stage1 and stage2 to compile. This part should be revert when this commit lands in a snapshot.

This is my first non-typo contribution, so I'm open to any comment.
src/libstd/os.rs