| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -17/+17 | |
| 2012-03-25 | str::to_chars -> str::chars | Jacob Parker | -1/+1 | |
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -18/+21 | |
| 2012-03-20 | doc: Switch the tutorial to pandoc's method of tagging code blocks | Brian Anderson | -32/+16 | |
| Instead of '## tag', it's '~~~ {.tag}' | ||||
| 2012-03-20 | doc: Fix external links in tutorial | Brian Anderson | -4/+2 | |
| 2012-03-18 | core: Rename vec::position_elt to position_elem | Brian Anderson | -2/+2 | |
| 2012-03-13 | Name types after their modules instead of 't' | Brian Anderson | -6/+6 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -33/+32 | |
| - Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os. | ||||
| 2012-03-10 | doc: Update tutorial for task API changes | Brian Anderson | -6/+5 | |
| 2012-02-20 | core: New task API | Brian Anderson | -44/+40 | |
| 2012-02-14 | tutorial: Mention how the destructor works in the section on resources. ↵ | Patrick Walton | -4/+5 | |
| Closes #1615. | ||||
| 2012-02-05 | Merge remote-tracking branch 'erickt/master' | Brian Anderson | -2/+2 | |
| Conflicts: src/libcore/vec.rs src/libstd/getopts.rs | ||||
| 2012-02-05 | Add missing 'use std' in tutorial example | Marijn Haverbeke | -0/+1 | |
| 2012-01-30 | Remove ternary operator | Paul Woolcock | -7/+0 | |
| `expr_ternary`, `ternary_to_if`, and all parses & lexer definitions have been removed. | ||||
| 2012-01-28 | core: rename vec::position* functions | Erick Tryzelaar | -2/+2 | |
| Almost all of the vec functions that predicates don't have a corresponding function that takes a single element, so this commit renames the common fn usecase to be the default. | ||||
| 2012-01-26 | tutorial: Fix types in gettimeofday example. Closes #1657 | Brian Anderson | -3/+5 | |
| 2012-01-25 | In the tutorial install directions, mention that you may need to sudo make ↵ | Tim Chevalier | -3/+6 | |
| install | ||||
| 2012-01-25 | Remove reference to tags, replace enums. | Joe Pletcher | -2/+2 | |
| 2012-01-23 | Remove mention of Windows installer from tutorial | Brian Anderson | -7/+5 | |
| We don't want users to hurt themselves, since the installer has a bug in 0.1 that could possibly corrupt %PATH% Conflicts: doc/tutorial.md | ||||
| 2012-01-23 | tutorial: Remove mention of windows installer | Brian Anderson | -19/+8 | |
| 2012-01-21 | tutorial: Make the comm examples pass | Brian Anderson | -4/+7 | |
| 2012-01-21 | tutorial: Un-xfail some working examples | Brian Anderson | -3/+0 | |
| 2012-01-21 | doc: Fix typo | Taras Shpot | -1/+1 | |
| 2012-01-20 | build: Run tutorial tests | Brian Anderson | -1/+10 | |
| 2012-01-20 | Typo fixes. | Lindsey Kuper | -5/+4 | |
| 2012-01-20 | doc: Add MinGW instructions to tutorial | Brian Anderson | -0/+6 | |
| 2012-01-20 | doc: Use commas to separate enums in tutorial | Brian Anderson | -16/+16 | |
| 2012-01-20 | update tutorial to avoid block() syntax and to use term stack closure | Niko Matsakis | -37/+41 | |
| 2012-01-20 | doc: Fix mutant comma in tutorial | Brian Anderson | -1/+1 | |
| 2012-01-20 | doc: Mention 'debug' log level in tutorial. Closes #1579 | Brian Anderson | -3/+3 | |
| 2012-01-19 | Couple typo fixes in tutorial. | Graydon Hoare | -2/+2 | |
| 2012-01-19 | Typo fix in tutorial. | Graydon Hoare | -1/+1 | |
| 2012-01-20 | tutorial.md: spelling corrections for sections 1-5 | Ben Striegel | -11/+11 | |
| 2012-01-19 | Add 'getting started' text to tutorial, close #427. | Graydon Hoare | -1/+67 | |
| 2012-01-19 | Fix internal linking in the tutorial | Marijn Haverbeke | -33/+16 | |
| 2012-01-19 | Move tutorial over to a format similar to the reference doc | Marijn Haverbeke | -0/+2556 | |
| And adjust highlighting/testing scripts to deal with this. | ||||
