about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-04-06Add spans to E0277 for impl/trait type/fn obligation disparityEsteban Küber-25/+96
2021-04-06review commentsEsteban Küber-2/+2
2021-04-06Always mention `Box::pin` when dealing with `!Unpin`Esteban Küber-1/+4
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-110/+621
2021-04-06Suggest Pin/Box/Arc for more casesEsteban Küber-52/+53
2021-04-07Auto merge of #83955 - ehuss:update-stage0, r=Mark-Simulacrumbors-2/+2
2021-04-06Use a more appropriate span for `;` suggestionEsteban Küber-9/+42
2021-04-07Disable using non-ascii identifiers in extern blocks.Charles Lew-3/+80
2021-04-06Bump bootstrap compilerEric Huss-2/+2
2021-04-06Do not ICE when closure is involved in TAITEsteban Küber-1/+42
2021-04-06Remove trailing `:` from E0119 messageEsteban Küber-83/+83
2021-04-06Account for `ExprKind::Block` when suggesting .into() and derefEsteban Küber-4/+41
2021-04-06Auto merge of #83828 - camelid:rustdoc-vec-perf, r=jyn514bors-3/+5
2021-04-06Fix handling of `--output-format json` flagJoshua Nelson-15/+28
2021-04-06Fix a couple resolve bugs from binder refactorJack Huey-1/+56
2021-04-06add lint deref_nullptrAliénore Bouttefeux-0/+94
2021-04-06Add regression testGiacomo Stevanato-0/+65
2021-04-06Add reborrow suggestion when mutable reference is moved in a for loopGiacomo Stevanato-1/+18
2021-04-06Store links in Cache instead of on items directlyJoshua Nelson-82/+82
2021-04-06Symbol optimizationsCameron Steffen-82/+67
2021-04-06Auto merge of #83934 - Dylan-DPC:rollup-nw5dadn, r=Dylan-DPCbors-146/+135
2021-04-06Auto merge of #7044 - camsteffen:match-path, r=Manishearthbors-0/+8
2021-04-06rustdoc: Use `ThinVec` in a few placesCamelid-3/+5
2021-04-06Auto merge of #7043 - camsteffen:dead-utils, r=flip1995bors-41/+4
2021-04-06Soft deprecate match_path and match_qpathCameron Steffen-0/+8
2021-04-06Remove paths::PATH_BUFCameron Steffen-1/+0
2021-04-06Remove get_node_spanCameron Steffen-40/+4
2021-04-06Merge branch 'master' into stab_peek_mutlukaslueg-37251/+16322
2021-04-06Update library/core/src/iter/adapters/peekable.rslukaslueg-1/+1
2021-04-06Rollup merge of #83920 - ortem:fix-hashmap-lldb-pretty-printer-1.52, r=pnkfelixDylan DPC-6/+8
2021-04-06Rollup merge of #83910 - ehuss:update-cargo, r=ehussDylan DPC-0/+0
2021-04-06Rollup merge of #83903 - rust-lang:GuillaumeGomez-patch-1, r=lcnrDylan DPC-1/+1
2021-04-06Rollup merge of #83902 - alexcrichton:update-llvm, r=nikicDylan DPC-0/+0
2021-04-06Rollup merge of #83895 - eggyal:issue-83883, r=jyn514Dylan DPC-4/+43
2021-04-06Rollup merge of #83829 - petrochenkov:minclean, r=nagisaDylan DPC-52/+6
2021-04-06Rollup merge of #82963 - camelid:move-sharedcontext, r=GuillaumeGomezDylan DPC-83/+77
2021-04-06Auto merge of #83875 - jyn514:diag_info, r=bugadanibors-129/+67
2021-04-06Auto merge of #6931 - Jarcho:needless_borrow, r=phansch,flip1995bors-2162/+2150
2021-04-06forbid `impl Trait` in generic param defaultsSNCPlay42-66/+134
2021-04-06use a `SmallVec` in `impl_or_trait_item`lcnr-2/+4
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-2162/+2150
2021-04-06Auto merge of #7036 - horacimacias:master, r=giraffatebors-19/+111
2021-04-06Auto merge of #83922 - RalfJung:miri, r=RalfJungbors-52/+60
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-3/+7
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-242/+281
2021-04-06update MiriRalf Jung-52/+60
2021-04-06Auto merge of #83821 - camelid:improve-thinvec, r=petrochenkovbors-0/+91
2021-04-06Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0ortem-6/+8
2021-04-06consider mutability on useless_vec suggestionsHoraci Macias-19/+111
2021-04-06Add listing of lints (eg via -W help) to rustdocAlan Egerton-4/+43