about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-12-17Move `run_renderer` into the main `global_ctxt` closureJoshua Nelson-71/+81
2020-12-17Separate `create_resolver` into a new functionJoshua Nelson-36/+43
2020-12-17Split apart create_config and run_coreJoshua Nelson-21/+25
2020-12-17Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomezGuillaume Gomez-30/+29
2020-12-17Rollup merge of #80040 - tmiasko:always-lower-intrinsics, r=Dylan-DPCGuillaume Gomez-0/+28
2020-12-17Auto merge of #80091 - GuillaumeGomez:str-to-symbol, r=jyn514bors-106/+109
2020-12-17Auto merge of #80105 - JohnTitor:rollup-8c030u5, r=JohnTitorbors-180/+369
2020-12-17Rollup merge of #80082 - ehuss:revert-rust-src-vendor, r=Mark-SimulacrumYuki Okushi-45/+2
2020-12-17Rollup merge of #80072 - richkadel:llvm-coverage-counters-2.2.1, r=tmandryYuki Okushi-74/+74
2020-12-17Rollup merge of #80069 - jyn514:core-assert, r=dtolnayYuki Okushi-0/+13
2020-12-17Rollup merge of #80026 - JohnTitor:separator-insensitive, r=Mark-SimulacrumYuki Okushi-1/+2
2020-12-17Rollup merge of #79882 - wecing:master, r=oli-obkYuki Okushi-0/+16
2020-12-17Rollup merge of #79877 - bstrie:depinfut, r=oli-obkYuki Okushi-14/+47
2020-12-17Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasperYuki Okushi-46/+215
2020-12-17Auto merge of #79790 - LeSeulArtichaut:issue-79683, r=lcnrbors-0/+113
2020-12-16Replace String with Symbol where possibleGuillaume Gomez-106/+109
2020-12-16bootstrap: include llvm-dwp in CI LLVMDavid Wood-0/+1
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-14/+47
2020-12-16Revert "Auto merge of #78790 - Gankra:rust-src-vendor, r=Mark-Simulacrum"Eric Huss-45/+2
2020-12-16Take into account negative impls in "trait item not found" suggestionsLeSeulArtichaut-0/+113
2020-12-16Auto merge of #77117 - davidtwco:issue-34651-split-dwarf, r=nagisabors-12/+53
2020-12-16compiletest: add split dwarf compare modeDavid Wood-1/+20
2020-12-16tests: add run-make-fulldeps split-dwarf testDavid Wood-0/+9
2020-12-16bootstrap: copy `llvm-dwp` to sysrootDavid Wood-11/+24
2020-12-16Auto merge of #79682 - jyn514:no-blanket-impls, r=Manishearth,GuillaumeGomezbors-79/+15
2020-12-15Fixed conflict with drop elaboration and coverageRich Kadel-74/+74
2020-12-16Auto merge of #80041 - jyn514:shrink-item, r=GuillaumeGomezbors-29/+20
2020-12-15Use `Symbol`s for crate namesJoshua Nelson-25/+29
2020-12-15Remove redundant assignmentJoshua Nelson-5/+0
2020-12-15Test that `core::assert!` is validJoshua Nelson-0/+13
2020-12-15Don't look for blanket impls in intra-doc linksJoshua Nelson-79/+15
2020-12-15Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obkbors-3/+3
2020-12-15Auto merge of #80044 - jyn514:smaller-name, r=GuillaumeGomezbors-46/+74
2020-12-15Rollup merge of #80025 - JohnTitor:tidy-error, r=Mark-SimulacrumGuillaume Gomez-23/+20
2020-12-15Rollup merge of #80016 - jyn514:imports, r=GuillaumeGomezGuillaume Gomez-14/+2
2020-12-15Rollup merge of #80008 - EFanZh:patch-1, r=GuillaumeGomezGuillaume Gomez-3/+3
2020-12-15Rollup merge of #79958 - richkadel:llvm-coverage-counters-2.2.0, r=tmandryGuillaume Gomez-21/+546
2020-12-15Rollup merge of #79796 - GuillaumeGomez:hide-associated-const-when-collapsing...Guillaume Gomez-3/+6
2020-12-15Rollup merge of #79379 - GuillaumeGomez:no-js-not-hidden, r=Nemo157Guillaume Gomez-0/+10
2020-12-15Auto merge of #78068 - RalfJung:union-safe-assign, r=nikomatsakisbors-31/+52
2020-12-15Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obkbors-0/+139
2020-12-15Auto merge of #77700 - bugadani:rustdoc-link-cache, r=jyn514bors-47/+134
2020-12-14Switch to Symbol for item.nameJoshua Nelson-45/+74
2020-12-14Get rid of `clean::Deprecation`Joshua Nelson-29/+20
2020-12-14Remove unnecessary unwrap_orJoshua Nelson-1/+0
2020-12-15Auto merge of #79922 - tmiasko:lower-discriminant, r=nagisabors-2/+140
2020-12-14Convenience funcs for `some_option.unwrap_or(...)`Rich Kadel-1/+1
2020-12-14Disable the constant debuginfo promotion pass by defaultWesley Wiser-13/+49
2020-12-15Always run intrinsics lowering passTomasz Miąsko-0/+28
2020-12-14Improve warnings on incompatible options involving -Zinstrument-coverageRich Kadel-16/+18