| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -2/+1 | |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -0/+1 | |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -1/+1 | |
| 2022-06-19 | Use `Span::eq_ctxt` method instead of `.ctxt() == .ctxt()` | Michael Goulet | -1/+1 | |
| 2022-04-11 | Add new `Deinit` statement kind | Jakob Degen | -0/+1 | |
| 2022-01-27 | try apply `rustc_pass_by_value` to `Span` | lcnr | -3/+3 | |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -1/+0 | |
| Remove deprecated LLVM-style inline assembly The `llvm_asm!` was deprecated back in #87590 1.56.0, with intention to remove it once `asm!` was stabilized, which already happened in #91728 1.59.0. Now it is time to remove `llvm_asm!` to avoid continued maintenance cost. Closes #70173. Closes #92794. Closes #87612. Closes #82065. cc `@rust-lang/wg-inline-asm` r? `@Amanieu` | ||||
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -3/+1 | |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -1/+0 | |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -6/+6 | |
| 2021-11-04 | clippy::perf fixes | Matthias Krüger | -2/+2 | |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -0/+693 | |
