| Age | Commit message (Expand) | Author | Lines |
| 2021-03-19 | Rollup merge of #83297 - oli-obk:why_bug_today_if_you_can_delay_to_tomorrow, ... | Dylan DPC | -5/+9 |
| 2021-03-19 | Do not ICE on ty::Error as an error must already have been reported | Oli Scherer | -5/+9 |
| 2021-03-19 | Hash hir_owner in typeck results | Aman Arora | -1/+3 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -35/+52 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -0/+1 |
| 2021-03-17 | Auto merge of #83090 - jackh726:bound_var_replacer_option, r=varkor | bors | -55/+53 |
| 2021-03-16 | Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper | bors | -141/+248 |
| 2021-03-16 | Auto merge of #82536 - sexxi-goose:handle-patterns-take-2, r=nikomatsakis | bors | -0/+28 |
| 2021-03-16 | Update compiler/rustc_middle/src/ty/consts/valtree.rs | Oli Scherer | -1/+1 |
| 2021-03-16 | Update compiler/rustc_middle/src/ty/consts/valtree.rs | Oli Scherer | -1/+2 |
| 2021-03-16 | Use delay_span_bug instead of panic in layout_scalar_valid_range | Tomasz Miąsko | -6/+9 |
| 2021-03-15 | Make functions passed to BoundVarReplacer be optional | Jack Huey | -55/+53 |
| 2021-03-15 | Add comments with examples and tests | Roxane | -1/+23 |
| 2021-03-15 | Pacify tidy | Oli Scherer | -1/+1 |
| 2021-03-15 | Do not expose fallible `to_int` operation on `Scalar`. | Oli Scherer | -1/+1 |
| 2021-03-15 | Document valtree | Oli Scherer | -0/+18 |
| 2021-03-14 | Don't encode file information for span with a dummy location | Aaron Hill | -3/+3 |
| 2021-03-14 | Use the correct FakeReadCause | Roxane | -2/+2 |
| 2021-03-14 | Introduce new fake reads | Roxane | -0/+6 |
| 2021-03-12 | Directly intern allocations so that we can write a `Lift` impl for them | Oli Scherer | -6/+29 |
| 2021-03-12 | Split pretty printer logic for scalar int and scalar ptr | Oli Scherer | -46/+67 |
| 2021-03-12 | Pull out ConstValue relating into its own function | Oli Scherer | -46/+51 |
| 2021-03-12 | Reduce the duplication in the relation logic for constants | Oli Scherer | -67/+45 |
| 2021-03-12 | Reduce destructuring and re-interning where possible | Oli Scherer | -15/+18 |
| 2021-03-12 | Resolve a FIXME around type equality checks in Relate for constants | Oli Scherer | -6/+9 |
| 2021-03-12 | Add convenience conversion methods for ScalarInt | Oli Scherer | -2/+30 |
| 2021-03-12 | Intern valtree field vector | Oli Scherer | -5/+15 |
| 2021-03-12 | Implement valtree | Oli Scherer | -2/+19 |
| 2021-03-11 | Auto merge of #82964 - Nicholas-Baron:shorten_middle_ty, r=jackh726 | bors | -1240/+1279 |
| 2021-03-10 | Moved more of the capture related types into closure.rs | Nicholas-Baron | -172/+173 |
| 2021-03-10 | Moved more types into upvar.rs (now named closure.rs) | Nicholas-Baron | -169/+170 |
| 2021-03-10 | Moved all Adt* types to adt.rs | Nicholas-Baron | -467/+488 |
| 2021-03-10 | Moved all Assoc* types to assoc.rs. | Nicholas-Baron | -162/+173 |
| 2021-03-10 | Moved types starting with 'Generic' into generics.rs. | Nicholas-Baron | -248/+259 |
| 2021-03-10 | Moved UpVar* types to a separate file. | Nicholas-Baron | -64/+74 |
| 2021-03-10 | Grouped some ungrouped use and mod lines. | Nicholas-Baron | -35/+19 |
| 2021-03-10 | Auto merge of #82982 - Dylan-DPC:rollup-mt497z7, r=Dylan-DPC | bors | -3/+5 |
| 2021-03-10 | Rollup merge of #81309 - lcnr:lazy-norm-err-msgh, r=nikomatsakis | Dylan DPC | -3/+5 |
| 2021-03-09 | address pr review comments | katelyn a. martin | -1/+19 |
| 2021-03-09 | implement unwinding abi's (RFC 2945) | katelyn a. martin | -12/+17 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -4/+4 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -5/+5 |
| 2021-03-05 | Auto merge of #82795 - m-ou-se:rollup-uzx0b92, r=m-ou-se | bors | -2/+0 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -2/+0 |
| 2021-03-04 | Typo | Oli Scherer | -1/+1 |
| 2021-03-04 | Remove a dead code path | Oli Scherer | -1/+4 |
| 2021-03-04 | Auto merge of #81114 - bugadani:generator, r=estebank | bors | -1/+1 |
| 2021-03-03 | Fix tests | Ryan Levick | -2/+0 |
| 2021-03-02 | Revert non-power-of-two vector restriction | Erin Power | -5/+0 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -1/+1 |