| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-12-29 | Use `origin` consistently and add an example of rebasing over the wrong remote | Joshua Nelson | -10/+27 | |
| 2022-12-29 | Add more rebasing help | Joshua Nelson | -2/+41 | |
| 2022-12-25 | Fix rustc_borrowck crate name typo (#1535) | Dan Mezhiborsky | -1/+1 | |
| 2022-12-18 | Apply feedback | mejrs | -4/+4 | |
| 2022-12-18 | Add -Ztrack-diagnostics information | mejrs | -1/+37 | |
| 2022-12-14 | Add documentation for LLVM KCFI support (#1529) | Ramon de C Valle | -3/+8 | |
| This commit adds initial documentation for LLVM Kernel Control Flow Integrity (KCFI) support to the Rust compiler (see rust-lang/rust#105109 and rust-lang/rust#89653). | ||||
| 2022-12-14 | typo | Tshepang Mbambo | -1/+1 | |
| 2022-12-14 | Replace NoLandingPad with another alive Visitor | Mohammad Omidvar | -5/+3 | |
| The broken reference to the non-existing `NoLandingPad` is replaced by `LocalUseCounter` to fix this document. | ||||
| 2022-12-14 | Remove todo note | Mohammad Omidvar | -1/+0 | |
| 2022-12-14 | Replace NoLandingPad with another alive MIR pass | Mohammad Omidvar | -4/+3 | |
| The broken reference to `NoLandingPad` is replaced by `RemoveStorageMarkers` to fix this document. | ||||
| 2022-12-08 | share same link | Tshepang Mbambo | -2/+2 | |
| 2022-12-08 | chore: Update `actions/github-script` to v6 | Yuki Okushi | -3/+2 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-12-09 | fix: Fix broken links | Yuki Okushi | -8/+9 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-12-08 | Remove TyS | Oli Scherer | -16/+14 | |
| 2022-12-06 | Fix small inaccuracy in monomorph page | Jared Harp | -1/+1 | |
| 2022-12-04 | Remove duplicate paragraph (#1523) | Anirudh S | -5/+0 | |
| 2022-12-03 | clarify subtree tool policy (#1518) | Ralf Jung | -2/+4 | |
| 2022-12-03 | Typo (#1520) | Samuel Moelius | -2/+2 | |
| 2022-11-28 | Fix broken link | Joshua Nelson | -1/+1 | |
| Co-authored-by: Noah Lev <camelidcamel@gmail.com> | ||||
| 2022-11-28 | Don't use "incremental" to refer to `--keep-stage` | Joshua Nelson | -2/+2 | |
| `-C incremental` is sound and --keep-stage is not. | ||||
| 2022-11-28 | Link directly to the section on `--keep-stage` | Joshua Nelson | -1/+3 | |
| 2022-11-27 | do an actual link to detect if it breaks in future (#1517) | Tshepang Mbambo | -5/+5 | |
| Co-authored-by: Noah Lev <camelidcamel@gmail.com> | ||||
| 2022-11-26 | Triage some date-check items (#1513) | Noah Lev | -6/+6 | |
| 2022-11-22 | Update path for `try_mark_green` implementation | Ghassan Gedeon Achi | -1/+1 | |
| Updates the location of the `try_mark_green` algorithm from `compiler/rustc_middle/src/dep_graph/graph.rs` to [`compiler/rustc_middle/src/dep_graph/graph.rs`](https://github.com/rust-lang/rust/blob/stable/compiler/rustc_query_system/src/dep_graph/graph.rs#L574) . | ||||
| 2022-11-20 | Fix a broken design docs link about unused substs bug | Yuki Okushi | -1/+1 | |
| https://github.com/rust-lang/project-const-generics/pull/21 removed the link. This replaces it with an issue link mentioned on the design docs. Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-11-20 | updating-llvm: keep a calm tone (#1449) | Tshepang Mbambo | -14/+9 | |
| Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-11-20 | date-check: updating-llvm (#1424) | Tshepang Mbambo | -85/+82 | |
| 2022-11-10 | Update src/type-inference.md | lcnr | -1/+1 | |
| Co-authored-by: Tshepang Mbambo <tshepang@gmail.com> | ||||
| 2022-11-10 | extract regions | lcnr | -13/+17 | |
| 2022-11-09 | Consistent ordered list indexing | RCoder01 | -51/+51 | |
| 2022-11-09 | Document multiple alternative suggestions on diagnostic structs (#1486) | Xiretza | -6/+6 | |
| 2022-11-07 | trans -> codegen | lcnr | -1/+1 | |
| 2022-11-05 | Remove implementation details | Nilstrieb | -31/+2 | |
| 2022-11-05 | Update some more things and improve wording | Nilstrieb | -20/+10 | |
| 2022-11-05 | Update query.md | nils | -26/+8 | |
| - queries always need a description - `QueryDescription` isn't just for descriptions (it's actually not for descriptions at all now) and always implemented by the macro - queries are not grouped into categories | ||||
| 2022-11-05 | replace tabs with spaces (#1504) | Tshepang Mbambo | -13/+13 | |
| 2022-11-04 | align code blocks with their paragraphs | Tshepang Mbambo | -21/+23 | |
| 2022-11-02 | Fixes some typos (#1502) | jonathanCogan | -8/+8 | |
| * Fix some typos. Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> | ||||
| 2022-11-01 | UPDATE - mention of Diagnostic derive on enums | Jhonny Bill Mena | -3/+5 | |
| Updated Diagnostic text to use the same language used in Subdiagnostic | ||||
| 2022-10-31 | trans -> codegen (#1500) | Santiago Pastorino | -1/+1 | |
| 2022-10-27 | add note for err annotation formatting | Rageking8 | -0/+4 | |
| 2022-10-27 | Remove `--bless` from pre-push hook suggestion | Chris Denton | -2/+3 | |
| According to https://github.com/rust-lang/rust/commit/8873e33806487a0fb12143772b1a3c1544edbe0b > Running with --bless causes the push to succeed if there are fixable formatting changes, but the changes don't make it into the push. > > We should have the user rerun with --bless (or x.py fmt) and commit the changes themselves (they might want to amend a particular commit, for instance). | ||||
| 2022-10-27 | Update for highfive transition. | Eric Huss | -12/+16 | |
| 2022-10-25 | Update `traits/resolution.md` (#1494) | Michael Goulet | -90/+27 | |
| * Update `traits/resolution.md` Co-authored by: @lcnr and @spastorino * Update src/traits/resolution.md * Wrapping * Update src/traits/resolution.md Co-authored-by: Santiago Pastorino <spastorino@gmail.com> Co-authored-by: Santiago Pastorino <spastorino@gmail.com> | ||||
| 2022-10-25 | Update diagnostics to flat fluent message paths | Nilstrieb | -40/+30 | |
| As implemented in rust-lang/rust#103345 | ||||
| 2022-10-24 | Update rust-analyzer suggestions (#1487) | Lukas Wirth | -0/+2 | |
| 2022-10-23 | miri is no longer a submodule but a subtree. (#1488) | Luqman Aden | -39/+24 | |
| 2022-10-22 | fix some links (#1490) | lcnr | -14/+14 | |
| Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-10-19 | typo and grammar (#1484) | Tshepang Mbambo | -1/+2 | |
| 2022-10-12 | Add missing prerequisite for some Linux distros (#1481) | Sergio de Carvalho | -0/+1 | |
