| Age | Commit message (Expand) | Author | Lines |
| 2021-02-05 | Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-... | bors | -295/+158 |
| 2020-12-17 | Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper | Yuki Okushi | -9/+46 |
| 2020-12-15 | Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obk | bors | -5/+5 |
| 2020-12-13 | Rollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPC | Yuki Okushi | -2/+3 |
| 2020-12-12 | Auto merge of #79553 - sexxi-goose:mir_min_cap_writeback, r=nikomatsakis | bors | -123/+376 |
| 2020-12-11 | use if let Some(x) = .. instead of ...map(|x|) to conditionally run fns that... | Matthias Krüger | -2/+3 |
| 2020-12-09 | Use precise places when lowering Closures in THIR | Aman Arora | -47/+65 |
| 2020-12-09 | Use Places for captures in MIR | Aman Arora | -22/+128 |
| 2020-12-09 | Also generate `StorageDead` in constants | oli | -41/+16 |
| 2020-12-06 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -5/+5 |
| 2020-12-06 | Move handling UpvarRef to PlaceBuilder | Aman Arora | -78/+207 |
| 2020-12-06 | Implement lowering of if-let guards to MIR | LeSeulArtichaut | -9/+46 |
| 2020-12-04 | Avoid leaking block expression values | Matthew Jasper | -149/+288 |
| 2020-12-04 | Use `record_operands_moved` more aggresively | Matthew Jasper | -5/+17 |
| 2020-12-04 | Simplify unscheduling of drops after moves | Matthew Jasper | -30/+22 |
| 2020-11-24 | Use the name "auto traits" everywhere in the compiler | Camelid | -1/+1 |
| 2020-11-17 | Remove THIR::ExprKind::SelfRef | Aman Arora | -4/+0 |
| 2020-11-17 | Move capture lowering from THIR to MIR | Aman Arora | -0/+82 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -1/+1 |
| 2020-11-15 | Rollup merge of #79036 - cjgillot:steal, r=oli-obk | Jonas Schievink | -1/+1 |
| 2020-11-14 | Move Steal to rustc_data_structures. | Camille GILLOT | -1/+1 |
| 2020-11-09 | address reviewer comments | mark | -5/+6 |
| 2020-11-07 | fix #72680 by explicitly checking for or-pattern before test | mark | -0/+10 |
| 2020-11-05 | Auto merge of #78638 - vn-ki:bindigs-after-at-issue-69971, r=oli-obk | bors | -0/+44 |
| 2020-11-04 | `u128` truncation and sign extension are not just interpreter related | oli | -3/+2 |
| 2020-11-03 | review comments | Vishnunarayan K I | -10/+10 |
| 2020-11-03 | preserve bindings order for Some | Vishnunarayan K I | -5/+28 |
| 2020-11-02 | new fix method and update tests | Vishnunarayan K I | -15/+23 |
| 2020-11-02 | reverse binding order in matches ... | Vishnunarayan K I | -1/+14 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -30/+15 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -1/+1 |
| 2020-10-27 | Rollup merge of #78377 - LeSeulArtichaut:patch-docs, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-10-25 | Fix typo in debug statement | LeSeulArtichaut | -1/+1 |
| 2020-10-21 | rustc_mir: support MIR-inlining #[track_caller] functions. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-10-21 | rustc_mir: track inlined callees in SourceScopeData. | Eduard-Mihai Burtescu | -1/+2 |
| 2020-10-17 | Auto merge of #77124 - spastorino:const-exprs-rfc-2920, r=oli-obk | bors | -1/+7 |
| 2020-10-17 | Remove unused cached_unreachable_block from MIR builder | Tomasz Miąsko | -14/+0 |
| 2020-10-16 | Lower inline const down to MIR | Santiago Pastorino | -1/+7 |
| 2020-10-14 | documentation fix | Ding Xiang Fei | -2/+3 |
| 2020-10-10 | Refactor how SwitchInt stores jump targets | Jonas Schievink | -31/+29 |
| 2020-10-05 | Auto merge of #77552 - ecstatic-morse:body-def-id, r=lcnr | bors | -1/+1 |
| 2020-10-05 | Auto merge of #77466 - Aaron1011:reland-drop-tree, r=matthewjasper | bors | -726/+768 |
| 2020-10-04 | Replace `(Body, DefId)` with `Body` where possible | Dylan MacKenzie | -1/+1 |
| 2020-10-04 | HACK: Overwrite the MIR's source with the correct const param | Dylan MacKenzie | -1/+7 |
| 2020-10-04 | Remember the `MirSource` for each `Body` | Dylan MacKenzie | -2/+9 |
| 2020-10-04 | Apply suggestions from review | Aaron Hill | -2/+2 |
| 2020-10-04 | Fix broken link | Aaron Hill | -1/+1 |
| 2020-10-04 | Fix rebase fallout | Aaron Hill | -3/+3 |
| 2020-10-04 | Address review comments | Matthew Jasper | -5/+5 |
| 2020-10-04 | Add some more comments | Matthew Jasper | -7/+22 |