| Age | Commit message (Expand) | Author | Lines |
| 2017-11-14 | Backported merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -5/+8 |
| 2017-10-08 | Rollup merge of #45018 - michaelwoerister:fix-dep-node-debug-recursion, r=eddyb | kennytm | -0/+21 |
| 2017-10-06 | implement pattern-binding-modes RFC | Tobias Schottdorf | -1/+34 |
| 2017-10-06 | Improve resolution of associated types in macros 2.0 | Vadim Petrochenkov | -3/+12 |
| 2017-10-05 | Fix infinite recursion in <DepNode as Debug>. | Michael Woerister | -0/+21 |
| 2017-10-04 | Auto merge of #44901 - michaelwoerister:on-demand-eval, r=nikomatsakis | bors | -64/+451 |
| 2017-10-04 | incr.comp.: Address review comments. | Michael Woerister | -6/+17 |
| 2017-10-03 | Auto merge of #44896 - qmx:move-resolve-to-librustc, r=arielb1 | bors | -0/+211 |
| 2017-10-03 | incr.comp.: Fix some merge fallout. | Michael Woerister | -1/+1 |
| 2017-10-02 | incr.comp.: Use red/green tracking for CGU re-use. | Michael Woerister | -2/+12 |
| 2017-10-02 | incr.comp.: Make some DepNodes non-anonymous. | Michael Woerister | -13/+28 |
| 2017-10-02 | incr.comp.: Re-execute queries during red/green marking in order to find out ... | Michael Woerister | -65/+345 |
| 2017-10-02 | incr.comp.: Add minimal version of try_mark_green procedure. | Michael Woerister | -26/+97 |
| 2017-10-02 | fix handling of `Self` | Ariel Ben-Yehuda | -10/+31 |
| 2017-10-01 | fix handling of Self | Ariel Ben-Yehuda | -3/+13 |
| 2017-10-01 | handle nested generics in Generics::type_param/region_param | Ariel Ben-Yehuda | -9/+23 |
| 2017-09-29 | make match exaustive | Douglas Campos | -10/+13 |
| 2017-09-29 | improve documentation for resolve() | Douglas Campos | -2/+18 |
| 2017-09-29 | style fixes as requested by @eddyb | Douglas Campos | -2/+0 |
| 2017-09-29 | stop using monomorphize::resolve() | Douglas Campos | -2/+5 |
| 2017-09-29 | take ParamEnv into account when resolving | Douglas Campos | -3/+4 |
| 2017-09-29 | make it not to be a method | Douglas Campos | -8/+7 |
| 2017-09-29 | copy resolve() over to librustc | Douglas Campos | -0/+191 |
| 2017-09-29 | Auto merge of #44866 - mdevlamynck:impl-trait, r=eddyb | bors | -0/+2 |
| 2017-09-27 | Auto merge of #44782 - estebank:issue-36700, r=GuillaumeGomez | bors | -1/+1 |
| 2017-09-26 | impl Trait in argument position desugaring: | Matthias Devlamynck | -0/+2 |
| 2017-09-25 | Auto merge of #44646 - petrochenkov:scompress, r=michaelwoerister | bors | -1/+1 |
| 2017-09-24 | Point at parameter type on E0301 | Esteban Küber | -1/+1 |
| 2017-09-24 | move unsafety checking to MIR | Ariel Ben-Yehuda | -0/+4 |
| 2017-09-23 | incr.comp.: Remove support for loading metadata fingerprints. | Michael Woerister | -0/+20 |
| 2017-09-23 | Compress "small" spans to 32 bits and intern "large" spans | Vadim Petrochenkov | -1/+1 |
| 2017-09-22 | Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma... | bors | -9/+21 |
| 2017-09-20 | Fix ICE | scalexm | -0/+23 |
| 2017-09-20 | Implement `Copy`/`Clone` for closures | scalexm | -1/+1 |
| 2017-09-20 | incr.comp.: Add some comments. | Michael Woerister | -0/+4 |
| 2017-09-20 | incr.comp.: Store result fingerprints in DepGraph. | Michael Woerister | -0/+6 |
| 2017-09-20 | incr.comp.: Make sure traits_in_scope results are hashed in a stable way. | Michael Woerister | -9/+11 |
| 2017-09-19 | split maps into submodules, document | Niko Matsakis | -1116/+1517 |
| 2017-09-19 | promote maps into its own directory | Niko Matsakis | -0/+0 |
| 2017-09-19 | apply various nits | Niko Matsakis | -28/+33 |
| 2017-09-19 | rework the README.md for rustc and add other readmes | Niko Matsakis | -3/+164 |
| 2017-09-18 | Rollup merge of #44364 - michaelwoerister:hash-all-the-things2, r=nikomatsakis | Alex Crichton | -65/+295 |
| 2017-09-18 | incr.comp.: Fix ICE caused by trying to hash INVALID_CRATE_NUM. | Michael Woerister | -1/+1 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -17/+26 |
| 2017-09-18 | incr.comp.: Make the StableHashingContext mostly independent of the tcx. | Michael Woerister | -2/+2 |
| 2017-09-18 | incr.comp.: Use StableHash impls instead of functions for hashing most maps. | Michael Woerister | -23/+20 |
| 2017-09-18 | incr.comp.: Already hash HIR bodies during metadata export so they don't have... | Michael Woerister | -6/+5 |
| 2017-09-18 | Fix issues uncovered by rebasing: | Michael Woerister | -13/+14 |
| 2017-09-18 | incr.comp.: Move result fingerprinting to DepGraph::with_task(). | Michael Woerister | -16/+5 |
| 2017-09-18 | incr.comp.: Compute hashes of all query results. | Michael Woerister | -15/+250 |