| Age | Commit message (Expand) | Author | Lines |
| 2017-08-23 | make `for_all_relevant_impls` O(1) again | Ariel Ben-Yehuda | -131/+74 |
| 2017-08-17 | Revert "Auto merge of #42840 - arielb1:poison-smoke-and-mirrors, r=nikomatsakis" | Ariel Ben-Yehuda | -179/+169 |
| 2017-08-17 | Revert "Auto merge of #43184 - nikomatsakis:incr-comp-anonymize-trait-selecti... | Ariel Ben-Yehuda | -83/+120 |
| 2017-08-17 | Revert "save the subobligations as well" | Ariel Ben-Yehuda | -12/+6 |
| 2017-08-12 | save the subobligations as well | Niko Matsakis | -6/+12 |
| 2017-07-16 | Compile `compiler_builtins` with `abort` panic strategy | Vadim Petrochenkov | -1/+2 |
| 2017-07-15 | Auto merge of #43184 - nikomatsakis:incr-comp-anonymize-trait-selection, r=mi... | bors | -120/+83 |
| 2017-07-14 | Auto merge of #43174 - RalfJung:refactor-ty, r=nikomatsakis | bors | -17/+41 |
| 2017-07-12 | please tidy by shortening lines | Ralf Jung | -3/+8 |
| 2017-07-12 | rename trait to conform with 'getter trait' pattern | Ralf Jung | -10/+10 |
| 2017-07-12 | overload the mir ty methods to make them more ergonomic to use | Ralf Jung | -4/+20 |
| 2017-07-12 | Auto merge of #43181 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -1/+8 |
| 2017-07-12 | Rollup merge of #43000 - estebank:on-unimplemented-path, r=arielb1 | Mark Simulacrum | -0/+4 |
| 2017-07-12 | Rollup merge of #42826 - Yorwba:type-mismatch-same-absolute-paths, r=arielb1 | Mark Simulacrum | -1/+4 |
| 2017-07-12 | Auto merge of #42897 - Mark-Simulacrum:pretty-print-refactor, r=jseyfried | bors | -207/+203 |
| 2017-07-12 | integrate anon dep nodes into trait selection | Niko Matsakis | -120/+83 |
| 2017-07-12 | Auto merge of #43107 - michaelwoerister:less-span-info-in-debug, r=nikomatsakis | bors | -19/+24 |
| 2017-07-11 | Refactor: {Lvalue,Rvalue,Operand}::ty only need the locals' types, not the fu... | Ralf Jung | -17/+20 |
| 2017-07-11 | Refactor cur_cmnt_and_lit away. | Mark Simulacrum | -19/+17 |
| 2017-07-11 | Refactor methods onto Printer struct. | Mark Simulacrum | -188/+186 |
| 2017-07-11 | Downgrade ProjectionTy's TraitRef to its substs | Tobias Schottdorf | -160/+152 |
| 2017-07-11 | tweak word ordering | Niko Matsakis | -1/+1 |
| 2017-07-11 | Clean up some code | Guillaume Gomez | -55/+41 |
| 2017-07-10 | don't panic in `dep_node_debug_str` if `self.data` is `None` | Niko Matsakis | -1/+1 |
| 2017-07-10 | incr.comp.: Cache DepNodes with corresponding query results. | Michael Woerister | -34/+84 |
| 2017-07-10 | incr.comp.: Introduce the concept of anonymous DepNodes. | Michael Woerister | -90/+200 |
| 2017-07-10 | incr.comp.: Manage dependency graph on main thread. | Michael Woerister | -470/+173 |
| 2017-07-10 | Fix some `tidy` errors. | Michael Woerister | -2/+8 |
| 2017-07-10 | Deduplicate DepNode::ConstEval() | Michael Woerister | -4/+5 |
| 2017-07-10 | Allow 'tcx in define_dep_nodes! and deduplicate some DepNodes. | Michael Woerister | -70/+56 |
| 2017-07-10 | Add StableHash implementation for ty::Instance. | Michael Woerister | -0/+57 |
| 2017-07-10 | incr.comp.: Improve debug output for work products. | Michael Woerister | -3/+10 |
| 2017-07-10 | Split DepNode::ItemSignature into non-overlapping variants. | Michael Woerister | -18/+28 |
| 2017-07-10 | Store all generic arguments for method calls in HIR | Vadim Petrochenkov | -32/+20 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -2/+9 |
| 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-08 | Auto merge of #42894 - petrochenkov:deny, r=nikomatsakis | bors | -7/+14 |
| 2017-07-08 | Make `patterns_in_fns_without_body` warn-by-default again | Vadim Petrochenkov | -1/+1 |
| 2017-07-08 | Move public reexports of private extern crates into a separate lint | Vadim Petrochenkov | -0/+7 |
| 2017-07-08 | Make sufficiently old or low-impact compatibility lints deny-by-default | Vadim Petrochenkov | -7/+7 |
| 2017-07-08 | Remove more anonymous trait method parameters | Vadim Petrochenkov | -1/+1 |
| 2017-07-07 | Auto merge of #42840 - arielb1:poison-smoke-and-mirrors, r=nikomatsakis | bors | -169/+179 |
| 2017-07-07 | return EvaluatedToRecur when evaluating a recursive obligation tree | Ariel Ben-Yehuda | -27/+97 |
| 2017-07-07 | use the evaluation cache instead of the global fulfillment cache | Ariel Ben-Yehuda | -106/+39 |
| 2017-07-07 | use dep-graph reads for the evaluation cache | Ariel Ben-Yehuda | -0/+4 |
| 2017-07-07 | prevent illegal coinductive matching in trait evaluation | Ariel Ben-Yehuda | -38/+41 |