| Age | Commit message (Expand) | Author | Lines |
| 2020-03-27 | Add skip list based implementation for smaller encoding | Mark Rousskov | -819/+466 |
| 2020-03-27 | submodules: update clippy from 1ff81c1b to 70b93aab | Matthias Krüger | -10/+10 |
| 2020-03-27 | add `unused_braces`, lint anon_const | Bastian Kauschke | -129/+366 |
| 2020-03-27 | add visit_anon_const to EarlyContextAndPass | Bastian Kauschke | -0/+6 |
| 2020-03-27 | Rollup merge of #70480 - lcnr:appayupyup, r=eddyb | Mazdak Farrokhzad | -46/+50 |
| 2020-03-27 | Rollup merge of #70478 - lcnr:refactor-type_of, r=varkor | Mazdak Farrokhzad | -77/+71 |
| 2020-03-27 | Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebank | Mazdak Farrokhzad | -0/+265 |
| 2020-03-27 | Rollup merge of #70434 - Centril:fix-34421, r=estebank | Mazdak Farrokhzad | -1/+73 |
| 2020-03-27 | Rollup merge of #70345 - nnethercote:rm-no_integrated_as, r=alexcrichton | Mazdak Farrokhzad | -129/+26 |
| 2020-03-27 | Auto merge of #70162 - cjgillot:split_query, r=Zoxc | bors | -1527/+1554 |
| 2020-03-27 | dogfood tasted bad | Jane Lusby | -3/+3 |
| 2020-03-27 | add the label back but make it shorter | Mazdak Farrokhzad | -17/+34 |
| 2020-03-27 | fix rustfmt issue | Jane Lusby | -2/+2 |
| 2020-03-27 | boycott manish | Jane Lusby | -9/+11 |
| 2020-03-27 | check for unstable options | Jane Lusby | -6/+24 |
| 2020-03-27 | Start work on clippy-fix as subcommand | Jane Lusby | -1/+6 |
| 2020-03-27 | Implement -Zlink-native-libraries | Jeremy Fitzhardinge | -3/+20 |
| 2020-03-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -285/+298 |
| 2020-03-27 | Auto merge of #70474 - Dylan-DPC:rollup-0lsxmmk, r=Dylan-DPC | bors | -23/+60 |
| 2020-03-27 | refactor type_of for consts | Bastian Kauschke | -77/+71 |
| 2020-03-27 | clarify hir_id <-> node_id method names | Bastian Kauschke | -46/+50 |
| 2020-03-27 | avoid creating unnecessary reference in Windows Env iterator | Ralf Jung | -1/+1 |
| 2020-03-27 | Refactor changes | PankajChaudhary5 | -2/+0 |
| 2020-03-27 | Rollup merge of #70470 - GuillaumeGomez:cleanup-e0463, r=Dylan-DPC | Dylan DPC | -1/+3 |
| 2020-03-27 | Rollup merge of #70068 - jclulow:illumos-gcc, r=cramertj | Dylan DPC | -1/+13 |
| 2020-03-27 | Rollup merge of #69887 - GuillaumeGomez:cleanup-e0404, r=Dylan-DPC | Dylan DPC | -5/+5 |
| 2020-03-27 | Rollup merge of #65222 - Lucretiel:fold_self, r=kodrAus | Dylan DPC | -16/+39 |
| 2020-03-27 | clean up E0404 explanation | Guillaume Gomez | -5/+5 |
| 2020-03-27 | Refactor changes | PankajChaudhary5 | -3/+3 |
| 2020-03-27 | Auto merge of #69916 - oli-obk:mir_bless, r=eddyb | bors | -274/+1201 |
| 2020-03-27 | Clean up E0463 explanation | Guillaume Gomez | -1/+3 |
| 2020-03-27 | Auto merge of #70282 - ssomers:btreemap_gdb_pretty_print, r=Mark-Simulacrum | bors | -6/+17 |
| 2020-03-27 | address some review comments | Mazdak Farrokhzad | -95/+68 |
| 2020-03-27 | Implement HashStable directly. | Camille GILLOT | -7/+8 |
| 2020-03-27 | Cleanups. | Camille GILLOT | -15/+14 |
| 2020-03-27 | Move QueryContext to the parent module. | Camille GILLOT | -42/+46 |
| 2020-03-27 | parse: improve recovery for assoc eq constraints. | Mazdak Farrokhzad | -1/+111 |
| 2020-03-27 | extract parse_generic_arg | Mazdak Farrokhzad | -8/+14 |
| 2020-03-27 | parse_angle_arg: parse constraints first | Mazdak Farrokhzad | -4/+4 |
| 2020-03-27 | split parse_angle_args into loop / single step | Mazdak Farrokhzad | -63/+67 |
| 2020-03-27 | parse: move constraint/arg restriction to ast_validation. | Mazdak Farrokhzad | -200/+247 |
| 2020-03-27 | Remove the QueryGetter trait. | Camille GILLOT | -91/+74 |
| 2020-03-27 | Auto merge of #69470 - mati865:deps, r=Mark-Simulacrum | bors | -4/+4 |
| 2020-03-27 | suggest semi on expr mac!() good as stmt mac!(). | Mazdak Farrokhzad | -1/+73 |
| 2020-03-27 | non-exhastive diagnostic: add note re. scrutinee type | Mazdak Farrokhzad | -0/+265 |
| 2020-03-27 | fix suggested changes | PankajChaudhary5 | -5/+6 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -588/+634 |
| 2020-03-27 | remove unused import | dylan_DPC | -1/+0 |
| 2020-03-27 | simplify test | dylan_DPC | -4/+1 |
| 2020-03-27 | Remove `no_integrated_as` mode. | Nicholas Nethercote | -129/+26 |