| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -3/+3 | |
| Now that support has been removed, all lingering use cases are renamed. | ||||
| 2015-01-20 | rustc: Remove deprecated flags | Alex Crichton | -1/+2 | |
| This commit removes a number of deprecated flags from the compiler: * opt-level => -C opt-level * debuginfo => -C debuginfo * print-crate-name => --print crate-name * print-file-name => --print file-names * no-trans => -Z no-trans * no-analysis => -Z no-analysis * parse-only => -Z parse-only * dep-info => --emit dep-info This commit also moves the --pretty flag behind `-Z unstable-options` as the pretty printer will likely not be stable for 1.0 cc #19051 | ||||
| 2015-01-02 | Use `derive` rather than `deriving` in tests | Nick Cameron | -6/+6 | |
| 2014-04-16 | pprust: Handle multi-stmt/no-expr `ExprFnBlock` | klutzy | -0/+26 | |
| Fixes #12685 | ||||
