summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-13rustc_target: Make sure lld-link is treated as link.exe by defaultVadim Petrochenkov-64/+106
2020-04-13weak-into-raw: as_raw -> as_ptr + dangling garbageMichal 'vorner' Vaner-52/+30
2020-04-13add after_stack_push hook; add public ImmTy::from_immediate method, and make ...Ralf Jung-28/+43
2020-04-13Use `CRATE_HIR_ID` instead of `DUMMY_HIR_ID` when appropriate.marmeladema-3/+3
2020-04-13Add examples to Pattern docsIvan Tham-0/+32
2020-04-13Add period to Pattern docsIvan Tham-6/+6
2020-04-13Miri: let push_frame hook also access and mutate the rest of the frame dataRalf Jung-18/+44
2020-04-13Auto merge of #70961 - ecstatic-morse:into-def-id, r=eddybbors-14/+47
2020-04-13Just `unwrap()` instead of `unwrap_or(DUMMY_HIR_ID)`.marmeladema-1/+1
2020-04-13Remove usage of `DUMMY_HIR_ID` in some visitorsmarmeladema-13/+13
2020-04-13Remove useless calls to `assemble_extension_candidates_for_traits_in_scope`marmeladema-5/+1
2020-04-13Add proper explanation of error code E0657PankajChaudhary5-1/+59
2020-04-13Auto merge of #70882 - tmiasko:llvm-version-suffix, r=Mark-Simulacrumbors-3/+7
2020-04-13Auto merge of #71056 - matthiaskrgr:submodule_upd, r=Dylan-DPCbors-26/+17
2020-04-13Disallow bit-shifting in `integer_arithmetic` lintMichael Sproul-1/+1
2020-04-13Remove `FnCtxt::impl_self_ty`Yuki Okushi-35/+9
2020-04-13Auto merge of #71023 - mati865:mingw-unwind-linking-cleanup, r=Amanieubors-2/+14
2020-04-12update lintsEmerentius-1/+1
2020-04-12Rollup merge of #71069 - marmeladema:dummy-hir-id-obligation-clause, r=eddybDylan DPC-36/+27
2020-04-12Rollup merge of #71064 - dwrensha:issue-69130, r=eddybDylan DPC-2/+33
2020-04-12Rollup merge of #71013 - jonas-schievink:visit-projection, r=eddybDylan DPC-74/+39
2020-04-12Rollup merge of #67766 - sapir:fix-unused-in-or-pattern-warning, r=matthewjasperDylan DPC-52/+229
2020-04-12Remove usage of `DUMMY_HIR_ID` in `Scope::hir_id`marmeladema-10/+10
2020-04-12Remove usage of `DUMMY_HIR_ID` in `CheckAttrVisitor::check_inline`marmeladema-3/+2
2020-04-12Remove usage of `DUMMY_HIR_ID` in `CheckLoopVisitor`marmeladema-8/+8
2020-04-12Remove usage of `DUMMY_HIR_ID` in calls to `ObligationClause::misc`marmeladema-15/+7
2020-04-12[windows-gnu] Link pthread staticallyMateusz Mikuła-2/+2
2020-04-12Auto merge of #71059 - Dylan-DPC:rollup-zgu6jmx, r=Dylan-DPCbors-40/+113
2020-04-12rustbuild: Remove LLD flavor workaround for MSVCVadim Petrochenkov-21/+0
2020-04-12fix issue 69130David Renshaw-2/+33
2020-04-12Document unsafety in `src/libcore/hash/sip.rs`LeSeulArtichaut-3/+8
2020-04-12Rollup merge of #71057 - GuillaumeGomez:cleanup-e0516, r=Dylan-DPCDylan DPC-0/+1
2020-04-12Rollup merge of #71053 - phansch:update_kw_sym_docs, r=Dylan-DPCDylan DPC-0/+8
2020-04-12Rollup merge of #71048 - arlosi:normalize_ext_src, r=eddybDylan DPC-1/+59
2020-04-12Rollup merge of #71041 - JohnTitor:rustc-dev-guide, r=jonas-schievinkDylan DPC-4/+4
2020-04-12Rollup merge of #71034 - GuillaumeGomez:cleanup-e0515, r=Dylan-DPCDylan DPC-4/+4
2020-04-12Rollup merge of #71029 - Mark-Simulacrum:cargo-build, r=Mark-SimulacrumDylan DPC-31/+37
2020-04-12Auto merge of #70873 - mark-i-m:update-rdg, r=JohnTitorbors-1/+3
2020-04-12Clean up E0516 explanationGuillaume Gomez-0/+1
2020-04-12Add long error explanation for E0708 #61137bishtpawan-2/+28
2020-04-12submodules: update clippy from d342cee7 to af5940b7Matthias Krüger-26/+17
2020-04-12Add some basic docs to `sym` and `kw` modulesPhilipp Hansch-0/+8
2020-04-12Add blessed tests after compiler message fixYashhwanth Ram-65/+225
2020-04-12Fix order of comparison and remove incorrect case for ints in typeck/demand.rsYashhwanth Ram-6/+64
2020-04-12Auto merge of #69707 - estebank:impl-trait-missing-bounds, r=Centrilbors-50/+304
2020-04-11Normalize source when loading external foreign source into SourceMapArlo Siemsen-1/+59
2020-04-12Auto merge of #69926 - RoccoDev:master, r=estebank,varkorbors-132/+515
2020-04-11Add `#[inline(always)]` to `into_query_param`Dylan MacKenzie-0/+2
2020-04-11Apply suggestions from reviewDylan MacKenzie-20/+20
2020-04-11Use custom trait instead of `Into`Dylan MacKenzie-3/+23