about summary refs log tree commit diff
path: root/src/doc/reference.md
AgeCommit message (Collapse)AuthorLines
2014-09-22Remove lies about task schedulingSteve Klabnik-48/+11
it's 1:1 by default now, and N:M is on its way out
2014-09-22Fix terminology around boxesSteve Klabnik-16/+15
it's just 'box' not 'owned box'
2014-09-22fix exampleSteve Klabnik-6/+1
2014-09-22glob imports are an external crateSteve Klabnik-16/+0
2014-09-22rust -> RustSteve Klabnik-1/+1
2014-09-22uhhh weird triple backticksSteve Klabnik-4/+4
2014-09-22'merican EnglishSteve Klabnik-1/+1
2014-09-22move keywords to tableSteve Klabnik-18/+31
2014-09-22'. ' -> '. 'Steve Klabnik-192/+192
2014-09-22Remove disclaimerSteve Klabnik-23/+0
This is just true of all of Rust, and doesn't make a lot of sense now. Especially as we move towards finalizing things, I think it's time for this to go.
2014-09-22make note of language vs librariesSteve Klabnik-1/+3
2014-09-22modernize code blocksSteve Klabnik-262/+262
2014-09-22manual -> reference & formattingSteve Klabnik-0/+4445
'reference' sounds better than 'manual' to me here, and rust.html is certainly wrong. I also wrapped everything to 80 cols.