| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-07-03 | Add the config needed to get rust-analyzer working on src/bootstrap (#1381) | Joshua Nelson | -0/+4 | |
| 2022-07-02 | Fix path to hir_id_validator.rs | Daniel Xu | -1/+1 | |
| It doesn't look like the old path ever existed. | ||||
| 2022-07-02 | leave formatOnSave to the user (#1380) | Ralf Jung | -2/+1 | |
| 2022-06-28 | diagnostics: structs with new slug syntax (#1377) | David Wood | -21/+37 | |
| Update the documentation for diagnostic structs to use the new typed identifier syntax for referring to slugs. Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2022-06-27 | Few readability fixes | EdwinRy | -3/+3 | |
| 2022-06-26 | humorust: Forbid pineapple on pizza (#1374) | Alcaro | -0/+1 | |
| 2022-06-21 | not obvious what Ex is, so rather get rid (#1372) | Tshepang Mbambo | -2/+2 | |
| 2022-06-21 | small improves (#1371) | Tshepang Mbambo | -9/+10 | |
| Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-06-21 | make clear that other versions can work (#1373) | Tshepang Mbambo | -2/+2 | |
| 2022-06-18 | Fix small `src/diagnostics.md` typo (#1370) | Omer Tuchfeld | -1/+1 | |
| 2022-06-18 | Add an "is" and rearange "We next" to "Next, we" (#1369) | Edwin | -2/+2 | |
| 2022-06-13 | diagnostics: add translation documentation | David Wood | -246/+659 | |
| - Add documentation on translation infrastructure and use of `SessionSubdiagnostic`. - Update diagnostic examples on other pages to be translatable since this is preferred. Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2022-06-13 | diagnostics: line wrapping/heading changes | David Wood | -139/+143 | |
| Minor stylistic changes to some of the diagnostic documentation: adding line wrapping to the Markdown source and changing the capitalization of the headings to be consistent with other pages. Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2022-06-13 | later -> latter | Edwin Rybarczyk | -1/+1 | |
| 2022-06-08 | Remove mention of -Zborrowck=mir with Polonius. (#1367) | Eric Huss | -1/+1 | |
| 2022-06-08 | Remove nll compare mode. (#1366) | Eric Huss | -20/+18 | |
| 2022-06-08 | add section on user types (#1359) | lcnr | -0/+54 | |
| * add section on user types * line length * review * Update src/borrow_check/type_check.md Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-06-08 | Make build scripts and proc macros work with the suggested rust-analyzer ↵ | Jonas Schievink | -2/+9 | |
| config (#1365) | ||||
| 2022-06-07 | improve rustc_interface examples a little (#1362) | Tshepang Mbambo | -21/+35 | |
| 2022-06-07 | Bump regex from 1.4.3 to 1.5.5 in /ci/date-check (#1364) | dependabot[bot] | -24/+10 | |
| Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| 2022-06-07 | Clarify cargo fallback behavior for rustup link (#1273) | Andrew Dona-Couch -- GitHub drop ICE | -0/+6 | |
| 2022-05-30 | Update rustc-driver related examples | Yuki Okushi | -16/+19 | |
| 2022-05-27 | Triage some date references related to traits | Yuki Okushi | -6/+7 | |
| 2022-05-24 | Cleanup rustdoc-internals | Yuki Okushi | -25/+8 | |
| 2022-05-24 | Fix some wording on the "Incremental Compilation In Detail" page | Yuki Okushi | -2/+2 | |
| 2022-05-24 | Exclude `tomlee.co` from link-checking (#1356) | Yuki Okushi | -1/+12 | |
| https://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/ returns 404 on CI even though it's not actually 404. So, that doesn't return any useful result, let's ignore it. Also, formatted the exclude list for readability. | ||||
| 2022-05-21 | Add note about patching dependencies and warnings. (#1354) | Eric Huss | -0/+6 | |
| 2022-05-20 | make sentence more simple (#1353) | Tshepang Lekhonkhobe | -1/+1 | |
| 2022-05-17 | Update some links and docs (#1340) | Yuki Okushi | -25/+26 | |
| 2022-05-16 | Replace a broken YouTube link (#1295) | Yuki Okushi | -3/+6 | |
| 2022-05-16 | Edit the "Compiler Source Code" chapter (#1307) | pierwill | -23/+25 | |
| Co-authored-by: Noah Lev <camelidcamel@gmail.com> Co-authored-by: pierwill <pierwill@users.noreply.github.com> Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-05-12 | Add docs for logging of queries. (#1350) | Eric Huss | -0/+24 | |
| 2022-05-12 | Fix configuration names for vscode/r-a (#1352) | Waffle Maybe | -2/+2 | |
| 2022-05-12 | Update docs for deprecated attribute (#1338) | Jacob Pratt | -18/+15 | |
| 2022-05-10 | Update overview.md (#1351) | Soroush Zare | -1/+1 | |
| Fix minor typo | ||||
| 2022-05-09 | Update date references on parallel-rustc (#1348) | Yuki Okushi | -13/+13 | |
| 2022-05-09 | mention `WithOptConstParam` (#1346) | lcnr | -0/+8 | |
| 2022-05-09 | Fix format (#1349) | Yutaro Ohno | -1/+1 | |
| 2022-05-07 | correct type of SubstsRef (#1347) | Ali MJ Al-Nasrawy | -1/+1 | |
| 2022-05-03 | Document ErrorGuaranteed (#1316) | Who? Me?! | -0/+38 | |
| * document ErrorGuaranteed * Fix typos Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> * Clarify Niko comment Co-authored-by: Niko Matsakis <niko@alum.mit.edu> Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> Co-authored-by: Niko Matsakis <niko@alum.mit.edu> | ||||
| 2022-05-02 | Edit "What the compiler does to your code" (#1306) | pierwill | -92/+124 | |
| * Edit overview.md * Fix lexer crate * Edit wording Co-authored-by: pierwill <pierwill@users.noreply.github.com> | ||||
| 2022-04-20 | Update some date refs | Yuki Okushi | -7/+7 | |
| 2022-04-20 | Fix a small typo (#1343) | printfn | -1/+1 | |
| 2022-04-14 | Extend debugging llvm section (#1290) | Felix S Klock II | -17/+94 | |
| 2022-04-14 | Send people doing *library* stabilizations over to the std-dev-guide (#1317) | scottmcm | -8/+26 | |
| Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> | ||||
| 2022-04-14 | Fix typo serious->series (#1336) | Frank Steffahn | -1/+1 | |
| 2022-04-14 | Minor type fix (#1337) | Eric Holk | -1/+1 | |
| 2022-04-14 | sessiondiagnostic: translation (#1333) | David Wood | -71/+181 | |
| 2022-04-11 | method-lookup.md improvements (#1296) | Matthew Woodcraft | -12/+13 | |
| 2022-04-11 | Consolidate crates.io convention section (#1326) | Ivor Wanders | -5/+3 | |
