about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-25Rollup merge of #69813 - thomcc:nonzero-bitor, r=AmanieuDylan DPC-0/+87
2020-04-25Rollup merge of #69041 - petrochenkov:stabmodispan, r=AmanieuDylan DPC-2/+67
2020-04-25Replace thread_local with generator resume arguments in box_region.Alex Aktsipetrov-23/+31
2020-04-25Remove support for self-openingMark Rousskov-117/+16
2020-04-25Use the correct bound for `Cursor` `Send`Charles Lew-1/+1
2020-04-25Auto merge of #71439 - Mark-Simulacrum:stage0-next, r=jonas-schievinkbors-345/+47
2020-04-25Bump rustfmt to most recently shippedMark Rousskov-18/+27
2020-04-25Bump bootstrap compilerMark Rousskov-329/+22
2020-04-25Add a test for `Span::resolved_at` and `Span::located_at`Vadim Petrochenkov-0/+65
2020-04-25proc_macro: Stabilize `Span::resolved_at` and `Span::located_at`Vadim Petrochenkov-2/+2
2020-04-25Replace hash map with IndexVec for liveness data.Alex Aktsipetrov-21/+13
2020-04-25Auto merge of #71549 - Dylan-DPC:rollup-j6jlp9l, r=Dylan-DPCbors-164/+176
2020-04-25Rollup merge of #71533 - pnkfelix:revert-70566-for-const-validation-fix, r=Dy...Dylan DPC-138/+118
2020-04-25Rollup merge of #71523 - Mark-Simulacrum:alloc-inline-dup, r=AmanieuDylan DPC-10/+7
2020-04-25Rollup merge of #71517 - flip1995:unused_braces_hack, r=oli-obkDylan DPC-1/+21
2020-04-25Rollup merge of #71494 - flip1995:while_let_span, r=petrochenkovDylan DPC-10/+12
2020-04-25Rollup merge of #71364 - Amanieu:zprofile_compiler_builtins, r=cramertjDylan DPC-5/+18
2020-04-25Renamed lint to `match_on_vec_items`CrazyRoka-7/+7
2020-04-25Add missing Send and Sync bounds for linked list Cursor and CursorMut.Charles Lew-0/+12
2020-04-25Auto merge of #71458 - ecstatic-morse:bootstrap-cfg-doc, r=Mark-Simulacrumbors-3/+18
2020-04-25Fix comment in docstring example for Error::kindAskaholic-2/+2
2020-04-24Replace filter_map().next() calls with find_map()Josh Stone-151/+99
2020-04-24Add regression test for #26376Wesley Wiser-0/+25
2020-04-25Rollup merge of #71535 - workingjubilee:jubilee-markdown-fix, r=Mark-SimulacrumDylan DPC-2/+2
2020-04-25Rollup merge of #71534 - cuviper:unused-option-map, r=Mark-SimulacrumDylan DPC-64/+111
2020-04-25Rollup merge of #71527 - ecstatic-morse:debug-check-consts, r=Dylan-DPCDylan DPC-10/+1
2020-04-25Rollup merge of #71512 - Rustin-Liu:rustin-patch-bootstrap, r=Mark-SimulacrumDylan DPC-3/+3
2020-04-25Rollup merge of #71485 - arlopurcell:binary_heap_retain, r=AmanieuDylan DPC-0/+37
2020-04-25Rollup merge of #71480 - GuillaumeGomez:panic-info-example, r=Dylan-DPCDylan DPC-3/+9
2020-04-25Rollup merge of #71330 - ecstatic-morse:const-qualif-lazy, r=oli-obkDylan DPC-99/+189
2020-04-25Rollup merge of #69456 - contrun:fix-misleading-compiler-error, r=estebankDylan DPC-6/+99
2020-04-24Update stdarch submoduleAmanieu d'Antras-0/+0
2020-04-24Fix typos in docs for keyword "in"Jubilee Young-2/+2
2020-04-24Avoid unused Option::map resultsJosh Stone-64/+111
2020-04-24adjust testsRalf Jung-133/+113
2020-04-24Revert "Move early needs_subst bailout to _after_ linting."Ralf Jung-5/+5
2020-04-24tidymark-4/+1
2020-04-24Added lint `match_vec_item`CrazyRoka-0/+7
2020-04-24fix a couple more uses of def_kindmark-2/+2
2020-04-24Remove unused `visit_local`Dylan MacKenzie-9/+0
2020-04-24Use `debug` to print illegal operations in a const contextDylan MacKenzie-1/+1
2020-04-24Remove redundant `descr`/`descriptive_variant` methods from HIR.Eduard-Mihai Burtescu-81/+34
2020-04-24Tweak `descr` for `AnonConst` and fix `article` for `Use` and `ExternCrate`.Eduard-Mihai Burtescu-3/+4
2020-04-24Remove `Option` from the return type of `def_kind`.Eduard-Mihai Burtescu-100/+69
2020-04-24Split out the `Generator` case from `DefKind::Closure`.Eduard-Mihai Burtescu-6/+12
2020-04-24add a few more DefKindsmark-64/+133
2020-04-24Fix cross-compiling LLD to different platformsAlex Crichton-2/+28
2020-04-25Minimize parameter of coerce_borrowed_pointer()Donough Liu-12/+9
2020-04-24Take a single root node in range_searchMark Rousskov-10/+7
2020-04-24Add rustdoc regression test for the unused_braces lintflip1995-0/+14