| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -1410/+1410 | |
| Does what it says on the tin. The next commit will remove support for this syntax. | ||||
| 2012-01-18 | rustdoc: Add more rustdocs | Brian Anderson | -1/+15 | |
| 2012-01-18 | Merge remote-tracking branch 'mozilla/snap-stage3' | Tim Chevalier | -5/+3 | |
| 2012-01-18 | Register snapshots | Tim Chevalier | -0/+7 | |
| 2012-01-18 | rustdoc: Write fn arg descriptions to markdown | Brian Anderson | -1/+15 | |
| 2012-01-18 | rustdoc: Add fn arg descriptions to the doc tree | Brian Anderson | -4/+28 | |
| 2012-01-18 | rustdoc: Change field order on doc::fndoc | Brian Anderson | -6/+6 | |
| 2012-01-18 | rustdoc: Ignore nil-typed return values | Brian Anderson | -21/+46 | |
| 2012-01-18 | rustdoc: Write markdown for mod description | Brian Anderson | -3/+18 | |
| 2012-01-18 | Allow any alternative (not just a block) to follow a nullary tag pattern | Tim Chevalier | -3/+1 | |
| 2012-01-18 | allow dotless nullary patterns inside or-patterns | Tim Chevalier | -1/+2 | |
| 2012-01-18 | Another minor parser fix for nullary-tag patterns | Tim Chevalier | -1/+1 | |
| 2012-01-18 | Allow nullary tag names to be qualified | Tim Chevalier | -3/+2 | |
| 2012-01-18 | rustc: Assert that the parser doesn't assign node id 0 | Brian Anderson | -0/+2 | |
| It is reserved for indicating the crate, but doesn't exist in the AST | ||||
| 2012-01-18 | rustdoc: Add mod docs attrs to the doc tree | Brian Anderson | -1/+58 | |
| 2012-01-18 | rustdoc: Assign AST ids to mod docs | Brian Anderson | -4/+17 | |
| 2012-01-18 | rustdoc: Add brief and desc fields to module docs | Brian Anderson | -4/+11 | |
| 2012-01-18 | rustdoc: Parse module docs | Brian Anderson | -79/+154 | |
| 2012-01-18 | [cargo] argh | Elly Jones | -20/+0 | |
| 2012-01-18 | [cargo] refactor test_one_crate | Elly Jones | -12/+26 | |
| 2012-01-18 | fix long line | Graydon Hoare | -1/+1 | |
| 2012-01-18 | [cargo] add --test flag to install | Elly Jones | -15/+48 | |
| 2012-01-18 | Fix --out-dir a bit more in driver. | Graydon Hoare | -3/+5 | |
| 2012-01-18 | remove align_mode and rewrite GEP_tup_like to align correctly | Niko Matsakis | -97/+82 | |
| Although the old version of GEP_tup_like was incorrect in some cases, I do not believe we ever used it in an incorrect fashion. In particular, it could go wrong with extended index sequences like [0, 1, 3], but as near as I can tell we only ever use it with short sequences like [0, i]. | ||||
| 2012-01-18 | correct use of GEP_tup_like in closure constr | Niko Matsakis | -28/+66 | |
| also, streamline type_is_tup_like() to the cases which actually work | ||||
| 2012-01-18 | rustdoc: Write argument names as code spans | Brian Anderson | -3/+3 | |
| 2012-01-18 | rustdoc: Write markdown for argument types | Brian Anderson | -3/+8 | |
| 2012-01-18 | rustdoc: Add argument types to the doc | Brian Anderson | -19/+63 | |
| 2012-01-18 | rustdoc: Extract functions from tystr_pass::fold_fn | Brian Anderson | -32/+32 | |
| 2012-01-18 | rustdoc: Prune unconfigured items from AST | Brian Anderson | -0/+14 | |
| 2012-01-18 | rustdoc: Write markdown for fn arguments | Brian Anderson | -4/+34 | |
| 2012-01-18 | rustdoc: Introduce type doc::argdoc | Brian Anderson | -12/+17 | |
| 2012-01-18 | rustdoc: Extract function argument names from the AST | Brian Anderson | -2/+20 | |
| 2012-01-18 | rustdoc: Merge the crate's name attribute into the doc tree | Brian Anderson | -0/+39 | |
| 2012-01-18 | rustdoc: Parse crate name from #[link] attr | Brian Anderson | -3/+39 | |
| 2012-01-18 | rustdoc: Put fn docs inside fn bodies | Brian Anderson | -5/+11 | |
| 2012-01-18 | rustdoc: Document attr_parser::doc_meta | Brian Anderson | -0/+3 | |
| 2012-01-18 | test: Don't test that tags with zero variants are supported | Patrick Walton | -1/+1 | |
| 2012-01-18 | rustc: Accept commas to separate tag variants | Patrick Walton | -3/+12 | |
| 2012-01-19 | libstd: Revert an integer type casting | Haitao Li | -1/+4 | |
| Otherwise, rustctest failed by a segv fault. | ||||
| 2012-01-19 | rustc: Use integer from ctypes consistently | Haitao Li | -49/+60 | |
| 2012-01-19 | Use ctypes in native function declarations | Haitao Li | -223/+252 | |
| 2012-01-19 | rustc: Warn when int or uint is used in a native type decl | Haitao Li | -0/+38 | |
| Issue #1403 | ||||
| 2012-01-17 | rustdoc: Improve formatting of return type | Brian Anderson | -3/+20 | |
| 2012-01-17 | rustdoc: Write a single line between brief and desc | Brian Anderson | -3/+10 | |
| 2012-01-17 | rustdoc: Extract various gen functions | Brian Anderson | -4/+32 | |
| 2012-01-17 | rustdoc: Extract boilerplate from gen tests | Brian Anderson | -25/+15 | |
| 2012-01-17 | rustdoc: Write blank lines after brief descriptions | Brian Anderson | -2/+23 | |
| 2012-01-17 | rustdoc: Remove some debug logging | Brian Anderson | -1/+0 | |
| 2012-01-17 | use 64-bit memset on 64-bit platforms. Fixes #1546. Fixes #843. | Niko Matsakis | -22/+12 | |
| Actually, we don't "fix" #843 so much as close it: as with memmove, we simply use an alignment of 1 with dynamically sized types. | ||||
