| Age | Commit message (Expand) | Author | Lines |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -0/+4 |
| 2021-08-14 | Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obk | bors | -32/+81 |
| 2021-08-14 | Auto merge of #85020 - lrh2000:named-upvars, r=tmandry | bors | -2/+70 |
| 2021-08-13 | handle the case when container is not impl | Deadbeef | -5/+3 |
| 2021-08-13 | Relate impl | Deadbeef | -0/+13 |
| 2021-08-13 | Make selection and evaluation caches use constness | Deadbeef | -2/+2 |
| 2021-08-13 | Inherited use constness and assoc change predicate | Deadbeef | -0/+9 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -30/+59 |
| 2021-08-13 | Auto merge of #87927 - spastorino:use-def-id-typeckresults, r=oli-obk | bors | -3/+1 |
| 2021-08-12 | Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb | Manish Goregaokar | -16/+8 |
| 2021-08-12 | Add c_enum_min_bits to target spec | Manish Goregaokar | -16/+8 |
| 2021-08-11 | Make concrete_opaque_types be FxHashSet<DefId> | Santiago Pastorino | -3/+1 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -3/+0 |
| 2021-08-07 | Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc | bors | -0/+1 |
| 2021-08-06 | Auto merge of #87777 - the8472:fix-mir-max-rss, r=oli-obk,joshtriplett | bors | -5/+7 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -1/+0 |
| 2021-08-05 | replace Vec<u8> with Box<[u8]> | The8472 | -5/+4 |
| 2021-08-05 | use box->vec conversion API that doesn't reallocate | The8472 | -1/+1 |
| 2021-08-05 | use zeroed allocation instead of eagerly initializing the memory | The8472 | -3/+6 |
| 2021-08-04 | Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis | bors | -74/+119 |
| 2021-08-04 | Auto merge of #87568 - petrochenkov:localevel, r=cjgillot | bors | -44/+22 |
| 2021-08-03 | Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3 | bors | -0/+5 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -74/+119 |
| 2021-08-03 | Do not suggest impl traits as type arguments | Yuki Okushi | -0/+15 |
| 2021-08-03 | Implement pointer casting. | Charles Lew | -0/+5 |
| 2021-08-02 | Auto merge of #87248 - RalfJung:ctfe-partial-overwrite, r=oli-obk | bors | -23/+58 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-08-01 | Auto merge of #87546 - rusticstuff:issue87450-take-two, r=davidtwco | bors | -1/+5 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -1/+1 |
| 2021-07-31 | rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables | Vadim Petrochenkov | -44/+22 |
| 2021-07-31 | typo | Ralf Jung | -1/+1 |
| 2021-07-31 | CTFE: throw unsupported error when partially overwriting a pointer | Ralf Jung | -23/+58 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -0/+112 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-28 | Bail on any found recursion when expanding opaque types | Hans Kratz | -1/+5 |
| 2021-07-28 | Auto merge of #86251 - Smittyvb:thir-tree-again, r=oli-obk | bors | -0/+6 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -0/+11 |
| 2021-07-27 | Rollup merge of #87427 - RalfJung:no-mir-for, r=oli-obk | Yuki Okushi | -3/+0 |
| 2021-07-27 | Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelix | Yuki Okushi | -1/+6 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -1/+0 |
| 2021-07-25 | Auto merge of #83723 - cjgillot:ownernode, r=petrochenkov | bors | -183/+103 |
| 2021-07-25 | Use more of OwnerNode. | Camille GILLOT | -54/+43 |
| 2021-07-25 | Use OwnerNode in indexing. | Camille GILLOT | -106/+57 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -18/+2 |
| 2021-07-25 | clippy::needless_question_mark | Matthias Krüger | -1/+1 |
| 2021-07-25 | Merge the BTreeMap in hir::Crate. | Camille GILLOT | -9/+5 |
| 2021-07-25 | Add inferred args to typeck | kadmin | -6/+1 |
| 2021-07-25 | Add generic arg infer | kadmin | -0/+16 |
| 2021-07-24 | Hide allocator details from TryReserveError | Kornel | -0/+1 |
| 2021-07-24 | Support -Z unpretty=thir-tree again | Smitty | -0/+6 |