| Age | Commit message (Expand) | Author | Lines |
| 2021-09-04 | Tracking issue for UNSUPPORTED_CALLING_CONVENTIONS | Simonas Kazlauskas | -1/+1 |
| 2021-09-04 | Fix loading large rlibs | Mark Rousskov | -1/+1 |
| 2021-09-04 | Concrete regions can show up in mir borrowck if the originated from there. | Oli Scherer | -9/+1 |
| 2021-08-27 | Do not ICE on HIR based WF check when involving lifetimes | Esteban Küber | -3/+4 |
| 2021-08-27 | Split critical edge targeting the start block | Tomasz Miąsko | -1/+3 |
| 2021-08-20 | Mir borrowck does not generate lifetime variables for 'static lifetimes durin... | Oli Scherer | -0/+1 |
| 2021-07-24 | Auto merge of #87338 - SparrowLii:MaybeTrait, r=wesleywiser | bors | -33/+17 |
| 2021-07-23 | Auto merge of #86429 - JohnTitor:get-by-key-enum-part-2, r=oli-obk | bors | -50/+24 |
| 2021-07-24 | Rollup merge of #87322 - chazkiker2:fix/suggestion-ref-sync-send, r=estebank | Yuki Okushi | -5/+30 |
| 2021-07-24 | Rollup merge of #86410 - spastorino:get_value_matching, r=oli-obk | Yuki Okushi | -7/+33 |
| 2021-07-23 | Add ConstraintLocator docs | Santiago Pastorino | -1/+8 |
| 2021-07-23 | Add VecMap::get_value_matching and assert if > 1 element | Santiago Pastorino | -6/+25 |
| 2021-07-23 | Rollup merge of #87373 - Aaron1011:hir-wf-field, r=estebank | Yuki Okushi | -5/+7 |
| 2021-07-23 | Sort features alphabetically | Yuki Okushi | -13/+13 |
| 2021-07-23 | Use `map_while` instead of `take_while` + `map` | Yuki Okushi | -4/+6 |
| 2021-07-23 | Improve `get_by_key_enumerated` more | Yuki Okushi | -39/+11 |
| 2021-07-23 | Auto merge of #87287 - oli-obk:fixup_fixup_fixup_opaque_types, r=spastorino | bors | -107/+70 |
| 2021-07-22 | Squash all commits. | chaz-kiker | -5/+30 |
| 2021-07-22 | Auto merge of #86212 - pnkfelix:mainline-targetted-revert-81473-warn-write-on... | bors | -6/+2 |
| 2021-07-22 | Extend HIR WF checking to fields | Aaron Hill | -5/+7 |
| 2021-07-22 | Auto merge of #87366 - GuillaumeGomez:rollup-7muueab, r=GuillaumeGomez | bors | -20/+2 |
| 2021-07-22 | Rollup merge of #87307 - michaelwoerister:pgo-unwind-msvc, r=nagisa | Guillaume Gomez | -20/+1 |
| 2021-07-22 | Rollup merge of #87281 - rust-lang:issue-81487, r=nikomatsakis | Guillaume Gomez | -0/+1 |
| 2021-07-22 | Resolve nested inference variables. | Oli Scherer | -19/+7 |
| 2021-07-22 | Remove an unnecessary variable | Oli Scherer | -2/+1 |
| 2021-07-22 | Use instrument debugging for more readable logs | Oli Scherer | -13/+9 |
| 2021-07-22 | Make mir borrowck's use of opaque types independent of the typeck query's result | Oli Scherer | -87/+66 |
| 2021-07-22 | Fix VecMap::iter_mut | Oli Scherer | -5/+6 |
| 2021-07-22 | Auto merge of #86619 - rylev:incr-hashing-profiling, r=wesleywiser | bors | -15/+75 |
| 2021-07-22 | Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebank | bors | -47/+172 |
| 2021-07-22 | Auto merge of #87250 - robojumper:87199-sized-relaxation, r=nikomatsakis | bors | -0/+1 |
| 2021-07-21 | Allow some temporarily dead code. | Felix S. Klock II | -0/+2 |
| 2021-07-21 | Revert PR 81473 to resolve (on mainline) issues 81626 and 81658. | Felix S. Klock II | -6/+0 |
| 2021-07-22 | Auto merge of #87246 - rust-lang:placeholder-pretty, r=nikomatsakis | bors | -36/+108 |
| 2021-07-21 | Improve caching during trait evaluation | Aaron Hill | -28/+49 |
| 2021-07-21 | Rollup merge of #87346 - rylev:rename-force-warn, r=nikomatsakis | Eric Huss | -6/+6 |
| 2021-07-21 | Rollup merge of #87342 - midgleyc:add-E0757-long, r=GuillaumeGomez | Guillaume Gomez | -1/+34 |
| 2021-07-21 | Rollup merge of #87321 - midgleyc:add-E0722-long, r=GuillaumeGomez | Guillaume Gomez | -1/+32 |
| 2021-07-21 | Rollup merge of #87311 - oli-obk:nll_suggestion_span, r=estebank | Guillaume Gomez | -4/+6 |
| 2021-07-21 | Rollup merge of #87273 - fee1-dead:impl-const-impl-bounds, r=oli-obk | Guillaume Gomez | -22/+34 |
| 2021-07-21 | Rollup merge of #87206 - matthiaskrgr:clippy_collect, r=davidtwco | Guillaume Gomez | -9/+5 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -6/+6 |
| 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-21 | Correct fmt | surechen | -10/+7 |
| 2021-07-21 | Simplify the collecting of `? Trait` bounds in where clause | surechen | -33/+20 |