| Age | Commit message (Expand) | Author | Lines |
| 2019-01-27 | Add some size assertions for const eval types | Oliver Scherer | -0/+6 |
| 2019-01-27 | Fix indentation | Oliver Scherer | -1/+1 |
| 2019-01-27 | Create `nvptx64-nvidia-cuda` target specification | Denys Zariaiev | -0/+6 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -1/+1 |
| 2019-01-26 | Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix | bors | -1/+11 |
| 2019-01-25 | Auto merge of #57898 - Centril:rollup, r=Centril | bors | -10/+0 |
| 2019-01-25 | Rollup merge of #57734 - oli-obk:fixes_and_cleanups, r=pnkfelix | Mazdak Farrokhzad | -10/+0 |
| 2019-01-25 | Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix | bors | -19/+40 |
| 2019-01-25 | Rollup merge of #57802 - davidtwco:issue-56943, r=estebank | Mazdak Farrokhzad | -14/+14 |
| 2019-01-25 | Rollup merge of #57652 - mark-i-m:remove-old, r=nikomatsakis | Mazdak Farrokhzad | -301/+2 |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -1/+11 |
| 2019-01-21 | Print visible name for types as well as modules. | David Wood | -14/+14 |
| 2019-01-19 | Handle lifetime annotations in unreachable code | Matthew Jasper | -2/+3 |
| 2019-01-19 | Use a struct for user type annotations | Matthew Jasper | -2/+22 |
| 2019-01-19 | Rename CanonicalUserTypeAnnotation -> CanonicalUserType | Matthew Jasper | -7/+7 |
| 2019-01-19 | Rename UserTypeAnnotation -> UserType | Matthew Jasper | -13/+13 |
| 2019-01-19 | Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis | Mazdak Farrokhzad | -12/+10 |
| 2019-01-19 | Auto merge of #57752 - Centril:rollup, r=Centril | bors | -12/+26 |
| 2019-01-19 | Rollup merge of #57573 - Xanewok:querify-entry-fn, r=Zoxc | Mazdak Farrokhzad | -1/+11 |
| 2019-01-19 | Rollup merge of #57476 - Xanewok:bye-crate-analysis, r=Zoxc | Mazdak Farrokhzad | -11/+15 |
| 2019-01-19 | Auto merge of #57253 - Zoxc:incr-passes2, r=michaelwoerister | bors | -0/+36 |
| 2019-01-18 | remove more old readmes | mark | -301/+2 |
| 2019-01-18 | Auto merge of #57065 - Zoxc:graph-tweaks, r=michaelwoerister | bors | -41/+8 |
| 2019-01-18 | Manually inline a function that was only used once | Oliver Scherer | -10/+0 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -11/+15 |
| 2019-01-17 | Avoid erase_regions_ty queries if there are no regions to erase | Björn Steinbrink | -1/+6 |
| 2019-01-16 | Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov | bors | -1/+1 |
| 2019-01-15 | Make the query comment into a doc comment | Igor Matuszewski | -1/+2 |
| 2019-01-15 | Querify entry_fn | Igor Matuszewski | -1/+10 |
| 2019-01-15 | Optimize try_mark_green and eliminate the lock on dep node colors | John Kåre Alsaker | -41/+8 |
| 2019-01-15 | Make privacy checking, intrinsic checking and liveness checking incremental | John Kåre Alsaker | -0/+36 |
| 2019-01-14 | Rollup merge of #57480 - Zoxc:query-fix, r=michaelwoerister | Mazdak Farrokhzad | -20/+21 |
| 2019-01-13 | Auto merge of #57580 - Centril:rollup, r=Centril | bors | -45/+66 |
| 2019-01-13 | Rollup merge of #57113 - Zoxc:query-perf10, r=michaelwoerister | Mazdak Farrokhzad | -45/+66 |
| 2019-01-13 | Auto merge of #51487 - Zoxc:incr-passes, r=michaelwoerister | bors | -1/+63 |
| 2019-01-13 | Always calculate glob map but only for glob uses | Igor Matuszewski | -1/+1 |
| 2019-01-13 | Rollup merge of #57547 - Xanewok:ptr-eq, r=petrochenkov | Mazdak Farrokhzad | -10/+7 |
| 2019-01-12 | Use `ptr::eq` where applicable | Igor Matuszewski | -10/+7 |
| 2019-01-12 | Rollup merge of #57042 - pnkfelix:issue-57038-sidestep-ice-in-fieldplacement-... | Mazdak Farrokhzad | -1/+5 |
| 2019-01-11 | Make more passes incremental | John Kåre Alsaker | -1/+63 |
| 2019-01-10 | integrate trait aliases into def-paths / metadata | Niko Matsakis | -12/+10 |
| 2019-01-09 | Clean up and fix a bug in query plumbing | John Kåre Alsaker | -20/+21 |
| 2019-01-08 | [Cleanup] This is the first in the series of removals of with_freevars usage. | Blitzerr | -2/+2 |
| 2019-01-08 | Some more refactoring. | Blitzerr | -2/+1 |
| 2019-01-08 | Issue 56905 | Blitzerr | -0/+12 |
| 2019-01-08 | Move diagnostics out from QueryJob and optimize for the case with no diagnostics | John Kåre Alsaker | -45/+66 |
| 2019-01-08 | Auto merge of #57114 - Zoxc:query-perf11, r=michaelwoerister | bors | -6/+6 |
| 2019-01-08 | Auto merge of #57095 - Zoxc:prof-fix, r=michaelwoerister | bors | -23/+31 |
| 2019-01-07 | Rename some functions | John Kåre Alsaker | -3/+3 |
| 2019-01-07 | Fix and optimize query profiling | John Kåre Alsaker | -23/+31 |