about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-10-12Auto merge of #77847 - Xanewok:update-rls, r=Xanewokbors-0/+0
2020-10-13Rollup merge of #77863 - JohnTitor:remove-mark-i-m, r=pietroalbiniYuki Okushi-1/+1
2020-10-13Rollup merge of #77852 - 12101111:fix-bootstrap-doc, r=jonas-schievinkYuki Okushi-3/+3
2020-10-13Rollup merge of #77811 - jyn514:private, r=GuillaumeGomezYuki Okushi-2/+2
2020-10-13Rollup merge of #77746 - winnayx:issue-77572-fix, r=jyn514Yuki Okushi-7/+10
2020-10-13Rollup merge of #77699 - GuillaumeGomez:word-wrap, r=XAMPPRockyYuki Okushi-7/+3
2020-10-13Remove `mark-i-m` from rustc-dev-guide maintainersYuki Okushi-1/+1
2020-10-12build-manifest: stop generating numbered channel names except for stablePietro Albini-4/+5
2020-10-12Add word-wrap rule for short descriptionsGuillaume Gomez-0/+3
2020-10-12update url in bootstrap README12101111-3/+3
2020-10-12Update RLSIgor Matuszewski-0/+0
2020-10-12Auto merge of #75914 - arlosi:aarch64-ci, r=pietroalbinibors-2/+21
2020-10-12Auto merge of #77837 - Aaron1011:bump-miri-backtrace, r=RalfJungbors-16/+8
2020-10-12Auto merge of #75956 - jonas-schievink:lto-opt-sz, r=tmiaskobors-0/+14
2020-10-12Auto merge of #77790 - jyn514:undivided, r=ollie27bors-29/+32
2020-10-11Remove unnecessary `RefCell` for doc_stringsJoshua Nelson-4/+4
2020-10-11Show summary lines on cross-crate re-exportsJoshua Nelson-25/+28
2020-10-12Use no-prefer-dynamicJonas Schievink-0/+2
2020-10-11Bump miriAaron Hill-16/+8
2020-10-12Fix -Clinker-plugin-lto with opt-levels s and zJonas Schievink-0/+12
2020-10-11Auto merge of #75991 - shepmaster:silicon-ci, r=pietroalbinibors-6/+59
2020-10-11Auto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse, r=davidtwco,nikicbors-2/+53
2020-10-11Mostly print statements to see where things areWinnie Xiao-7/+10
2020-10-11Make some functions private that don't need to be publicJoshua Nelson-2/+2
2020-10-11Auto merge of #77774 - petrochenkov:floatuple, r=estebankbors-12/+12
2020-10-11Auto merge of #77649 - dash2507:replace_run_compiler, r=matthewjasperbors-10/+5
2020-10-11rustc_parse: More precise spans for `tuple.0.0`Vadim Petrochenkov-12/+12
2020-10-10Auto merge of #77087 - estebank:issue-45817, r=matthewjasperbors-8/+292
2020-10-10Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514bors-15/+427
2020-10-10Auto merge of #77798 - JohnTitor:rollup-82u711m, r=JohnTitorbors-10/+6
2020-10-11Rollup merge of #77754 - bugadani:find_map_relevant_impl, r=matthewjasperYuki Okushi-10/+6
2020-10-10Auto merge of #77337 - lzutao:asm-mips64, r=Amanieubors-68/+113
2020-10-10Auto merge of #77771 - nagisa:revert-77023, r=Mark-Simulacrumbors-24/+0
2020-10-10Re-enable test caseDániel Buga-2/+1
2020-10-10Apply suggestions from code reviewDániel Buga-16/+22
2020-10-10Refactor path resolution and use Symbols instead of &strDániel Buga-115/+136
2020-10-10Apply suggestions from code reviewDániel Buga-16/+34
2020-10-10Clean up hard to follow control flowDániel Buga-42/+45
2020-10-10Clean up check_full_resDániel Buga-22/+13
2020-10-10Auto merge of #77336 - pietroalbini:pkgname, r=Mark-Simulacrumbors-111/+11
2020-10-09address review commentsEsteban Küber-1/+71
2020-10-09Move `@has` checks closer to corresponding doc commentsCamelid-15/+19
2020-10-09Use `next()` instead of `peek()` where possibleCamelid-3/+3
2020-10-09Link to GitHub issue re macro resolutionCamelid-1/+3
2020-10-10Revert "Assume slice len is bounded by allocation size"Simonas Kazlauskas-24/+0
2020-10-09Given `<T as Trait>::A: Ty` suggest `T: Trait<A = Ty>`Esteban Küber-0/+32
2020-10-09Suggest removing bounds even when potential typoEsteban Küber-1/+17
2020-10-09Tweak output and add test casesEsteban Küber-11/+171
2020-10-09Point out why a trait is expected on `Struct + 'lt`Esteban Küber-0/+6
2020-10-09Auto merge of #77276 - GuillaumeGomez:reexported-item-lints, r=jyn514,ollie27bors-19/+95