summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add tmandry to .mailmaptmandry-patch-1Tyler Mandry2021-12-201-0/+1
* Auto merge of #92108 - r00ster91:patch-6, r=jyn514bors2021-12-201-1/+1
|\
| * paniced -> panickedr00ster2021-12-191-1/+1
* | Auto merge of #91924 - Aaron1011:serialize-adt-def, r=michaelwoeristerbors2021-12-206-28/+23
|\ \
| * | Only cache local adt_def results on diskAaron Hill2021-12-161-1/+1
| * | Cache adt_def query result on diskAaron Hill2021-12-152-2/+5
| * | Fully serialize AdtDefAaron Hill2021-12-155-26/+18
* | | Auto merge of #92041 - Aaron1011:remove-speculative-evaluation, r=jackh726bors2021-12-202-18/+35
|\ \ \
| * | | Remove 'speculative evaluation' of predicatesAaron Hill2021-12-172-18/+35
* | | | Auto merge of #91900 - pitaj:fix-91714, r=jyn514bors2021-12-2013-157/+99
|\ \ \ \
| * | | | rustdoc: remove `--passes` and `--no-defaults`Peter Jaszkowiak2021-12-1513-157/+99
* | | | | Auto merge of #91844 - nnethercote:rm-ObligationCauseData-2, r=Mark-Simulacrumbors2021-12-2022-139/+135
|\ \ \ \ \
| * | | | | Eliminate `ObligationCauseData`.Nicholas Nethercote2021-12-2022-139/+135
|/ / / / /
* | | | | Auto merge of #92106 - matthiaskrgr:rollup-zw6t1mu, r=matthiaskrgrbors2021-12-1929-66/+104
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Rollup merge of #92029 - nikic:section-flags-fix, r=davidtwcoMatthias Krüger2021-12-191-1/+8
| |\ \ \ \
| | * | | | Explicitly set no ELF flags for .rustc sectionNikita Popov2021-12-181-1/+8
| * | | | | Rollup merge of #91895 - pitaj:91867-monomorphize, r=Aaron1011Matthias Krüger2021-12-194-7/+6
| |\ \ \ \ \
| | * | | | | Remove `in_band_lifetimes` for `rustc_monomorphize`Peter Jaszkowiak2021-12-134-7/+6
| * | | | | | Rollup merge of #91878 - LegionMammal978:less-inband-infer, r=Aaron1011Matthias Krüger2021-12-1921-49/+48
| |\ \ \ \ \ \
| | * | | | | | Remove `in_band_lifetimes` from `rustc_infer`LegionMammal9782021-12-1321-49/+48
| * | | | | | | Rollup merge of #91791 - terrarier2111:fix-float-ice, r=nagisaMatthias Krüger2021-12-193-9/+42
| |\ \ \ \ \ \ \ |/ / / / / / / /
| * | | | | | | Fix an ICE when lowering a float with missing exponent magnitudethreadexception2021-12-193-9/+42
* | | | | | | | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgrbors2021-12-1977-277/+228
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Rollup merge of #92081 - jyn514:need-backline, r=GuillaumeGomezMatthias Krüger2021-12-191-7/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Remove unnecessary `need_backline` functionJoshua Nelson2021-12-181-7/+3
| * | | | | | | | | Rollup merge of #92077 - jyn514:remove-collapsed, r=GuillaumeGomezMatthias Krüger2021-12-195-17/+4
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Remove `collapsed` fieldJoshua Nelson2021-12-185-17/+4
| | |/ / / / / / / /
| * | | | | | | | | Rollup merge of #92071 - ajtribick:patch-1, r=the8472Matthias Krüger2021-12-191-5/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Update example code for Vec::splice to change the lengthajtribick2021-12-181-5/+5
| | |/ / / / / / / /
| * | | | | | | | | Rollup merge of #92042 - ChrisDenton:msvc-static-tls, r=nagisaMatthias Krüger2021-12-1921-27/+21
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Rename `has_elf_tls` to `has_thread_local`Chris Denton2021-12-1715-22/+21
| | * | | | | | | | | Enable `#[thread_local]` for all windows-msvc targetsChris Denton2021-12-177-6/+1
| * | | | | | | | | | Rollup merge of #92028 - petrochenkov:psimd, r=Mark-SimulacrumMatthias Krüger2021-12-194-62/+25
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge commit '533f0fc81ab9ba097779fcd27c8f9ea12261fef5' into psimdVadim Petrochenkov2021-12-174-62/+25
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Use relative intrinsics paths for bitmasksJubilee Young2021-12-102-8/+4
| | | * | | | | | | | | | Merge portable-simd#207 - ./feature/simplify-selectJubilee2021-12-042-54/+21
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Remove Select traitCaleb Zulawski2021-12-042-54/+21
| | | |/ / / / / / / / / /
| * | | | | | | | | | | | Rollup merge of #91984 - Aaron1011:rustc-middle-lifetime, r=oli-obkMatthias Krüger2021-12-1942-111/+122
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Run x.py fmtAaron Hill2021-12-152-2/+8
| | * | | | | | | | | | | | Remove `in_band_lifetimes` from `rustc_middle`Aaron Hill2021-12-1542-111/+116
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | Rollup merge of #91141 - jhpratt:int_roundings, r=joshtriplettMatthias Krüger2021-12-194-48/+48
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Revert "Temporarily rename int_roundings functions to avoid conflicts"Jacob Pratt2021-11-224-48/+48
* | | | | | | | | | | | | | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors2021-12-19140-415/+354
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Remove unnecessary sigils around `Ident::as_str()` calls.Nicholas Nethercote2021-12-1531-42/+41
| * | | | | | | | | | | | | Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote2021-12-15104-192/+189
| * | | | | | | | | | | | | Remove `SymbolStr`.Nicholas Nethercote2021-12-1534-182/+125
* | | | | | | | | | | | | | Auto merge of #91871 - camelid:urlpartsbuilder, r=GuillaumeGomezbors2021-12-195-17/+192
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | rustdoc: Add `UrlPartsBuilder`Noah Lev2021-12-135-17/+192
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Auto merge of #89831 - Aaron1011:project-caching-speedup, r=jackh726bors2021-12-195-6/+138
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Re-introduce concept of projection cache 'completion'Aaron Hill2021-12-185-6/+138