about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-02-17Auto merge of #81993 - flip1995:clippyup, r=Manishearthbors-610/+1802
2021-02-17Auto merge of #82235 - GuillaumeGomez:rollup-oflxc08, r=GuillaumeGomezbors-31/+157
2021-02-17Rollup merge of #82231 - jesusprubio:add-long-explanation-e0543, r=GuillaumeG...Guillaume Gomez-1/+1
2021-02-17Rollup merge of #82207 - ehuss:rustdoc-2021, r=jyn514Guillaume Gomez-12/+2
2021-02-17Rollup merge of #82204 - ehuss:update-books, r=ehussGuillaume Gomez-0/+0
2021-02-17Rollup merge of #82169 - not-an-aardvark:assert-lazy-format-expressions, r=sf...Guillaume Gomez-0/+12
2021-02-17Rollup merge of #82136 - edward-shen:mismatched-subst-and-hir, r=lcnrGuillaume Gomez-0/+68
2021-02-17Rollup merge of #82105 - nagisa:nagisa/ensure-removed, r=petrochenkovGuillaume Gomez-0/+7
2021-02-17Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnrGuillaume Gomez-18/+67
2021-02-17Add long explanation for E0543Jesus Rubio-1/+1
2021-02-16rustdoc: treat edition 2021 as unstableEric Huss-12/+2
2021-02-16Update booksEric Huss-0/+0
2021-02-16Ensure debug_assert! tests get runTeddy Katz-0/+1
2021-02-17Use -Ccodegen-units=1 to make issue-23458 test deterministicTomasz Miąsko-1/+1
2021-02-16Auto merge of #81611 - cjgillot:meowner, r=estebankbors-186/+166
2021-02-16Auto merge of #82192 - GuillaumeGomez:rollup-gi1639b, r=GuillaumeGomezbors-20/+54
2021-02-16Rollup merge of #82175 - RalfJung:invalid-fn-ptr, r=oli-obkGuillaume Gomez-10/+37
2021-02-16Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514Guillaume Gomez-3/+3
2021-02-16Rollup merge of #82161 - jesusprubio:add-long-explanation-e0545, r=GuillaumeG...Guillaume Gomez-1/+2
2021-02-16Rollup merge of #82145 - GuillaumeGomez:es5-checks, r=Nemo157Guillaume Gomez-6/+12
2021-02-16update MiriRalf Jung-8/+9
2021-02-16add testRalf Jung-10/+37
2021-02-16Document that `assert!` format arguments are evaluated lazilyTeddy Katz-0/+11
2021-02-16Auto merge of #81734 - richkadel:fixfordash, r=pnkfelixbors-39/+21
2021-02-16avoid full-slicing slicesMatthias Krüger-3/+3
2021-02-15Trait impls are Items, therefore HIR owners.Camille GILLOT-2/+2
2021-02-15Only store a LocalDefId in hir::MacroDef.Camille GILLOT-4/+4
2021-02-15Index Modules using their LocalDefId.Camille GILLOT-3/+2
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-6/+12
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-52/+47
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-23/+25
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-84/+62
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-12/+12
2021-02-15Add long explanation for E0545Jesus Rubio-1/+2
2021-02-15Rollup merge of #82147 - lnicola:rust-analyzer-2021-02-15, r=jonas-schievinkJonas Schievink-17/+18
2021-02-15Rollup merge of #82141 - jrvanwhy:issue-82052, r=sanxiynJonas Schievink-0/+9
2021-02-15Rollup merge of #82133 - ehuss:extern-prelude-link, r=jyn514Jonas Schievink-1/+1
2021-02-15Rollup merge of #82106 - jyn514:cleanup-bootstrap, r=Mark-SimulacrumJonas Schievink-5/+4
2021-02-15Rollup merge of #82096 - TaKO8Ki:fix-typo, r=GuillaumeGomezJonas Schievink-1/+1
2021-02-15Rollup merge of #82067 - BoxyUwU:hahaicantthinkofabadpun, r=oli-obkJonas Schievink-0/+24
2021-02-15Rollup merge of #82061 - RalfJung:ctfe-read-pointer-as-bytes, r=oli-obkJonas Schievink-1/+1
2021-02-15Rollup merge of #82009 - BoxyUwU:idontknooow, r=varkorJonas Schievink-0/+35
2021-02-15Rollup merge of #81897 - vandenheuvel:match_exhaustive_diagnostics_regression...Jonas Schievink-0/+29
2021-02-15Rollup merge of #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebankJonas Schievink-0/+23
2021-02-15:arrow_up: rust-analyzerLaurențiu Nicola-17/+18
2021-02-15Fix ES5 errors (IE11)Guillaume Gomez-6/+12
2021-02-1432-bit ARM: Emit `lr` instead of `r14` when specified as an `asm!` output reg...Johnathan Van Why-0/+9
2021-02-15Fix test issue referenceEdward Shen-1/+1
2021-02-14Use delay_span_bug for mismatched subst/hir argEdward Shen-0/+68
2021-02-14Update link for extern prelude.Eric Huss-1/+1