rust/src/libgreen
bors 02117dd1bc auto merge of #14357 : huonw/rust/spelling, r=pnkfelix
The span on a inner doc-comment would point to the next token, e.g. the span for the `a` line points to the `b` line, and the span of `b` points to the `fn`.

```rust
//! a
//! b

fn bar() {}
```
2014-05-22 20:56:18 -07:00
..
basic.rs green: Remove some unsafe code in BasicLoop 2014-05-20 18:51:29 -07:00
context.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
coroutine.rs green: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
lib.rs auto merge of #14357 : huonw/rust/spelling, r=pnkfelix 2014-05-22 20:56:18 -07:00
macros.rs libstd: Remove ~str from all libstd modules except fmt and str. 2014-05-22 14:42:01 -07:00
message_queue.rs std,green: Mark some queue types as NoShare 2014-05-21 16:36:57 -07:00
sched.rs green: Remove some unsafe code in BasicLoop 2014-05-20 18:51:29 -07:00
simple.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
sleeper_list.rs green: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
stack.rs green: de-~[]. 2014-04-10 15:21:58 -07:00
task.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00