Graydon Hoare
b70470bcf5
Set release string to 0.1.
2012-01-19 22:55:58 -08:00
Graydon Hoare
d8e750f1c6
Typo fix in tutorial.
2012-01-19 22:55:40 -08:00
Brian Anderson
59527a7d20
doc: Fix typo in RELEASES.txt
2012-01-19 22:54:08 -08:00
Tim Chevalier
d242edb57b
Handle predicates that recurse in a check() expression
...
typestate was using the enclosing function ID for the "this function
returns" constraint, which meant confusion and panic in the case
where a predicate p includes "check p()". Fixed it to use a fresh
ID.
Closes #933
2012-01-19 22:53:22 -08:00
Brian Anderson
b9d517296a
doc: Update description of logging spec and ::rt module
2012-01-19 22:30:15 -08:00
Graydon Hoare
8f34c15c29
Merge pull request #1576 from mbrubeck/master
...
More documentation fixes
2012-01-19 21:57:24 -08:00
Brian Anderson
ae83e56d57
Add Tycho Sci to AUTHORS.txt
2012-01-19 21:55:17 -08:00
Matt Brubeck
2eda013ea2
Add documentation about paretheses for grouping expressions
2012-01-19 21:54:17 -08:00
Matt Brubeck
3d9f50a186
Mention associativity of binary operators
2012-01-19 21:54:17 -08:00
Matt Brubeck
3276af7f24
"Rust task" should be "Rust program" in the intro to the Memory Model docs
2012-01-19 21:54:17 -08:00
Brian Anderson
183acc2466
Merge pull request #1575 from tychosci/fix-cargo-install
...
Fix `cargo install *` fails at assertion.
2012-01-19 21:53:57 -08:00
Tycho Sci
35cbcbe0c2
Fix cargo install *
fails at assertion.
2012-01-20 14:50:33 +09:00
Graydon Hoare
abecc36463
Add Kevin Atkinson to AUTHORS.txt.
2012-01-19 21:41:27 -08:00
Graydon Hoare
e3cb1a9e50
Revert accidental change to LLVM submodule.
2012-01-19 21:39:49 -08:00
Brian Anderson
62d22a06d8
Add Ben Striegel to AUTHORS.txt
2012-01-19 21:46:45 -08:00
Graydon Hoare
fcd52f5714
Conditionalize PKG_EXE on makensis.
2012-01-19 21:29:27 -08:00
Graydon Hoare
c470018240
Merge pull request #1573 from mbrubeck/master
...
Remove some stray texinfo syntax from a footnote
2012-01-19 21:36:13 -08:00
Graydon Hoare
a9cad52011
Merge pull request #1574 from Wensleydale/tut-spelling
...
tutorial.md: spelling corrections for sections 1-5
2012-01-19 21:35:56 -08:00
Ben Striegel
1a295096b1
tutorial.md: spelling corrections for sections 1-5
2012-01-20 00:22:05 -05:00
Brian Anderson
f435805e9c
Update 0.1 release notes
2012-01-19 21:17:28 -08:00
Matt Brubeck
cea9fbfab0
Remove some stray texinfo syntax from a footnote
2012-01-19 21:12:46 -08:00
Graydon Hoare
4376189050
Update deps on the dist rule to something more modern.
2012-01-19 21:02:49 -08:00
Graydon Hoare
9083293677
Merge pull request #1572 from mbrubeck/master
...
Fix a broken link in rust.md
2012-01-19 21:08:45 -08:00
Matt Brubeck
bed7e96022
Fix a broken link in doc/rust.md.
2012-01-19 20:55:36 -08:00
Graydon Hoare
7b1a8f0a91
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430 . Close #1428 .
2012-01-19 19:29:21 -08:00
Patrick Walton
a23f188bdb
rustc: Stop parsing "tag"
2012-01-19 19:23:47 -08:00
Brian Anderson
fdbe206a76
rustdoc: Make doc::retdoc non-optional
2012-01-19 19:14:29 -08:00
Patrick Walton
6222e98dda
lib: ';' to ',' in enums in more places
2012-01-19 19:08:49 -08:00
Brian Anderson
2d2bdfe845
rustdoc: Write markdown for function signatures
2012-01-19 18:59:02 -08:00
Patrick Walton
d1fe582040
misc: ';' to ',' in enums in cargo, compiletest, and fuzzer
2012-01-19 18:47:30 -08:00
Graydon Hoare
5f8f641211
Split dist rules by platform.
2012-01-19 18:34:41 -08:00
Graydon Hoare
6ffc36bb1b
Move some doc text around.
2012-01-19 18:34:41 -08:00
Patrick Walton
59ebe6af18
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
2012-01-19 18:41:06 -08:00
Brian Anderson
c6278e53dc
rustdoc: Remove debug logging
2012-01-19 18:36:20 -08:00
Brian Anderson
2a442f9f8f
rustdoc: Add function signatures to the doc tree
2012-01-19 18:14:17 -08:00
Brian Anderson
991db34b5b
rustc: Fix fun_to_str
2012-01-19 18:14:17 -08:00
Brian Anderson
052340980b
rustdoc: Add function signature field to the doc::fndoc
2012-01-19 18:14:17 -08:00
Patrick Walton
c267821742
rustc: ";" to "," in enums
2012-01-19 18:04:25 -08:00
Patrick Walton
194d8e3bd5
lib: ";" to "," in enums
2012-01-19 18:04:24 -08:00
Graydon Hoare
874390831a
Fix a bunch of broken internal links in the docs. Add a hokey link checker.
2012-01-19 17:50:21 -08:00
Brian Anderson
6d4884d983
libcore: Use 4x the number of scheduler threads for testing
...
An arbitrary number. I've done no measurements but it's intended to overcome
the effects of tasks randomly being scheduled to threads and no work stealing.
If scheduler threads == 1 then we just use a single test task.
2012-01-19 17:54:21 -08:00
Brian Anderson
928e55815c
libcore: Do less blocking in the test runner
2012-01-19 17:54:21 -08:00
Patrick Walton
7a663032fb
rustc: Remove trailing whitespace
2012-01-19 17:49:23 -08:00
Tim Chevalier
c7592803d9
Compute typestates for FRU exprs correctly, plus a bit of cleanup
...
The code in Issue 948 was causing typestate to diverge because
it was using the prestate for the whole expression -- not the post-
state for the fields list -- as the prestate for the record base
expression. Fixed.
Closes #948
2012-01-19 17:24:27 -08:00
Patrick Walton
b58f2b7bfb
Merge pull request #1571 from kevina/fixup-1
...
Remove incorrect comments from a few test cases.
2012-01-19 17:21:29 -08:00
Graydon Hoare
a5e1848906
Remove old ref.foo noise.
2012-01-19 17:11:05 -08:00
Graydon Hoare
5589ab16e0
Clarify immaturity of grammar, add a pile of half-baked grammar rules.
2012-01-19 17:05:35 -08:00
Graydon Hoare
997b29fa7e
Fix links.
2012-01-19 17:01:15 -08:00
Tim Chevalier
c500801f83
Fix typos in section 6; point out that prove expressions are unsupported
2012-01-19 16:59:25 -08:00
Tim Chevalier
704210ef7c
Typos, section 5
2012-01-19 16:31:42 -08:00