about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-04Fix and test implementation of BTreeMap's first_entry, last_entry, pop_first,...Stein Somers-21/+35
2020-02-04Auto merge of #68601 - 0dvictor:split, r=tmandrybors-28/+55
2020-02-04Split `join_codegen_and_link()` into two stepsVictor Ding-28/+55
2020-02-03Auto merge of #67668 - matthewjasper:or-patterns, r=pnkfelixbors-894/+1737
2020-02-03Avoid scheduling repeated `StorageDead`sMatthew Jasper-15/+52
2020-02-03Make use of `Place: Copy`Matthew Jasper-42/+34
2020-02-03Apply suggestions from code reviewmatthewjasper-6/+5
2020-02-03Address review commentsMatthew Jasper-96/+143
2020-02-03Make `Candidate` privateMatthew Jasper-7/+10
2020-02-03Add more tests for or-patternsMatthew Jasper-0/+474
2020-02-03Rollup merge of #68800 - JohnTitor:stabilize-once-with, r=CentrilDylan DPC-14/+8
2020-02-03Rollup merge of #68798 - Centril:caller-loc-ctfe-rt-equiv, r=RalfJungDylan DPC-0/+38
2020-02-03Rollup merge of #68797 - GuillaumeGomez:link-to-types, r=Dylan-DPCDylan DPC-2/+2
2020-02-03Rollup merge of #68787 - amosonn:patch-1, r=nagisaDylan DPC-16/+22
2020-02-03Rollup merge of #68777 - GuillaumeGomez:clean-up-e0263, r=Dylan-DPCDylan DPC-4/+13
2020-02-03Rollup merge of #68744 - JohnTitor:fix-ice-save-analysis, r=cramertjDylan DPC-4/+35
2020-02-03Rollup merge of #68711 - hman523:fix-68593, r=Dylan-DPCDylan DPC-1/+4
2020-02-03Rollup merge of #68678 - Mark-Simulacrum:robots, r=pietroalbiniDylan DPC-1/+1
2020-02-04Stabilize `core::iter::once_with()`Yuki Okushi-14/+8
2020-02-03track_caller test caller_location ctfe/rt equivalence wrt. fnptrsMazdak Farrokhzad-0/+38
2020-02-03Fix links to types instead of modulesGuillaume Gomez-2/+2
2020-02-03Auto merge of #68665 - eddyb:debuginfo-early-create-var, r=nagisabors-94/+209
2020-02-03rustc_codegen_llvm: avoid redundant calls to span_start.Eduard-Mihai Burtescu-4/+4
2020-02-03rustc_codegen_ssa: convert mir::VarDebugInfo into a custom PerLocalVarDebugInfo.Eduard-Mihai Burtescu-54/+133
2020-02-03rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr.Eduard-Mihai Burtescu-43/+79
2020-02-03Auto merge of #68778 - RalfJung:raw-addr-of, r=eddybbors-1/+58
2020-02-03Auto merge of #68772 - matthewjasper:relate-opt, r=davidtwcobors-2/+42
2020-02-03Auto merge of #68756 - JohnTitor:fix-ice-save-analysis-2, r=davidtwcobors-3/+5
2020-02-03Auto merge of #68735 - JohnTitor:fix-ice-0202, r=estebankbors-2/+2
2020-02-03Optimize core::ptr::align_offsetAmos Onn-2/+1
2020-02-03Optimize core::ptr::align_offsetAmos Onn-13/+20
2020-02-03Optimize core::ptr::align_offsetAmos Onn-2/+2
2020-02-02Auto merge of #68720 - wesleywiser:llvm_time_trace, r=davidtwcobors-0/+48
2020-02-02add raw-addr-of variant to mir_raw_fat_ptrRalf Jung-1/+58
2020-02-02Auto merge of #68774 - RalfJung:miri, r=RalfJungbors-7/+9
2020-02-02Clean up E0263 explanationGuillaume Gomez-4/+13
2020-02-02bump MiriRalf Jung-7/+9
2020-02-02Rollup merge of #68769 - Centril:unwrap, r=petrochenkovMazdak Farrokhzad-4/+3
2020-02-02Rollup merge of #68764 - Centril:self-semantic, r=petrochenkovMazdak Farrokhzad-87/+453
2020-02-02Rollup merge of #68763 - JohnTitor:do-not-sugg-dup-bounds, r=estebankMazdak Farrokhzad-32/+49
2020-02-02Rollup merge of #68760 - Tyg13:compile_fail_ui_test, r=CentrilMazdak Farrokhzad-194/+168
2020-02-02Rollup merge of #68733 - cata0309:patch-1, r=Dylan-DPCMazdak Farrokhzad-2/+2
2020-02-02parser: avoid re-wrapping NtItemMazdak Farrokhzad-4/+3
2020-02-02parser: address review comments re. `self`.Mazdak Farrokhzad-128/+124
2020-02-02Avoid exponential behaviour when relating typesMatthew Jasper-2/+42
2020-02-02Do not suggest duplicate boundsYuki Okushi-32/+49
2020-02-02parser: move restrictions re. `self` to `ast_validation`.Mazdak Farrokhzad-56/+426
2020-02-02Auto merge of #68737 - Centril:fix-68710, r=petrochenkovbors-0/+17
2020-02-02pretty: print attrs in struct exprMazdak Farrokhzad-0/+17
2020-02-02compiletest: error if `compile-fail` header in ui test.Tyler Lanphear-194/+168