about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-01-28Remove unneeded & on match patternSantiago Pastorino-2/+2
2020-01-28./x.py fmtSantiago Pastorino-10/+14
2020-01-28Place::ty_from takes local by valueSantiago Pastorino-47/+47
2020-01-28Local field on PlaceRef and RootPlace is not a reference anymoreSantiago Pastorino-90/+90
2020-01-28codegen_place and related functions can take PlaceRef by valueSantiago Pastorino-19/+19
2020-01-28make_integrate_local takes Local by valueSantiago Pastorino-4/+4
2020-01-28record_killed_borrows_for_local takes Local by valueSantiago Pastorino-4/+4
2020-01-28Place conflict functions take Local by valueSantiago Pastorino-6/+6
2020-01-28Auto merge of #68529 - TimDiekmann:rename-alloc, r=Amanieubors-45/+60
2020-01-28Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAusbors-8/+5
2020-01-28Auto merge of #68587 - JohnTitor:rollup-fz45xwc, r=JohnTitorbors-47/+91
2020-01-28Rollup merge of #68575 - Wind-River:master_2020, r=alexcrichtonYuki Okushi-0/+1
2020-01-28Rollup merge of #68573 - GuillaumeGomez:clean-up-e0262, r=Dylan-DPCYuki Okushi-3/+7
2020-01-28Rollup merge of #68571 - Centril:check_in_cx, r=oli-obkYuki Okushi-5/+8
2020-01-28Rollup merge of #68570 - cr1901:msp430-fix-1-2020, r=alexcrichtonYuki Okushi-0/+0
2020-01-28Rollup merge of #68563 - Aaron1011:fix/fn-sig-closure, r=varkorYuki Okushi-0/+30
2020-01-28Rollup merge of #68482 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPCYuki Okushi-3/+6
2020-01-28Rollup merge of #68454 - GuillaumeGomez:clean-up-e0214, r=Dylan-DPCYuki Okushi-4/+9
2020-01-28Rollup merge of #68412 - GuillaumeGomez:clean-up-e0207, r=Dylan-DPCYuki Okushi-13/+17
2020-01-28Rollup merge of #68383 - GuillaumeGomez:clean-up-e0205, r=Dylan-DPCYuki Okushi-5/+11
2020-01-28stabilize the debug_map_key_value featureAshley Mannix-14/+2
2020-01-27Rename `Alloc` to `AllocRef`Tim Diekmann-45/+60
2020-01-27Rollup merge of #68579 - ehuss:update-cargo, r=Mark-SimulacrumMark Rousskov-0/+0
2020-01-27Rollup merge of #68576 - jonhoo:bump-miri, r=oli-obkMark Rousskov-7/+7
2020-01-27Rollup merge of #68459 - matthiaskrgr:clone_on_copy2, r=eddybMark Rousskov-192/+155
2020-01-27Update cargoEric Huss-0/+0
2020-01-27Bump miri for rust-lang/miri#1150Jon Gjengset-7/+7
2020-01-27Disable the testcase for Vxworks.Umesh Kalappa-0/+1
2020-01-27Clean up E0262 explanationGuillaume Gomez-3/+7
2020-01-27check_match: extract common logicMazdak Farrokhzad-5/+8
2020-01-27Fix LLVM assertion failure in MSP430 interrupt generation.William D. Jones-0/+0
2020-01-27Update src/librustc_error_codes/error_codes/E0220.mdGuillaume Gomez-1/+1
2020-01-27Auto merge of #68566 - pietroalbini:rollup-22hbo3e, r=pietroalbinibors-19/+55
2020-01-27Rollup merge of #68562 - hjung4:spell, r=jonas-schievinkPietro Albini-5/+5
2020-01-27Rollup merge of #68531 - wesleywiser:cleanup_self_profiler, r=michaelwoeristerPietro Albini-14/+6
2020-01-27Rollup merge of #68370 - Aaron1011:const-extern-test, r=RalfJungPietro Albini-0/+44
2020-01-27Auto merge of #68165 - thomcc:lt_ones, r=sfacklerbors-0/+138
2020-01-27Don't call `tcx.fn_sig` on closuresAaron Hill-0/+30
2020-01-26updatecomet-5/+5
2020-01-26Ensure that we error when calling "const extern fn" with wrong conventionAaron Hill-0/+44
2020-01-27Auto merge of #68447 - estebank:sugg-type-param, r=petrochenkovbors-66/+178
2020-01-27make matches exhaustiveMatthias Krüger-6/+14
2020-01-27don't clone types that are copy, round two.Matthias Krüger-189/+144
2020-01-27Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkovbors-133/+33
2020-01-26Suggest defining type parameter when appropriateEsteban Küber-66/+178
2020-01-26rustc_span: return an impl Iterator instead of a Vec from macro_backtrace.Eduard-Mihai Burtescu-23/+25
2020-01-26rustc_span: replace MacroBacktrace with ExpnData.Eduard-Mihai Burtescu-28/+13
2020-01-26rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.Eduard-Mihai Burtescu-26/+17
2020-01-26Don't use ExpnKind::descr to get the name of a bang macro.Eduard-Mihai Burtescu-18/+31
2020-01-26Auto merge of #68545 - estebank:verbose-bound-display, r=petrochenkovbors-19/+23