| Age | Commit message (Expand) | Author | Lines |
| 2017-12-21 | Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1" | Ariel Ben-Yehuda | -2/+2 |
| 2017-11-19 | rustc: rename CachedLayout to LayoutDetails. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-11-19 | rustc: move layout::Struct into FieldPlacement/Abi. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-11-19 | rustc: pre-compute field placements out of Layout. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -168/+746 |
| 2017-11-16 | incr.comp.: Remove default serialization implementations for things in rustc:... | Michael Woerister | -0/+16 |
| 2017-11-16 | incr.comp.: Remove some code duplication around TyDecoder by factoring things... | Michael Woerister | -109/+2 |
| 2017-11-16 | incr.comp.: Encode DefIds as DefPathHashes instead of recomputing those durin... | Michael Woerister | -73/+65 |
| 2017-11-15 | incr.comp.: Refactor query cache serialization to be more re-usable. | Michael Woerister | -19/+48 |
| 2017-11-14 | incr.comp.: Cache TypeckTables and add -Zincremental-queries flag. | Michael Woerister | -16/+79 |
| 2017-11-14 | incr.comp.: Add 'tcx to QueryDescription. | Michael Woerister | -89/+89 |
| 2017-11-14 | incr.comp.: Store the query result index which records where query results ca... | Michael Woerister | -19/+133 |
| 2017-11-14 | incr.comp.: Do some verification on data decoded from incr. comp. cache. | Michael Woerister | -6/+62 |
| 2017-11-14 | incr.comp.: Encode DefPathTables for reconstructing DefIds. | Michael Woerister | -2/+30 |
| 2017-11-14 | incr.comp.: Allow for mapping from prev-session-CrateNums to current-session-... | Michael Woerister | -5/+72 |
| 2017-11-14 | incr.comp.: Implement TyDecoder for on_disk_cache::CacheDecoder. | Michael Woerister | -11/+232 |
| 2017-11-14 | Auto merge of #45916 - eddyb:even-mirer-0, r=nikomatsakis | bors | -19/+0 |
| 2017-11-14 | rustc: move the MIR pass infrastructure and list to rustc_mir. | Eduard-Mihai Burtescu | -19/+0 |
| 2017-11-13 | incr.comp.: Add CacheEncoder for encoding query results into the incr.comp. c... | Michael Woerister | -17/+116 |
| 2017-11-13 | incr.comp.: Include header when loading cache files in order to get the same ... | Michael Woerister | -2/+2 |
| 2017-11-10 | incr.comp.: Don't crash in DepGraph::try_mark_green() when encountering a rem... | Michael Woerister | -1/+1 |
| 2017-11-10 | Auto merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -5/+8 |
| 2017-11-10 | Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkov | bors | -1/+1 |
| 2017-11-09 | Auto merge of #45736 - oli-obk:rvalue_promotable_map, r=nikomatsakis | bors | -2/+2 |
| 2017-11-08 | incr.comp.: Remove unused DepKind::WorkProduct. | Michael Woerister | -3/+2 |
| 2017-11-07 | incr.comp.: Add -Zincremental-verify-ich, which allows to perform a consisten... | Michael Woerister | -2/+30 |
| 2017-11-06 | collect unused unsafe code | Ariel Ben-Yehuda | -4/+3 |
| 2017-11-06 | run unsafety checking before dead block collection | Ariel Ben-Yehuda | -1/+5 |
| 2017-11-06 | Inclusive range updated to `..=` syntax | Badel2 | -1/+1 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -3/+3 |
| 2017-11-03 | Use a `Set<T>` instead of a `Map<T, bool>` | Oliver Schneider | -2/+2 |
| 2017-11-01 | Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis | bors | -33/+254 |
| 2017-10-27 | Auto merge of #45353 - wesleywiser:untracked_queries, r=michaelwoerister | bors | -4/+11 |
| 2017-10-26 | Handle eval_always queries in force() | Wesley Wiser | -4/+11 |
| 2017-10-25 | incr.comp.: Add documentation for OnDiskCache. | Michael Woerister | -28/+55 |
| 2017-10-25 | incr.comp.: Implement query diagnostic persistence. | Michael Woerister | -33/+227 |
| 2017-10-25 | Auto merge of #45476 - Xanewok:fingerprint-disambiguator, r=michaelwoerister | bors | -2/+2 |
| 2017-10-24 | Introduce CrateDisambiguator newtype and fix tests | Igor Matuszewski | -3/+2 |
| 2017-10-24 | Auto merge of #45350 - cjkenn:cjkenn/used-trait-imports, r=nikomatsakis | bors | -0/+3 |
| 2017-10-23 | Use 128 bit instead of Symbol for crate disambiguator | Igor Matuszewski | -1/+2 |
| 2017-10-21 | renamed query | Marco Concetto Rudilosso | -2/+2 |
| 2017-10-21 | added trans_ prefix and pluralised types. Solved failing test on the incremen... | Marco Concetto Rudilosso | -0/+1 |
| 2017-10-21 | added newlines at the end of the file and changed 'normalising' to 'normalizing' | Marco Concetto Rudilosso | -2/+2 |
| 2017-10-21 | Create NormalizeTy query | Marco Concetto Rudilosso | -0/+10 |
| 2017-10-20 | Fix typos in README.md | topecongiro | -3/+3 |
| 2017-10-19 | Add used_trait_imports query | cjkenn | -0/+3 |
| 2017-10-20 | Auto merge of #45312 - theotherjimmy:refactor-ensure, r=michaelwoerister | bors | -49/+44 |
| 2017-10-18 | Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddyb | bors | -2/+32 |
| 2017-10-17 | make `erase_regions` use a query instead of an ad-hoc cache | Niko Matsakis | -0/+17 |
| 2017-10-16 | Rename `read_node_index` to `try_mark_green_and_read` in plumbing | Jimmy Brisson | -4/+38 |