| Age | Commit message (Expand) | Author | Lines |
| 2020-02-04 | Fix and test implementation of BTreeMap's first_entry, last_entry, pop_first,... | Stein Somers | -21/+35 |
| 2020-02-04 | Auto merge of #68601 - 0dvictor:split, r=tmandry | bors | -28/+55 |
| 2020-02-04 | Split `join_codegen_and_link()` into two steps | Victor Ding | -28/+55 |
| 2020-02-03 | Auto merge of #67668 - matthewjasper:or-patterns, r=pnkfelix | bors | -894/+1737 |
| 2020-02-03 | Avoid scheduling repeated `StorageDead`s | Matthew Jasper | -15/+52 |
| 2020-02-03 | Make use of `Place: Copy` | Matthew Jasper | -42/+34 |
| 2020-02-03 | Apply suggestions from code review | matthewjasper | -6/+5 |
| 2020-02-03 | Address review comments | Matthew Jasper | -96/+143 |
| 2020-02-03 | Make `Candidate` private | Matthew Jasper | -7/+10 |
| 2020-02-03 | Add more tests for or-patterns | Matthew Jasper | -0/+474 |
| 2020-02-03 | Rollup merge of #68800 - JohnTitor:stabilize-once-with, r=Centril | Dylan DPC | -14/+8 |
| 2020-02-03 | Rollup merge of #68798 - Centril:caller-loc-ctfe-rt-equiv, r=RalfJung | Dylan DPC | -0/+38 |
| 2020-02-03 | Rollup merge of #68797 - GuillaumeGomez:link-to-types, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-02-03 | Rollup merge of #68787 - amosonn:patch-1, r=nagisa | Dylan DPC | -16/+22 |
| 2020-02-03 | Rollup merge of #68777 - GuillaumeGomez:clean-up-e0263, r=Dylan-DPC | Dylan DPC | -4/+13 |
| 2020-02-03 | Rollup merge of #68744 - JohnTitor:fix-ice-save-analysis, r=cramertj | Dylan DPC | -4/+35 |
| 2020-02-03 | Rollup merge of #68711 - hman523:fix-68593, r=Dylan-DPC | Dylan DPC | -1/+4 |
| 2020-02-03 | Rollup merge of #68678 - Mark-Simulacrum:robots, r=pietroalbini | Dylan DPC | -1/+1 |
| 2020-02-04 | Stabilize `core::iter::once_with()` | Yuki Okushi | -14/+8 |
| 2020-02-03 | track_caller test caller_location ctfe/rt equivalence wrt. fnptrs | Mazdak Farrokhzad | -0/+38 |
| 2020-02-03 | Fix links to types instead of modules | Guillaume Gomez | -2/+2 |
| 2020-02-03 | Auto merge of #68665 - eddyb:debuginfo-early-create-var, r=nagisa | bors | -94/+209 |
| 2020-02-03 | rustc_codegen_llvm: avoid redundant calls to span_start. | Eduard-Mihai Burtescu | -4/+4 |
| 2020-02-03 | rustc_codegen_ssa: convert mir::VarDebugInfo into a custom PerLocalVarDebugInfo. | Eduard-Mihai Burtescu | -54/+133 |
| 2020-02-03 | rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr. | Eduard-Mihai Burtescu | -43/+79 |
| 2020-02-03 | Auto merge of #68778 - RalfJung:raw-addr-of, r=eddyb | bors | -1/+58 |
| 2020-02-03 | Auto merge of #68772 - matthewjasper:relate-opt, r=davidtwco | bors | -2/+42 |
| 2020-02-03 | Auto merge of #68756 - JohnTitor:fix-ice-save-analysis-2, r=davidtwco | bors | -3/+5 |
| 2020-02-03 | Auto merge of #68735 - JohnTitor:fix-ice-0202, r=estebank | bors | -2/+2 |
| 2020-02-03 | Optimize core::ptr::align_offset | Amos Onn | -2/+1 |
| 2020-02-03 | Optimize core::ptr::align_offset | Amos Onn | -13/+20 |
| 2020-02-03 | Optimize core::ptr::align_offset | Amos Onn | -2/+2 |
| 2020-02-02 | Auto merge of #68720 - wesleywiser:llvm_time_trace, r=davidtwco | bors | -0/+48 |
| 2020-02-02 | add raw-addr-of variant to mir_raw_fat_ptr | Ralf Jung | -1/+58 |
| 2020-02-02 | Auto merge of #68774 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2020-02-02 | Clean up E0263 explanation | Guillaume Gomez | -4/+13 |
| 2020-02-02 | bump Miri | Ralf Jung | -7/+9 |
| 2020-02-02 | Rollup merge of #68769 - Centril:unwrap, r=petrochenkov | Mazdak Farrokhzad | -4/+3 |
| 2020-02-02 | Rollup merge of #68764 - Centril:self-semantic, r=petrochenkov | Mazdak Farrokhzad | -87/+453 |
| 2020-02-02 | Rollup merge of #68763 - JohnTitor:do-not-sugg-dup-bounds, r=estebank | Mazdak Farrokhzad | -32/+49 |
| 2020-02-02 | Rollup merge of #68760 - Tyg13:compile_fail_ui_test, r=Centril | Mazdak Farrokhzad | -194/+168 |
| 2020-02-02 | Rollup merge of #68733 - cata0309:patch-1, r=Dylan-DPC | Mazdak Farrokhzad | -2/+2 |
| 2020-02-02 | parser: avoid re-wrapping NtItem | Mazdak Farrokhzad | -4/+3 |
| 2020-02-02 | parser: address review comments re. `self`. | Mazdak Farrokhzad | -128/+124 |
| 2020-02-02 | Avoid exponential behaviour when relating types | Matthew Jasper | -2/+42 |
| 2020-02-02 | Do not suggest duplicate bounds | Yuki Okushi | -32/+49 |
| 2020-02-02 | parser: move restrictions re. `self` to `ast_validation`. | Mazdak Farrokhzad | -56/+426 |
| 2020-02-02 | Auto merge of #68737 - Centril:fix-68710, r=petrochenkov | bors | -0/+17 |
| 2020-02-02 | pretty: print attrs in struct expr | Mazdak Farrokhzad | -0/+17 |
| 2020-02-02 | compiletest: error if `compile-fail` header in ui test. | Tyler Lanphear | -194/+168 |