| Age | Commit message (Expand) | Author | Lines |
| 2021-07-22 | Add a regression test | Oli Scherer | -0/+24 |
| 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 | -261/+162 |
| 2021-07-22 | Fix VecMap::iter_mut | Oli Scherer | -5/+6 |
| 2021-07-22 | Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebank | bors | -91/+240 |
| 2021-07-22 | Auto merge of #87250 - robojumper:87199-sized-relaxation, r=nikomatsakis | bors | -0/+57 |
| 2021-07-22 | Auto merge of #87246 - rust-lang:placeholder-pretty, r=nikomatsakis | bors | -46/+118 |
| 2021-07-21 | Auto merge of #86946 - Aaron1011:eval-proj-obligation, r=nikomatsakis | bors | -28/+49 |
| 2021-07-21 | Improve caching during trait evaluation | Aaron Hill | -28/+49 |
| 2021-07-21 | Auto merge of #87351 - ehuss:rollup-pga85az, r=ehuss | bors | -89/+186 |
| 2021-07-21 | Rollup merge of #87346 - rylev:rename-force-warn, r=nikomatsakis | Eric Huss | -43/+43 |
| 2021-07-21 | Rollup merge of #87326 - ehuss:update-cargo, r=ehuss | Eric Huss | -0/+0 |
| 2021-07-21 | Rollup merge of #87278 - lnicola:rust-analyzer-2021-07-19, r=lnicola | Eric Huss | -16/+15 |
| 2021-07-21 | Rollup merge of #87024 - weihanglo:issue-85494, r=Manishearth | Eric Huss | -19/+72 |
| 2021-07-21 | Rollup merge of #81864 - ijackson:globalalloc-example, r=Amanieu | Eric Huss | -11/+56 |
| 2021-07-21 | Auto merge of #87347 - GuillaumeGomez:rollup-ke92xxc, r=GuillaumeGomez | bors | -61/+184 |
| 2021-07-21 | Rollup merge of #87342 - midgleyc:add-E0757-long, r=GuillaumeGomez | Guillaume Gomez | -1/+35 |
| 2021-07-21 | Rollup merge of #87321 - midgleyc:add-E0722-long, r=GuillaumeGomez | Guillaume Gomez | -2/+34 |
| 2021-07-21 | Rollup merge of #87311 - oli-obk:nll_suggestion_span, r=estebank | Guillaume Gomez | -12/+14 |
| 2021-07-21 | Rollup merge of #87301 - chinmaydd:chinmaydd-patch-1-1, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-07-21 | Rollup merge of #87279 - sunfishcode:document-unix-argv, r=RalfJung | Guillaume Gomez | -2/+16 |
| 2021-07-21 | Rollup merge of #87273 - fee1-dead:impl-const-impl-bounds, r=oli-obk | Guillaume Gomez | -22/+49 |
| 2021-07-21 | Rollup merge of #87230 - GuillaumeGomez:docblock-table-overflow, r=notriddle | Guillaume Gomez | -11/+23 |
| 2021-07-21 | Rollup merge of #87206 - matthiaskrgr:clippy_collect, r=davidtwco | Guillaume Gomez | -9/+5 |
| 2021-07-21 | Rollup merge of #87187 - oxalica:fix-nixos-detect, r=nagisa | Guillaume Gomez | -1/+7 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -43/+43 |
| 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/+27 |
| 2021-07-21 | docs: GlobalAlloc: Make example only require 4096-aligned static | Ian Jackson | -3/+3 |
| 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 | Auto merge of #86847 - tlyu:stdin-forwarders, r=joshtriplett | bors | -1/+44 |
| 2021-07-21 | Auto merge of #82653 - jyn514:submodules-on-demand, r=Mark-Simulacrum | bors | -113/+173 |
| 2021-07-20 | Update all submodules that rustbuild doesn't depend on lazily | Joshua Nelson | -113/+173 |
| 2021-07-20 | Auto merge of #87168 - the8472:flatten-len, r=scottmcm | bors | -1/+133 |
| 2021-07-20 | Update cargo | Eric Huss | -0/+0 |
| 2021-07-20 | Add long explanation for E0722 | Chris Midgley | -2/+27 |
| 2021-07-20 | Auto merge of #87312 - ehuss:update-books, r=ehuss | bors | -0/+0 |
| 2021-07-21 | Fix NixOS detection | oxalica | -1/+7 |
| 2021-07-20 | Update books | Eric Huss | -0/+0 |
| 2021-07-20 | Auto merge of #87247 - crlf0710:merge-libterm-into-libtest, r=nagisa | bors | -410/+133 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -91/+240 |
| 2021-07-20 | Get back the more precise suggestion spans of old regionck | Oli Scherer | -12/+14 |
| 2021-07-20 | docs: GlobalAlloc: completely replace example with one that works | Ian Jackson | -11/+56 |
| 2021-07-20 | Auto merge of #87310 - spastorino:update_miri, r=RalfJung | bors | -12/+8 |
| 2021-07-20 | Update MIRI | Santiago Pastorino | -12/+8 |