summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-01-23cargo: Remove unused imports - work around mystery resolve failureBrian Anderson-4/+1
2012-01-23Merge pull request #1628 from startling/cargo-descriptionsBrian Anderson-0/+14
2012-01-23Added a newline after each description.tim-1/+1
2012-01-23Get `description` attribute for packages from json.tim-2/+9
2012-01-23s/block()/fn()/gNiko Matsakis-155/+152
2012-01-23Fix win32 command-line quoting on rust_run_program.Graydon Hoare-4/+62
2012-01-23Steps towards package descriptions.tim-0/+7
2012-01-23core: Format comm docs correctlyBrian Anderson-16/+20
2012-01-23rustdoc: Correctly indent multiline fn signaturesBrian Anderson-4/+32
2012-01-23rustdoc: Use the standard markdown syntax for code blocksBrian Anderson-6/+4
2012-01-23test: Add no-reformat directive to compile-fail/issue-1362Brian Anderson-2/+2
2012-01-23Add regression test for issue #1362.Kevin Atkinson-0/+8
2012-01-23Add regresion tests for issue #1448 and #1387.Kevin Atkinson-0/+12
2012-01-23When replacing a pattern variable in macro expansion use the span ofKevin Atkinson-6/+6
2012-01-23Allow ast_fold_precursor to change the span.Kevin Atkinson-83/+113
2012-01-23Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.Kevin Atkinson-26/+47
2012-01-23Change "file" of injected string from "-" to "<anon>", less confusingKevin Atkinson-1/+1
2012-01-23Revert "rustc: Exclude stdin from codemap files when lookup_pos".Kevin Atkinson-5/+3
2012-01-23core: Write docs that format correctly in markdown or pandocBrian Anderson-4/+2
2012-01-23core: More doc tweaksBrian Anderson-5/+5
2012-01-23core: Reformat the crate docs to look nicerBrian Anderson-14/+14
2012-01-23wipBrian Anderson-5/+7
2012-01-23core: Add crate docsBrian Anderson-0/+16
2012-01-23Change rustc and rustdoc's #[desc] attribute to #[comment]Brian Anderson-2/+2
2012-01-23Revert "rustdoc: Get the crate brief description from the 'desc' attr"Brian Anderson-35/+5
2012-01-23rustdoc: Print return value descriptions on same line as typeBrian Anderson-4/+14
2012-01-23rustdoc: Prune undocumented return valuesBrian Anderson-0/+19
2012-01-23rustdoc: Don't prune functions with documented argumentsBrian Anderson-0/+13
2012-01-23rustdoc: Prune undocumented fn argsBrian Anderson-40/+58
2012-01-23add msgsend.rs to benchmarksNiko Matsakis-0/+60
2012-01-23Check that the names mentioned in tag exports are actually types (or variants)Tim Chevalier-2/+108
2012-01-23Export all enum variants by default; new syntax for selectively exporting var...Tim Chevalier-63/+89
2012-01-23rustdoc: Prune undocumented modulesBrian Anderson-0/+58
2012-01-23rustdoc: Get the crate brief description from the 'desc' attrBrian Anderson-5/+35
2012-01-23rustdoc: Add a script for running rustdoc output through markdown/pandocBrian Anderson-0/+34
2012-01-22Point to correct cargo-central.Matthew O'Connor-1/+1
2012-01-22std: Add some hacks to use libuvBrian Anderson-1/+507
2012-01-22core: Reexport all the imports in f32/64Brian Anderson-0/+42
2012-01-22Register snapshotsBrian Anderson-0/+7
2012-01-21update to new tag syntaxNiko Matsakis-1/+1
2012-01-21use u64 and not uint; otherwise shift results are undef. in 32 bitNiko Matsakis-7/+7
2012-01-21update to use u64; u32 has undefined resultsNiko Matsakis-1/+6
2012-01-21wrap lineNiko Matsakis-1/+2
2012-01-21unify size_of, align_of into one call (metrics)Niko Matsakis-104/+474
2012-01-21migrate size_of() and related funcs from trans into shapeNiko Matsakis-268/+286
2012-01-21std: Remove extfmt. Has been moved to core. Closes #1600Brian Anderson-455/+1
2012-01-21issue #1352: change param order on {std,core}::extfmt::str_init_elt to mirror...Graham Fawcett-8/+8
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-56/+56
2012-01-21fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting...Graham Fawcett-15/+15
2012-01-21Merge pull request #1598 from elly/cargoBrian Anderson-6/+3