| Age | Commit message (Expand) | Author | Lines |
| 2021-07-06 | Make type_implements_trait not a query | Aman Arora | -1/+3 |
| 2021-07-05 | Fix double warning about illegal floating-point literal pattern | Fabian Wolff | -168/+14 |
| 2021-07-02 | Improve error reporting for modifications behind `&` references | Fabian Wolff | -6/+6 |
| 2021-07-01 | Avoid ICE on type error recovery | Esteban Küber | -0/+58 |
| 2021-06-30 | Move some UI tests to more suitable subdirs | Yuki Okushi | -620/+0 |
| 2021-06-29 | Rollup merge of #86206 - FabianWolff:issue-86188, r=Mark-Simulacrum | Yuki Okushi | -16/+60 |
| 2021-06-23 | Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3... | bors | -10/+0 |
| 2021-06-22 | Updated tests to reflect specified types in E0121 | Deadbeef | -3/+3 |
| 2021-06-20 | Auto merge of #85538 - r00ster91:iterrepeat, r=Mark-Simulacrum | bors | -3/+1 |
| 2021-06-19 | Auto merge of #86460 - JohnTitor:use-static-in-pattern-err, r=oli-obk | bors | -19/+0 |
| 2021-06-19 | Refactor `PatternError` structure | Yuki Okushi | -19/+0 |
| 2021-06-18 | Lint for unused borrows as part of UNUSED_MUST_USE | hi-rustin | -4/+4 |
| 2021-06-16 | Move some typeck-related tests to the typeck dir | Yuki Okushi | -38/+0 |
| 2021-06-16 | Update test stderr files | Aris Merchant | -10/+0 |
| 2021-06-11 | Fix type checking of return expressions outside fn bodies | Fabian Wolff | -16/+60 |
| 2021-06-05 | Remove `_` from E0121 diagnostic suggestions | Deadbeef | -1/+1 |
| 2021-06-04 | Replace some std::iter::repeat with str::repeat | r00ster91 | -3/+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 |