| Age | Commit message (Expand) | Author | Lines |
| 2017-10-06 | Auto merge of #45065 - arielb1:not-correct, r=nikomatsakis | bors | -1/+1 |
| 2017-10-06 | fix logic error in #44269's `prune_cache_value_obligations` | Ariel Ben-Yehuda | -1/+1 |
| 2017-10-06 | Improve resolution of associated types in macros 2.0 | Vadim Petrochenkov | -12/+14 |
| 2017-09-26 | Auto merge of #44741 - qmx:trans_fulfill_obligation_should_not_crash, r=nikom... | bors | -5/+6 |
| 2017-09-25 | add comment per @nikomatsakis request | Douglas Campos | -0/+1 |
| 2017-09-25 | expose ParamEnv as a param | Douglas Campos | -2/+2 |
| 2017-09-25 | add ParamEnv to the trait_cache key | Douglas Campos | -4/+4 |
| 2017-09-23 | Print fn signature when there is closure argument type mismatch | Wonwoo Choi | -66/+75 |
| 2017-09-20 | Fix ICE | scalexm | -2/+2 |
| 2017-09-20 | Implement `Copy`/`Clone` for closures | scalexm | -7/+22 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -2/+2 |
| 2017-09-18 | incr.comp.: Use StableHash impls instead of functions for hashing most maps. | Michael Woerister | -17/+4 |
| 2017-09-18 | incr.comp.: Compute hashes of all query results. | Michael Woerister | -0/+34 |
| 2017-09-14 | bring Ty into scope | Douglas Campos | -1/+1 |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -8/+111 |
| 2017-09-08 | Auto merge of #44269 - nikomatsakis:issue-43613-limit-cache-obligations, r=ar... | bors | -7/+102 |
| 2017-09-08 | Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis | bors | -20/+20 |
| 2017-09-07 | update comment | Niko Matsakis | -7/+18 |
| 2017-09-06 | add in a "paranoid" trait bound | Niko Matsakis | -0/+34 |
| 2017-09-05 | factor out helper method | Niko Matsakis | -12/+14 |
| 2017-09-05 | Fix misdetection of upstream intercrate ambiguity. | Masaki Hara | -8/+13 |
| 2017-09-05 | Print more detailed trait-ref for intercrate ambiguity. | Masaki Hara | -17/+44 |
| 2017-09-05 | Unify intercrate ambiguity emitters into a function. | Masaki Hara | -11/+21 |
| 2017-09-05 | Slightly modify hint messages. | Masaki Hara | -2/+2 |
| 2017-09-05 | Add hints when intercrate ambiguity causes overlap. | Masaki Hara | -9/+63 |
| 2017-09-05 | rustc: Store InternedString in `DefPathData` | Alex Crichton | -3/+3 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -15/+17 |
| 2017-09-05 | rustc: Move `impl_defaultness` to a query | Alex Crichton | -2/+0 |
| 2017-09-03 | Auto merge of #44191 - arielb1:on-unimplemented-label, r=nikomatsakis | bors | -74/+369 |
| 2017-09-03 | on_unimplemented: add method-name checks and use them in Try | Ariel Ben-Yehuda | -5/+26 |
| 2017-09-03 | address review comments | Ariel Ben-Yehuda | -5/+12 |
| 2017-09-03 | enable desugaring-sensitive error messages and use them in Try | Ariel Ben-Yehuda | -1/+17 |
| 2017-09-03 | implement improved on_unimplemented directives | Ariel Ben-Yehuda | -34/+185 |
| 2017-09-03 | move the on_unimplemented logic to its own file | Ariel Ben-Yehuda | -142/+160 |
| 2017-09-03 | refactor and centralize `on_unimplemented` parsing | Ariel Ben-Yehuda | -63/+145 |
| 2017-09-02 | limit and clear cache obligations opportunistically | Niko Matsakis | -7/+57 |
| 2017-09-01 | rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-09-01 | rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-08-30 | Rollup merge of #44157 - alexcrichton:no-specializes-cache, r=eddyb | Alex Crichton | -18/+13 |
| 2017-08-30 | Auto merge of #43880 - arielb1:noninvasive-probe, r=nikomatsakis | bors | -106/+80 |
| 2017-08-29 | remove the data from ClosureCandidate | Ariel Ben-Yehuda | -106/+80 |
| 2017-08-29 | rustc: Remove `specailization_cache` in favor of a query | Alex Crichton | -18/+13 |
| 2017-08-29 | Track closure signatures & kinds in freshened types | Ariel Ben-Yehuda | -56/+9 |
| 2017-08-28 | Auto merge of #43999 - arielb1:immediate-project, r=nikomatsakis | bors | -19/+112 |
| 2017-08-27 | clear out projection subobligations after they are processed | Ariel Ben-Yehuda | -19/+112 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -5/+17 |
| 2017-08-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -5/+17 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -9/+19 |
| 2017-08-18 | Auto merge of #43901 - GuillaumeGomez:unsized-union-field, r=petrochenkov | bors | -9/+19 |
| 2017-08-18 | Handle structs, unions and enums unsized field/variant separately | Guillaume Gomez | -10/+19 |