aboutsummaryrefslogtreecommitdiffstats
path: root/docs/HACKING_QUICKSTART.md
Commit message (Collapse)AuthorAgeFilesLines
* Update in-tree docs to point to the new book (#32743)Delan Azabani2024-07-091-422/+2
| | | | | | | * Update in-tree docs to point to the new book * Revive build setup section in README as quickstart guide * Apply feedback about titles
* Make `crown` optional (#32494)Jonathan Schwender2024-06-241-11/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make `crown` optional Add the optional `--use-crown` flag to mach * --use-crown for all platforms in CI Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> * Add documentation for `--use-crown` Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> * Update python/servo/command_base.py Co-authored-by: Mukilan Thiyagarajan <mukilanthiagarajan@gmail.com> Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> * Raise Error if CARGO_BUILD_RUSTC conflicts with --use-crown Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> * add dummy RUSTFLAG to trigger re-checking Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> --------- Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> Co-authored-by: Mukilan Thiyagarajan <mukilanthiagarajan@gmail.com>
* Updated inconsistent context for crates (#31718)Tumuhairwe2024-03-181-53/+54
|
* Fix crown on NixOS (#30987)Delan Azabani2024-01-051-2/+14
| | | | | | | | | | | | | | | | | | | | | * Fix crown on NixOS * no need to install libs, because there are none * fix program name in usage message * use the cargo provided by each buildPhase * cargo update --offline can be used to reformat lockfiles * document how to keep rust-toolchain.toml and etc/shell.nix in sync * clarify comment about allowBuiltinFetchGit * fix license * clarify purpose of filterlock * explain why crown must not use workspace dependencies
* fix: add a missing dot in HACKING_QUICKSTART.md (#30958)Koki Saito2023-12-291-1/+1
|
* Update branch name to main (#30877)Alex Touchet2023-12-161-1/+1
|
* Remove some stray references to OpenSSL (#30710)Martin Robinson2023-11-091-2/+0
| | | These were left over from the change to use rustls.
* Enable debug assertions for all builds other than official releases (#30509)Delan Azabani2023-10-261-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Run main and try jobs with debug assertions * use single quotes in workflow expressions * set force-debug-assertions in main.yml * set force-debug-assertions as part of decision job * fix typo in MachCommands.build * fix more hardcoded profile names * fix tidy * split cargo_profile_option on windows * Fix running servoshell and unit tests through a symlink * rename steps to make them less confusing * fix more hardcoded cargo profile options * fix missing inputs in linux-wpt and mac-wpt * make filename an inherent method of Resource * rework release-with-debug-assertions profile to production profile * rework resource logic to eliminate std_test_override * set production flag in nightly release builds * clean up servobuild.example and windows.yml * oops forgot to check in embedder_traits/build.rs * fix mach test-unit behaviour through symlink * unit tests only need current_dir and ancestors * fix macOS package smoketest breakage * expect css/css-color/currentcolor-003 to crash under layout 2013 * fix more references to {force,release-with}-debug-assertions * fix local build failures under --profile production
* docs: add table of contents to HACKING_QUICKSTART (#30616)Delan Azabani2023-10-251-13/+31
| | | | | | | | | | | * docs: add table of contents to HACKING_QUICKSTART * remove stray newline Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* Move logers into seperate logger filesRakhi Sharma2023-05-021-1/+1
| | | | | | | Constellation seems to have lots of code that could be moved into seperate files. `FromScriptLogger` and `FromCompositorLogger` seem to qualify for that. Moved FromScriptLogger and FromScriptLogger to logger file.
* HACKING_QUICKSTART: update vscode guideDelan Azabani2023-03-101-0/+23
|
* HACKING_QUICKSTART: update vscode guideDelan Azabani2023-02-151-22/+25
|
* Add vscode/rust-analyzer info.Teymour Aldridge2022-01-201-0/+43
|
* Update rust by example linkRadek Kunc2021-09-041-1/+1
|
* Link to Zulip in HACKING_QUICKSTART.mdSimon Sapin2021-02-261-7/+1
| | | Remove links for Matrix or the dev-servo mailing list.
* Update HACKING_QUICKSTART.mdPaul Rouget2020-06-221-2/+2
| | | Fix #27012
* Rename glutin port to winitatouchet2020-05-271-1/+1
|
* Use a valid debug option in the Debugging guideUtsav Oza2020-04-011-1/+1
|
* Replace IRC channel with Matrix linkGabriel Majeri2020-03-191-2/+2
|
* Update HACKING_QUICKSTART docRasmus Viitanen2019-10-011-10/+18
|
* Remove the nonexistent optional params in documentwangxiangqing2019-09-081-3/+3
| | | | Change-Id: I08af254388196926de911f146dbee282b887cf9b
* ISSUE-23088: updated deprecated links in HACKING_QUICKSTARTThomas Delacour2019-03-251-1/+1
|
* Replace http with https in docsJan Andre Ikenmeyer2018-11-061-14/+14
|
* Change "OS X" to "macOS"atouchet2018-03-261-1/+1
|
* Fix the broken links to the page of the Rust Programming LanguageJoone Hur2017-08-161-1/+1
| | | | | We need to update the links of Match and Patterns in Some basic Rust section.
* Fix fmt::Display vs fmt::Debug URLr3c0d3x2017-02-111-1/+1
|
* update "Working on a Crate" in HACKING_QUICKSTARTGregory Terzian2016-12-231-8/+17
|
* Fix out-of-date link in documentationKartikaya Gupta2016-11-181-1/+1
|
* docs: Add a minimal debugging guide.Emilio Cobos Álvarez2016-11-131-0/+4
|
* Minor grammatical corrections in docsJason Estibeiro2016-10-281-2/+2
|
* Document how to cargo-update to a specific versionJan Zerebecki2016-09-291-1/+1
| | | | Closes #13310
* Fix println sectionPaul Rouget2016-09-061-1/+1
|
* doc: small fixes to HACKING_QUICKSTART.mdTshepang Lekhonkhobe2016-07-061-11/+11
|
* Fix README link.Pranaya Behera2016-06-271-1/+1
|
* Add link to git-hook tips to hacking quickstartDaniel Robertson2016-05-211-1/+4
|
* Start collecting documentation, and add an in-tree glossary. Encourage new ↵Josh Matthews2016-04-181-0/+284
contributors to add missing entries as appropriate.