about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-02-16add testRalf Jung-10/+37
2021-02-16Auto merge of #81734 - richkadel:fixfordash, r=pnkfelixbors-39/+21
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-1432-bit ARM: Emit `lr` instead of `r14` when specified as an `asm!` output reg...Johnathan Van Why-0/+9
2021-02-14Update link for extern prelude.Eric Huss-1/+1
2021-02-14Remove unnecessary `Option` in `default_doc`Joshua Nelson-5/+4
2021-02-14Rollup merge of #82056 - b-naber:mut_for_loop_bug, r=oli-obkDylan DPC-0/+30
2021-02-14Rollup merge of #81927 - vandenheuvel:issue_32498, r=Mark-SimulacrumDylan DPC-0/+16
2021-02-14Rollup merge of #81914 - kper:fixing-81885, r=estebankDylan DPC-8/+27
2021-02-14Rollup merge of #81912 - sexxi-goose:Migrations2_review, r=nikomatsakisDylan DPC-0/+232
2021-02-14Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514Dylan DPC-17/+95
2021-02-14Rollup merge of #81720 - klensy:smallvec-update, r=Mark-SimulacrumDylan DPC-3/+3
2021-02-14Rollup merge of #80920 - rylev:check_attr-refactor, r=davidtwcoDylan DPC-6/+31
2021-02-14bumped smallvec depsklensy-3/+3
2021-02-14fix typoTakayuki Maeda-1/+1
2021-02-14update messageHenry Boisdequin-2/+5
2021-02-13Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-sebors-31/+28
2021-02-13a wild test has appeared uwuEllen-0/+24
2021-02-13Fix clippy's path to the copy intrinsics.Mara Bos-2/+2
2021-02-13Heat up the ICE-y error reportingEllen-0/+35
2021-02-13CTFE validation: catch ReadPointerAsBytes and better errorRalf Jung-1/+1
2021-02-13Auto merge of #81666 - hyd-dev:miri-windows-test-fail, r=Mark-Simulacrumbors-14/+17
2021-02-13Add match pattern diagnostics regression testBram van den Heuvel-0/+29
2021-02-13add testb-naber-0/+30
2021-02-13Disabled SHELL=dash on Windows due to invalid path backslash handlingRich Kadel-0/+2
2021-02-13Rollup merge of #82040 - GuillaumeGomez:ensure-src-link, r=CraftSpiderYuki Okushi-0/+6
2021-02-13Rollup merge of #82033 - magurotuna:issue82016, r=jyn514Yuki Okushi-17/+16
2021-02-13Rollup merge of #81995 - 0yoyoyo:fix-issue-81650-explicit-lifetime-error, r=e...Yuki Okushi-0/+64
2021-02-13Rollup merge of #81900 - vandenheuvel:organize_trait_tests, r=Mark-SimulacrumYuki Okushi-285/+285
2021-02-12Modifiers -> QualifiersRune Tynan-9/+9
2021-02-12Rollup merge of #81911 - BoxyUwU:constgenericgaticefix, r=nikomatsakisDylan DPC-0/+71
2021-02-12Rollup merge of #81506 - vo4:hwasan, r=nagisaDylan DPC-5/+117
2021-02-12Rollup merge of #81479 - osa1:issue24151, r=lcnrDylan DPC-7/+29
2021-02-12Rollup merge of #79775 - jyn514:doctest, r=GuillaumeGomezDylan DPC-7/+10
2021-02-12Add test to prevent src link regressionGuillaume Gomez-0/+6
2021-02-13Rename to `inline_attr` and use if-let to extract `NestedMetaItem`Yusuke Tanaka-12/+13
2021-02-13Refactor `get_word_attr` to return only `Option`Yusuke Tanaka-7/+5
2021-02-12Add nll test0yoyoyo-0/+17
2021-02-12Rollup merge of #82013 - Mark-Simulacrum:better-ci-error, r=jyn514Yuki Okushi-1/+5
2021-02-12Rollup merge of #82011 - jyn514:warn-private-assoc-item, r=max-hellerYuki Okushi-9/+31