| Age | Commit message (Expand) | Author | Lines |
| 2021-06-19 | Revert "Allow specifying alignment for functions" | Mark Rousskov | -8/+14 |
| 2021-06-05 | Remove `_` from E0121 diagnostic suggestions | Deadbeef | -1/+1 |
| 2021-05-28 | Auto merge of #85607 - LeSeulArtichaut:thir-unsafeck-closures, r=nikomatsakis | bors | -4/+47 |
| 2021-05-28 | Auto merge of #84968 - FabianWolff:master, r=estebank | bors | -3/+8 |
| 2021-05-27 | Test THIR unsafeck for unsafe ops in closures | LeSeulArtichaut | -4/+47 |
| 2021-05-27 | Rollup merge of #84221 - ABouttefeux:generic-arg-elision, r=estebank | Dylan DPC | -1/+4 |
| 2021-05-25 | show list of candidates | Aliénore Bouttefeux | -1/+2 |
| 2021-05-25 | Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakis | bors | -8/+8 |
| 2021-05-24 | Replace more "NULL" with "null" | LeSeulArtichaut | -1/+1 |
| 2021-05-22 | Make the THIR unsafeck use the `thir_body` query | LeSeulArtichaut | -8/+8 |
| 2021-05-22 | change from review and show full type if it can be deref | Aliénore Bouttefeux | -1/+1 |
| 2021-05-21 | Check for use of mutable/extern statics in THIR unsafeck | LeSeulArtichaut | -5/+63 |
| 2021-05-21 | remove generic argument insead of displaying "_" | Aliénore Bouttefeux | -1/+1 |
| 2021-05-20 | Check for raw pointer dereference in THIR unsafeck | LeSeulArtichaut | -3/+18 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -1/+2 |
| 2021-05-13 | Auto merge of #85258 - GuillaumeGomez:rollup-kzay7o5, r=GuillaumeGomez | bors | -5/+40 |
| 2021-05-13 | Rollup merge of #85240 - Aaron1011:no-suggest-static, r=davidtwco | Guillaume Gomez | -2/+0 |
| 2021-05-13 | Rollup merge of #85068 - luqmana:78708-xcrate-diag, r=estebank | Guillaume Gomez | -3/+40 |
| 2021-05-13 | Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obk | bors | -20/+0 |
| 2021-05-13 | fix test suite | Ralf Jung | -20/+0 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -6/+70 |
| 2021-05-12 | Don't suggest adding `'static` lifetime to arguments | Aaron Hill | -2/+0 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -44/+44 |
| 2021-05-11 | Test `-Zthir-unsafeck` for unused unsafe blocks | LeSeulArtichaut | -3/+26 |
| 2021-05-11 | Test `-Zthir-unsafeck` for unsafe function calls | LeSeulArtichaut | -3/+44 |
| 2021-05-11 | Auto merge of #82272 - b-naber:gat_diag, r=estebank,jackh726 | bors | -26/+26 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -26/+26 |
| 2021-05-09 | remove const_fn feature gate | Ralf Jung | -4/+2 |
| 2021-05-08 | Add tests. | Luqman Aden | -3/+40 |
| 2021-05-07 | Rollup merge of #84734 - tmandry:compiletest-needs-unwind, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2021-05-06 | Better rustc_on_unimplemented, and UI test fixes | Scott McMurray | -1/+2 |
| 2021-05-06 | Fix up/ignore failing ui tests on fuchsia | Tyler Mandry | -0/+1 |
| 2021-05-06 | Fix incorrect suggestions for E0605 | Fabian Wolff | -3/+8 |
| 2021-05-03 | Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplett | bors | -1/+1 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -1/+1 |
| 2021-05-03 | Rollup merge of #84818 - ABouttefeux:enum-suggest, r=jackh726 | Dylan DPC | -3/+12 |
| 2021-05-03 | Rollup merge of #84784 - JulianKnodt:suggest_const, r=lcnr | Dylan DPC | -0/+5 |
| 2021-05-02 | add suggestion for unit enum variant when matched with a patern | Aliénore Bouttefeux | -3/+12 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -5/+5 |
| 2021-05-01 | Add help message for unused type param | kadmin | -0/+5 |
| 2021-04-23 | Tweak suggestion output | Esteban Küber | -0/+15 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -12/+11 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -3/+1 |
| 2021-04-15 | elision of generic argument in E0599 if the methode has not been found anywhe... | Aliénore Bouttefeux | -1/+3 |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de... | Manish Goregaokar | -8/+8 |
| 2021-04-12 | Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkor | Dylan DPC | -13/+37 |
| 2021-04-09 | Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-04-09 | reduce threads spawned by ui-tests | The8472 | -0/+1 |
| 2021-04-08 | Suggest return type | Esteban Küber | -2/+8 |
| 2021-04-08 | Suggest changing impl parameter types to match trait | Esteban Küber | -7/+25 |