| Age | Commit message (Expand) | Author | Lines |
| 2019-01-13 | Rollup merge of #57547 - Xanewok:ptr-eq, r=petrochenkov | Mazdak Farrokhzad | -10/+7 |
| 2019-01-13 | Rollup merge of #57494 - dotdash:expand, r=nikomatsakis | Mazdak Farrokhzad | -8/+23 |
| 2019-01-12 | Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakis | bors | -1/+1 |
| 2019-01-12 | Use `ptr::eq` where applicable | Igor Matuszewski | -10/+7 |
| 2019-01-12 | resolve: Prohibit use of imported non-macro attributes | Vadim Petrochenkov | -1/+1 |
| 2019-01-12 | Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-01-12 | Rollup merge of #57434 - nnethercote:rm-CrateNum-Invalid, r=petrochenkov | Mazdak Farrokhzad | -4/+0 |
| 2019-01-12 | Rollup merge of #57042 - pnkfelix:issue-57038-sidestep-ice-in-fieldplacement-... | Mazdak Farrokhzad | -1/+5 |
| 2019-01-12 | Rollup merge of #56906 - blitzerr:master, r=nikomatsakis | Mazdak Farrokhzad | -0/+11 |
| 2019-01-12 | Stabilise irrefutable if-let and while-let patterns | varkor | -1/+1 |
| 2019-01-11 | Auto merge of #57355 - arielb1:correct-subst, r=nikomatsakis | bors | -9/+24 |
| 2019-01-10 | Add a fast path for identical regions in lub_concrete_regions | Björn Steinbrink | -0/+7 |
| 2019-01-10 | Drop "solved" constraints during region expansion | Björn Steinbrink | -8/+16 |
| 2019-01-09 | Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister | bors | -19/+28 |
| 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 | Auto merge of #57114 - Zoxc:query-perf11, r=michaelwoerister | bors | -168/+126 |
| 2019-01-08 | Auto merge of #56988 - alexcrichton:monotonic-instant, r=sfackler | bors | -15/+2 |
| 2019-01-08 | Remove `CrateNum::Invalid`. | Nicholas Nethercote | -4/+0 |
| 2019-01-08 | Auto merge of #57095 - Zoxc:prof-fix, r=michaelwoerister | bors | -30/+40 |
| 2019-01-07 | Auto merge of #57303 - matthiaskrgr:clippy_submodule_upd, r=oli-obk | bors | -7/+0 |
| 2019-01-07 | Revert "Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton" | Matthias Krüger | -7/+0 |
| 2019-01-07 | Rename some functions | John Kåre Alsaker | -4/+4 |
| 2019-01-07 | Fix and optimize query profiling | John Kåre Alsaker | -30/+40 |
| 2019-01-07 | std: Force `Instant::now()` to be monotonic | Alex Crichton | -15/+2 |
| 2019-01-07 | Rollup merge of #57290 - mark-i-m:remove-outdated-comment, r=michaelwoerister | Pietro Albini | -3/+0 |
| 2019-01-06 | Make sure feature gate errors are recoverable (take 2) | Vadim Petrochenkov | -3/+1 |
| 2019-01-05 | Auto merge of #57230 - estebank:return-mismatch, r=varkor | bors | -1/+2 |
| 2019-01-05 | use the correct supertrait substitution in `object_ty_for_trait` | Ariel Ben-Yehuda | -9/+24 |
| 2019-01-05 | Rollup merge of #57343 - Xanewok:querify-access-levels, r=nikomatsakis | kennytm | -3/+0 |
| 2019-01-05 | Rollup merge of #57314 - wiktorkuchta:master, r=Centril | kennytm | -3/+3 |
| 2019-01-05 | Rollup merge of #57295 - d-e-s-o:topic/be-be, r=zackmdavis | kennytm | -3/+3 |
| 2019-01-05 | Rollup merge of #57229 - mikeyhew:fix-56806, r=varkor | kennytm | -5/+18 |
| 2019-01-05 | Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis | kennytm | -42/+0 |
| 2019-01-05 | Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton | bors | -0/+7 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -191/+274 |
| 2019-01-05 | Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakis | bors | -32/+57 |
| 2019-01-04 | use `delay_span_bug` instead of `bug!` when doing layout sanity check | Michael Hewson | -5/+18 |
| 2019-01-04 | Remove unused name from CrateAnalysis | Igor Matuszewski | -1/+0 |
| 2019-01-04 | Replace CrateAnalysis::access_levels with query | Igor Matuszewski | -2/+0 |
| 2019-01-04 | Update src/librustc/ty/fold.rs | Artem Varaksa | -1/+1 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -388/+233 |
| 2019-01-04 | alphabetize marker traits when printed | Ariel Ben-Yehuda | -2/+15 |
| 2019-01-04 | implement a hack to make traitobject 0.1.0 compile | Ariel Ben-Yehuda | -15/+181 |
| 2019-01-04 | Revert "add coherence future-compat warnings for marker-only trait objects" | Ariel Ben-Yehuda | -186/+27 |
| 2019-01-04 | add comment to <List<ExistentialPredicates>>::principal | Ariel Ben-Yehuda | -1/+25 |
| 2019-01-04 | fix ppaux | Ariel Ben-Yehuda | -1/+8 |
| 2019-01-04 | avoid giving a principal to marker-only trait objects | Ariel Ben-Yehuda | -1/+1 |
| 2019-01-04 | add support for principal-less trait object types | Ariel Ben-Yehuda | -31/+63 |