| Age | Commit message (Expand) | Author | Lines |
| 2016-12-15 | Use StableHasher everywhere | Ariel Ben-Yehuda | -0/+179 |
| 2016-12-15 | Warn unused type aliases | Seo Sanghyeon | -2/+0 |
| 2016-12-12 | Do not generate '@' character in symbol names. | Vadzim Dambrouski | -0/+2 |
| 2016-11-22 | Use SmallVec for TypeWalker's stack. | Nicholas Nethercote | -0/+12 |
| 2016-11-18 | Don't clone in UnificationTable::probe(). | Nicholas Nethercote | -1/+1 |
| 2016-11-13 | Make names of types used in LLVM IR stable. | Michael Woerister | -0/+65 |
| 2016-11-12 | Rollup merge of #37551 - Mark-Simulacrum:upgrade-accvec, r=eddyb | Eduard-Mihai Burtescu | -16/+495 |
| 2016-11-12 | Rollup merge of #37535 - Havvy:graph, r=eddyb | Eduard-Mihai Burtescu | -19/+126 |
| 2016-11-11 | Change implementation of syntax::util::SmallVector to use data_structures::Sm... | Mark-Simulacrum | -16/+495 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -8/+9 |
| 2016-11-08 | Add FxHasher, a faster alternative to FnvHasher. | Nicholas Nethercote | -0/+115 |
| 2016-11-03 | Auto merge of #36306 - nagisa:mir-local-cleanup, r=eddyb | bors | -0/+15 |
| 2016-11-02 | Added Graph::is_cyclicic_node algorithm | Havvy | -15/+82 |
| 2016-11-03 | A way to remove otherwise unused locals from MIR | Simonas Kazlauskas | -0/+15 |
| 2016-11-02 | Change Make comment into doc comment on Graph::iterate_until_fixed_point | Havvy | -8/+5 |
| 2016-11-02 | Added general iterators for graph nodes and edges | Havvy | -4/+44 |
| 2016-11-01 | Normalize generic bounds in graph iterators | Havvy | -3/+6 |
| 2016-11-02 | Optimize ObligationForest's NodeState handling. | Nicholas Nethercote | -34/+37 |
| 2016-10-30 | Replace all uses of SHA-256 with BLAKE2b. | Michael Woerister | -16/+100 |
| 2016-10-26 | Auto merge of #37270 - Mark-Simulacrum:smallvec-optimized-arenas, r=eddyb | bors | -0/+163 |
| 2016-10-25 | Add AccumulateVec, a potentially stack-allocated vector. | Mark-Simulacrum | -0/+163 |
| 2016-10-22 | Auto merge of #37294 - nikomatsakis:issue-37154, r=nikomatsakis | bors | -15/+46 |
| 2016-10-22 | Rollup merge of #37286 - srinivasreddy:graph, r=nrc | Guillaume Gomez | -2/+2 |
| 2016-10-21 | only remove keys that mention skolemized regions | Niko Matsakis | -3/+7 |
| 2016-10-21 | when pop skol, also remove from proj cache | Niko Matsakis | -15/+42 |
| 2016-10-19 | Rollup merge of #37288 - srinivasreddy:snapshot_map, r=eddyb | Guillaume Gomez | -8/+9 |
| 2016-10-19 | Rollup merge of #37287 - srinivasreddy:unify, r=eddyb | Guillaume Gomez | -8/+6 |
| 2016-10-20 | run rustfmt on snapshot_map | Srinivas Reddy Thatiparthy | -8/+9 |
| 2016-10-20 | run rustfmt on unify folder | Srinivas Reddy Thatiparthy | -8/+6 |
| 2016-10-20 | run rustfmt on graph folder | Srinivas Reddy Thatiparthy | -2/+2 |
| 2016-10-20 | run rustfmt on control_flow_graph folder | Srinivas Reddy Thatiparthy | -89/+48 |
| 2016-10-19 | Rollup merge of #37233 - michaelwoerister:blake2-for-ich, r=nikomatsakis | Eduard-Mihai Burtescu | -0/+287 |
| 2016-10-17 | Set stalled=false when encountering an error | Jonas Schievink | -0/+1 |
| 2016-10-17 | ICH: Use 128-bit Blake2b hash instead of 64-bit SipHash for incr. comp. finge... | Michael Woerister | -0/+287 |
| 2016-10-17 | Don't process cycles when stalled | Jonas Schievink | -0/+10 |
| 2016-10-10 | Move IdxSetBuf and BitSlice to rustc_data_structures | Wesley Wiser | -0/+300 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -0/+21 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+1 |
| 2016-09-01 | ICH: Adapt to changes in the MetaItem AST representation. | Michael Woerister | -0/+6 |
| 2016-08-29 | incr.comp.: Move lock files out of directory being locked | Michael Woerister | -20/+35 |
| 2016-08-29 | Implement copy-on-write scheme for managing the incremental compilation cache. | Michael Woerister | -0/+2 |
| 2016-08-29 | Add some features to flock. | Michael Woerister | -21/+105 |
| 2016-08-29 | Move `flock.rs` from librustdoc to librustc_data_structures. | Michael Woerister | -0/+241 |
| 2016-08-09 | generalize BitMatrix to be NxM and not just NxN | Niko Matsakis | -17/+69 |
| 2016-08-09 | isolate predecessor computation | Niko Matsakis | -18/+50 |
| 2016-07-02 | Auto merge of #34605 - arielb1:bug-in-the-jungle, r=eddyb | bors | -8/+67 |
| 2016-07-02 | fail obligations that depend on erroring obligations | Ariel Ben-Yehuda | -8/+67 |
| 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/+830 |
| 2016-06-14 | Auto merge of #34221 - srinivasreddy:rm_redundant, r=alexcrichton | bors | -15/+1 |