| Age | Commit message (Expand) | Author | Lines |
| 2019-04-14 | Derive Default for ExternEntry | Aaron Hill | -20/+11 |
| 2019-04-14 | Fix ExternEntry test | Aaron Hill | -25/+11 |
| 2019-04-14 | Refactor structure of ExternEntry | Aaron Hill | -38/+28 |
| 2019-04-14 | Move new_public to 'tess' module | Aaron Hill | -8/+10 |
| 2019-04-14 | Improve formatting | Aaron Hill | -24/+1 |
| 2019-04-14 | Fix tests | Aaron Hill | -7/+28 |
| 2019-04-14 | Rollup merge of #59877 - Zoxc:hiridify_def_id, r=eddyb | Mazdak Farrokhzad | -75/+232 |
| 2019-04-14 | Rollup merge of #59856 - albins:update-polonius, r=nikomatsakis | Mazdak Farrokhzad | -1/+1 |
| 2019-04-14 | Auto merge of #59693 - nnethercote:64-bit-Spans, r=petrochenkov | bors | -1/+1 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -75/+232 |
| 2019-04-14 | Fix tidy | Aaron Hill | -1/+1 |
| 2019-04-14 | Combine 'Extern' and 'ExternPrivate' | Aaron Hill | -27/+50 |
| 2019-04-14 | Properly parse '--extern-private' with name and path | Aaron Hill | -6/+48 |
| 2019-04-14 | Auto merge of #59950 - Centril:rollup-hpmr62i, r=Centril | bors | -6/+32 |
| 2019-04-14 | Rollup merge of #59874 - michaelwoerister:pgo-updates-1, r=cramertj | Mazdak Farrokhzad | -6/+32 |
| 2019-04-14 | Rollup merge of #59899 - nnethercote:sort-enum-variants-by-size, r=pnkfelix | Mazdak Farrokhzad | -1/+7 |
| 2019-04-14 | Rollup merge of #59858 - mark-i-m:dup-matcher-bindings-3, r=Centril | Mazdak Farrokhzad | -9/+1 |
| 2019-04-14 | Rollup merge of #59735 - matklad:deadcode, r=sanxiyn | Mazdak Farrokhzad | -3/+3 |
| 2019-04-13 | Auto merge of #59515 - wesleywiser:measureme, r=michaelwoerister | bors | -396/+143 |
| 2019-04-12 | Use measureme in self-profiler | Wesley Wiser | -396/+143 |
| 2019-04-12 | Rollup merge of #59859 - davidtwco:issue-59756, r=cramertj | Mazdak Farrokhzad | -1/+30 |
| 2019-04-12 | Auto merge of #59651 - tmandry:discr-index, r=eddyb | bors | -0/+4 |
| 2019-04-12 | Rollup merge of #59809 - Zoxc:trait_methods_not_found, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-04-12 | Uplift `get_def_path` from Clippy | flip1995 | -6/+28 |
| 2019-04-12 | Auto merge of #59536 - Zoxc:the-arena, r=eddyb | bors | -19/+283 |
| 2019-04-11 | Continue evaluating after missing main | Esteban Küber | -1/+0 |
| 2019-04-12 | In `-Zprint-type-size` output, sort enum variants by size. | Nicholas Nethercote | -1/+7 |
| 2019-04-11 | Add discr_index to multi-variant layouts | Tyler Mandry | -0/+4 |
| 2019-04-11 | Auto merge of #59227 - Zoxc:fix-get, r=eddyb | bors | -3/+3 |
| 2019-04-11 | Clean up handling of -Zpgo-gen commandline option. | Michael Woerister | -6/+32 |
| 2019-04-10 | forgot one | Mark Mansi | -1/+0 |
| 2019-04-10 | make duplicate matcher bindings a hard error | Mark Mansi | -8/+1 |
| 2019-04-10 | Suggest removing `?` to resolve type errors. | David Wood | -1/+30 |
| 2019-04-10 | update polonius-engine | Albin Stjerna | -1/+1 |
| 2019-04-09 | Do not render ascii colors to buffers | Oliver Scherer | -2/+2 |
| 2019-04-09 | Fix a typo | John Kåre Alsaker | -1/+1 |
| 2019-04-09 | Make trait_methods_not_found use a lock | John Kåre Alsaker | -2/+2 |
| 2019-04-07 | Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix | bors | -1/+12 |
| 2019-04-06 | Rollup merge of #59738 - flip1995:match_path_move, r=eddyb,Manishearth | Mazdak Farrokhzad | -107/+114 |
| 2019-04-06 | Auto merge of #59723 - Zoxc:rem-noforce, r=michaelwoerister | bors | -1/+0 |
| 2019-04-05 | Move match_path from DefId to lint::LateContext | flip1995 | -107/+114 |
| 2019-04-05 | remove lookup_char_pos_adj | Aleksey Kladov | -3/+3 |
| 2019-04-05 | Remove no_force from coherent_trait | John Kåre Alsaker | -1/+0 |
| 2019-04-05 | Increase `Span` from 4 bytes to 8 bytes. | Nicholas Nethercote | -1/+1 |
| 2019-04-05 | Add DropArena and use it to allocate types with few allocations | John Kåre Alsaker | -22/+148 |
| 2019-04-05 | Impl UseSpecializedDecodable for &T | John Kåre Alsaker | -9/+0 |
| 2019-04-05 | Make ArenaAllocatable a marker trait to allow overlapping impls and use speci... | John Kåre Alsaker | -28/+28 |
| 2019-04-05 | Introduce an arena type which may be used to allocate a list of types with de... | John Kåre Alsaker | -18/+165 |
| 2019-04-04 | Placate tidy | Felix S Klock II | -2/+2 |
| 2019-04-04 | Adjust the mutable_borrow_reservation_conflict message | Matthew Jasper | -0/+4 |