| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-06-24 | Implement lint plugins | Keegan McAllister | -0/+11 | |
| 2014-06-13 | librustc: Forbid `transmute` from being called on types whose size is | Patrick Walton | -2/+4 | |
| only known post-monomorphization, and report `transmute` errors before the code is generated for that `transmute`. This can break code that looked like: unsafe fn f<T>(x: T) { let y: int = transmute(x); } Change such code to take a type parameter that has the same size as the type being transmuted to. Closes #12898. [breaking-change] | ||||
| 2014-06-09 | std: Move dynamic_lib from std::unstable to std | Brian Anderson | -1/+1 | |
| This leaves a deprecated reexport in place temporarily. Closes #1457. | ||||
| 2014-06-09 | Document rustc::plugin | Keegan McAllister | -5/+99 | |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -0/+246 | |
| See RFC 22. [breaking-change] | ||||
