about summary refs log tree commit diff
path: root/src/doc/complement-bugreport.md
AgeCommit message (Collapse)AuthorLines
2015-02-16CONTRIBUTING.md reduxSteve Klabnik-61/+0
This redux of CONTRIBUTING.md adds in more information, including subsuming both compliment-bugreport.md and Note-development-policy in the wiki. I only glanced at the broad TOC of Note-development-policy, and did not use the text as the basis for the re-write. This will then address the last outstanding part of #5831.
2015-02-13Remove reference to mailing listKevin Yap-5/+3
Also add address of IRC server. Addresses #22249.
2014-12-22Update complement-bugreport.mdBrian J Brennan-1/+1
`--version=verbose` doesn't exist anymore, `--version --verbose` is the way to do that now.
2014-12-11gdb < RUST_BACKTRACESteve Klabnik-3/+8
Fixes #19717
2014-11-25Change 'Failure' to 'Panic' in Bug Report DocsPascal Hertleif-1/+1
2014-10-30Rename rust_fail to rust_panicManish Goregaokar-1/+1
2014-10-22Fix issue #17848 (Questionable advice in bug report instructions)Mike Dilger-3/+15
2014-06-16Update repo locationBrian Anderson-1/+1
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+46
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files