about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-15Rollup merge of #70011 - petrochenkov:asyncice, r=CentrilMazdak Farrokhzad-61/+35
2020-03-15Rollup merge of #70006 - petrochenkov:fresh, r=CentrilMazdak Farrokhzad-24/+123
2020-03-15Rollup merge of #69988 - petrochenkov:nomacrodef, r=CentrilMazdak Farrokhzad-60/+21
2020-03-15Rollup merge of #69661 - lopopolo:string-from-mut-str, r=sfacklerMazdak Farrokhzad-0/+11
2020-03-15Rollup merge of #69589 - petrochenkov:maccall, r=CentrilMazdak Farrokhzad-197/+200
2020-03-15Rollup merge of #69528 - HeroicKatora:finalize-ref-cell, r=dtolnayMazdak Farrokhzad-5/+36
2020-03-15Auto merge of #69961 - RalfJung:miri, r=RalfJungbors-9/+7
2020-03-15Consider well-formed predicates in min-specializationMatthew Jasper-4/+82
2020-03-15Use min_specialization in libstd and libproc_macroMatthew Jasper-2/+4
2020-03-15Implement soundness check for min_specializationMatthew Jasper-5/+796
2020-03-15Avoid ICEs when we emit errors constructing the specialization graphMatthew Jasper-56/+79
2020-03-15Add attributes to allow specializing on traitsMatthew Jasper-3/+116
2020-03-15Add `min_specialization` featureMatthew Jasper-7/+22
2020-03-15update miriRalf Jung-9/+7
2020-03-15resolve: Prevent fresh bindings from shadowing ambiguity itemsVadim Petrochenkov-24/+123
2020-03-15Fix "since" field for `Once::is_complete`'s `#[stable]` attributeLukas Kalbertodt-1/+1
2020-03-15Add more context to the literal overflow messageYI-11/+107
2020-03-15Rollup merge of #69993 - ayushmishra2005:doc/61137-add-long-error-code-e0693,...Dylan DPC-1/+21
2020-03-15Rollup merge of #69991 - contrun:fix-69980, r=Dylan-DPCDylan DPC-1/+1
2020-03-15Rollup merge of #69967 - mark-i-m:rinfctx, r=matthewjasperDylan DPC-10/+77
2020-03-15Rollup merge of #69498 - mark-i-m:describe-it-2, r=matthewjasperDylan DPC-177/+177
2020-03-15Rollup merge of #69471 - nnethercote:rm-sip-Hasher-short_write, r=dtolnayDylan DPC-46/+7
2020-03-15Rollup merge of #69357 - tmiasko:debuginfo-column, r=michaelwoeristerDylan DPC-43/+97
2020-03-15Update src/librustc_error_codes/error_codes/E0634.mdAyush Mishra-1/+1
2020-03-15Update src/librustc_error_codes/error_codes/E0634.mdAyush Mishra-1/+1
2020-03-15def_collector: Fully visit async functionsVadim Petrochenkov-61/+35
2020-03-14Return feature gate as a `Symbol`Dylan MacKenzie-29/+32
2020-03-14Update ui testsGuillaume Gomez-1/+1
2020-03-14Fix punctuation in rustdoc bookTimothée Gerber-1/+1
2020-03-14Change fenced code block type in rustdoc bookTimothée Gerber-1/+1
2020-03-14Simplify `Qualif` interfaceDylan MacKenzie-202/+178
2020-03-14Clean up E0412 and E0422 explanationsGuillaume Gomez-2/+3
2020-03-14Clean up path separator in rustdoc bookTimothée Gerber-5/+5
2020-03-14Add some comments to the new queriesJohn Kåre Alsaker-0/+13
2020-03-14Add test for #69596John Kåre Alsaker-0/+21
2020-03-14Don't try to print missing HIR idsJohn Kåre Alsaker-2/+2
2020-03-14Update testsJohn Kåre Alsaker-4/+4
2020-03-14Update ich_nested_items.rsJohn Kåre Alsaker-8/+11
2020-03-14Reintroduce workaround for #62649John Kåre Alsaker-8/+15
2020-03-14Format function_interfaces.rsJohn Kåre Alsaker-46/+40
2020-03-14Replace `Hir` with `hir_owner` in testsJohn Kåre Alsaker-472/+472
2020-03-14Replace `HirBody` with `hir_owner_items` in testsJohn Kåre Alsaker-355/+356
2020-03-14Create the `hir_to_node_id` map before `TyCtxt`John Kåre Alsaker-31/+25
2020-03-14Optimize the HIR mapJohn Kåre Alsaker-46/+49
2020-03-14Don't hash HIR with bodies thriceJohn Kåre Alsaker-37/+43
2020-03-14Fix HIR map validationJohn Kåre Alsaker-12/+16
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-279/+180
2020-03-14Only hash the Hir owner (including its bodies)John Kåre Alsaker-4/+36
2020-03-14Remove `input_task`John Kåre Alsaker-22/+0
2020-03-14Remove `Hir` and `HirBody` dep nodesJohn Kåre Alsaker-15/+5