| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-27 | Rollup merge of #70435 - Alexendoo:test-66706, r=Centril | Dylan DPC | -0/+45 |
| 2020-03-27 | Rollup merge of #70344 - Centril:hir-pretty, r=eddyb | Dylan DPC | -311/+273 |
| 2020-03-27 | Rollup merge of #70048 - TyPR124:mutable_osstr, r=dtolnay | Dylan DPC | -0/+50 |
| 2020-03-27 | Rollup merge of #69936 - Aaron1011:fix/suggestion-cycle, r=varkor | Dylan DPC | -22/+75 |
| 2020-03-27 | Rollup merge of #69644 - ecstatic-morse:unified-dataflow-cleanup, r=eddyb | Dylan DPC | -1108/+89 |
| 2020-03-26 | Make `framework` a private module | Dylan MacKenzie | -1/+1 |
| 2020-03-26 | Update `framework` module docs | Dylan MacKenzie | -17/+15 |
| 2020-03-26 | Move `BottomValue` into `framework/mod.rs` | Dylan MacKenzie | -47/+43 |
| 2020-03-26 | Update imports from `dataflow::generic` to `dataflow` | Dylan MacKenzie | -20/+19 |
| 2020-03-26 | Update use statements in `dataflow/mod.rs` | Dylan MacKenzie | -7/+10 |
| 2020-03-26 | Rename `dataflow::generic` to `dataflow::framework` | Dylan MacKenzie | -0/+0 |
| 2020-03-26 | Move `MoveDataParamEnv` to beginning of module | Dylan MacKenzie | -5/+5 |
| 2020-03-26 | Remove `BitDenotation` framework | Dylan MacKenzie | -1017/+2 |
| 2020-03-26 | Test and fix gdb pretty printing again | Stein Somers | -6/+17 |
| 2020-03-26 | fix docs | dylan_DPC | -2/+5 |
| 2020-03-26 | Create output dir in rustdoc markdown render | Timothée Gerber | -1/+6 |