| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-06-30 | Revert "Stabilize RangeArgument" | Steven Fackler | -1/+2 | |
| This reverts commit 143206d54d7558c2326212df99efc98110904fdb. | ||||
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -2/+1 | |
| Move it and Bound to core::ops while we're at it. Closes #30877 | ||||
| 2017-05-28 | fix translation of MSVC funclets that loop to their own start | Ariel Ben-Yehuda | -0/+7 | |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -1/+1 | |
| Removes occurences of anonymous parameters from the rustc codebase, as they are to be deprecated. See issue #41686 and RFC 1685. | ||||
| 2017-03-22 | Add resize() method to IndexVec. | Michael Woerister | -0/+7 | |
| 2017-03-10 | Add extra methods to IndexVec and implement TypeFoldable for it | James Miller | -0/+23 | |
| Adds `get`/`get_mut` accessors and `drain`/`drain_enumerated` iterators to IndexVec. Implements TypeFoldable for IndexVec. | ||||
| 2016-11-03 | A way to remove otherwise unused locals from MIR | Simonas Kazlauskas | -0/+15 | |
| Replaces the hack where a similar thing is done within trans. | ||||
| 2016-06-28 | refactor rustc_metadata to use CamelCase names and IndexVec | Ariel Ben-Yehuda | -0/+6 | |
| 2016-06-23 | add control flow graph and algorithms. add dominator to mir | Scott A Carr | -1/+9 | |
| 2016-06-09 | make the basic_blocks field private | Ariel Ben-Yehuda | -1/+20 | |
| 2016-06-09 | introduce the type-safe IdxVec and use it instead of loose indexes | Ariel Ben-Yehuda | -0/+209 | |
