| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-26 | Rollup merge of #70437 - RalfJung:miri-saturate, r=hanna-kruppe | Dylan DPC | -0/+4 |
| 2020-03-26 | Rollup merge of #70429 - GuillaumeGomez:cleanup-e0459, r=Dylan-DPC | Dylan DPC | -1/+3 |
| 2020-03-26 | Rollup merge of #70428 - Centril:move-to-mod, r=petrochenkov | Dylan DPC | -2/+93 |
| 2020-03-26 | Rollup merge of #70413 - AminArria:match-pattern-incorrect-warning, r=Centril... | Dylan DPC | -8/+63 |
| 2020-03-26 | Rollup merge of #70397 - JOE1994:write_wide_str, r=RalfJung | Dylan DPC | -2/+43 |
| 2020-03-26 | Rollup merge of #70384 - nnethercote:refactor-object-file-handling, r=alexcri... | Dylan DPC | -79/+96 |
| 2020-03-26 | Add fold_self | Nathan West | -16/+40 |
| 2020-03-26 | Miri float->int casts: be explicit that this is saturating | Ralf Jung | -0/+4 |
| 2020-03-26 | Add regression test for #66706 | Alex Macleod | -0/+45 |
| 2020-03-26 | Mark `Layout::dangling` inline | Tim Diekmann | -0/+1 |
| 2020-03-26 | Apply suggestions from code review | Tim Diekmann | -10/+11 |
| 2020-03-26 | Remove alignment from `MemoryBlock` | Tim Diekmann | -202/+211 |
| 2020-03-26 | Remove unused import from libcore/alloc | Tim Diekmann | -1/+1 |
| 2020-03-26 | Fix safety section of `RawVec::into_box` | Tim Diekmann | -1/+2 |
| 2020-03-26 | Fix wording in `RawVec::from_raw_parts(_in)` | Tim Diekmann | -2/+2 |
| 2020-03-26 | Remove check for ZST in `RawVec::needs_to_grow` | Tim Diekmann | -2/+1 |
| 2020-03-26 | Refine docs for `RawVec::from_raw_parts(_in)` | Tim Diekmann | -4/+6 |