| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -3/+4 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-02 | Merge remote-tracking branch 'Dretch/prettydocs' | Brian Anderson | -1/+4 | |
| Conflicts: src/compiletest/errors.rs src/libsyntax/parse/attr.rs src/libsyntax/parse/comments.rs src/test/compile-fail/ambig_impl_unify.rs src/test/compile-fail/assign-super.rs src/test/compile-fail/bad-for-loop.rs src/test/compile-fail/bad-var-env-capture-in-block-arg.rs src/test/compile-fail/block-arg-as-stmt-with-value.rs src/test/compile-fail/borrowck-assign-comp-idx.rs src/test/compile-fail/borrowck-lend-flow.rs src/test/compile-fail/borrowck-loan-blocks-move-cc.rs src/test/compile-fail/borrowck-loan-blocks-mut-uniq.rs src/test/compile-fail/borrowck-loan-rcvr.rs src/test/compile-fail/borrowck-loan-vec-content.rs src/test/compile-fail/borrowck-mut-vec-as-imm-slice-bad.rs src/test/compile-fail/cap-clause-with-stack-closure.rs src/test/compile-fail/do1.rs src/test/compile-fail/do2.rs src/test/compile-fail/empty-vec-trailing-comma.rs src/test/compile-fail/evec-subtyping.rs src/test/compile-fail/issue-1896.rs src/test/compile-fail/issue-2149.rs src/test/compile-fail/issue-2150.rs src/test/compile-fail/issue-2487-b.rs src/test/compile-fail/kindck-implicit-close-over-mut-var.rs src/test/compile-fail/liveness-issue-2163.rs src/test/compile-fail/liveness-use-in-index-lvalue.rs src/test/compile-fail/no-reuse-move-arc.rs src/test/compile-fail/no-send-res-ports.rs src/test/compile-fail/non-const.rs src/test/compile-fail/pure-higher-order.rs src/test/compile-fail/pure-loop-body.rs src/test/compile-fail/regions-addr-of-upvar-self.rs src/test/compile-fail/regions-escape-loop-via-vec.rs src/test/compile-fail/regions-scoping.rs src/test/compile-fail/seq-args.rs src/test/compile-fail/tstate-unsat-in-called-fn-expr.rs src/test/compile-fail/tstate-unsat-in-fn-expr.rs src/test/compile-fail/vec-add.rs src/test/compile-fail/vec-concat-bug.rs src/test/compile-fail/vector-no-ann.rs | ||||
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -2/+2 | |
| 2012-06-30 | initial draft of fix for issue #2498: | Gareth Daniel Smith | -1/+4 | |
| 1. make /// ... and //! ... and /** ... */ and /*! ... */ into sugar for #[doc = ...] attributes. 2. add a script in etc/ to help converting doc-attributes to doc-comments 3. add some functions to core::str to help with (1) | ||||
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -6/+6 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -6/+6 | |
| 2012-06-15 | Add the interner to parse_sess. | Paul Stansifer | -9/+1 | |
| 2012-06-13 | Box AST idents | Brian Anderson | -2/+3 | |
| 2012-05-24 | Access parse/attrs.rs with an impl. | Paul Stansifer | -1/+2 | |
| 2012-05-13 | rustc: Eliminate some indirection to the syntax crate | Brian Anderson | -6/+6 | |
| 2012-04-19 | syntax: Extract attribute parsing to its own mod | Brian Anderson | -1/+1 | |
| 2012-04-18 | syntax: Put the main parser interface in mod parse | Brian Anderson | -1/+2 | |
| 2012-04-15 | syntax: Cleanup attr module. Closes #1545 | Brian Anderson | -1/+1 | |
| 2012-03-29 | rustc: Remove the rustsyntax::attr wrapper in front | Brian Anderson | -1/+1 | |
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -3/+3 | |
| 2012-03-09 | rustdoc: Simplify attribute parsing | Brian Anderson | -156/+21 | |
| 2012-03-09 | rustdoc: Vastly simplify the document model | Brian Anderson | -110/+2 | |
| Don't attempt to impose any structure for documenting arguments, return values, etc. | ||||
| 2012-03-07 | rustdoc: Support #[doc(hidden)] | Brian Anderson | -0/+26 | |
| 2012-02-17 | rustdoc: Simplify attr pass | Brian Anderson | -190/+37 | |
| 2012-02-14 | Change file_substr to allow for external strings. | Kevin Atkinson | -1/+1 | |
| 2012-02-05 | rustdoc: Resolve some FIXMEs | Brian Anderson | -3/+2 | |
| 2012-02-03 | Store info about file "substr". | Kevin Atkinson | -1/+1 | |
| That is when a string that is part of a file needs to be parsed for a reason, record that the string is a substr of the file rather than using "<anon>" or "-" as the file name. This will eventually allow pointing to the right location, for now it just uses a more meaningful string for the filename. | ||||
| 2012-02-01 | rustdoc: Add support for type items | Brian Anderson | -2/+11 | |
| 2012-01-31 | rustdoc: Pull impl docs out of attributes | Brian Anderson | -2/+11 | |
| 2012-01-30 | rustdoc: Add attribute parsing for ifaces and methods | Brian Anderson | -3/+20 | |
| 2012-01-26 | rustdoc: Parse resource doc attributes | Brian Anderson | -11/+76 | |
| 2012-01-25 | rustdoc: Parse variant doc attributes | Brian Anderson | -2/+49 | |
| 2012-01-25 | rustdoc: Extract some common functions from attr_parser | Brian Anderson | -53/+16 | |
| 2012-01-25 | rustdoc: Parse enum doc attributes | Brian Anderson | -22/+72 | |
| 2012-01-25 | rustdoc: Fix a copy&paste bug in attr_parser tests | Brian Anderson | -2/+2 | |
| 2012-01-25 | Keep source file around after parsing. | Kevin Atkinson | -1/+1 | |
| Specifically box the string (to avoid unnecessary copies) and store it in codemap::filemap. Remove the hack in driver::diagnostic that rereads the source from the file and instead just get the source from the filemap. (This commit is also a prerequisite for issue #1612) | ||||
| 2012-01-24 | rustdoc: Update tests for rustc diagnostic changes | Brian Anderson | -1/+2 | |
| 2012-01-24 | rustdoc: Parse fn failure conditions | Brian Anderson | -4/+15 | |
| 2012-01-24 | rustdoc: Add parsing of const attribute docs | Brian Anderson | -2/+48 | |
| 2012-01-23 | Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str. | Kevin Atkinson | -1/+3 | |
| This correctly fixes issue #1362. chpos/byte_pos are now the offsets within a particular file, but rather the offsets within a virtual file with is formed by combing all of the modules within a crate. Thus, resetting them to 0 causes an overlap and hence, bogus source locations. Fix #1362 by moving chpos/byte_pos to parse_sess so that new_parser_from_source_str has access to them and hence can chose an initial value that is not already been used in the crate. Note that the trigger for bug 1361 was that syntax/ext/expand.rs calls parse_expr_from_source_str (which calls new_parser_from_source_str) using the same codemap as the current crate (and hence causing overlap with files in the crate as new_parser_from_source_str resets the chpos/byte_pos to 0). | ||||
| 2012-01-23 | Revert "rustdoc: Get the crate brief description from the 'desc' attr" | Brian Anderson | -13/+2 | |
| This reverts commit 521e58a3c4f45ffc30a914dd0bb517945d87a503. Some crates use 'desc', some 'comment' - I want them to just use 'doc' | ||||
| 2012-01-23 | rustdoc: Get the crate brief description from the 'desc' attr | Brian Anderson | -2/+13 | |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -4/+4 | |
| Does what it says on the tin. The next commit will remove support for this syntax. | ||||
| 2012-01-18 | rustdoc: Add mod docs attrs to the doc tree | Brian Anderson | -1/+1 | |
| 2012-01-18 | rustdoc: Parse module docs | Brian Anderson | -79/+154 | |
| 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 | -3/+5 | |
| 2012-01-18 | rustdoc: Document attr_parser::doc_meta | Brian Anderson | -0/+3 | |
| 2012-01-17 | rustdoc: Add rustdocs | Brian Anderson | -0/+7 | |
| 2012-01-17 | libstd => libcore | Lenny222 | -1/+1 | |
| 2012-01-17 | spin-off rustdocs tuple code to libstd | Lenny222 | -3/+4 | |
| 2012-01-16 | rustc: Move some attribute accessors from rustdoc to rustc | Brian Anderson | -52/+5 | |
| 2012-01-16 | rustdoc: Move fst and snd into util mod | Brian Anderson | -12/+2 | |
| 2012-01-16 | rustdoc: Use attr API in attr_parser | Brian Anderson | -60/+119 | |
| 2012-01-16 | rustdoc: Add a fallthrough path to meta_item search in parse_fn | Brian Anderson | -0/+1 | |
