| Age | Commit message (Expand) | Author | Lines |
| 2021-07-21 | Rollup merge of #87342 - midgleyc:add-E0757-long, r=GuillaumeGomez | Guillaume Gomez | -1/+34 |
| 2021-07-21 | docs: normalise wording in line with docs | Chris Midgley | -1/+1 |
| 2021-07-21 | docs: add additional links for ffi_pure / ffi_const | Chris Midgley | -2/+10 |
| 2021-07-21 | Add long explanation for E0757 | Chris Midgley | -1/+26 |
| 2021-07-21 | docs: add newline before example | Chris Midgley | -0/+1 |
| 2021-07-21 | docs: remove spurious main functions | Chris Midgley | -4/+0 |
| 2021-07-21 | add working code example | Chris Midgley | -0/+10 |
| 2021-07-20 | Add long explanation for E0722 | Chris Midgley | -1/+25 |
| 2021-07-08 | Rollup merge of #86838 - lambinoo:I-69630-rust_const_unstable_check_const, r=... | Guillaume Gomez | -6/+6 |
| 2021-07-08 | fn must be const if marked with stability attribut | Lamb | -6/+6 |
| 2021-07-05 | Rollup merge of #86477 - tlyu:e0716-clarification, r=JohnTitor | Yuki Okushi | -2/+4 |
| 2021-07-04 | E0716: clarify that equivalent code example is erroneous | Taylor Yu | -2/+4 |
| 2021-07-02 | Rollup merge of #86148 - FabianWolff:issue-85855, r=varkor | Yuki Okushi | -1/+1 |
| 2021-07-01 | Minor adjustments and refactoring | Fabian Wolff | -2/+1 |
| 2021-06-29 | Fix typo and improve documentation for E0632 | Fabian Wolff | -2/+26 |
| 2021-06-24 | Auto merge of #86279 - JohnTitor:transparent-zero-size-fields, r=nikomatsakis | bors | -5/+5 |
| 2021-06-23 | Remove unused error codes from error_codes.rs and from EXEMPTED_FROM_TEST con... | Guillaume Gomez | -5/+4 |
| 2021-06-22 | Add destructuring example of E0508 | mbartlett21 | -0/+13 |
| 2021-06-14 | Adjust documentation | Yuki Okushi | -5/+5 |
| 2021-06-13 | Fix typo `with custom a custom` -> `with a custom` | Shadlock0133 | -1/+1 |
| 2021-06-08 | Check the number of generic lifetime and const parameters of intrinsics | Fabian Wolff | -1/+2 |
| 2021-06-07 | Add E0316.md | Fabian Wolff | -1/+33 |
| 2021-06-07 | Comment out unused error codes in error_codes.rs | Fabian Wolff | -15/+15 |
| 2021-06-06 | Fix corrected example in E0759.md | Fabian Wolff | -3/+3 |
| 2021-05-13 | swap function order for better read flow | Rafael Kraut | -5/+5 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -0/+50 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -1/+3 |
| 2021-04-25 | remove const_fn from some error_code descriptions | Ralf Jung | -4/+0 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -21/+1 |
| 2021-04-23 | Auto merge of #83729 - JohnTitor:issue-43913, r=estebank | bors | -6/+20 |
| 2021-04-19 | remove E0723 error code | Ralf Jung | -21/+1 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -5/+2 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -2/+4 |
| 2021-04-13 | Add compatibility info to lints | Ryan Levick | -2/+2 |
| 2021-04-08 | Fix error code tests | Ryan Levick | -2/+2 |
| 2021-04-08 | Improve error | Ryan Levick | -1/+1 |
| 2021-04-08 | Update error code docs even more | Ryan Levick | -12/+8 |
| 2021-04-08 | Proper format for error code explanations | Ryan Levick | -13/+30 |
| 2021-04-08 | Fix error code tests for now | Ryan Levick | -3/+3 |
| 2021-04-08 | Update BARE_TRAIT_OBJECT and ELLIPSIS_INCLUSIVE_RANGE_PATTERNS to errors in R... | Ryan Levick | -0/+37 |
| 2021-04-08 | Stablize `non_ascii_idents` feature. | Charles Lew | -5/+2 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -2/+1 |
| 2021-04-02 | Mention trait alias on the E0404 note | Yuki Okushi | -6/+20 |
| 2021-03-23 | progress, stuff compiles now | lcnr | -1/+1 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -1/+2 |
| 2021-03-02 | Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obk | Yuki Okushi | -16/+0 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -1/+2 |
| 2021-02-26 | Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514 | bors | -1/+1 |
| 2021-02-25 | Add feature gate for inherent associate types. | Olivier FAURE | -16/+0 |
| 2021-02-18 | Rollup merge of #82246 - jesusprubio:add-long-explanation-e0549, r=GuillaumeG... | Dylan DPC | -3/+38 |