about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-02-17Remove query parameters when leaving search resultsGuillaume Gomez-1/+6
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-17avoid converting types into themselves (clippy::useless_conversion)Matthias Krüger-3/+3
2021-02-17try-back-block-type test: Use TryFromSliceError for From testIan Jackson-8/+4
2021-02-17In some limited cases, suggest `where` bounds for non-type paramsEsteban Küber-1/+21
2021-02-17Add long explanation for E0543Jesus Rubio-1/+1
2021-02-17Make sure pdbs are copied along with exe and dlls when bootstrappingRyan Levick-2/+10
2021-02-17[libtest] Run the test synchronously when hitting thread limithyd-dev-0/+23
2021-02-17replace if-let and while-let with `if let` and `while let`Takayuki Maeda-34/+34
2021-02-17Add check for ES5 in CIGuillaume Gomez-1/+8
2021-02-17make suggest setup help messages betterHenry Boisdequin-3/+9
2021-02-16rustdoc: treat edition 2021 as unstableEric Huss-12/+2
2021-02-16Make `Clean` take &mut DocContextJoshua Nelson-250/+242
2021-02-16Take `&mut DocContext` in passesJoshua Nelson-83/+49
2021-02-16Update booksEric Huss-0/+0
2021-02-16Add riscv32 and riscv64 musl to supported platform targetsKhem Raj-0/+2
2021-02-16Move some tests to more reasonable directoriesCaio-19/+5
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-16Delete symlinked directoriesRyan Levick-5/+4
2021-02-16Auto merge of #82192 - GuillaumeGomez:rollup-gi1639b, r=GuillaumeGomezbors-20/+54
2021-02-16Remove ordering hintkadmin-2/+0
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-16Work around various issues cleaning up bootstrap on WindowsRyan Levick-6/+36
2021-02-16update MiriRalf Jung-8/+9
2021-02-16Do not delete bootstrap.exe on Windows during cleanRyan Levick-0/+3
2021-02-16add testRalf Jung-10/+37
2021-02-16Fix run-make-fulldeps testBenoît du Garreau-155/+65
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-16Update w/ commentskadmin-16/+68
2021-02-15Treat read of COpy types via refs as not move in move-closureAman Arora-34/+248
2021-02-15Handle restricting closure originAman Arora-0/+39
2021-02-15Implement reborrow for closure capturesAman Arora-12/+59
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