| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -13/+13 | |
| Found with `git grep -P '\b([a-z]+)\s+\1\b'` | ||||
| 2018-12-24 | Auto merge of #56770 - satyarohith:patch-1, r=Centril | bors | -2/+2 | |
| docs(rustc): make hello() public Running the example code [here](https://doc.rust-lang.org/rustc/what-is-rustc.html#basic-usage) throws error: ``` error[E0603]: function `hello` is private --> src/main.rs:4:10 | 4 | foo::hello(); | ^^^^^ ``` Making `hello()` public fixes the problem. | ||||
| 2018-12-14 | Fixes broken links | Roberto Vidal | -2/+2 | |
| 2018-12-13 | fix: make hello public | Satya Rohith | -2/+2 | |
| 2018-12-13 | Stabilize `linker-flavor` flag. | David Wood | -0/+7 | |
| This commit moves the linker-flavor flag from a debugging option to a codegen option, thus stabilizing it. There are no feature flags associated with this flag. | ||||
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -2/+2 | |
| 2018-10-16 | [Rustc Book] Quotes around value in --cfg example | Havvy (Ryan Scheel) | -1/+1 | |
| 2018-10-15 | [Rustc Book] Explain --cfg's arguments | Havvy (Ryan Scheel) | -0/+5 | |
| 2018-10-14 | Unused result warning: "X which must" ↦ "X that must" | varkor | -3/+3 | |
| 2018-09-08 | docs: Use dollar sign for all bash prompts | Behnam Esfahbod | -7/+10 | |
| Making it consistent across the board, as most of them already use `$`. Also split one continues bash run into two, to make it easier see different runs: one with warning and another with error. | ||||
| 2018-09-07 | Rollup merge of #53550 - brson:recurring, r=estebank | kennytm | -2/+2 | |
| librustc_lint: In recursion warning, change 'recurring' to 'recursing' The existing wording seems incorrect. Aside: This warning, 'function cannot return without recursing' is not perfectly clear - it implies that the function _can_ return, it's just got to recurse. But really the fn cannot return period. Clearer wording: 'function recurses infinitely; it cannot return'; or 'function is infinitely self-recursive; it cannot return, and this is probably an error'. I like that. | ||||
| 2018-08-20 | librustc_lint: In recursion warning, change 'recurring' to 'recursing' | Brian Anderson | -2/+2 | |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -3/+3 | |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -1/+1 | |
| 2018-05-15 | Turn deprecation lint `legacy_imports` into a hard error | Vadim Petrochenkov | -37/+0 | |
| 2018-05-03 | ignore erroneous example | Hoàng Đức Hiếu | -1/+1 | |
| 2018-05-03 | fix error text | Hoàng Đức Hiếu | -1/+1 | |
| 2018-05-03 | doc: move incoherent_fundamental_impls to deny-by-default listing | Hoàng Đức Hiếu | -41/+41 | |
| 2018-04-24 | more nits | steveklabnik | -3/+3 | |
| 2018-04-23 | review nits | steveklabnik | -9/+8 | |
| 2018-04-16 | write docs for targets | steveklabnik | -0/+38 | |
| 2018-04-16 | fill out contributing | steveklabnik | -0/+5 | |
| 2018-04-16 | fill out command line arguments | steveklabnik | -2/+61 | |
| 2018-04-10 | add codegen options section | steveklabnik | -0/+208 | |
| 2018-04-09 | fix tests | steveklabnik | -27/+29 | |
| 2018-04-09 | more lints | steveklabnik | -46/+1035 | |
| 2018-04-09 | document deny by default lints | steveklabnik | -12/+237 | |
| 2018-04-09 | add a lot of text about lints | steveklabnik | -0/+824 | |
| 2018-04-09 | add targets to TOC | steveklabnik | -0/+6 | |
| 2018-04-09 | write 'what is rustc' | steveklabnik | -0/+67 | |
| 2018-04-09 | write headings for command line arguments | steveklabnik | -2/+58 | |
| 2018-04-09 | fix authorship in book.toml | steveklabnik | -1/+1 | |
| 2018-04-09 | Add a TOC | steveklabnik | -3/+23 | |
| 2018-04-09 | initialize the rustc book | steveklabnik | -0/+10 | |
