| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-10-31 | change region display to `'_#Nr`, update the `newtype_index!` macro | Niko Matsakis | -16/+19 | |
| The macro now takes a format string. It no longer defaults to using the type name. Didn't seem worth going through contortions to maintain. I also changed most of the debug formats to be `foo[N]` instead of `fooN`. | ||||
| 2017-10-17 | Generate FirstStatementIndex using newtype_index macro | Santiago Pastorino | -2/+2 | |
| 2017-10-11 | Split lines longer than 100 columns | Paul Faria | -5/+10 | |
| 2017-10-11 | Move const qualifier from brackets to constant values and remove comma from ↵ | Paul Faria | -46/+35 | |
| after identifier | ||||
| 2017-10-08 | Improve newtype_index macro to handle description and constants consistently | Paul Faria | -20/+67 | |
| 2017-10-04 | Generate ScopeId using newtype_index macro | Santiago Pastorino | -1/+2 | |
| 2017-10-04 | Generate DepNodeIndexNew using newtype_index macro | Santiago Pastorino | -0/+7 | |
| 2017-10-04 | Make newtype_index get debug_name using reflection | Santiago Pastorino | -0/+4 | |
| 2017-10-04 | Make newtype_index macro use full path to resolve constants | Santiago Pastorino | -3/+3 | |
| 2017-10-04 | Move newtype_index to rustc_data_structures | Santiago Pastorino | -0/+25 | |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+10 | |
| 2017-08-11 | Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId. | Michael Woerister | -0/+10 | |
| 2017-08-10 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 | |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -1/+1 | |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -1/+1 | |
| 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 | |
