| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-02 | Fallout in tests | Niko Matsakis | -5/+2 | |
| 2015-02-23 | Properly reimplement `unsafe-code` lint to honor changing lint attributes | Ivan Petkov | -0/+49 | |
| 2015-02-22 | Fix lint-unsafe-code test from #22542 | Manish Goregaokar | -2/+5 | |
| 2015-02-19 | Unsafe lint will also check for other unsafe code | Ivan Petkov | -0/+50 | |
| Checks include declaration/implementation of unsafe functions, traits, and methods. This allows warning or forbidding all uses of unsafe code, whereas previously only unsafe blocks were caught by the lint. The lint has been renamed from `unsafe-blocks` to `unsafe-code` to reflect its new purpose. This is a minor [breaking-change] Closes #22430 | ||||
