| Age | Commit message (Expand) | Author | Lines |
| 2023-03-08 | Recurse into statement before applying its effect. | Camille GILLOT | -4/+8 |
| 2023-03-08 | Refactor tracking of writes. | Camille GILLOT | -72/+58 |
| 2023-03-08 | Remove OnlyPropagateInto. | Camille GILLOT | -31/+8 |
| 2023-03-08 | Only assign value in remove_const. | Camille GILLOT | -15/+7 |
| 2023-03-08 | Do not track span in ConstProp. | Camille GILLOT | -30/+9 |
| 2023-03-08 | Simplify visit_statement. | Camille GILLOT | -65/+61 |
| 2023-03-08 | Create visit_block_data for const-prop-lint. | Camille GILLOT | -5/+5 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -12/+10 |
| 2023-03-08 | Only compute the crate hash when necessary. | Nicholas Nethercote | -1/+1 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -159/+16 |
| 2023-03-06 | Rollup merge of #108786 - saethlin:free-regions-check, r=oli-obk | Matthias Krüger | -6/+0 |
| 2023-03-06 | Auto merge of #108787 - cjgillot:sroa-lifetime, r=compiler-errors | bors | -3/+5 |
| 2023-03-05 | Rollup merge of #108764 - cjgillot:dpm-adapt, r=compiler-errors | Matthias Krüger | -6/+8 |
| 2023-03-05 | Check for free regions in MIR validation | Ben Kimock | -6/+0 |
| 2023-03-05 | Erase lifetimes in SROA. | Camille GILLOT | -3/+5 |
| 2023-03-05 | drop_tracking_mir: avoid good path bug. | Camille GILLOT | -6/+8 |
| 2023-03-05 | Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillot | bors | -5/+14 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -5/+14 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -4/+7 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-03-01 | Remove last instances of HashSet in query result types. | Michael Woerister | -12/+10 |
| 2023-02-27 | Do not grow `assignment_order` needlessly. | Camille GILLOT | -2/+5 |
| 2023-02-27 | Special case deref projections in SsaVisitor. | Camille GILLOT | -14/+35 |
| 2023-02-27 | Unify all validity check intrinsics | Nilstrieb | -12/+4 |
| 2023-02-27 | Rollup merge of #108364 - Nilstrieb:validity-checks-refactor, r=compiler-errors | Matthias Krüger | -35/+22 |
| 2023-02-25 | Auto merge of #108250 - nnethercote:rename-interner-funcs, r=compiler-errors | bors | -25/+23 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -25/+23 |
| 2023-02-23 | Unify validity checks into a single query | Nilstrieb | -35/+22 |
| 2023-02-23 | Remove dead unwinds before drop elaboration | Tomasz Miąsko | -18/+39 |
| 2023-02-23 | Rollup merge of #108208 - cjgillot:flood-enum, r=oli-obk | Matthias Krüger | -7/+18 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -4/+6 |
| 2023-02-22 | Rollup merge of #108246 - saethlin:instcombine-redundant-casts, r=compiler-er... | Guillaume Gomez | -0/+9 |
| 2023-02-20 | Remove use_ecx. | Camille GILLOT | -60/+37 |
| 2023-02-20 | Merge if-let and match. | Camille GILLOT | -67/+63 |
| 2023-02-20 | Move state fixup into a different method. | Camille GILLOT | -6/+6 |
| 2023-02-19 | Add an InstCombine for redundant casts | Ben Kimock | -0/+9 |
| 2023-02-19 | Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726 | bors | -2/+2 |
| 2023-02-18 | Replace _with_overflow instrinsics in LowerIntrinsics. | Camille GILLOT | -3/+23 |
| 2023-02-18 | Remove overflow checks from ConstProp. | Camille GILLOT | -102/+16 |
| 2023-02-18 | Use the correct place for enum variants. | Camille GILLOT | -6/+14 |
| 2023-02-18 | Flood aggregate assignments with `Top`. | Camille GILLOT | -1/+4 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -1/+1 |
| 2023-02-17 | Auto merge of #105274 - saethlin:instcombine-mut-ref, r=cjgillot | bors | -5/+1 |
| 2023-02-17 | Rollup merge of #108154 - scottmcm:start-block-cleanup, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -1/+1 |
| 2023-02-16 | `BasicBlock::new(0)` -> `START_BLOCK` [no functional changes] | Scott McMurray | -8/+8 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -11/+11 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -11/+11 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -8/+8 |
| 2023-02-17 | Rollup merge of #108104 - matthiaskrgr:into, r=compiler-errors | Matthias Krüger | -2/+1 |