about summary refs log tree commit diff
path: root/docs/dev/README.md
AgeCommit message (Collapse)AuthorLines
2022-07-08Update remaining GitHub URLsJonas Schievink-16/+16
2022-04-17Update docs linkArjo Chakravarty-1/+1
The current doc link was broken. replaced with the updated version as found on the front page.
2022-04-13Update CI for Rust borsDeadbeef-1/+1
2021-09-06docs: fix unknown configuration settingDezhi Wu-1/+1
2021-09-03docs(logging): use `tracing` for loggingDezhi Wu-3/+4
2021-06-22add documentation of RA_LOG_FILErezural-1/+2
2021-06-07Further clarificationFlorian Diebold-1/+2
2021-06-07One additional grammar fixFlorian Diebold-1/+1
2021-06-07Clarify label documentationFlorian Diebold-7/+8
Also some other cleanups while I'm there.
2021-04-22Merge #8605bors[bot]-6/+12
8605: internal: Automatically categorize the changelog entries r=matklad a=lnicola Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
2021-04-22feat: make sure nightly regressions don't break usersAleksey Kladov-0/+4
2021-04-20Automatically categorize the changelog entriesLaurențiu Nicola-6/+12
2021-04-19Update docs/dev/README.mdAleksey Kladov-1/+1
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
2021-04-19internal: document review requesting etiquetteAleksey Kladov-0/+3
* don't feel obliged to quickly review every PR assigned to you * so that other folks can notify you about interesting PRs without thinking to much about creating additional work for you
2021-04-15Fix markdown linksJonas Schievink-3/+3
2021-04-12internal: clarify who a rls-2.0 wgAleksey Kladov-3/+5
2021-04-06Update Zulip URLLaurențiu Nicola-1/+1
2021-04-06internal: document broken windowsAleksey Kladov-0/+2
2021-03-30internal: touch up dev readmeAleksey Kladov-38/+35
2021-03-29internal: make --log-file more discoverableAleksey Kladov-2/+5
2021-03-22Update docs/dev/README.mdAleksey Kladov-1/+1
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
2021-03-22Document patch policyAleksey Kladov-0/+3
2021-03-01Axe pre-commitAleksey Kladov-2/+0
2021-02-12Include a commit log summary in the changelogLaurențiu Nicola-2/+1
2021-02-05Add howtosAleksey Kladov-0/+8
2021-02-03Make architecture more informativeAleksey Kladov-88/+3
Call out boundaries and invariants
2021-02-01Explain what to do if a release failsLaurențiu Nicola-0/+4
2021-01-26Document design labelAleksey Kladov-0/+4
2021-01-25Fix RA_LOG example in dev docsLaurențiu Nicola-1/+1
2021-01-21Include `countme` crate to count important data structures.Aleksey Kladov-0/+3
2021-01-07Update remaining serverPath referencesLaurențiu Nicola-1/+1
2021-01-01Address review suggestion, fix tidy testsPhil Ellison-0/+2
2020-12-16Update docs/dev/README.mdAleksey Kladov-1/+1
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2020-12-16Document new permissionsAleksey Kladov-0/+14
2020-12-09fix typo of README in devDaiki Ihara-1/+1
2020-12-03Document statelessness invariantAleksey Kladov-0/+16
2020-10-27Update client install command in dev docsLaurențiu Nicola-1/+1
2020-10-14Introduce S-actionable and S-unactionable labelsAleksey Kladov-1/+6
I've noticed that a significant fraction of issues are inert. They are valid, acknowledged and useful, but effectively can't be fixed for variety of reasons (no reproduction, dependencies on some other issues, no review capacity, etc). Marking issues that can be fixed by just applying some elbow grease seems useful!
2020-08-14Document the most important CI invariantAleksey Kladov-0/+5
2020-08-13Rename ra_ide -> ideAleksey Kladov-2/+2
2020-08-13Rename ra_hir -> hirAleksey Kladov-3/+3
2020-08-12Rename ra_syntax -> syntaxAleksey Kladov-1/+1
2020-08-12Rename ra_parser -> parserAleksey Kladov-2/+2
2020-08-11Update README.mdTim Weis-3/+3
Fixed formatting.
2020-08-05Update docs/dev/README.mdAleksey Kladov-1/+1
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
2020-08-05Document release processAleksey Kladov-0/+31
2020-08-02reorg docsAleksey Kladov-268/+52
2020-07-31Document crates.io deps policyAleksey Kladov-0/+6
2020-07-25README: Add some instructions for running typescript tests and linter.David Lattimore-0/+10
2020-07-22Remove support for jemallocAleksey Kladov-7/+1
We only used it for measuring memory usage, but now we can use glibc's allocator for that just fine