| Age | Commit message (Expand) | Author | Lines |
| 2021-08-25 | Auto merge of #88242 - bonega:allocation_range, r=oli-obk | bors | -16/+23 |
| 2021-08-24 | Auto merge of #87900 - jackh726:issue-87429, r=nikomatsakis | bors | -2/+2 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -2/+2 |
| 2021-08-23 | When checking associated type bounds, use bound vars for GAT params in param_env | jackh726 | -2/+2 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -33/+33 |
| 2021-08-23 | add `with_start` and `with_end` | Andreas Liljeqvist | -5/+3 |
| 2021-08-23 | Rename to WrappingRange | Andreas Liljeqvist | -8/+8 |
| 2021-08-23 | implement contains_zero method | Andreas Liljeqvist | -4/+2 |
| 2021-08-23 | remove commented code | Andreas Liljeqvist | -4/+0 |
| 2021-08-22 | Use custom wrap-around type instead of Range | Andreas Liljeqvist | -14/+29 |
| 2021-08-22 | Rollup merge of #88211 - petrochenkov:withhilo, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -12/+12 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -2/+2 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -19/+19 |
| 2021-08-21 | Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakis | bors | -5/+49 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -2/+2 |
| 2021-08-21 | cleanup: `Span::new` -> `Span::with_lo` | Vadim Petrochenkov | -1/+1 |
| 2021-08-21 | Auto merge of #88149 - Mark-Simulacrum:prep-never-type, r=jackh726 | bors | -6/+46 |
| 2021-08-20 | move `fallback_if_possible` and friends to fallback.rs | Niko Matsakis | -6/+0 |
| 2021-08-20 | Require a box expression's type to be Sized | Anton Golov | -0/+2 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+46 |
| 2021-08-18 | Auto merge of #87781 - est31:remove_box, r=oli-obk | bors | -7/+6 |
| 2021-08-18 | Remove box syntax from rustc_middle | est31 | -7/+6 |
| 2021-08-18 | Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis | bors | -1/+1 |
| 2021-08-18 | Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr... | Charles Lew | -5/+44 |
| 2021-08-18 | Properly generate multiple candidates for trait upcasting coercion. | Charles Lew | -0/+5 |
| 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 | update polonius-engine to 0.13 | Rémy Rakic | -1/+1 |
| 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 |