| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-31 | Move debug_assertions_with_mut_call to nursery | flip1995 | -1/+1 | |
| 2020-01-31 | Don't trigger `debug_assert_with_mut_call` on `.await` | flip1995 | -1/+3 | |
| 2020-01-31 | Small refactor of mutable_debug_assertions | flip1995 | -24/+24 | |
| 2020-01-13 | Rustup to rust-lang/rust#68045 | Yuki Okushi | -1/+1 | |
| 2020-01-11 | Rustup to rust-lang/rust#67806 | Yuki Okushi | -3/+3 | |
| 2020-01-09 | Rustup to rust-lang/rust#67979 | Yuki Okushi | -2/+5 | |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -1/+1 | |
| 2019-12-31 | Rustup to rust-lang/rust#67707 | Yuki Okushi | -1/+1 | |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -3/+3 | |
| 2019-12-21 | rustup "Merge `ast::Mutability` and `mir::Mutability`" | Lzu Tao | -2/+2 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-11-27 | Add BorrowKind::Ref | Manish Goregaokar | -4/+4 | |
| 2019-11-25 | Rustup to rust-lang/rust#66671 | flip1995 | -3/+3 | |
| 2019-11-11 | MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureBy | Manish Goregaokar | -2/+2 | |
| 2019-10-22 | Add lint for debug_assert_with_mut_call | Marcel Hellwig | -0/+155 | |
| This lint will complain when you put a mutable function/method call inside a `debug_assert` macro, because it will not be executed in release mode, therefore it will change the execution flow, which is not wanted. | ||||
