| 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 | Rollup merge of #81298 - lcnr:big-money-big-prices, r=oli-obk | Jonas Schievink | -23/+18 |
| 2021-01-23 | Rollup merge of #81275 - jyn514:time-render, r=wesleywiser | Jonas Schievink | -21/+16 |
| 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/+18 |
| 2021-01-23 | Rollup merge of #81243 - osa1:fix_80742_2, r=RalfJung | Jonas Schievink | -0/+4 |
| 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 | Calculate self-profile strings in `Compiler::enter` instead in codegen | Joshua Nelson | -10/+13 |
| 2021-01-23 | Auto merge of #80579 - RalfJung:no-fallible-promotion, r=oli-obk | bors | -52/+93 |
| 2021-01-23 | replace RefCell with Cell in FnCtxt | Bastian Kauschke | -23/+18 |
| 2021-01-23 | Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkov | bors | -50/+28 |
| 2021-01-23 | Auto merge of #81017 - Aaron1011:collect-trailing-token, r=petrochenkov | bors | -118/+124 |
| 2021-01-22 | Edit rustc_middle::dep_graph module documentation | pierwill | -7/+10 |
| 2021-01-22 | Remove special casing of rustdoc in rustc_lint | Joshua Nelson | -11/+3 |
| 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 | -62/+173 |
| 2021-01-22 | Rollup merge of #81236 - estebank:everybody-loop-now, r=oli-obk | Mara Bos | -62/+173 |
| 2021-01-22 | Auto merge of #81101 - tmiasko:combine-now, r=nagisa | bors | -285/+78 |
| 2021-01-22 | Auto merge of #80558 - lcnr:gat-variance, r=matthewjasper | bors | -17/+2 |
| 2021-01-22 | do promote array indexing if we know it is in-bounds | Ralf Jung | -15/+49 |
| 2021-01-22 | update const_err description | Ralf Jung | -26/+7 |
| 2021-01-22 | avoid promoting division, modulo and indexing operations that could fail | Ralf Jung | -13/+39 |
| 2021-01-22 | Auto merge of #81135 - jyn514:no-backticks, r=flip1995 | bors | -3/+2 |
| 2021-01-21 | Do not suggest using a break label when one is already present | Esteban Küber | -6/+11 |
| 2021-01-21 | Fix clippy and comment | Esteban Küber | -1/+1 |
| 2021-01-21 | Parse loop labels missing a leading `'` | Esteban Küber | -6/+48 |
| 2021-01-21 | Avoid emitting redundant "unused label" lint | Esteban Küber | -1/+3 |
| 2021-01-21 | Tweak error for invalid `break expr` | Esteban Küber | -20/+56 |
| 2021-01-21 | Add loop head span to hir | Esteban Küber | -19/+29 |
| 2021-01-21 | Suggest `'a` when given `a` only when appropriate | Esteban Küber | -9/+19 |
| 2021-01-21 | Account for labels when suggesting `loop` instead of `while true` | Esteban Küber | -3/+9 |
| 2021-01-22 | Refactor token collection to capture trailing token immediately | Aaron Hill | -118/+124 |
| 2021-01-22 | Auto merge of #81177 - Aaron1011:fix/force-capture-tokens, r=petrochenkov | bors | -70/+99 |
| 2021-01-21 | Add more self-profile info to rustc_resolve | Joshua Nelson | -10/+8 |
| 2021-01-21 | Lower closure prototype after its body. | Camille GILLOT | -13/+18 |
| 2021-01-21 | mir: Improve size_of handling when arg is unsized | Ömer Sinan Ağacan | -0/+4 |
| 2021-01-21 | Auto merge of #81122 - tmiasko:no-drop, r=davidtwco | bors | -41/+20 |
| 2021-01-21 | require gat substs to be invariant | Bastian Kauschke | -17/+2 |
| 2021-01-21 | Rollup merge of #81187 - eltociear:patch-6, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2021-01-21 | Rollup merge of #81185 - osa1:fix_80742, r=oli-obk | Yuki Okushi | -4/+7 |
| 2021-01-21 | Rollup merge of #81178 - tmiasko:no-landing-pads, r=oli-obk | Yuki Okushi | -24/+9 |
| 2021-01-21 | Rollup merge of #81046 - rylev:unknown-external-crate, r=estebank | Yuki Okushi | -4/+17 |
| 2021-01-20 | Force token collection to run when parsing nonterminals | Aaron Hill | -70/+99 |
| 2021-01-20 | Auto merge of #81118 - ojeda:metadata-obj, r=nagisa | bors | -4/+16 |
| 2021-01-19 | Auto merge of #80957 - tgnottingham:direct_serialize_depgraph, r=michaelwoeri... | bors | -170/+328 |
| 2021-01-19 | Fix ICE in mir when evaluating SizeOf on unsized type | Ömer Sinan Ağacan | -4/+7 |