| Age | Commit message (Expand) | Author | Lines |
| 2018-06-19 | Thread info about form of variable bindings, including spans of arg types, do... | Felix S. Klock II | -0/+2 |
| 2018-06-19 | Auto merge of #51383 - Zoxc:parallel-stuff, r=nikomatsakis | bors | -1/+7 |
| 2018-06-19 | Add par_body_owners | John Kåre Alsaker | -1/+7 |
| 2018-06-18 | Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis | bors | -27/+22 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -1/+15 |
| 2018-06-16 | Auto merge of #51550 - eddyb:queries-not-maps, r=nikomatsakis | bors | -143/+182 |
| 2018-06-15 | Auto merge of #51462 - Havvy:refactor-cmp, r=nikomatsakis | bors | -2/+4 |
| 2018-06-15 | Fix compile error | Fabian Drinck | -5/+5 |
| 2018-06-14 | Edit comment | Fabian Drinck | -1/+1 |
| 2018-06-14 | Fix typo DebrujinIndex -> DebruijnIndex | Fabian Drinck | -1/+1 |
| 2018-06-14 | Add DEBUG_FORMAT for DebruijnIndex | Fabian Drinck | -0/+1 |
| 2018-06-14 | Declare DebruijnIndex via newtype_index macro | Fabian Drinck | -28/+22 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -143/+182 |
| 2018-06-13 | The param_env of an existential type is its function's param_env | Oliver Schneider | -0/+6 |
| 2018-06-10 | create separate dep-nodes for predicates_of and explicit_predicates_of | toidiu | -1/+2 |
| 2018-06-09 | Refactor: Rename ExistentialPredicate::cmp to ExistentialPredicate::stable_cmp | Havvy | -2/+4 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -1/+9 |
| 2018-06-06 | Auto merge of #50699 - Zoxc:blocking-queries, r=mw | bors | -8/+534 |
| 2018-06-06 | Reduce the amount of unsafe code and mark handle_deadlock as unsafe | John Kåre Alsaker | -49/+49 |
| 2018-06-06 | Add comments | John Kåre Alsaker | -2/+19 |
| 2018-06-06 | Make QueryWaiter use safe code | John Kåre Alsaker | -32/+22 |
| 2018-06-06 | Add comments and misc changes | John Kåre Alsaker | -27/+92 |
| 2018-06-06 | Use raw pointers | John Kåre Alsaker | -30/+39 |
| 2018-06-06 | Add and use OnDrop::disable | John Kåre Alsaker | -1/+1 |
| 2018-06-06 | Use try_lock in collect_active_jobs | John Kåre Alsaker | -1/+3 |
| 2018-06-06 | Make queries block and handle query cycles | John Kåre Alsaker | -7/+450 |
| 2018-06-05 | Remove another unused error variant | Oliver Schneider | -1/+0 |
| 2018-06-05 | Remove unused IndexOutOfBounds variant | Oliver Schneider | -2/+0 |
| 2018-06-05 | Properly report transitive errors | Oliver Schneider | -7/+2 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -3/+5 |
| 2018-06-02 | Auto merge of #51015 - nikomatsakis:issue-50672-remove-extern-crate-idiom, r=... | bors | -1/+1 |
| 2018-06-01 | merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES | Niko Matsakis | -1/+1 |
| 2018-06-01 | Add Sync impl for Slice | John Kåre Alsaker | -0/+2 |
| 2018-06-01 | Assert that GlobalCtxt is Sync | John Kåre Alsaker | -1/+3 |
| 2018-06-01 | Have worker-local GlobalArenas | John Kåre Alsaker | -4/+4 |
| 2018-06-01 | Ensure ImplicitCtxt is Sync | John Kåre Alsaker | -1/+5 |
| 2018-06-01 | Make const decoding from the incremental cache thread-safe. | Michael Woerister | -41/+10 |
| 2018-05-30 | Auto merge of #51017 - estebank:crate-name-in-path, r=michaelwoerister | bors | -1/+5 |
| 2018-05-29 | rust-lang/rust#27282: emit `ReadForMatch` on each match arm. | Felix S. Klock II | -0/+13 |
| 2018-05-29 | Debug flag to bypass restriction of mutation in match guards. | Felix S. Klock II | -0/+6 |
| 2018-05-29 | Auto merge of #50475 - csmoe:debr, r=nikomatsakis | bors | -99/+270 |
| 2018-05-28 | change to 0-based indices | Niko Matsakis | -12/+12 |
| 2018-05-28 | make depth private | Niko Matsakis | -1/+1 |
| 2018-05-28 | remove use of depth from `TyS` and replace with a debruijn index | Niko Matsakis | -32/+72 |
| 2018-05-28 | convert `LateBoundRegionsCollector` to track a debruijn index | Niko Matsakis | -6/+15 |
| 2018-05-28 | replace use of DebruijnIndex in `for_each_free_region` | Niko Matsakis | -5/+25 |
| 2018-05-28 | rewrite the hasher to not access `depth` field | Niko Matsakis | -0/+4 |
| 2018-05-28 | stop invoking `DebruijnIndex::new` directly | Niko Matsakis | -7/+2 |
| 2018-05-28 | make `shifted_in` and `shifted_out` const fns | Niko Matsakis | -2/+2 |
| 2018-05-28 | port `fold_regions` and friends to use debruijn indices directly | Niko Matsakis | -45/+119 |