]> git.lizzy.rs Git - rust.git/history - src
Fix a broken link in doc/rust.md.
[rust.git] / src /
2012-01-20 Graydon HoareAdditional ; to , changes, disable "tag" and ";" in...
2012-01-20 Patrick Waltonrustc: Stop parsing "tag"
2012-01-20 Brian Andersonrustdoc: Make doc::retdoc non-optional
2012-01-20 Patrick Waltonlib: ';' to ',' in enums in more places
2012-01-20 Brian Andersonrustdoc: Write markdown for function signatures
2012-01-20 Patrick Waltonmisc: ';' to ',' in enums in cargo, compiletest, and...
2012-01-20 Patrick Waltonrustc: Make the pretty printer output commas after...
2012-01-20 Brian Andersonrustdoc: Remove debug logging
2012-01-20 Brian Andersonrustdoc: Add function signatures to the doc tree
2012-01-20 Brian Andersonrustc: Fix fun_to_str
2012-01-20 Brian Andersonrustdoc: Add function signature field to the doc::fndoc
2012-01-20 Patrick Waltonrustc: ";" to "," in enums
2012-01-20 Patrick Waltonlib: ";" to "," in enums
2012-01-20 Graydon HoareFix a bunch of broken internal links in the docs. Add...
2012-01-20 Brian Andersonlibcore: Use 4x the number of scheduler threads for...
2012-01-20 Brian Andersonlibcore: Do less blocking in the test runner
2012-01-20 Patrick Waltonrustc: Remove trailing whitespace
2012-01-20 Tim ChevalierCompute typestates for FRU exprs correctly, plus a...
2012-01-20 Patrick WaltonMerge pull request #1571 from kevina/fixup-1
2012-01-20 Kevin AtkinsonRemove incorrect comments from a few test cases.
2012-01-20 Patrick Waltonmisc: "tag" -> "enum" for cargo, compiletest, fuzzer...
2012-01-20 Patrick Waltontest: "tag" -> "enum" in run-pass and run-fail
2012-01-20 Patrick Waltontest: "tag" -> "enum" in bench
2012-01-20 Patrick Waltontest: "tag" -> "enum" in compile-fail
2012-01-19 Patrick Waltonlibcore: "tag" -> "enum"
2012-01-19 Patrick Waltonstdlib: "tag" -> "enum"
2012-01-19 Patrick Waltontest: Fix error patterns in name-clash-nullary
2012-01-19 Tim ChevalierHandle log expressions with a _|_-typed level
2012-01-19 Brian Andersonrustdoc: Add a blank line after the return value descri...
2012-01-19 Brian Andersonrustdoc: Attach return value descriptions to the doc...
2012-01-19 Brian Andersonrustdoc: Run tystr pass before attr pass
2012-01-19 Patrick Waltonrustc: Fix long lines
2012-01-19 Patrick Waltonrustc: "tag" -> "enum"
2012-01-19 Brian Andersoncargo: Fix unused argument warning
2012-01-19 Brian Andersonlibstd: Long lines
2012-01-19 Brian AndersonUse fn~ to simplify the core::test interface
2012-01-19 Tim ChevalierIn trans, allow _|_-typed things to be the argument...
2012-01-19 Graydon HoarePartial fix for #1561, doesn't actually "fix" the probl...
2012-01-19 Niko MatsakisRename fn*() to fn() as originally planned.
2012-01-19 Niko Matsakistreat fn*() as fn&()
2012-01-19 Haitao Lirustc: Refactor lint check and avoid a segv fault
2012-01-19 Haitao Lirustc: Name the lint-style check module `lint`
2012-01-19 Haitao Lirustc: Add a usage pass to collect one-off analyses
2012-01-19 Haitao Lirustc: Use io::println for time-passes data
2012-01-19 Tim ChevalierRemove support for the '.' after a nullary tag in a...
2012-01-19 Brian Andersonrustdoc: Cleanup
2012-01-19 Brian Andersonrustdoc: Remove nullary-tag dots
2012-01-19 Brian Andersonrustdoc: Write the full path to each mod
2012-01-19 Brian Andersonrustdoc: Change the header scheme so that all mods...
2012-01-19 Brian Andersonrustdoc: Add path_pass for recording full paths to...
2012-01-19 Brian Andersonrustdoc: Add path field to doc::moddoc
2012-01-19 Tim ChevalierRemove '.' after nullary tags in patterns
2012-01-19 Brian Andersonrustdoc: Add more rustdocs
2012-01-19 Tim ChevalierMerge remote-tracking branch 'mozilla/snap-stage3'
2012-01-19 Tim ChevalierRegister snapshots
2012-01-19 Brian Andersonrustdoc: Write fn arg descriptions to markdown
2012-01-19 Brian Andersonrustdoc: Add fn arg descriptions to the doc tree
2012-01-19 Brian Andersonrustdoc: Change field order on doc::fndoc
2012-01-19 Brian Andersonrustdoc: Ignore nil-typed return values
2012-01-19 Brian Andersonrustdoc: Write markdown for mod description
2012-01-19 Tim ChevalierAllow any alternative (not just a block) to follow...
2012-01-19 Tim Chevalierallow dotless nullary patterns inside or-patterns
2012-01-19 Tim ChevalierAnother minor parser fix for nullary-tag patterns
2012-01-19 Tim ChevalierAllow nullary tag names to be qualified
2012-01-19 Brian Andersonrustc: Assert that the parser doesn't assign node id 0
2012-01-19 Brian Andersonrustdoc: Add mod docs attrs to the doc tree
2012-01-19 Brian Andersonrustdoc: Assign AST ids to mod docs
2012-01-19 Brian Andersonrustdoc: Add brief and desc fields to module docs
2012-01-19 Brian Andersonrustdoc: Parse module docs
2012-01-19 Brian AndersonMerge pull request #1565 from elly/cargo
2012-01-19 Elly Jones[cargo] argh
2012-01-19 Graydon HoareMerge pull request #1564 from elly/cargo
2012-01-19 Elly Jones[cargo] refactor test_one_crate
2012-01-19 Graydon Hoarefix long line
2012-01-19 Graydon HoareMerge pull request #1562 from elly/cargo
2012-01-19 Elly Jones[cargo] add --test flag to install
2012-01-19 Graydon HoareFix --out-dir a bit more in driver.
2012-01-19 Niko Matsakisremove align_mode and rewrite GEP_tup_like to align...
2012-01-19 Niko Matsakiscorrect use of GEP_tup_like in closure constr
2012-01-19 Brian Andersonrustdoc: Write argument names as code spans
2012-01-19 Brian Andersonrustdoc: Write markdown for argument types
2012-01-19 Brian Andersonrustdoc: Add argument types to the doc
2012-01-19 Brian Andersonrustdoc: Extract functions from tystr_pass::fold_fn
2012-01-18 Brian Andersonrustdoc: Prune unconfigured items from AST
2012-01-18 Brian Andersonrustdoc: Write markdown for fn arguments
2012-01-18 Brian Andersonrustdoc: Introduce type doc::argdoc
2012-01-18 Brian Andersonrustdoc: Extract function argument names from the AST
2012-01-18 Brian Andersonrustdoc: Merge the crate's name attribute into the...
2012-01-18 Brian Andersonrustdoc: Parse crate name from #[link] attr
2012-01-18 Brian Andersonrustdoc: Put fn docs inside fn bodies
2012-01-18 Brian Andersonrustdoc: Document attr_parser::doc_meta
2012-01-18 Patrick Waltontest: Don't test that tags with zero variants are supported
2012-01-18 Patrick Waltonrustc: Accept commas to separate tag variants
2012-01-18 Haitao Lilibstd: Revert an integer type casting
2012-01-18 Haitao Lirustc: Use integer from ctypes consistently
2012-01-18 Haitao LiUse ctypes in native function declarations
2012-01-18 Haitao Lirustc: Warn when int or uint is used in a native type...
2012-01-18 Brian Andersonrustdoc: Improve formatting of return type
2012-01-18 Brian Andersonrustdoc: Write a single line between brief and desc
2012-01-18 Brian Andersonrustdoc: Extract various gen functions
next