| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-09 | Update src/queries/profiling.md | Santiago Pastorino | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-09-09 | Update def_id.rs location | Santiago Pastorino | -1/+1 | |
| 2020-09-09 | Fix typo, hellow -> hello | Santiago Pastorino | -1/+1 | |
| 2020-09-09 | Add ./ to run x.py | Santiago Pastorino | -1/+1 | |
| 2020-09-09 | Update prerequisites, with an eye towards windows (#863) | Joshua Nelson | -6/+14 | |
| * Update prerequisites, with an eye towards windows * Address review comments - Say version of MSVC needed - Link to more details windows section - Fix grammar | ||||
| 2020-09-09 | Fix broken hyperlink (#862) | Joshua Nelson | -1/+3 | |
| * Fix broken hyperlink * Link to previous pages instead of skipping ahead * Fix line lengths | ||||
| 2020-09-09 | Add information about default stages for x.py | Joshua Nelson | -0/+14 | |
| 2020-09-09 | Fix typo | Joshua Nelson | -1/+1 | |
| 2020-09-09 | Document speculative crate loading (#859) | Joshua Nelson | -0/+17 | |
| 2020-09-08 | Update error codes to match the current implementation | Joshua Nelson | -12/+16 | |
| - All codes are in one crate, `rustc_error_codes` - Extended descriptions are loaded using `include_str!` - Give an example of a PR adding an error code | ||||
| 2020-09-07 | Consolidate information about bootstrapping into one place (#851) | Joshua Nelson | -50/+38 | |
| Previously, 'How to build and run' had a long section on the different stages of boostrap. But new contributors aren't interested in bootstrap; they want to start their build (because they heard it takes forever and want to start it so they aren't waiting more than necessary). This moves the section on stages into the bootstrapping page, and links there instead of discussing it on the main page. | ||||
| 2020-09-07 | Document CGU partioning in case of generic and inline functions | Aman Arora | -0/+20 | |
| 2020-09-07 | Update src/building/how-to-build-and-run.md | Tshepang Lekhonkhobe | -1/+1 | |
| 2020-09-07 | Link to 'prerequisites' immediately | Joshua Nelson | -0/+3 | |
| Several of the commands on 'how to build' use python. But we haven't yet told the user how to install it! Do that first before going into detail on how x.py works. | ||||
| 2020-09-06 | Rename src/rustc to compiler/rustc | Ivan Tham | -2/+2 | |
| 2020-09-03 | update docs to refer to the move | Gus Wynn | -7/+4 | |
| 2020-09-03 | Fix dep-graph-caller-callee test location | Santiago Pastorino | -3/+3 | |
| 2020-09-02 | Adds documentation to cover spanview output | Rich Kadel | -3/+29 | |
| Documents the feature introduced in #76074. | ||||
| 2020-08-31 | Use fewer stages in bootstrapping docs | Joshua Nelson | -2/+2 | |
| After https://github.com/rust-lang/rust/pull/73964, they're redundant. | ||||
| 2020-08-31 | Fix misguided suggestions in config.toml | Joshua Nelson | -8/+0 | |
| - `verbose-tests` is for debugging the test harness, not the tests themselves. See also https://github.com/rust-lang/rust/pull/76141 - `codegen-units` defaults to `256` whenever `incremental = true`. So there's no need to explicitly set it to `0` if we already recommend incremental. See also https://github.com/rust-lang/rustc-dev-guide/pull/795#discussion_r479762977. | ||||
| 2020-08-31 | Typo | Who? Me?! | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-08-31 | fix typos | mark | -3/+3 | |
| 2020-08-31 | fix line lengths | mark | -3/+4 | |
| 2020-08-31 | fix links and names after compiler mv to compiler/ | mark | -146/+145 | |
| 2020-08-26 | nits | Tshepang Lekhonkhobe | -3/+3 | |
| 2020-08-26 | Apply review suggestion | Camelid | -2/+2 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-08-26 | Clarify section on MIR construction | Camelid | -5/+6 | |
| 2020-08-23 | Add new section to have a local HTTP server easily (#833) | Guillaume Gomez | -0/+16 | |
| 2020-08-21 | fix type in example (#832) | Gurwinder Singh | -1/+1 | |
| Because the below explanation says that function type is `fn(u32) -> u32` | ||||
| 2020-08-19 | Remove duplicate MIR chapter entry (#830) | Yuki Okushi | -5/+6 | |
| 2020-08-17 | Document how to use build task for x.py check (#828) | Aleksey Kladov | -0/+22 | |
| 2020-08-17 | Link ref to edge concept in graph theory | Lzu Tao | -1/+2 | |
| 2020-08-17 | Remove unneeded hashmarks (#826) | Who? Me?! | -4/+4 | |
| Co-authored-by: Joshua Nelson <jyn514@gmail.com> | ||||
| 2020-08-16 | Address revuew comments | Matthew Jasper | -5/+5 | |
| 2020-08-16 | Document serialization in rustc | Matthew Jasper | -0/+165 | |
| 2020-08-11 | Some small fixes (#823) | Takayuki Nakata | -6/+6 | |
| * Fix some typos * Update from `typeck_tables_of` to `typeck` * Fix comment | ||||
| 2020-08-04 | Use angle brackets to turn URL into a link | Takayuki Nakata | -2/+1 | |
| 2020-08-04 | Fix typo | Takayuki Nakata | -1/+1 | |
| 2020-08-04 | Fix a broken link | Takayuki Nakata | -1/+1 | |
| 2020-08-04 | Enable a link | Takayuki Nakata | -1/+2 | |
| 2020-08-03 | Some small fixes | Takayuki Nakata | -3/+2 | |
| 2020-08-03 | Fix typo | Takayuki Nakata | -1/+1 | |
| 2020-08-03 | Fix: crates -> a list of crates | Takayuki Nakata | -2/+2 | |
| 2020-08-03 | Avoid "whitelist" | Takayuki Nakata | -7/+7 | |
| Fixed according to https://github.com/rust-lang/rust/commit/62cf767a4a39b47677d18110359d9e7152dc9d1c | ||||
| 2020-08-03 | Fix examples not working | Takayuki Nakata | -4/+1 | |
| 2020-08-02 | Prefer `::` than `.` | Yuki Okushi | -4/+4 | |
| 2020-08-02 | Fix link/wording for `parse_nt` | Yuki Okushi | -2/+3 | |
| 2020-08-02 | Typo | Who? Me?! | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-08-02 | some updates after std libs move | mark | -18/+29 | |
| 2020-08-02 | Typo | Who? Me?! | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
