Benjamin Bouvier
0b3d3ac880
Remove logging levels restrictions ( #538 )
...
* Fixes #537 : Remove release mode logging levels restrictions;
* Add information about log's logging levels in the README;
2018-10-02 10:45:23 -07:00
Dan Gohman
87e43ccb94
Mention in the README that we avoid using callstack recursion.
...
Callstack recursion has the property that the maximum stack depth can
grow significantly, depending on the input program. Cranelift uses
several recursive algorithms, however it uses explicit heap-based
stacks to do so.
2018-09-26 13:07:43 -07:00
Dan Gohman
8055abf90d
Add a mention of simplejit-demo to the README.
2018-09-21 20:52:59 -07:00
Dan Gohman
ea0c196c11
More introductory documentation ( #520 )
...
* Add a comment to .rustfmt.toml explaning why it's here.
* Use `<details>` for specialized information in README.md.
* Describe a more elaborate issue-labelling system.
2018-09-21 20:16:55 -07:00
Dan Gohman
fd081f2af8
Update README.md to mention the actual version of Rust supported.
2018-09-21 19:50:05 -07:00
Dan Gohman
e7565a8893
Mention the Windows x64 calling convention support in README.md.
2018-09-21 19:49:24 -07:00
Dan Gohman
51698f93f2
Merge branch 'master' into bforest
2018-08-13 15:55:31 -07:00
Caroline Cullen
6f9982fdf5
Updating Sphinx link and install instructions
2018-08-13 15:46:51 -07:00
bjorn3
eb01ae530b
Fix gitter link ( fixes #458 )
2018-08-13 11:59:44 -07:00
Amanieu d'Antras
ae3a3c368b
Move bforest into a separate crate
2018-08-12 15:46:35 +02:00
Dan Gohman
c5a554db83
Move the comment about Sphinx 1.4 out of the top-level README.
2018-08-02 15:25:09 -07:00
Dan Gohman
c61f8a5baf
Rename langref.rst to ir.rst.
...
This aligns with our use of the term "IR" rather than "IL" or
other terms involving "language".
2018-08-02 09:18:59 -07:00
Dan Gohman
c0d5ffc380
The latest Ubuntu LTS now has Rust 1.25.
2018-07-17 15:01:08 -07:00
Dan Gohman
82ea38e4af
Convert expected uses to an unnumbered list, as they aren't ordered.
2018-07-17 15:01:08 -07:00
Dan Gohman
8d0f34310f
Convert top-level *.rst files to markdown.
...
These files don't use any Sphinx has that Markdown lacks, and Markdown
is more widely used and easier to edit.
2018-07-17 15:01:08 -07:00