about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-13Auto merge of #71023 - mati865:mingw-unwind-linking-cleanup, r=Amanieubors-2/+14
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-12fix issue 69130David Renshaw-2/+33
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-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-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-11fix rebaseEsteban Küber-5/+5
2020-04-11Make panic-unwind a default feature for libstdLuca Barbieri-1/+1
2020-04-11Don't emit rerun-if-changed on llvm-config if using system LLVMLuca Barbieri-10/+20
2020-04-11Require compiler-rt root at ../src/llvm-project/compiler-rtLuca Barbieri-2/+5
2020-04-11Depend on getopts from crates.ioLuca Barbieri-10/+7
2020-04-11review commentsEsteban Küber-8/+8
2020-04-11review commentsEsteban Küber-29/+32
2020-04-11Try to use the first char in the trait name as type paramEsteban Küber-12/+15
2020-04-11Account for existing names when suggesting adding a type paramEsteban Küber-27/+60
2020-04-11Account for type params with boundsEsteban Küber-6/+30
2020-04-11review commentsEsteban Küber-92/+86
2020-04-11review commentsEsteban Küber-130/+140
2020-04-11Handle `impl Trait` where `Trait` has an assoc type with missing boundsEsteban Küber-21/+208
2020-04-11Auto merge of #71031 - Dylan-DPC:rollup-zr8hh86, r=Dylan-DPCbors-223/+254
2020-04-12Update links of `rustc guide`Yuki Okushi-4/+4
2020-04-11[windows] Add testcase to make sure executables are self-containedMateusz Mikuła-0/+12
2020-04-11Clean up E0515 explanationGuillaume Gomez-4/+4
2020-04-11Rollup merge of #71021 - robojumper:71000-mir-assert-syntax, r=jonas-schievinkDylan DPC-25/+42
2020-04-11Rollup merge of #71020 - pyfisch:unicode-version, r=sfacklerDylan DPC-33/+8
2020-04-11Rollup merge of #70996 - ChaiTRex:master, r=AmanieuDylan DPC-0/+56
2020-04-11Rollup merge of #70937 - mati865:mingw-staticlib-suffix, r=petrochenkovDylan DPC-3/+8
2020-04-11Rollup merge of #70644 - nnethercote:clean-up-ModuleConfig-init, r=Mark-Simul...Dylan DPC-162/+140
2020-04-11Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakisbors-98/+78