about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2021-10-08Update sanitizer documentationTomasz Miąsko-15/+57
2021-10-08Mention needs-sanitizer-hwaddress directiveTomasz Miąsko-3/+4
2021-10-08Address review commentsOli Scherer-10/+20
2021-10-08Document tracing awesomenessOli Scherer-11/+72
2021-10-08Move log/tracing instructions to its own fileOli Scherer-136/+137
2021-10-07Update src/closure.mdEric Holk-1/+1
Co-authored-by: Joshua Nelson <github@jyn.dev>
2021-10-07Fix accidental HTML tagEric Holk-1/+1
The markdown parser was interpreting the `<something>` in `adjust_upvar_borrow_kind_for_<something>` as an HTML tag that was hidden in the rendered text. This minor edit fixes that.
2021-10-06Update links to `rustc_mir` in Two Phase Borrows (#1226)Janggun Lee-3/+3
https://github.com/rust-lang/rust/pull/80522 split the `rustc_mir` crates into 5 crates, effectively invalidating all the direct links to `rustc_mir` in the docs. I found this while looking at the Two Phase Borrows doc, which is why I am giving out this PR to fix this.
2021-10-05Update some docs from 2021-10 date triage (#1224)Noah Lev-15/+11
2021-09-24Fix a typo on closure.md (#1218)Dave Farnham-1/+1
2021-09-20const generics updatelcnr-4/+5
2021-09-19s/--blessed/--bless/Tomasz Miąsko-2/+2
2021-09-17Make indentation consistent in example vscode config fileFrank Steffahn-2/+2
2021-09-17Suggests `--edition=2018` argument when using stage0/bin/rustfmt directlyFrank Steffahn-2/+5
2021-09-17`ty::Unevaluated`: dealing with unused substs (#1190)lcnr-0/+65
* unused ct substs * q * q * Update src/constants.md Co-authored-by: Niko Matsakis <niko@alum.mit.edu>
2021-09-16Parallel codegen (#1206)Sl1mb0-3/+15
* Described underlying data structures in parallel code generation and crates they are used in * Added links * replace crate information with description of types
2021-09-12Clarify difference of a help vs note diagnostic.Eric Huss-3/+7
2021-09-08remove ctag sectionAndrey Cherkashin-27/+0
2021-09-08Update suggested.mdAndrey Cherkashin-1/+0
2021-09-08Update SUMMARY.mdAndrey Cherkashin-1/+0
2021-09-08Move ctag section to "Suggested Workflow"Andrey Cherkashin-0/+28
2021-09-08Delete ctags.mdAndrey Cherkashin-26/+0
2021-09-08Clarify paragraph in "Keeping things up to date"Noah Lev-3/+3
2021-09-07Docs: added section on rustdocTimothy Maloney-0/+7
2021-09-07Docs: made suggested fixTimothy Maloney-1/+1
2021-09-07Docs: deleted copyTimothy Maloney-6/+0
2021-09-07Docs: added section discussing core ideasTimothy Maloney-1/+16
2021-09-07Docs: delete redundant use of correctnessTimothy Maloney-1/+1
2021-09-07Docs: consolidated parallelism informationTimothy Maloney-47/+47
2021-09-06Add links to overview.md (#1202)Dezhi Wu-7/+13
2021-09-05Spelling change intermidiate to intermediatesjud-2/+2
Very importent change.
2021-09-05Fix a typo (#1200)Dezhi Wu-1/+1
2021-09-01Documenting diagnostic items with their usage and naming conventions (#1192)Fridtjof Stoldt-0/+147
* Documenting diagnostic items with their usage and naming conventions * Fixed typos in diagnostic items documentation Co-authored-by: Camelid <camelidcamel@gmail.com> Co-authored-by: Camelid <camelidcamel@gmail.com>
2021-08-31Add link to `Span`Noah Lev-1/+2
2021-08-31Add rustc-source to suggested rust-analyzer config (#1189)Joshua Nelson-0/+1
This allows loading the sources for crates loaded from the sysroot.
2021-08-31Fix typo, clarify backtick wording, and use inline codeNoah Lev-4/+4
2021-08-28Trailing date comments in a line inside of a paragraph caused beginning of a ↵Frank Steffahn-4/+4
new paragraph. (#1196) This PR fixes the 2 occurrences of that. (I'm not sure if there's an underlying issue with mdbook or if this is working as intended.)
2021-08-28Fix warning "Renderer command uses a path relative to the renderer output ↵Frank Steffahn-1/+1
directory ..." (#1194)
2021-08-27Fix a code block containing ```rustFrank Steffahn-1/+1
This wasn't displayed correctly. Changing `` ```rust `` to `` ```rust`` made it a code block again, but the leading space was rendered as-well. (This may be an issue in mdbook, but I'm not sure.) This commit changes it to use HTML-syntax in order to get the desired result.
2021-08-26date-check: Recognize capitalized 'Date' as wellNoah Lev-1/+7
Now, if people use 'Date' instead of 'date', it won't be ignored.
2021-08-22Fix typo “a Rc” → “an Rc” (#1191)Frank Steffahn-1/+1
2021-08-21Expand THIR section with more details (#1183)Smittyvb-7/+183
* Expand THIR section with more details * Remove incorrect reference to `HirId`s Co-authored-by: Léo Lanteri Thauvin <leseulartichaut@gmail.com>
2021-08-16Remove docs for old -Z profile-queries flagSmitty-348/+20
2021-08-15update mdbook version to latestTshepang Lekhonkhobe-1/+1
v0.4.7 didn't have the feature to allow this See https://github.com/rust-lang/rustc-dev-guide/pull/1180#issuecomment-899128718
2021-08-15allow to quickly edit a page directly on githubTshepang Lekhonkhobe-0/+1
2021-08-10Remove a dead link in `new-target.md` + other nits (#1186)Rahul Butani-6/+8
2021-08-07Add description of -opt-bisect-limit LLVM option (#1182)Bryan Cantrill-0/+13
2021-08-05Fixed team responsible for stabilization (#1181)Yoh Deadfall-2/+2
2021-07-29Add S-Inactive PRs as another source of things contributors could work on ↵the8472-0/+6
(#1177)
2021-07-28git.md: Fix No-Merge Policy linkDave-1/+1