| Age | Commit message (Expand) | Author | Lines |
| 2017-08-23 | make `for_all_relevant_impls` O(1) again | Ariel Ben-Yehuda | -121/+66 |
| 2017-08-17 | Revert "Auto merge of #42840 - arielb1:poison-smoke-and-mirrors, r=nikomatsakis" | Ariel Ben-Yehuda | -0/+8 |
| 2017-08-17 | Revert "Auto merge of #43184 - nikomatsakis:incr-comp-anonymize-trait-selecti... | Ariel Ben-Yehuda | -0/+28 |
| 2017-07-12 | integrate anon dep nodes into trait selection | Niko Matsakis | -28/+0 |
| 2017-07-11 | Downgrade ProjectionTy's TraitRef to its substs | Tobias Schottdorf | -108/+99 |
| 2017-07-11 | Clean up some code | Guillaume Gomez | -1/+0 |
| 2017-07-10 | incr.comp.: Cache DepNodes with corresponding query results. | Michael Woerister | -13/+34 |
| 2017-07-10 | Fix some `tidy` errors. | Michael Woerister | -1/+2 |
| 2017-07-10 | Deduplicate DepNode::ConstEval() | Michael Woerister | -2/+2 |
| 2017-07-10 | Allow 'tcx in define_dep_nodes! and deduplicate some DepNodes. | Michael Woerister | -55/+39 |
| 2017-07-10 | Split DepNode::ItemSignature into non-overlapping variants. | Michael Woerister | -12/+12 |
| 2017-07-09 | Auto merge of #43128 - ibabushkin:master, r=eddyb | bors | -0/+90 |
| 2017-07-08 | Implemented `TypeFoldable` for `TypeError`s. | Inokentiy Babushkin | -0/+90 |
| 2017-07-08 | Internally limit alignment to 2^30 | Lee Bousfield | -0/+2 |
| 2017-07-08 | Lower alignment limit down to 2^31 - 1 (from LLVM) | Lee Bousfield | -4/+6 |
| 2017-07-08 | Raised alignment limit from 2^15 to 2^31 | Lee Bousfield | -15/+12 |
| 2017-07-07 | use the evaluation cache instead of the global fulfillment cache | Ariel Ben-Yehuda | -8/+0 |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -74/+74 |
| 2017-06-30 | Rollup merge of #42669 - gaurikholkar:master, r=nikomatsakis | Guillaume Gomez | -0/+14 |
| 2017-06-29 | Code review fixes | gaurikholkar | -0/+14 |
| 2017-06-29 | Add unsized tuple coercions. | Masaki Hara | -12/+27 |
| 2017-06-28 | Auto merge of #42850 - estebank:unwanted-return-rotj, r=nikomatsakis | bors | -0/+12 |
| 2017-06-27 | rustc_typeck: support functions in variance computation. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -26/+21 |
| 2017-06-27 | rustc: rename closure_type to fn_sig. | Eduard-Mihai Burtescu | -4/+3 |
| 2017-06-24 | Do not specify return type in suggestion for some `Ty`s | Esteban Küber | -0/+12 |
| 2017-06-19 | Memoize types in `is_representable` to avoid exponential worst-case | Ariel Ben-Yehuda | -13/+44 |
| 2017-06-17 | move `implied_bounds` into regionck | Niko Matsakis | -128/+0 |
| 2017-06-15 | Divide up metadata into separate DepNodes | Taylor Cramer | -4/+4 |
| 2017-06-14 | Switch CrateNum queries to DefId | Taylor Cramer | -10/+10 |
| 2017-06-14 | On-demandify extern_crate | Taylor Cramer | -4/+12 |
| 2017-06-14 | On-demandify is_allocator and is_panic_runtime | Taylor Cramer | -0/+15 |
| 2017-06-14 | on-demand dylib dependency formats | Taylor Cramer | -0/+10 |
| 2017-06-13 | On-demand is_const_fn | Taylor Cramer | -0/+9 |
| 2017-06-12 | consider closures/ty-fn-defs when making trait selection keys | Niko Matsakis | -1/+3 |
| 2017-06-12 | Auto merge of #42537 - michaelwoerister:tcx-for-dep-node, r=nikomatsakis | bors | -45/+53 |
| 2017-06-11 | Auto merge of #42585 - GuillaumeGomez:E0609, r=Susurrus | bors | -0/+18 |
| 2017-06-12 | Add E0610 | Guillaume Gomez | -0/+18 |
| 2017-06-10 | Auto merge of #42563 - eddyb:infer, r=nikomatsakis | bors | -6/+6 |
| 2017-06-10 | rustc: make the comon case of tcx.infer_ctxt(()) nicer. | Eduard-Mihai Burtescu | -4/+4 |
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -45/+53 |
| 2017-06-09 | Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb | bors | -1/+1 |
| 2017-06-09 | rustc_typeck: do not mutate tables directly during upvar inference. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-06-07 | Fix translation of external spans. | Inokentiy Babushkin | -1/+1 |
| 2017-06-07 | Allocate DefIndices for global crate metadata. | Michael Woerister | -1/+2 |
| 2017-06-06 | ICH: Make StableHashingContext work with any TyCtxt, not just the global one. | Michael Woerister | -4/+4 |
| 2017-06-04 | Auto merge of #42362 - estebank:type, r=arielb1 | bors | -0/+16 |
| 2017-06-04 | Show trait method signature when impl differs | Esteban Küber | -0/+16 |
| 2017-06-03 | Auto merge of #42332 - michaelwoerister:no-more-retracing, r=nikomatsakis | bors | -9/+48 |
| 2017-06-01 | pacify the mercilous tidy | Niko Matsakis | -21/+27 |