| Age | Commit message (Expand) | Author | Lines |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -3/+0 |
| 2017-06-18 | Auto merge of #42593 - ibabushkin:on-demand-external-source, r=eddyb | bors | -0/+11 |
| 2017-06-16 | Rollup merge of #42656 - VBChunguk:struct-field-attributes, r=nikomatsakis | Corey Farwell | -1/+1 |
| 2017-06-15 | Remove struct_field_attributes feature gate | Wonwoo Choi | -1/+1 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -2/+2 |
| 2017-06-11 | External spans: fixed unit tests and addressed review. | Inokentiy Babushkin | -1/+1 |
| 2017-06-10 | Added a `StableHasherResult` impl for `u128`. | Inokentiy Babushkin | -0/+11 |
| 2017-06-06 | ICH: Add some HashStable implementations. | Michael Woerister | -0/+26 |
| 2017-05-28 | fix translation of MSVC funclets that loop to their own start | Ariel Ben-Yehuda | -0/+7 |
| 2017-05-27 | Stabilize unions with `Copy` fields and no destructor | Vadim Petrochenkov | -1/+0 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -0/+10 |
| 2017-05-06 | Fix definitions of ULONG_PTR | Joshua Sheard | -2/+2 |
| 2017-05-05 | Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelix | Corey Farwell | -27/+56 |
| 2017-05-04 | fallout from NonZero/Unique/Shared changes | Alexis Beingessner | -2/+2 |
| 2017-05-03 | factor variances into a proper query | Niko Matsakis | -0/+14 |
| 2017-05-03 | make transitive relation use a hash map | Niko Matsakis | -27/+42 |
| 2017-05-02 | Rollup merge of #41693 - est31:anon_params_removal, r=eddyb | Corey Farwell | -1/+1 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -1/+1 |
| 2017-04-30 | intern CodeExtents | Niko Matsakis | -0/+21 |
| 2017-04-22 | Haiku: fix initial platform support | Jessica Hamilton | -0/+1 |
| 2017-04-13 | Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a... | bors | -18/+35 |
| 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 |