| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-13 | Update test-implementation.md (#1937) | Tbkhi | -29/+34 | |
| * Update test-implementation.md * Update test-implementation.md | ||||
| 2024-03-13 | Extract Bootstrap into its own section (#1939) | 许杰友 Jieyou Xu (Joe) | -16/+79 | |
| * Extract Bootstrap into its own section Add brief explanation for `Step` and `Builder::ensure` as core Bootstrap internal concepts. * Drop common commands page (use `x --help` instead) * Add `make` as an alternative entry point * Add src/bootstrap/README.md link | ||||
| 2024-03-13 | typos | Tshepang Mbambo | -4/+4 | |
| Also - use proper case for rust-analyzer - reformat a bit, for sembr | ||||
| 2024-03-12 | More updates for recent diagnostics changes. | Nicholas Nethercote | -62/+60 | |
| A sequel to #1883, this covers diagnostic naming changes from rust-lang/rust/pull/121489, rust-lang/rust/pull/121780, and rust-lang/rust/pull/122132. | ||||
| 2024-03-11 | Update bibliography.md (#1912) | Tbkhi | -18/+19 | |
| Minor additions and resorting. | ||||
| 2024-03-11 | update rustc-driver-interacting-with-the-ast.md (#1930) | Tbkhi | -2/+6 | |
| * adding links * Update src/rustc-driver-interacting-with-the-ast.md Co-authored-by: Tshepang Mbambo <tshepang@gmail.com> * redo links and formatting * Update rustc-driver-interacting-with-the-ast.md --------- Co-authored-by: Tshepang Mbambo <tshepang@gmail.com> | ||||
| 2024-03-11 | Update rustc-driver-getting-diagnostics.md | Tbkhi | -3/+8 | |
| 2024-03-08 | Document that test names cannot contain dots (#1927) | 许杰友 Jieyou Xu (Joe) | -0/+3 | |
| 2024-03-04 | Update overview.md (#1898) | Tbkhi | -156/+172 | |
| * Update overview.md Various link addition and minor edits for clarity. * generic improvements * fix line lengths for ci/cd --------- Co-authored-by: Tbkhi <me.stole546@silomails.com> Co-authored-by: Oliver Dechant <ol922807@dal.ca> | ||||
| 2024-03-04 | and again | lcnr | -0/+1 | |
| 2024-03-04 | unfk links | lcnr | -0/+1 | |
| 2024-03-04 | next-solver: document caching (#1923) | lcnr | -0/+112 | |
| 2024-03-01 | Add compiletest docs for FileCheck prefixes and `//@ filecheck-flags:` (#1914) | Stuart Cook | -0/+32 | |
| This patch also adds docs for `//@ llvm-cov-flags:`, and notes that coverage tests support revisions (though none of the current tests actually do so). | ||||
| 2024-03-01 | Use different type in an example (#1908) | Arthur Milchior | -1/+1 | |
| * Use different type in an example Sentences such as «without the argument u32» were ambiguous, as there were two distincts u32. Having a single one, the one in the monomorphization of the type, remove the ambiguity. * Update src/ty.md --------- Co-authored-by: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | ||||
| 2024-03-01 | Update run-make test description (#1920) | 许杰友 Jieyou Xu (Joe) | -6/+37 | |
| 2024-03-01 | Add some more details on feature gating (#1891) | Christopher Smyth | -3/+9 | |
| * Add some more details on feature gating * Apply suggestions from code review --------- Co-authored-by: Ross Smyth <rsmyth@electrocraft.com> Co-authored-by: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | ||||
| 2024-03-01 | make shell.nix better (#1858) | Nilstrieb | -57/+24 | |
| * make shell.nix better * Mention using RUST_BOOTSTRAP_CONFIG * Move things to `buildInputs` and add `glibc.out glibc.static` This fixes the nofile-limit.rs UI test. * short lines for the short line fans * Fix pkgs | ||||
| 2024-03-01 | opaque types in new solver (#1918) | lcnr | -0/+120 | |
| * add opaque types doc * summary | ||||
| 2024-02-29 | add implied bounds doc (#1915) | lcnr | -0/+85 | |
| * add implied bounds doc * lazy type aliases also have explicit implied bounds | ||||
| 2024-02-22 | Update compiletest directives to be in `ui_test` style `//@` | 许杰友 Jieyou Xu (Joe) | -22/+21 | |
| 2024-02-21 | Add notes on tweak rust-analyzer.check.overrideCommand (#1890) | Yukang | -0/+6 | |
| 2024-02-21 | Fix more links (#1884) | Yuki Okushi | -25/+24 | |
| 2024-02-17 | Remove reference to -Z ast-json and -Z ast-json-noexpand | Matthew Woodcraft | -2/+0 | |
| These were removed in 2021. https://github.com/rust-lang/rust/pull/85993 | ||||
| 2024-02-16 | Specify ui test suite directives and add note on ignore-tidy directives | 许杰友 Jieyou Xu (Joe) | -4/+6 | |
| 2024-02-16 | Update src/tests/ui.md | Michael Goulet | -1/+1 | |
| Co-authored-by: Tshepang Mbambo <tshepang@gmail.com> | ||||
| 2024-02-16 | Update docs about ui tests now using `//@` headers | Oli Scherer | -17/+22 | |
| 2024-02-14 | Make git rebase commands more bulletproof (#1889) | Jakub Beránek | -6/+16 | |
| 2024-02-13 | updating-llvm.md: command does not work (#1887) | Tshepang Mbambo | -1/+0 | |
| 2024-02-13 | fix update llvm build command | Gnana Ganesh | -1/+1 | |
| 2024-02-11 | separate link target from normal content | Tshepang Mbambo | -3/+5 | |
| 2024-02-11 | fix sentence | Tshepang Mbambo | -3/+3 | |
| 2024-02-10 | Some updates for recent diagnostics changes. | Nicholas Nethercote | -69/+71 | |
| 2024-02-08 | Rename occurrences of 'delay_span_bug' to 'span_delayed_bug' | Gurinder Singh | -10/+9 | |
| since this method has been renamed in rustc. Also remove a link to documentation in error-guaranteed.md because it was unused | ||||
| 2024-02-07 | Update for upcoming markdown changes. (#1880) | Eric Huss | -5/+6 | |
| 2024-01-30 | Update uses of renamed BoxMeUp to PanicPayload | syvb | -10/+10 | |
| 2024-01-30 | Add links for arena and interning. (#1868) | Arthur Milchior | -7/+13 | |
| Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2024-01-30 | Improving macro expansion section (#1875) | Arthur Milchior | -9/+5 | |
| 2024-01-30 | Replace letters by foo, bar and buz in lexing example (#1870) | Arthur Milchior | -2/+2 | |
| 2024-01-30 | Fix some broken links (#1877) | David Semakula | -5/+5 | |
| 2024-01-28 | Upgrade actions to use Node.js v20 (#1863) | Yuki Okushi | -5/+5 | |
| 2024-01-28 | Fix some links (#1865) | Yuki Okushi | -26/+26 | |
| 2024-01-28 | Add link in salsa (#1866) | Arthur Milchior | -2/+8 | |
| * Add link in salsa * Update src/salsa.md Co-authored-by: León Orell Valerian Liehr <me@fmease.dev> * Update src/salsa.md Co-authored-by: León Orell Valerian Liehr <me@fmease.dev> --------- Co-authored-by: León Orell Valerian Liehr <me@fmease.dev> | ||||
| 2024-01-28 | Clarify what rt.rs is. (#1876) | Arthur Milchior | -3/+4 | |
| Most files names are relatively explicit and probably don't need to be explicited. However `rt.rs` is really not clear, and I believe it clarifies the text to indicate this is runtime service implementation. | ||||
| 2024-01-28 | update link to rustc dependencies (#1869) | the8472 | -1/+1 | |
| 2024-01-28 | Followup to #1862 (#1864) | Arthur Milchior | -3/+6 | |
| 2024-01-28 | Clarify debugging graph dependency (#1862) | Arthur Milchior | -11/+22 | |
| 2024-01-22 | Get diagnostics directly in `rustc-driver-getting-diagnostics` example (#1857) | Shoyu Vanilla | -17/+46 | |
| 2024-01-21 | Update examples (#1856) | Shoyu Vanilla | -37/+26 | |
| Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2024-01-20 | Add a perf. bot command and a link to its help page | Jakub Beránek | -1/+11 | |
| 2024-01-20 | Add some explanations for frequently used rustbot commands (#1849) | Yukang | -5/+17 | |
| * add some explain for rustbot commands * add more details about shortcuts * fix words on `r=someone` Co-authored-by: Yuki Okushi <jtitor@2k36.org> --------- Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
