| Age | Commit message (Expand) | Author | Lines |
| 2021-04-30 | Auto merge of #84719 - Mark-Simulacrum:reduce-query-impl, r=davidtwco | bors | -14/+21 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -2/+19 |
| 2021-04-29 | Rollup merge of #84682 - jackh726:transitive_bounds_rebind, r=nikomatsakis | Jack Huey | -0/+4 |
| 2021-04-29 | Move iter_results to dyn FnMut rather than a generic | Mark Rousskov | -14/+21 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -2/+19 |
| 2021-04-28 | Add HAS_RE_LATE_BOUND if there are bound vars | Jack Huey | -0/+4 |
| 2021-04-27 | move `representability` out of `rustc_middle` | lcnr | -189/+2 |
| 2021-04-25 | Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkor | bors | -1/+1 |
| 2021-04-25 | Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-se | bors | -0/+7 |
| 2021-04-22 | Auto merge of #71511 - hi-rustin:rustin-patch-rename-assoc, r=eddyb,varkor | bors | -3/+3 |
| 2021-04-21 | loosen ordering restricts for `const_generics_defaults` | lcnr | -1/+1 |
| 2021-04-19 | fix few typos | klensy | -1/+1 |
| 2021-04-16 | Implement #[rustc_skip_array_during_method_dispatch] | Josh Stone | -0/+7 |
| 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 | resolve conflicts | hi-rustin | -3/+3 |
| 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 |