| Age | Commit message (Expand) | Author | Lines |
| 2023-03-15 | Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202... | bjorn3 | -518/+308 |
| 2023-03-10 | Rollup merge of #108017 - chbaker0:fix-105967, r=chbaker0 | Matthias Krüger | -18/+10 |
| 2023-03-09 | Don't export of __rust_* alloc symbols if not codegened | Collin Baker | -18/+10 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+2 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -3/+1 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -3/+1 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+4 |
| 2023-02-27 | Implement checked Shl/Shr at MIR building. | Camille GILLOT | -23/+0 |
| 2023-02-27 | Unify all validity check intrinsics | Nilstrieb | -49/+31 |
| 2023-02-27 | Rollup merge of #108364 - Nilstrieb:validity-checks-refactor, r=compiler-errors | Matthias Krüger | -3/+7 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -9/+9 |
| 2023-02-23 | Unify validity checks into a single query | Nilstrieb | -3/+7 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -2/+2 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -2/+2 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -0/+5 |
| 2023-02-18 | Stop implementing _with_overflow intrinsics in codegen backends. | Camille GILLOT | -14/+0 |
| 2023-02-18 | Adapt cg_clif. | Camille GILLOT | -10/+7 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -5/+5 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -11/+7 |
| 2023-02-15 | Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obk | bors | -3/+10 |
| 2023-02-14 | Make permit_uninit/zero_init fallible | Michael Goulet | -3/+10 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -6/+6 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -1/+1 |
| 2023-02-09 | Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-202... | bjorn3 | -269/+450 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -0/+2 |
| 2023-01-27 | Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr | bors | -1/+1 |
| 2023-01-26 | add EarlyBinder::no_bound_vars | Kyle Matsuda | -1/+1 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -1/+1 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -1/+1 |
| 2023-01-27 | Auto merge of #107269 - bjorn3:sync_cg_clif-2023-01-24, r=bjorn3 | bors | -52/+484 |
| 2023-01-26 | Auto merge of #107314 - matthiaskrgr:rollup-j40lnlj, r=matthiaskrgr | bors | -1/+2 |
| 2023-01-26 | Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillot | bors | -2/+5 |
| 2023-01-25 | Fix CI | bjorn3 | -24/+4 |
| 2023-01-25 | Vendor newer version of cranelift-native | bjorn3 | -0/+270 |
| 2023-01-24 | Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-202... | bjorn3 | -52/+234 |
| 2023-01-23 | Thread a ParamEnv down to might_permit_raw_init | Ben Kimock | -2/+5 |
| 2023-01-23 | Update codegen cranelift for ConstEvalCounter | Bryan Garza | -0/+2 |
| 2023-01-22 | abi: add `AddressSpace` field to `Primitive::Pointer` | Erik Desjardins | -1/+2 |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -1/+1 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -1/+1 |
| 2022-12-21 | Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung | bors | -2/+4 |
| 2022-12-14 | Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-202... | bjorn3 | -396/+715 |
| 2022-12-13 | Rename `assert_uninit_valid` intrinsic | Nilstrieb | -2/+4 |
| 2022-12-11 | bug! with a better error message for failing Instance::resolve | Michael Goulet | -4/+3 |
| 2022-12-11 | Use rint instead of roundeven | Jules Bertholet | -0/+2 |
| 2022-12-11 | Add `round_ties_even` to `f32` and `f64` | Jules Bertholet | -0/+2 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -2/+4 |
| 2022-12-03 | Auto merge of #97485 - bjorn3:new_archive_writer, r=wesleywiser | bors | -219/+5 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -2/+2 |