]> git.lizzy.rs Git - rust.git/history - src
Fix a broken link in doc/rust.md.
[rust.git] / src /
2012-01-18 Brian Andersonrustdoc: Extract boilerplate from gen tests
2012-01-18 Brian Andersonrustdoc: Write blank lines after brief descriptions
2012-01-18 Brian Andersonrustdoc: Remove some debug logging
2012-01-18 Niko Matsakisuse 64-bit memset on 64-bit platforms. Fixes #1546...
2012-01-18 Niko Matsakisroll back commit 1c7a62
2012-01-18 Brian Andersonlibstd: Move std tests into libstd
2012-01-18 Brian Andersonlibcore: Move core tests into libcore
2012-01-18 Brian Andersonbuild: Start running libcore tests
2012-01-18 Brian Andersonrustc: Allow std to be built as a test runner
2012-01-18 Brian Andersonrustdoc: Add rustdocs
2012-01-18 Brian Andersonrustdoc: Cleanup
2012-01-18 Graydon HoareRename some readmes and fix some dist logic.
2012-01-18 Brian Andersonrustdoc: Write a blank line after headers
2012-01-18 Brian Andersonrustdoc: Convert markdown generation to a pass
2012-01-18 Brian Andersonrustdoc: Remove iface. Causing random crashes in resolve?
2012-01-17 Brian AndersonUpdate crates with correct crate_type attribute
2012-01-17 Brian Andersonrustc: --test overrides the crate_type attribute
2012-01-17 Brian Andersondist: Add bin directory to system PATH in win32 installer
2012-01-17 Graydon HoarePython!
2012-01-17 Graydon HoareLong line, grumble.
2012-01-17 Graydon HoareMerge pull request #1544 from kevina/issue-1393
2012-01-17 Graydon HoareMerge pull request #1554 from rtanglao/master
2012-01-17 Graydon HoareMerge pull request #1548 from grahame/fix-interrupted...
2012-01-17 Graydon HoareMerge pull request #1549 from grahame/build-tutorial
2012-01-17 Roland TanglaoRemove un-needed <
2012-01-17 Brian Andersondist: Add the uninstaller to the win32 control panel
2012-01-17 Brian Andersonlibcore: Remove bogus FIXME from core::tuple
2012-01-17 Brian Andersondist: Make the win32 uninstaller work
2012-01-17 Lenny222libstd => libcore
2012-01-17 Lenny222spin-off rustdocs tuple code to libstd
2012-01-17 Niko Matsakisencode variant names and have log print them out.
2012-01-17 Tim ChevalierAllow omission of the '.' after nullary tag patterns
2012-01-17 Tim ChevalierFail slightly more gracefully when given an -o filename...
2012-01-17 Marijn HaverbekePrevent pretty-printer from trying to consume stdin...
2012-01-17 Marijn HaverbekeTry to fix pretty-printer failure
2012-01-17 Marijn HaverbekeFix --pretty normal, reorganize some code in driver.rs
2012-01-17 Grahame Bowlanddon't leave files that will not checksum if download...
2012-01-17 Marijn HaverbekeUse a memset upcall to zero things without static alignment
2012-01-17 Marijn HaverbekeAdd an std::md4 module
2012-01-17 Brian Andersonrustdoc: Write headers for modules
2012-01-17 Brian Andersonrustdoc: Add a pass to prune undocumented items
2012-01-17 Roland TanglaoForgot to add some spaces before backslashes
2012-01-17 Roland Tanglaoadd spaces before newlines in rustdocs
2012-01-17 Brian Andersonrustdoc: Add gen::subsection for managing header levels
2012-01-17 Brian Andersonrustdoc: Don't use by copy in fst/snd to work around...
2012-01-17 Brian Andersonrustdoc: Refactor header writing a bit
2012-01-17 Brian Andersonrustc: Move some attribute accessors from rustdoc to...
2012-01-17 Brian Andersonrustdoc: Move fst and snd into util mod
2012-01-17 Brian Andersonrustdoc: Use attr API in attr_parser
2012-01-17 Brian Andersonrustdoc: Add a fallthrough path to meta_item search...
2012-01-17 Brian Andersonrustdoc: Begin writting the attribute extracting pass
2012-01-17 Brian Andersonrustdoc: Use the parsing method that supports .rc files
2012-01-17 Brian Andersonrustdoc: Convert tystr_pass to use astsrv
2012-01-17 Brian Andersonrustdoc: Add a pass type and a run_passes function
2012-01-17 Brian Andersonrustdoc: Add extract::from_srv to extract a doc from...
2012-01-17 Brian Andersonrustdoc: Add module astsrv to provide access to the...
2012-01-17 Brian Andersonrustdoc: Remove non-attribute related stuff from attr_p...
2012-01-17 Brian Andersonrustdoc: Add attr_pass for extracting attributes
2012-01-17 Brian Andersonrustdoc: Remove unused import from extract module
2012-01-17 Brian Andersonrustdoc: Remove attribute parsing from extract module
2012-01-17 Brian Andersonrustdoc: Cleanup
2012-01-17 Brian Andersonrustdoc: Eliminate AST usage in gen module
2012-01-17 Brian Andersonrustdoc: Add tystr_pass module for extracting type...
2012-01-17 Brian Andersonrustdoc: Make fold polymorphic on a context type
2012-01-17 Brian Andersonrustdoc: Add fold module
2012-01-17 Brian Andersonrustdoc: Convert fn return type to retdoc record
2012-01-17 Brian Andersonrustdoc: Change fndoc's arg list to a vec from map
2012-01-17 Brian Andersonrustdoc: Make gen module exports explicit
2012-01-17 Brian Andersonrustdoc: Push imports down into submodules
2012-01-17 Kevin AtkinsonMinor cleanups to custom discriminator code.
2012-01-17 Roland Tanglaoconvert comments to rustdocs for box, char, comm and...
2012-01-16 Graydon HoareMerge pull request #1540 from lht/exclude-stage3-by...
2012-01-16 Josh MatthewsEnsure library file always has a proper suffix.
2012-01-16 Josh MatthewsMake str::replace smarter.
2012-01-16 Marijn HaverbekeDon't write out type names when hashing types
2012-01-16 Marijn HaverbekeRemove misguided indirect return in trans_closure
2012-01-16 Marijn HaverbekeMove emacs mode into tree
2012-01-16 Marijn HaverbekeStore type names in crate metadata
2012-01-16 Marijn HaverbekeWhen pretty-printing fn types, leave off arg modes...
2012-01-16 Kevin AtkinsonDon't evaluate discriminator value constants when parsing.
2012-01-16 Marijn HaverbekeBe more careful about pretty-printing literals
2012-01-16 Kevin AtkinsonUpdate pretty printer to print out disr. values.
2012-01-16 Marijn HaverbekeProperly print u suffix for uint literals
2012-01-16 Brian Andersonrustdoc: Attach the doc writer to the doc extractor
2012-01-16 Brian Andersonrustdoc: Write fn docs
2012-01-16 Brian Andersonrustdoc: Write crate name
2012-01-16 Brian Andersonrustdoc: Set the crate name in the top module
2012-01-16 Brian Andersonrustdoc: Attach the AST node id to fndocs
2012-01-16 Brian Andersonrustdoc: Rename type rustdoc to gen::ctxt
2012-01-16 Brian Andersonrustdoc: Move rustdoc type into the gen module
2012-01-16 Brian Andersonrustdoc: Wire up the doc extractor to attribute parser
2012-01-16 Brian Andersonrustdoc: Add regression tests for existing attr parsing...
2012-01-16 Brian Andersonrustdoc: Change parse_fn to take a vector of attributes
2012-01-16 Brian Andersonrustdoc: Rename parse_compound_fndoc to parse_fn
2012-01-16 Brian Andersonrustdoc: Move parse_compound_fndoc into mod attr_parser
2012-01-16 Brian Andersonrustdoc: Build mod and fn nodes from the AST
2012-01-16 Brian Andersonrustdoc: Add extract module for building doc model...
2012-01-16 Brian Andersonrustdoc: Move markdown-writing functions into gen module
2012-01-16 Brian Andersonrustdoc: Move document model into doc module
2012-01-16 Brian Andersonrustdoc: Add cratedoc and moddoc types
next