| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-04-16 | rustc: use monomorphic const_eval for cross-crate enum discriminants. | Eduard-Mihai Burtescu | -2/+6 | |
| 2017-04-12 | ICH: Replace old, transitive metadata hashing with direct hashing approach. | Michael Woerister | -17/+75 | |
| Instead of collecting all potential inputs to some metadata entry and hashing those, we directly hash the values we are storing in metadata. This is more accurate and doesn't suffer from quadratic blow-up when many entries have the same dependencies. | ||||
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -1/+4 | |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -1/+5 | |
| 2016-09-30 | Fix another comment in test/incremental/hashes/enum_defs | Michael Woerister | -1/+1 | |
| 2016-09-30 | Fix comment in test/incremental/hashes/enum_defs | Michael Woerister | -1/+1 | |
| 2016-09-30 | Fixes requested by @michaelwoerister. | Andrea Pretto | -2/+2 | |
| 2016-09-29 | Test Case for Incr. Comp. Hash for enums #36674. | Andrea Pretto | -0/+715 | |
