about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-11New lint: result-unit-errAndre Bogus-0/+7
2020-10-11bootstrap: only use compiler-builtins-c if they existGeorge Burgess IV-5/+5
2020-10-11Don't link to nightly primitives on stable channelJoshua Nelson-3/+8
2020-10-11`min_const_generics` diagnostics improvementsEthan Brierley-174/+174
2020-10-11Add hack to keep `actix-web` and `actori-web` compilingAaron Hill-0/+60
2020-10-11Allow skipping extra paren insertion during AST pretty-printingAaron Hill-0/+160
2020-10-11Merge remote-tracking branch 'upstream/master' into rustupEduardo Broto-0/+7
2020-10-11Make some functions private that don't need to be publicJoshua Nelson-2/+2
2020-10-11Move `PartialOrd` impl out of rustcJoshua Nelson-6/+6
2020-10-11Remove unnecessary Clean implJoshua Nelson-24/+18
2020-10-11Switch rustdoc from `clean::Stability` to `rustc_attr::Stability`Joshua Nelson-58/+44
2020-10-11traits diagnostics: Don't print closure/generator upvar_tys tupleAman Arora-12/+0
2020-10-11Always return tupled_upvar_tys for Closure/Generator consituent tysAman Arora-0/+5
2020-10-11Replace tuple of infer vars for upvar_tys with single infer varRoxane-15/+22
2020-10-11Auto merge of #77774 - petrochenkov:floatuple, r=estebankbors-12/+12
2020-10-11Auto merge of #77649 - dash2507:replace_run_compiler, r=matthewjasperbors-2/+2
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-10Fix hotplug_codegen_backend testbjorn3-32/+26
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-1/+0
2020-10-10Auto merge of #77771 - nagisa:revert-77023, r=Mark-Simulacrumbors-24/+0
2020-10-10Mention rustdoc in `x.py setup`Joshua Nelson-2/+2
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-10BTreeMap: fix gdb introspection of BTreeMap with ZST keys or valuesStein Somers-36/+43
2020-10-10Auto merge of #77336 - pietroalbini:pkgname, r=Mark-Simulacrumbors-111/+11
2020-10-09address review commentsEsteban Küber-1/+71
2020-10-10Allow setting up git hooks from other worktreesJoshua Nelson-3/+11
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