| Age | Commit message (Expand) | Author | Lines |
| 2021-03-30 | Rollup merge of #83643 - JohnTitor:is-freeze-no-longer-uses-span, r=RalfJung | Dylan DPC | -1/+0 |
| 2021-03-29 | Remove a FIXME resolved by #73578 | JohnTitor | -1/+0 |
| 2021-03-27 | Address more review comments | Joshua Nelson | -1/+35 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -252/+6 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -30/+22 |
| 2021-03-27 | Rollup merge of #82525 - RalfJung:unaligned-ref-warn, r=petrochenkov | Dylan DPC | -6/+0 |
| 2021-03-27 | Rollup merge of #81351 - lcnr:big-money-big-prices, r=oli-obk | Dylan DPC | -13/+4 |
| 2021-03-28 | Rollup merge of #83526 - klensy:lazy-too, r=petrochenkov | Yuki Okushi | -4/+5 |
| 2021-03-27 | make unaligned_refereces future-incompat lint warn-by-default, and remove the... | Ralf Jung | -6/+0 |
| 2021-03-27 | update tests | lcnr | -3/+3 |
| 2021-03-27 | combine: stop eagerly evaluating consts | Bastian Kauschke | -10/+1 |
| 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 | Use iter::zip in compiler/ | Josh Stone | -30/+22 |
| 2021-03-26 | Auto merge of #83465 - michaelwoerister:safe-read_raw_bytes, r=cjgillot | bors | -2/+2 |
| 2021-03-25 | Auto merge of #82743 - jackh726:resolve-refactor, r=nikomatsakis | bors | -11/+21 |
| 2021-03-25 | Auto merge of #83424 - cjgillot:noparam, r=lcnr | bors | -20/+2 |
| 2021-03-25 | Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code. | Michael Woerister | -2/+2 |
| 2021-03-25 | Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry | bors | -6/+20 |
| 2021-03-24 | Review comments | Jack Huey | -4/+14 |
| 2021-03-24 | resolve late lifetimes by item | Jack Huey | -10/+10 |
| 2021-03-23 | GenericParam does not need to be a HIR owner. | Camille GILLOT | -20/+2 |
| 2021-03-23 | Update with comments | kadmin | -2/+2 |
| 2021-03-23 | Update with comments | kadmin | -4/+5 |
| 2021-03-23 | Add query for const_param_default | kadmin | -13/+31 |
| 2021-03-23 | progress, stuff compiles now | lcnr | -1/+9 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -24/+29 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+1 |
| 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/+56 |
| 2021-03-21 | Move decision aboute noalias into codegen_llvm | Nikita Popov | -20/+11 |
| 2021-03-21 | Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obk | Dylan DPC | -39/+54 |
| 2021-03-21 | Rollup merge of #82707 - BoxyUwU:errooaaar, r=oli-obk | Dylan DPC | -2/+19 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -7/+6 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -32/+48 |
| 2021-03-20 | Auto merge of #82919 - bstrie:stabchar, r=dtolnay | bors | -1/+0 |
| 2021-03-19 | Stabilize `assoc_char_funcs` and `assoc_char_consts` | bstrie | -1/+0 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -6/+20 |
| 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 | Auto merge of #82951 - sexxi-goose:wr-mir-replace-methods2, r=nikomatsakis | bors | -34/+53 |
| 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 |