| Age | Commit message (Expand) | Author | Lines |
| 2021-03-28 | Rollup merge of #83526 - klensy:lazy-too, r=petrochenkov | Yuki Okushi | -4/+5 |
| 2021-03-27 | lazily calls some fns | klensy | -4/+5 |
| 2021-03-26 | fix doc comment for `ty::Dynamic | lcnr | -1/+1 |
| 2021-03-26 | Auto merge of #83465 - michaelwoerister:safe-read_raw_bytes, r=cjgillot | bors | -2/+2 |
| 2021-03-25 | Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code. | Michael Woerister | -2/+2 |
| 2021-03-24 | resolve late lifetimes by item | Jack Huey | -2/+2 |
| 2021-03-23 | Update with comments | kadmin | -1/+1 |
| 2021-03-23 | Update with comments | kadmin | -4/+5 |
| 2021-03-23 | Add query for const_param_default | kadmin | -13/+25 |
| 2021-03-23 | progress, stuff compiles now | lcnr | -1/+5 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -24/+29 |
| 2021-03-22 | Auto merge of #83376 - Dylan-DPC:rollup-s2fsjwj, r=Dylan-DPC | bors | -2/+5 |
| 2021-03-22 | Rollup merge of #83367 - richkadel:query-err-msg, r=jyn514 | Dylan DPC | -2/+5 |
| 2021-03-22 | Auto merge of #83273 - cjgillot:endecode, r=michaelwoerister | bors | -50/+7 |
| 2021-03-21 | Improve error message for unassigned query provider | Rich Kadel | -2/+5 |
| 2021-03-21 | Don't compute optimized PointerKind for unoptimized builds | Nikita Popov | -17/+24 |
| 2021-03-21 | Don't consider !Unpin references as noalias | Nikita Popov | -3/+52 |
| 2021-03-21 | Move decision aboute noalias into codegen_llvm | Nikita Popov | -20/+11 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -1/+2 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -32/+48 |
| 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 | Remove FingerprintEncoder/Decoder. | Camille GILLOT | -13/+0 |
| 2021-03-19 | Move raw bytes handling to Encoder/Decoder. | Camille GILLOT | -0/+6 |
| 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 | Move IntEncodedWithFixedSize to rustc_serialize. | Camille GILLOT | -37/+1 |
| 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 |