| Age | Commit message (Expand) | Author | Lines |
| 2021-04-12 | Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkor | Dylan DPC | -5/+16 |
| 2021-04-09 | Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakis | bors | -22/+87 |
| 2021-04-08 | Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPC | bors | -3/+3 |
| 2021-04-08 | Use more accurate spans for trait/impl method arg divergence | Esteban Küber | -5/+16 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -3/+3 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -0/+2 |
| 2021-04-05 | Auto merge of #83406 - b-naber:issue-83510, r=lcnr | bors | -5/+31 |
| 2021-04-05 | Don't concatenate binders across types | Jack Huey | -22/+87 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -0/+24 |
| 2021-04-02 | Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank | bors | -16/+32 |
| 2021-04-01 | Inline some functions that suddenly show up more in traces | Oli Scherer | -3/+3 |
| 2021-03-31 | prevent very long compilation runtimes in LateBoundRegionNameCollector | b-naber | -5/+31 |
| 2021-03-31 | Cleanups and comments | Jack Huey | -1/+0 |
| 2021-03-31 | Fmt and test revert | Jack Huey | -6/+8 |
| 2021-03-31 | Fix new problem from rebase and a little cleanup | Jack Huey | -7/+8 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -84/+259 |
| 2021-03-31 | Track bound vars | Jack Huey | -115/+184 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -146/+184 |
| 2021-03-31 | count bound vars | Jack Huey | -6/+92 |
| 2021-03-31 | Add u32 for bound variables to Binder | Jack Huey | -12/+13 |
| 2021-03-31 | Some rebinds and dummys | Jack Huey | -4/+3 |
| 2021-03-31 | bail out early when substituting mir constants that don't need substituting | Oli Scherer | -0/+3 |
| 2021-03-31 | Add a new normalization query just for mir constants | Oli Scherer | -0/+21 |
| 2021-03-30 | Only look at blanket impls in `get_blanket_impls` | Joshua Nelson | -0/+6 |
| 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 | -139/+4 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -22/+15 |
| 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 | 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 | -22/+15 |
| 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 |