| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-10-08 | Update sanitizer documentation | Tomasz Miąsko | -15/+57 | |
| 2021-10-08 | Mention needs-sanitizer-hwaddress directive | Tomasz Miąsko | -3/+4 | |
| 2021-10-08 | Address review comments | Oli Scherer | -10/+20 | |
| 2021-10-08 | Document tracing awesomeness | Oli Scherer | -11/+72 | |
| 2021-10-08 | Move log/tracing instructions to its own file | Oli Scherer | -136/+137 | |
| 2021-10-07 | Update src/closure.md | Eric Holk | -1/+1 | |
| Co-authored-by: Joshua Nelson <github@jyn.dev> | ||||
| 2021-10-07 | Fix accidental HTML tag | Eric 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-06 | Update 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-05 | Update some docs from 2021-10 date triage (#1224) | Noah Lev | -15/+11 | |
| 2021-09-24 | Fix a typo on closure.md (#1218) | Dave Farnham | -1/+1 | |
| 2021-09-20 | const generics update | lcnr | -4/+5 | |
| 2021-09-19 | s/--blessed/--bless/ | Tomasz Miąsko | -2/+2 | |
| 2021-09-17 | Make indentation consistent in example vscode config file | Frank Steffahn | -2/+2 | |
| 2021-09-17 | Suggests `--edition=2018` argument when using stage0/bin/rustfmt directly | Frank 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-16 | Parallel 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-12 | Clarify difference of a help vs note diagnostic. | Eric Huss | -3/+7 | |
| 2021-09-08 | remove ctag section | Andrey Cherkashin | -27/+0 | |
| 2021-09-08 | Update suggested.md | Andrey Cherkashin | -1/+0 | |
| 2021-09-08 | Update SUMMARY.md | Andrey Cherkashin | -1/+0 | |
| 2021-09-08 | Move ctag section to "Suggested Workflow" | Andrey Cherkashin | -0/+28 | |
| 2021-09-08 | Delete ctags.md | Andrey Cherkashin | -26/+0 | |
| 2021-09-08 | Clarify paragraph in "Keeping things up to date" | Noah Lev | -3/+3 | |
| 2021-09-07 | Docs: added section on rustdoc | Timothy Maloney | -0/+7 | |
| 2021-09-07 | Docs: made suggested fix | Timothy Maloney | -1/+1 | |
| 2021-09-07 | Docs: deleted copy | Timothy Maloney | -6/+0 | |
| 2021-09-07 | Docs: added section discussing core ideas | Timothy Maloney | -1/+16 | |
| 2021-09-07 | Docs: delete redundant use of correctness | Timothy Maloney | -1/+1 | |
| 2021-09-07 | Docs: consolidated parallelism information | Timothy Maloney | -47/+47 | |
| 2021-09-06 | Add links to overview.md (#1202) | Dezhi Wu | -7/+13 | |
| 2021-09-05 | Spelling change intermidiate to intermediate | sjud | -2/+2 | |
| Very importent change. | ||||
| 2021-09-05 | Fix a typo (#1200) | Dezhi Wu | -1/+1 | |
| 2021-09-01 | Documenting 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-31 | Add link to `Span` | Noah Lev | -1/+2 | |
| 2021-08-31 | Add 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-31 | Fix typo, clarify backtick wording, and use inline code | Noah Lev | -4/+4 | |
| 2021-08-28 | Trailing 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-28 | Fix warning "Renderer command uses a path relative to the renderer output ↵ | Frank Steffahn | -1/+1 | |
| directory ..." (#1194) | ||||
| 2021-08-27 | Fix a code block containing ```rust | Frank 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-26 | date-check: Recognize capitalized 'Date' as well | Noah Lev | -1/+7 | |
| Now, if people use 'Date' instead of 'date', it won't be ignored. | ||||
| 2021-08-22 | Fix typo “a Rc” → “an Rc” (#1191) | Frank Steffahn | -1/+1 | |
| 2021-08-21 | Expand 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-16 | Remove docs for old -Z profile-queries flag | Smitty | -348/+20 | |
| 2021-08-15 | update mdbook version to latest | Tshepang 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-15 | allow to quickly edit a page directly on github | Tshepang Lekhonkhobe | -0/+1 | |
| 2021-08-10 | Remove a dead link in `new-target.md` + other nits (#1186) | Rahul Butani | -6/+8 | |
| 2021-08-07 | Add description of -opt-bisect-limit LLVM option (#1182) | Bryan Cantrill | -0/+13 | |
| 2021-08-05 | Fixed team responsible for stabilization (#1181) | Yoh Deadfall | -2/+2 | |
| 2021-07-29 | Add S-Inactive PRs as another source of things contributors could work on ↵ | the8472 | -0/+6 | |
| (#1177) | ||||
| 2021-07-28 | git.md: Fix No-Merge Policy link | Dave | -1/+1 | |
