| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update broken link in FAQ.md (#1488) | Derek Schuff | 2023-10-23 | 1 | -1/+1 |
| | | | | Fixes #1487 | ||||
| * | FAQ: Fix Assorted Typos (#1461) | Conner | 2022-09-29 | 1 | -9/+9 |
| | | | | | | - Clarify language when talking about LLVM - Correct "but which can..." to "but can..." - "...this issue at point" to "this issue at some point" | ||||
| * | Fix broken links (#1326) | Tom Klaver | 2020-02-18 | 1 | -1/+1 |
| | | | | Existing link (https://jsmodules.io) is broken. Can be replaced with this MDN link? | ||||
| * | Fix broken links to GC.md (#1209) | Kenrick | 2020-01-13 | 1 | -1/+1 |
| | | | | | | | * Fix broken links to GC.md * Update links to proposals repo | ||||
| * | rewrite URLs (http:// -> https://) (#1205) | Romario Maxwell | 2018-05-04 | 1 | -4/+4 |
| | | | | | | | All the modified URLs were checked to see if they are available over HTTPS by opening a new tab in the browser, entering the URL in the address bar, changing http:// to https:// and then verifying if the resource displayed is the same over HTTP and HTTPS for each URL. | ||||
| * | Fixup links to future features (#1157) | Joseph Richey | 2017-11-15 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | This link standardizes how all the other design pages will refer to future features (either in `FutureFeatures.md` or in a tracking issue). All links to these upcoming features now use references at the bottom of the doc page (as opposed to inline links or references). Note that this change makes it very easy for the doc links to be updated when a tracking issue is started. As all the references have a standard format; a simple find/replace script will get everything. This commit also makes sure that references now point to a tracking issue if one exists. Note that this means a future CL can now delete some of the unnecessary sections from `FutureFeatures.md`. The only visible change from this commit is that certain broken links are now fixed, or links pointing to a doc section now point to the correct tracking issue. | ||||
| * | Tagging future features with icon. (#839) | Brad Nelson | 2016-10-27 | 1 | -8/+14 |
| | | | | Added brief item on multiple return. | ||||
| * | Structured stack (#813) | titzer | 2016-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | * Rename AstSemantics.md to Semantics.md * Rewrite Semantics for structured stack machine * Update control instructions * Update nop * More tweaks * Update README.md * Update Semantics.md * Update Semantics.md * Address @rossberg-chromium comments | ||||
| * | polyfilling update (#737) | Alon Zakai | 2016-08-03 | 1 | -38/+28 |
| | | |||||
| * | Fix grammatical error (#718) | Randy Westlund | 2016-06-30 | 1 | -1/+1 |
| | | |||||
| * | fix grammar (#679) | Joshua Olson | 2016-05-01 | 1 | -1/+1 |
| | | |||||
| * | Access to proprietary APIs apart from HTML5 (#656) | Alexander Orlov | 2016-04-15 | 1 | -0/+9 |
| | | |||||
| * | Remove extraneous parenthesis | Brett Cannon | 2015-11-02 | 1 | -1/+1 |
| | | |||||
| * | Replace `operation` with `operator` | titzer | 2015-10-23 | 1 | -5/+5 |
| | | |||||
| * | Chromimum | Luke Wagner | 2015-10-23 | 1 | -1/+1 |
| | | |||||
| * | Update various references to "builtin" operations. | Dan Gohman | 2015-10-12 | 1 | -2/+3 |
| | | |||||
| * | Update FAQ | JF Bastien | 2015-10-09 | 1 | -139/+227 |
| | | | | | I was going to move some of it to rationale.md, but I figure I should format things similarly, and update some of what's now outdated first. | ||||
| * | Only allow memory growth in MVP | Luke Wagner | 2015-10-06 | 1 | -3/+3 |
| | | |||||
| * | Capitalize Instruction Set Architecture. | Dan Gohman | 2015-09-14 | 1 | -1/+1 |
| | | |||||
| * | Expand the ISA acronym at its first use. | Dan Gohman | 2015-09-14 | 1 | -1/+1 |
| | | |||||
| * | Say ISA instead of IR when describing WebAssembly. | Dan Gohman | 2015-09-14 | 1 | -4/+4 |
| | | |||||
| * | Update FAQ.md | JF Bastien | 2015-09-14 | 1 | -1/+1 |
| | | |||||
| * | Add an FAQ about using 8 bytes for storing pointers. | Dan Gohman | 2015-09-08 | 1 | -0/+15 |
| | | |||||
| * | Add an FAQ entry explaining the lack of an abstract `size_t`. | Dan Gohman | 2015-09-05 | 1 | -0/+26 |
| | | |||||
| * | Merge pull request #265 from WebAssembly/jit-library | Dan Gohman | 2015-08-21 | 1 | -1/+1 |
| |\ | | | | | Add a page about a JIT/Optimization library idea. | ||||
| | * | Add a new page about the JIT/Optimization library concept. | Dan Gohman | 2015-08-19 | 1 | -1/+1 |
| | | | | | | | | | | | This also obviates the need for the floating point library function section. | ||||
| * | | Fix typo. | Dan Gohman | 2015-08-20 | 1 | -1/+1 |
| |/ | |||||
| * | Remove the useful anecdotes | Luke Wagner | 2015-08-12 | 1 | -6/+3 |
| | | |||||
| * | Tweak FAQ wording | Luke Wagner | 2015-08-12 | 1 | -3/+3 |
| | | |||||
| * | Address first round of comments | Luke Wagner | 2015-08-12 | 1 | -1/+1 |
| | | |||||
| * | Clarify, rename, and FAQ memory allocation | Luke Wagner | 2015-08-12 | 1 | -0/+33 |
| | | |||||
| * | Consolidate explanation of modules into a new Modules.md and improve explanation | Luke Wagner | 2015-07-24 | 1 | -1/+1 |
| | | |||||
| * | Fix typos. | Dan Gohman | 2015-07-23 | 1 | -1/+1 |
| | | |||||
| * | Mention that middle-end optimization can benefit from feature tests. | Dan Gohman | 2015-07-23 | 1 | -0/+2 |
| | | |||||
| * | Add code quotes. | Dan Gohman | 2015-07-17 | 1 | -1/+1 |
| | | |||||
| * | Don't mention feature-testing for FMA here. | Dan Gohman | 2015-07-17 | 1 | -1/+1 |
| | | |||||
| * | Add a FAQ explaining why there is no fast-math mode. | Dan Gohman | 2015-07-17 | 1 | -0/+17 |
| | | |||||
| * | Point to Streams Standard in active development | Michael[tm] Smith | 2015-06-22 | 1 | -1/+1 |
| | | | | | | | This duplicates #195 from @annevk (which couldn’t be merged since the fork it came from was afterward deleted). Signed-off-by: Michael[tm] Smith <mike@w3.org> | ||||
| * | Update FAQ.md | dann toliver | 2015-06-20 | 1 | -2/+2 |
| | | | | Two typo fixes | ||||
| * | Clarify UB as runtime unpredictability and IR as standard format | Derek Schuff | 2015-06-18 | 1 | -6/+6 |
| | | |||||
| * | Remove last sentence of LLVM description and merge paragraphs | Derek Schuff | 2015-06-18 | 1 | -8/+3 |
| | | |||||
| * | Simplify first sentence about LLVM IR | Derek Schuff | 2015-06-18 | 1 | -9/+9 |
| | | |||||
| * | Grammar! | Derek Schuff | 2015-06-18 | 1 | -1/+1 |
| | | |||||
| * | fix typo in link | Derek Schuff | 2015-06-18 | 1 | -1/+1 |
| | | |||||
| * | Add mention of UB and wordsmith a bit | Derek Schuff | 2015-06-18 | 1 | -5/+11 |
| | | |||||
| * | review | Derek Schuff | 2015-06-18 | 1 | -4/+5 |
| | | |||||
| * | Add "Why not use LLVM IR" to FAQ | Derek Schuff | 2015-06-18 | 1 | -0/+43 |
| | | |||||
| * | Why? Mention compression and link to stream API | JF Bastien | 2015-06-17 | 1 | -1/+2 |
| | | |||||
| * | add some context in 'which compilers' about how the new LLVM backend can be used | Alon Zakai | 2015-06-16 | 1 | -4/+6 |
| | | |||||
| * | Merge pull request #179 from WebAssembly/drop-llvm-refs | Luke Wagner | 2015-06-16 | 1 | -11/+9 |
| |\ | | | | | Drop references to LLVM repo | ||||
