| Age | Commit message (Expand) | Author | Lines |
| 2017-04-12 | ICH: Replace old, transitive metadata hashing with direct hashing approach. | Michael Woerister | -8/+34 |
| 2017-04-12 | ICH: Hash everything that gets encoded into crate metadata. | Michael Woerister | -0/+52 |
| 2017-04-11 | add some comments and `debug!` calls to "obligation forest" | Niko Matsakis | -18/+35 |
| 2017-04-09 | Move away from the ad-hoc NoDrop unions | Simonas Kazlauskas | -29/+9 |
| 2017-04-06 | Introduce HashStable trait and base ICH implementations on it. | Michael Woerister | -1/+193 |
| 2017-03-30 | Auto merge of #40524 - alexcrichton:update-bootstrap, r=alexcrichton | bors | -1/+0 |
| 2017-03-29 | rustbuild: Update bootstrap compiler | Alex Crichton | -1/+0 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -10/+10 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -1/+1 |
| 2017-03-22 | Add resize() method to IndexVec. | Michael Woerister | -0/+7 |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -3/+1 |
| 2017-03-10 | Add extra methods to IndexVec and implement TypeFoldable for it | James Miller | -0/+24 |
| 2017-02-28 | move the `FreeRegionMap` into `TypeckTables` | Niko Matsakis | -2/+32 |
| 2017-02-13 | Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis | bors | -0/+4 |
| 2017-02-10 | Allow rustc data structures compile to android | Marco A L Barbosa | -1/+1 |
| 2017-02-10 | SwitchInt over Switch | Simonas Kazlauskas | -0/+4 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -4/+1 |
| 2017-01-29 | Remove dead recursive partial eq impl | est31 | -9/+1 |
| 2017-01-15 | Auto merge of #38610 - djzin:master, r=sfackler | bors | -2/+12 |
| 2017-01-14 | add required imports & feature | Djzin | -0/+2 |
| 2017-01-14 | update array_vec to use new rangeargument | djzin | -2/+10 |
| 2017-01-12 | Mark some BitVector methods with #[inline] | Michael Woerister | -0/+9 |
| 2017-01-10 | Use little-endian encoding for Blake2 hashing on all architectures | Ariel Ben-Yehuda | -6/+10 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2017-01-03 | Add drain method to AccumulateVec/ArrayVec | Andrew Cann | -1/+126 |
| 2016-12-30 | Fix rebase fallout and compilation fixes | est31 | -2/+6 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-18 | Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddyb | bors | -2/+0 |
| 2016-12-18 | Auto merge of #37429 - camlorn:univariant_layout_optimization, r=eddyb | bors | -0/+6 |
| 2016-12-16 | flock needs repr(C) | Austin Hicks | -0/+6 |
| 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 |