summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bring back a top level headingfrewsxcv-patch-3Corey Farwell2020-12-231-0/+2
* Remove giant badge in READMECorey Farwell2020-12-171-4/+0
* Auto merge of #80138 - Dylan-DPC:rollup-qamsfyh, r=Dylan-DPCbors2020-12-1870-3596/+311
|\
| * Rollup merge of #80109 - richkadel:llvm-coverage-counters-2.3.0, r=tmandryDylan DPC2020-12-1856-3576/+86
| |\
| | * Remove redundant and unreliable coverage test resultsRich Kadel2020-12-1656-3576/+86
| * | Rollup merge of #80046 - camelid:diag-docs, r=lcnrDylan DPC2020-12-183-14/+53
| |\ \
| | * | Fix typo in method nameCamelid2020-12-163-3/+3
| | * | Add more documentation to `Diagnostic` and `DiagnosticBuilder`Camelid2020-12-162-11/+50
| * | | Rollup merge of #80023 - sasurau4:feature/enhance-error-message-when-wrongly-...Dylan DPC2020-12-185-2/+113
| |\ \ \
| | * | | Add test case for break expr with misspelled valueDaiki Ihara2020-12-174-2/+93
| | * | | Enhance error message when misspelled label to value in break expressionDaiki Ihara2020-12-171-0/+20
| * | | | Rollup merge of #80003 - Stupremee:fix-zst-vecdeque-conversion-panic, r=dtolnayDylan DPC2020-12-182-2/+13
| |\ \ \ \
| | * | | | fix typoJustus K2020-12-131-1/+1
| | * | | | replace assert! with assert_eq!Justus K2020-12-131-1/+1
| | * | | | fix panic if converting ZST Vec to VecDequeJustus K2020-12-132-2/+13
| * | | | | Rollup merge of #78164 - Aaron1011:fix/async-region-name, r=tmandryDylan DPC2020-12-184-2/+46
| |\ \ \ \ \
| | * | | | | Prefer regions with an `external_name` in `approx_universal_upper_bound`Aaron Hill2020-12-174-2/+46
* | | | | | | Auto merge of #80122 - davidtwco:revert-76030, r=oli-obkbors2020-12-172-10/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Revert "cg_llvm: `fewer_names` in `uncached_llvm_type`"David Wood2020-12-172-10/+3
* | | | | | | Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakisbors2020-12-1726-266/+319
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Bless NLL testJack Huey2020-12-161-1/+7
| * | | | | | Add explanation for skip_binder in relateJack Huey2020-12-141-0/+1
| * | | | | | Move binder for dyn to each list itemJack Huey2020-12-1125-265/+311
* | | | | | | Auto merge of #80113 - davidtwco:issue-80086-ci-llvm-stamp, r=Mark-Simulacrumbors2020-12-171-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | bootstrap: update ci-llvm stamp after #80087David Wood2020-12-171-1/+1
* | | | | | | Auto merge of #80114 - GuillaumeGomez:rollup-gszr5kn, r=GuillaumeGomezbors2020-12-1721-100/+97
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomezGuillaume Gomez2020-12-179-30/+29
| |\ \ \ \ \ \ \
| | * | | | | | | Use `Symbol`s for crate namesJoshua Nelson2020-12-158-25/+29
| | * | | | | | | Remove redundant assignmentJoshua Nelson2020-12-151-5/+0
| * | | | | | | | Rollup merge of #80040 - tmiasko:always-lower-intrinsics, r=Dylan-DPCGuillaume Gomez2020-12-179-39/+38
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Always run intrinsics lowering passTomasz Miąsko2020-12-159-39/+38
| * | | | | | | | | Rollup merge of #80035 - ChayimFriedman2:patch-1, r=nagisaGuillaume Gomez2020-12-171-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Optimization for bool's PartialOrd implChayim Refael Friedman2020-12-141-1/+1
| * | | | | | | | | | Rollup merge of #80022 - ssomers:btree_cleanup_8, r=Mark-SimulacrumGuillaume Gomez2020-12-171-2/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | BTreeSet: simplify implementation of pop_first/pop_lastStein Somers2020-12-141-2/+2
| * | | | | | | | | | | Rollup merge of #80006 - ssomers:btree_cleanup_6, r=Mark-SimulacrumGuillaume Gomez2020-12-171-28/+27
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | BTreeMap: more expressive local variables in mergeStein Somers2020-12-131-28/+27
* | | | | | | | | | | | Auto merge of #79840 - dvtkrlbs:issue-79667, r=oli-obkbors2020-12-173-69/+17
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | add missing constraintsTunahan Karlibas2020-12-111-6/+10
| * | | | | | | | | | | Remove unnecessary check and fix local_def_id parameterTunahan Karlibas2020-12-111-11/+4
| * | | | | | | | | | | Extra assertions in eval_body_using_ecx to disallow queries forTunahan Karlibas2020-12-092-1/+7
| * | | | | | | | | | | Remove memoization leftoversTunahan Karlibas2020-12-091-59/+4
* | | | | | | | | | | | Auto merge of #80091 - GuillaumeGomez:str-to-symbol, r=jyn514bors2020-12-1711-106/+109
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Replace String with Symbol where possibleGuillaume Gomez2020-12-1611-106/+109
* | | | | | | | | | | | Auto merge of #80105 - JohnTitor:rollup-8c030u5, r=JohnTitorbors2020-12-1764-285/+633
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Rollup merge of #80103 - camelid:remove-docs-old-params-rustc_expand, r=jyn514Yuki Okushi2020-12-171-4/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Remove docs for non-existent parameters in `rustc_expand`Camelid2020-12-161-4/+1
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | Rollup merge of #80097 - SimonSapin:popcount, r=m-ou-seYuki Okushi2020-12-173-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Add `popcount` and `popcnt` as doc aliases for `count_ones` methods.Simon Sapin2020-12-173-0/+6
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Rollup merge of #80082 - ehuss:revert-rust-src-vendor, r=Mark-SimulacrumYuki Okushi2020-12-172-45/+2
| |\ \ \ \ \ \ \ \ \ \ \ \