[roll] Roll fuchsia [docs][fidl] Update language spec

This updates the FIDL language specification since many parts of it had
gotten out of date. Some things things I documented worth noting:

* Fully qualified names (FQN), which we use a lot but never had
  documentation to link to.

* The identifier resolution algorithm (https://fxbug.dev/42157590).

* The overview.fidl convention.

* The builtin "fidl" library, and how shadowing builtins works.

* Method ordinals, which have used 64 bits for a long time not 32. Also,
  specify how they treat endianness.

Original-Fixed: 42157590
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1029752
Original-Revision: 1431339aeb189e21c2bbcc444d39bcc83c99c57a
GitOrigin-RevId: abe92ca648bbbd82de28f83f55bb7d935198805a
Change-Id: I9fdfa8de33a415ab3fcac523386bf3eded41d76b
1 file changed
tree: b01bd0b98e1bef144d1e7a3e607cd2c807bd5f58
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.