| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-05 | Rename lint to non_autolinks | Guillaume Gomez | -2/+2 | |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -3/+3 | |
| 2020-11-05 | Add new lint for automatic_links improvements | Guillaume Gomez | -1/+2 | |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection} | LeSeulArtichaut | -0/+1 | |
| 2020-10-29 | Rollup merge of #78244 - workingjubilee:dogfood-fancy-ranges, r=varkor | Jonas Schievink | -0/+2 | |
| Dogfood {exclusive,half-open} ranges in compiler (nfc) In particular, this allows us to write more explicit matches that avoid the pitfalls of using a fully general fall-through case, yet remain fairly ergonomic. Less logic is in guard cases, more is in the actual exhaustive case analysis. No functional changes. | ||||
| 2020-10-28 | Dogfood {exclusive,half-open} ranges in compiler (nfc) | Jubilee Young | -0/+2 | |
| In particular, this allows us to write more explicit matches that avoid the pitfalls of using a fully general fall-through case, yet remain fairly ergonomic. Less logic is in guard cases, more is in the actual exhaustive case analysis. No functional changes. | ||||
| 2020-10-26 | Uplift temporary-cstring-as-ptr into rustc | Nathan Whitaker | -0/+3 | |
| 2020-10-07 | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | -3/+4 | |
| Unclosed html tag lint Part of #67799. I think `@ollie27` will be interested (`@Manishearth` too since they opened the issue ;) ). r? `@jyn514` | ||||
| 2020-10-03 | Add `unclosed_html_tags` lint | Guillaume Gomez | -3/+4 | |
| 2020-10-01 | Uplift drop-bounds lint from clippy | Michael Howell | -0/+3 | |
| 2020-09-27 | Separate `private_intra_doc_links` and `broken_intra_doc_links` into ↵ | Joshua Nelson | -0/+1 | |
| separate lints This is not ideal because it means `deny(broken_intra_doc_links)` will no longer `deny(private_intra_doc_links)`. However, it can't be fixed with a new lint group, because `broken` is already in the `rustdoc` lint group; there would need to be a way to nest groups somehow. This also removes the early `return` so that the link will be generated even though it gives a warning. | ||||
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 | |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 | |
| 2020-09-20 | use `array_windows` instead of `windows` in the compiler | Bastian Kauschke | -0/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+464 | |
