summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-04-27Emit basic block ids for statements and terminators in MIR only in -Zverbose ...Oliver Scherer-3067/+3004
2020-04-27clarify interaction of pin drop guarantee and panicsRalf Jung-2/+4
2020-04-27Fix off by one error for delay_span_bugSantiago Pastorino-1/+4
2020-04-27Update RLS to unbreak toolstateIgor Matuszewski-0/+0
2020-04-27fix wasiSteven Fackler-2/+2
2020-04-27make recursive-zst test unleashedRalf Jung-3/+27
2020-04-27No need to whitelist E0750 anymoreGuillaume Gomez-1/+1
2020-04-27use nicer code style to define DEFAULT_MIN_STACK_SIZEStefan Lankes-1/+1
2020-04-27Auto merge of #71268 - estebank:devectorize, r=eddybbors-169/+132
2020-04-27Removed unused lifetimes and a needless boolrail-7/+4
2020-04-27Merge branch 'master' into fix_manual_memcpyrail-3/+287
2020-04-27Extract building the suggestion of `manual_memcpy`rail-74/+80
2020-04-27Delay getting the snippet from slicesrail-14/+16
2020-04-27Separate getting offsets and getting index expressionsrail-35/+28
2020-04-27Extract roles getting indexes from `get_indexed_assignments`rail-51/+55
2020-04-27Extract `get_fixed_offset_var`` from `fetch_cloned_fixed_offset_var`rail-19/+11
2020-04-27Auto merge of #70073 - wesleywiser:mir_opt_level_0, r=oli-obkbors-55/+81
2020-04-27Use `fn` instead of closures where unnecessaryrail-4/+4
2020-04-27Rename `negate` to `sign` and make it strong types then make `art1` &strrail-28/+28
2020-04-27Refactor `if` to use `else` and iterator combinatorsrail-28/+22
2020-04-27Remove all `ref` keywordrail-14/+12
2020-04-27Do not trigger `manual_memcpy` for `RangeTo`rail-28/+29
2020-04-27Auto merge of #5522 - CrazyRoka:match_vec_item, r=phanschbors-3/+287
2020-04-27Print 0 when `end` and `offset` is 0, and also simplify the suggestionrail-5/+14
2020-04-27Don't negate resulted offsets when `offset` is subtraction by 0rail-2/+2
2020-04-27Auto merge of #71600 - Dylan-DPC:rollup-7tvzi9n, r=Dylan-DPCbors-118/+206
2020-04-27Auto merge of #5506 - ebroto:mismatched_target_os, r=flip1995bors-28/+582
2020-04-27Rollup merge of #71589 - RalfJung:unique-no-shr, r=SimonSapinDylan DPC-20/+3
2020-04-27Rollup merge of #71438 - estebank:resolve-sugg-tiny, r=petrochenkovDylan DPC-25/+56
2020-04-27Rollup merge of #71419 - contrun:wrong-namespace-rustc-resolve, r=petrochenkovDylan DPC-45/+98
2020-04-27Rollup merge of #71409 - estebank:point-at-ret-question-mark-op, r=petrochenkovDylan DPC-14/+48
2020-04-27Rollup merge of #71263 - shlevy:FileLoader-remove-abs_path, r=XanewokDylan DPC-12/+0
2020-04-27Rollup merge of #68716 - petrochenkov:stabmixed, r=dtolnayDylan DPC-2/+1
2020-04-26fix wasm buildSteven Fackler-0/+8
2020-04-26Auto merge of #71468 - matthiaskrgr:submodule_upd, r=Dylan-DPCbors-10/+8
2020-04-26unstable-book: Document `-Z tls-model`Vadim Petrochenkov-0/+25
2020-04-26rustc_target: Stop using "string typing" for TLS modelsVadim Petrochenkov-44/+94
2020-04-26Fix broken link in `QPath` documentationLeSeulArtichaut-1/+1
2020-04-26Auto merge of #71593 - Dylan-DPC:rollup-ms7j94u, r=Dylan-DPCbors-139/+263
2020-04-26Split tests in unix/non-unixEduardo Broto-94/+169
2020-04-26Remove some OSes from the test to comply with stderr line limitEduardo Broto-40/+8
2020-04-26Use the span of the attribute for the error messageEduardo Broto-44/+84
2020-04-26Apply suggestions from PR reviewEduardo Broto-41/+233
2020-04-26Implement mismatched_target_os lintEduardo Broto-28/+307
2020-04-26Rollup merge of #71576 - lcnr:inline-as_mut, r=oli-obkDylan DPC-0/+139
2020-04-26Rollup merge of #71569 - samrat:miri-ub-on-size-mismatch, r=RalfJungDylan DPC-1/+16
2020-04-26Rollup merge of #71551 - gizmondo:gen-index-vec, r=jonas-schievinkDylan DPC-21/+13
2020-04-26Rollup merge of #71537 - Mark-Simulacrum:no-self-open, r=davidtwcoDylan DPC-117/+16
2020-04-26Rollup merge of #71421 - elichai:2020-04-boxed-slice, r=sfacklerDylan DPC-0/+79
2020-04-26Point at the return type on `.into()` failure caused by `?`Esteban Küber-14/+48