about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2023-03-16Mention debug assertions labelLangston Barrett-0/+5
2023-03-16Mention debug assertionsLangston Barrett-0/+10
2023-03-16Address review commentsLangston Barrett-7/+9
2023-03-16mir-opt*-level*, not mir-optLangston Barrett-2/+2
2023-03-16Address review commentsLangston Barrett-8/+35
2023-03-16Add chapter on fuzzingLangston Barrett-0/+106
2023-03-16Fix "Crate disambiguator" in libs-and-metadata.mdHoblovski-3/+2
2023-03-14alert when date gets stale (by using date-check annotation)Tshepang Mbambo-1/+2
2023-03-14fix date-check annotation some moreTshepang Mbambo-1/+1
2023-03-14fix date-check annotationTshepang Mbambo-1/+1
2023-03-14typoTshepang Mbambo-1/+1
2023-03-14Update rustdoc-internals.mdMichael Howell-87/+141
2023-03-13Rename `config.toml.example` to `config.example.toml`Thom Chiovoloni-7/+7
2023-03-12fix typo `SubstRef` to `SubstsRef`Yutaro Ohno-1/+1
2023-03-10improve accuracyTshepang Mbambo-2/+1
2023-03-10tracing log along diff cratesbohan-0/+4
2023-03-08Fix Rust Analyzer settings locationclubby789-4/+4
This file was moved in https://github.com/rust-lang/rust/pull/108618
2023-03-06Reflect the changes in rust-lang/rust#67000 (#1632)Yuki Okushi-7/+6
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-03-06improve capacity note (#1634)Tshepang Mbambo-14/+16
2023-03-03Remove mention to lexer/parser refactoringYuki Okushi-3/+0
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-03-03Update date reference about infer context variablesYuki Okushi-1/+1
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-03-03Update explnation about `Body.basic_blocks`Yuki Okushi-3/+2
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-03-03Add detail to contributing guide (#1628)apiraino-0/+15
2023-03-03Making the sentence more clear (#1624)Mika-1/+1
2023-03-03Fixed typing error (#1623)Mika-1/+1
2023-03-03update error code docs to reflect recent changes (#1625)Ezra Shaw-93/+108
2023-02-27Fixed typing errors (#1622)Mika-2/+2
2023-02-21this remains true (#1620)Tshepang Mbambo-1/+1
2023-02-21diagnostics: small fixes/improvements (#1618)Tshepang Mbambo-3/+3
2023-02-21typo (#1616)Tshepang Mbambo-1/+1
2023-02-21typo (#1617)Tshepang Mbambo-1/+1
2023-02-20keep "grey area" lint summary green (#1619)Tshepang Mbambo-5/+6
This replaces link to a removed lint with a link to discussion of lints of its type.
2023-02-20new solver: write canonicalization chapter (#1595)lcnr-6/+80
* write canonicalization chapter first half * w * review * very good section * whatever * review * ok
2023-02-19bootstrap now creates a usable toolchain when building stage0 stdThe 8472-0/+1
2023-02-18llvm 13 is now not supported (#1612)Tshepang Mbambo-3/+1
2023-02-18enable AND search (#1607)Tshepang Mbambo-0/+3
2023-02-18Vetting deps datecheck (#1614)Tshepang Mbambo-4/+3
2023-02-18accept review suggestionTshepang Mbambo-1/+1
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
2023-02-18fmtTshepang Mbambo-3/+3
2023-02-18add Dev Desktops noteTshepang Mbambo-1/+4
2023-02-18fix and clarify llvm bugfix policy (#1611)Tshepang Mbambo-4/+4
2023-02-18impl review suggestionTshepang Mbambo-1/+1
See https://github.com/rust-lang/rustc-dev-guide/pull/1605#discussion_r1110388310
2023-02-18lower-case "Compiler" in headings, for consistency (and looks)Tshepang Mbambo-11/+11
2023-02-18Explain what the rest of the backend agnostic page is aboutNoah Lev-5/+8
2023-02-18Bump dependencies to fix CI (#1610)Noah Lev-2/+2
2023-02-17accept review suggestionTshepang Mbambo-1/+1
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
2023-02-17address review commentTshepang Mbambo-2/+3
See - https://github.com/rust-lang/rustc-dev-guide/pull/1606#discussion_r1109298849 - https://github.com/rust-lang/rustc-dev-guide/pull/1606#discussion_r1109298280
2023-02-17rustc_codegen_ssa feels permanent enough not to need date-checkTshepang Mbambo-3/+4
2023-02-17make use of the symlink, to ease things (#1608)Tshepang Mbambo-3/+3
2023-02-16have checkboxes only point to date-check lines in files (#1603)Tshepang Mbambo-1/+1
They currently also point to filenames, which is redundant. current - [ ] thir.md - [ ] line 7: 2022-04 - [ ] line 60: 2022-08 - [ ] traits/chalk.md - [ ] line 4: 2022-05 proposed - thir.md - [ ] line 7: 2022-04 - [ ] line 60: 2022-08 - traits/chalk.md - [ ] line 4: 2022-05