| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-26 | Restore instructions for using system LLVM | Camelid | -0/+28 | |
| They were removed in #1030, but are still useful. | ||||
| 2021-02-26 | Update some out-of-date information | Camelid | -20/+18 | |
| 2021-02-24 | Fixes typo in getting started guide | Daniel Santos | -1/+1 | |
| 2021-02-22 | Fix formatting of more date references (#1067) | Camelid | -27/+38 | |
| 2021-02-21 | Fix broken links in query.md (#1068) | Hirochika Matsumoto | -2/+2 | |
| 2021-02-20 | Update docs from date triage for 2021-02 (#1048) | Camelid | -24/+56 | |
| The biggest change was updating the list of rustdoc passes. Several new ones have been added since that documentation was written, so I added those, and I also sorted the list so it is roughly alphabetical (except for the part for the `strip-*` passes, which I left in the same order since one of the list items has two passes so there's no "correct" order). | ||||
| 2021-02-20 | Fix date-check comment formatting (#1066) | Camelid | -10/+10 | |
| I realized that the format I had been previously using for date-checks (as of January 2021 <!-- date: 2021-01 -->) left a space before the closing parenthesis in the rendered output, which looks weird. I could fix this by removing the space between `2021` and `<!-- ...`, but that looks weird in the source. So I ended up deciding on changing it to (as of <!-- date: 2021-01 --> January 2021) | ||||
| 2021-02-20 | Make "URL" show up (#1065) | r00ster | -1/+1 | |
| * Make "URL" show up * Use `<URL>` Co-authored-by: Léo Lanteri Thauvin <leseulartichaut@gmail.com> | ||||
| 2021-02-19 | Point to main branch on llvm-project's links | Yuki Okushi | -3/+3 | |
| 2021-02-18 | Fix typo (#1063) | dmezh | -1/+1 | |
| 2021-02-17 | Update running.md | bstrie | -2/+2 | |
| 2021-02-15 | Add Oxide paper to bibliography | pierwill | -0/+1 | |
| 2021-02-07 | Fix typo | Camelid | -2/+2 | |
| 2021-02-07 | Fix typo in Bug Fix Procedure (#1050) | Yusuke Tanaka | -3/+3 | |
| 2021-02-04 | Add chapter on libs and metadata. (#1044) | Eric Huss | -0/+193 | |
| 2021-02-04 | Make check-in.sh output in way that suggest to add only the most relevant info | Santiago Pastorino | -6/+2 | |
| 2021-02-03 | Add lots of date-check annotations | Camelid | -112/+118 | |
| Also added dates for things that previously said "as of now" or "as of this writing" and cleaned up a couple of things along the way. | ||||
| 2021-02-03 | Implement date-checker | Camelid | -1/+442 | |
| This tool looks for HTML comments like `<!-- date: 2021-01 -->` in each Markdown source file and compiles a list of dates that are older than six months. It then opens an issue with that list, with checkboxes for each file and date. Note that it will only open an issue if there was at least one date older than six months; it does nothing if the list is empty. This tool is automatically run monthly in a GitHub Actions workflow. I have tested the tool on a private repo and confirmed that it works. | ||||
| 2021-02-01 | Document how to stabilize a library feature (#1036) | Joshua Nelson | -36/+55 | |
| * Move 'force-unstable-if-unmarked' to the bootstrapping chapter * Document how to stabilize a library feature Note that features can't be stabilized until they go through FCP and that FCP happens on the tracking issue, not the PR. * Fix wrong glob By default `**` behaves the same as two `*` side by side, i.e. it only globs file paths, not directories. `shopt -s globstar` needs to be set for it to mean a directory. I didn't notice this before now because `globstar` is set by default in interactive mode, but not otherwise. | ||||
| 2021-01-30 | Update test suite descriptions. (#1042) | Eric Huss | -4/+5 | |
| 2021-01-30 | put `x.py` in ticks | Henry Boisdequin | -1/+1 | |
| 2021-01-24 | Update links to `librustc_llvm` and `rustllvm` | LeSeulArtichaut | -11/+12 | |
| 2021-01-22 | Add link to promotion.md (#1033) | Joshua Nelson | -1/+1 | |
| * Add link to promotion.md * Improve link text Co-authored-by: Camelid <camelidcamel@gmail.com> Co-authored-by: Camelid <camelidcamel@gmail.com> | ||||
| 2021-01-21 | Add missing period | Camelid | -1/+1 | |
| 2021-01-20 | Remove "Skipping LLVM build" section | Joshua Nelson | -34/+9 | |
| `download-ci-llvm` is available and enabled by default for all tier 1 platforms, so there is no need to change it. Using system LLVM over CI llvm is still supported, but is not recommended. Building LLVM from source is still supported. This also notes that you need to explicitly disable downloading LLVM when updating the submodule. | ||||
| 2021-01-20 | Add mdbook-toc, markers, and documentation (#1028) | Iñaki Garay | -76/+177 | |
| * Add mdbook-toc to travis, book.toml and documentation * Add toc markers * Whitespace cleanup and some punctuation * Addressed comments | ||||
| 2021-01-19 | Link to `feature_err` in stability section (#1022) | Joshua Nelson | -1/+4 | |
| 2021-01-17 | Fix typo (#1027) | Martin Geisler | -1/+1 | |
| 2021-01-17 | Note that `--check` now allows using any stage | Joshua Nelson | -4/+1 | |
| 2021-01-16 | improved the readablity of a line | ashosive | -1/+1 | |
| 2021-01-16 | Fixed a grammatical error in hardawre requirements section | saki-osive | -1/+1 | |
| 2021-01-14 | Corrected MIR file path and fixed a typo (#1020) | saki-osive | -2/+2 | |
| 2021-01-12 | Add a note about UI test entry limitation (#1019) | Yuki Okushi | -0/+17 | |
| 2021-01-10 | Add context to dated information (#1013) | Iñaki Garay | -67/+90 | |
| * Fixes #924 Add context to dated information * Fixes #924 Addressed comments and some uses of 'currently' * Update src/contributing.md Co-authored-by: Joshua Nelson <joshua@yottadb.com> * Update src/salsa.md Co-authored-by: Joshua Nelson <joshua@yottadb.com> * Fixes #924 Addressed comments * Fixes #924 Fixed line lengths. Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2021-01-10 | Update 'Workspace structure' section (#1017) | Camelid | -6/+12 | |
| * Update description of `src/` * Note that `library/` also contains the Rust runtime | ||||
| 2021-01-09 | Point to `HirId` instead of `NodeId` | Camelid | -1/+1 | |
| 2021-01-09 | Fix typo (#1016) | Camelid | -1/+1 | |
| "currenty"! | ||||
| 2021-01-05 | Break up long line | Ryan Levick | -1/+2 | |
| 2021-01-05 | Remove backticks and comment about possible bug | Ryan Levick | -5/+1 | |
| 2021-01-05 | Update src/compiler-debugging.md | Ryan Levick | -3/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2021-01-05 | Make instructions for configuring compiler for debug more explicit | Ryan Levick | -10/+20 | |
| 2021-01-04 | Remove old sentence that should have been removed | Camelid | -6/+3 | |
| It was mistakenly not removed in #997. | ||||
| 2021-01-04 | Fix "Potential incomplete link" error on compiler-debugging.md | Yuki Okushi | -1/+3 | |
| 2021-01-04 | Update mdbook | Eric Huss | -1/+1 | |
| 2021-01-04 | Add link to rust-analyzer docs on getting started page | Ryan Levick | -1/+2 | |
| 2021-01-04 | Fix some typos | Sebastian Widua | -2/+2 | |
| 2021-01-03 | Tweak wording around provider purity | Camelid | -3/+3 | |
| 2021-01-02 | Fix typo (reflex -> reflect) | Laurențiu Nicola | -1/+1 | |
| 2021-01-01 | Clarify that `check` uses a different stage than `build` (#999) | Joshua Nelson | -1/+5 | |
| 2020-12-31 | Fix broken link for `BoundRegion` (#998) | Yuki Okushi | -2/+2 | |
