| Age | Commit message (Expand) | Author | Lines |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -37/+35 |
| 2023-03-12 | Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obk | bors | -7/+4 |
| 2023-03-11 | Make the check for cache opt-in. | Camille GILLOT | -4/+4 |
| 2023-03-11 | Use ensure for thir_abstract_const. | Camille GILLOT | -5/+2 |
| 2023-03-11 | Address the new odd backticks tidy lint in compiler/ | est31 | -0/+1 |
| 2023-03-10 | Rollup merge of #108902 - lcnr:do-while-sus, r=davidtwco,Nilstrieb | Matthias Krüger | -5/+3 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+18 |
| 2023-03-09 | no more do while | lcnr | -5/+3 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -11/+1 |
| 2023-03-07 | Rollup merge of #108855 - cbeuw:mir-cast, r=tmiasko | Yuki Okushi | -1/+8 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -11/+1 |
| 2023-03-07 | Custom MIR: Support as casts | Andy Wang | -1/+8 |
| 2023-03-05 | Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillot | bors | -8/+26 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -8/+26 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -1/+1 |
| 2023-03-01 | Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errors | Matthias Krüger | -6/+5 |
| 2023-02-28 | Remove the `capture_disjoint_fields` feature | clubby789 | -6/+5 |
| 2023-02-27 | Implement checked Shl/Shr at MIR building. | Camille GILLOT | -22/+63 |
| 2023-02-26 | Access upvars through a query. | Camille GILLOT | -75/+71 |
| 2023-02-26 | Store the body type in THIR. | Camille GILLOT | -32/+8 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -9/+9 |
| 2023-02-23 | Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwU | bors | -1/+1 |
| 2023-02-23 | Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -1/+1 |
| 2023-02-22 | Use ty_error_with_guaranteed in many more places | Michael Goulet | -1/+1 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -2/+2 |
| 2023-02-21 | Associated type bounds in some places in the compiler | Michael Goulet | -1/+1 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+1 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -7/+4 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -2/+2 |
| 2023-02-02 | Put a DefId in AggregateKind. | Camille GILLOT | -2/+6 |
| 2023-01-30 | Use `Mutability::{is_mut, is_not}` | Maybe Waffle | -1/+1 |
| 2023-01-29 | Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 | Matthias Krüger | -0/+4 |
| 2023-01-27 | Restrict amount of ignored locals. | Camille GILLOT | -0/+1 |
| 2023-01-27 | Separate witness type computation from the generator transform. | Camille GILLOT | -2/+3 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -3/+1 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -1/+3 |
| 2023-01-26 | Custom mir: Add support for some remaining, easy to support constructs | Jakob Degen | -0/+14 |
| 2023-01-26 | output tree representation for thir-tree | b-naber | -0/+4 |
| 2023-01-26 | Rollup merge of #107085 - tmiasko:custom-mir-operators, r=oli-obk | Matthias Krüger | -0/+6 |
| 2023-01-20 | Auto merge of #107105 - matthiaskrgr:rollup-rkz9t7r, r=matthiaskrgr | bors | -0/+6 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -8/+8 |
| 2023-01-19 | Custom MIR: Support binary and unary operations | Tomasz Miąsko | -0/+6 |
| 2023-01-19 | Custom MIR: Support storage statements | Tomasz Miąsko | -0/+6 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -8/+8 |
| 2023-01-17 | tidy | Waffle Maybe | -1/+1 |
| 2023-01-17 | Don't call closures immediately, use `try{}` blocks | Maybe Waffle | -8/+8 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -8/+8 |
| 2022-12-22 | Fix the issue number in comment for as_local_call_operand | Tomasz Miąsko | -1/+1 |