| Age | Commit message (Expand) | Author | Lines |
| 2020-03-27 | Implement -Zlink-native-libraries | Jeremy Fitzhardinge | -3/+20 |
| 2020-03-27 | Auto merge of #69916 - oli-obk:mir_bless, r=eddyb | bors | -274/+1201 |
| 2020-03-27 | Auto merge of #70282 - ssomers:btreemap_gdb_pretty_print, r=Mark-Simulacrum | bors | -6/+17 |
| 2020-03-27 | Auto merge of #69470 - mati865:deps, r=Mark-Simulacrum | bors | -4/+4 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -588/+634 |
| 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 | 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 | 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 | Update tests to use llvm_asm! | Amanieu d'Antras | -401/+421 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -187/+213 |
| 2020-03-26 | Add tests based on issue #70372 comments | Amin Arria | -0/+22 |
| 2020-03-26 | Fix incorrect pattern warning "unreachable pattern" | Amin Arria | -8/+41 |
| 2020-03-26 | add 'fn write_u16s'(rustc_mir::interpret::Memory) | JOE1994 | -2/+43 |
| 2020-03-26 | Enable `--bless`ing of MIR dumps | Oliver Scherer | -256/+1198 |
| 2020-03-26 | Clean up E0459 explanation | Guillaume Gomez | -1/+3 |
| 2020-03-26 | error_bad_item_kind: add help text | Mazdak Farrokhzad | -2/+93 |
| 2020-03-26 | Upgrade rustc and bootstrap dependencies | Mateusz MikuĊa | -4/+4 |
| 2020-03-26 | rustc_hir_pretty: bump recursion_limit | Mazdak Farrokhzad | -0/+2 |
| 2020-03-26 | Rollup merge of #70424 - lcnr:nit, r=Centril | Mazdak Farrokhzad | -5/+1 |
| 2020-03-26 | Rollup merge of #70417 - rakshith-ravi:master, r=Centril | Mazdak Farrokhzad | -0/+57 |
| 2020-03-26 | Rollup merge of #70411 - ogoffart:fix-62691, r=eddyb | Mazdak Farrokhzad | -13/+21 |
| 2020-03-26 | Rollup merge of #70385 - RalfJung:miri-nits, r=eddyb | Mazdak Farrokhzad | -8/+8 |
| 2020-03-26 | Rollup merge of #68004 - nikomatsakis:negative-impls, r=varkor | Mazdak Farrokhzad | -351/+869 |
| 2020-03-26 | Reorganize a bit the code and add a comment | Olivier Goffart | -4/+10 |
| 2020-03-26 | wip pacify the merciless ui tests | Niko Matsakis | -1/+1 |
| 2020-03-26 | Remove unused argument | Oliver Scherer | -18/+3 |
| 2020-03-26 | pacify the merciless x.py fmt | Niko Matsakis | -47/+11 |
| 2020-03-26 | use slice pattern instead of calling `is_empty()` and `[0]` | Niko Matsakis | -6/+14 |
| 2020-03-26 | add test for negative specializes negative | Niko Matsakis | -0/+13 |
| 2020-03-26 | move stderr file too | Niko Matsakis | -0/+0 |
| 2020-03-26 | give the negative-impls-builtin test a more sensible name | Niko Matsakis | -0/+0 |