| Age | Commit message (Expand) | Author | Lines |
| 2023-03-09 | Pacify tidy. | Camille GILLOT | -2/+2 |
| 2023-03-09 | Ignore AscribeUserType in unsafeck to avoid duplicate diagnostics. | Camille GILLOT | -1/+3 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -1/+12 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -159/+16 |
| 2023-03-09 | Auto merge of #108178 - cjgillot:ssa-deref, r=oli-obk | bors | -16/+40 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -159/+16 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -12/+10 |
| 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 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-02-16 | Properly check for builtin derives | clubby789 | -2/+2 |