| Age | Commit message (Expand) | Author | Lines |
| 2021-02-20 | make `super_projection` take a `PlaceRef` | Henry Boisdequin | -7/+6 |
| 2021-02-16 | make `visit_projection` take a `PlaceRef` | Henry Boisdequin | -18/+7 |
| 2021-02-16 | update formating | Henry Boisdequin | -8/+20 |
| 2021-02-14 | use option<PlaceRef<'tcx>> to clean up mir code a little | Henry Boisdequin | -13/+12 |
| 2021-01-23 | Auto merge of #81304 - jonas-schievink:rollup-d9kuugm, r=jonas-schievink | bors | -111/+433 |
| 2021-01-23 | Rollup merge of #81301 - davidgu:patch-1, r=jonas-schievink | Jonas Schievink | -1/+1 |
| 2021-01-23 | Rollup merge of #81298 - lcnr:big-money-big-prices, r=oli-obk | Jonas Schievink | -23/+18 |
| 2021-01-23 | Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514 | Jonas Schievink | -2/+51 |
| 2021-01-23 | Rollup merge of #81283 - m-ou-se:tracking-issue-note, r=Mark-Simulacrum | Jonas Schievink | -0/+2 |
| 2021-01-23 | Rollup merge of #81281 - a1phyr:inline_path, r=dtolnay | Jonas Schievink | -0/+103 |
| 2021-01-23 | Rollup merge of #81275 - jyn514:time-render, r=wesleywiser | Jonas Schievink | -35/+48 |
| 2021-01-23 | Rollup merge of #81252 - jyn514:resolve-timing, r=petrochenkov | Jonas Schievink | -10/+8 |
| 2021-01-23 | Rollup merge of #81249 - cjgillot:issue-79537, r=oli-obk | Jonas Schievink | -13/+86 |
| 2021-01-23 | Rollup merge of #81245 - ehuss:update-cargo, r=ehuss | Jonas Schievink | -0/+1 |
| 2021-01-23 | Rollup merge of #81243 - osa1:fix_80742_2, r=RalfJung | Jonas Schievink | -3/+35 |
| 2021-01-23 | Rollup merge of #81170 - xfix:vecdeque-bug-fix, r=sfackler | Jonas Schievink | -3/+47 |
| 2021-01-23 | Rollup merge of #81130 - pierwill:edit-depnode, r=jyn514 | Jonas Schievink | -7/+10 |
| 2021-01-23 | Rollup merge of #81072 - RalfJung:place-ref-ty, r=oli-obk | Jonas Schievink | -8/+10 |
| 2021-01-23 | Rollup merge of #79841 - fintelia:patch-6, r=kennytm | Jonas Schievink | -6/+13 |
| 2021-01-23 | Fix small typo | David | -1/+1 |
| 2021-01-23 | Calculate self-profile strings in `Compiler::enter` instead in codegen | Joshua Nelson | -16/+16 |
| 2021-01-23 | Add more timing info to render_html | Joshua Nelson | -13/+31 |
| 2021-01-23 | Auto merge of #80579 - RalfJung:no-fallible-promotion, r=oli-obk | bors | -333/+331 |
| 2021-01-23 | replace RefCell with Cell in FnCtxt | Bastian Kauschke | -23/+18 |
| 2021-01-23 | Auto merge of #80715 - JulianKnodt:skip_opt, r=nagisa | bors | -7/+27 |
| 2021-01-23 | Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkov | bors | -88/+169 |
| 2021-01-23 | Auto merge of #76391 - danii:master, r=cuviper | bors | -3681/+3777 |
| 2021-01-22 | rustdoc: Fix visibility of trait and impl items | Camelid | -2/+51 |
| 2021-01-23 | Auto merge of #81017 - Aaron1011:collect-trailing-token, r=petrochenkov | bors | -118/+124 |
| 2021-01-22 | Fix <unknown> queries | Joshua Nelson | -2/+5 |
| 2021-01-22 | Edit rustc_middle::dep_graph module documentation | pierwill | -7/+10 |
| 2021-01-22 | library/core/tests/iter documentation and cleanup | Daniel Conley | -7/+37 |
| 2021-01-22 | library/core/tests/iter rearrange & add back missed doc comments | Daniel Conley | -270/+274 |
| 2021-01-22 | library/core/test/iter add newlines between tests | Daniel Conley | -1/+170 |
| 2021-01-22 | Auto merge of #79233 - yoshuawuyts:alloc-doc-alias, r=GuillaumeGomez | bors | -2/+16 |
| 2021-01-22 | Remove special casing of rustdoc in rustc_lint | Joshua Nelson | -11/+3 |
| 2021-01-22 | More clear documentation for NonNull<T> | Jonathan Behrens | -6/+13 |
| 2021-01-22 | Auto merge of #72160 - slo1:libstd-setgroups, r=KodrAus | bors | -7/+67 |
| 2021-01-22 | Note library tracking issue template in tracking issue template. | Mara Bos | -0/+2 |
| 2021-01-22 | Inline methods of Path and OsString | BenoƮt du Garreau | -0/+103 |
| 2021-01-22 | bless tests | b-naber | -1/+1 |
| 2021-01-22 | Add doc aliases for memory allocations | Yoshua Wuyts | -2/+16 |
| 2021-01-22 | add and update tests | b-naber | -38/+141 |
| 2021-01-22 | improve diagnostics for angle args | b-naber | -50/+28 |
| 2021-01-22 | Auto merge of #81271 - m-ou-se:rollup-xv7gq3w, r=m-ou-se | bors | -266/+681 |
| 2021-01-22 | Rollup merge of #81242 - jyn514:const-cap, r=sfackler | Mara Bos | -16/+14 |
| 2021-01-22 | Rollup merge of #81241 - m-ou-se:force-expr-macro-rules, r=oli-obk | Mara Bos | -10/+13 |
| 2021-01-22 | Rollup merge of #81236 - estebank:everybody-loop-now, r=oli-obk | Mara Bos | -138/+522 |
| 2021-01-22 | Rollup merge of #81233 - lzutao:dbg, r=KodrAus | Mara Bos | -0/+4 |
| 2021-01-22 | Rollup merge of #81227 - CraftSpider:struct-type-clean, r=jyn514 | Mara Bos | -53/+24 |