summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: disable Azure Pipelines except for macOSremove-most-azurePietro Albini2020-07-224-298/+3
* Auto merge of #74578 - ehuss:fix-rust-src, r=Mark-Simulacrumbors2020-07-221-1/+1
|\
| * Fix rust-src component.Eric Huss2020-07-201-1/+1
* | Auto merge of #74565 - pietroalbini:build-on-gha, r=Mark-Simulacrumbors2020-07-215-31/+78
|\ \
| * | ci: upload non-macOS from GHA instead of Azure PipelinesPietro Albini2020-07-205-31/+49
| * | ci: allow RLA to pick the right PR numberPietro Albini2020-07-202-0/+29
* | | Auto merge of #74075 - sunfishcode:wasi-prelude-rawfd, r=alexcrichtonbors2020-07-211-1/+1
|\ \ \
| * | | Add `RawFd` to WASI's `std::os::wasi::prelude`.Dan Gohman2020-07-051-1/+1
* | | | Auto merge of #69749 - davidtwco:issue-46477-polymorphization, r=eddybbors2020-07-2167-191/+2034
|\ \ \ \ | |_|_|/ |/| | |
| * | | index: introduce and use `FiniteBitSet`David Wood2020-07-2010-73/+211
| * | | mir: use attribute over `-Z polymorphize-errors`David Wood2020-07-2021-76/+125
| * | | metadata: record `unused_generic_params`David Wood2020-07-204-0/+14
| * | | ty: normalize fn sigs before substDavid Wood2020-07-202-17/+51
| * | | mir: `unused_generic_params` queryDavid Wood2020-07-2044-84/+1627
| * | | shim: adjust valid shim assertsDavid Wood2020-07-202-40/+26
| * | | debuginfo: add type metadata for paramsDavid Wood2020-07-202-2/+21
| * | | debuginfo: no type metadata if substs reqdDavid Wood2020-07-201-2/+4
| * | | ty: add doc comments to `Generics` methodsDavid Wood2020-07-201-1/+3
| * | | trait_sel: only test predicates w/ no substsDavid Wood2020-07-205-20/+20
| * | | ty: `STILL_FURTHER_SPECIALIZABLE` w/out prnt substDavid Wood2020-07-202-8/+66
| * | | mir: rename `should_monomorphize_locally`David Wood2020-07-201-13/+12
| * | | mir: avoid double substitutionDavid Wood2020-07-201-2/+1
* | | | Auto merge of #74569 - Manishearth:rollup-hkn5ex9, r=Manishearthbors2020-07-2028-80/+304
|\ \ \ \
| * \ \ \ Rollup merge of #74561 - RalfJung:backtrace, r=alexcrichtonManish Goregaokar2020-07-201-0/+0
| |\ \ \ \
| | * | | | update backtrace-rsRalf Jung2020-07-201-0/+0
| | |/ / /
| * | | | Rollup merge of #74557 - jakubadamw:issue-74539, r=nagisaManish Goregaokar2020-07-203-1/+40
| |\ \ \ \
| | * | | | Fix an ICE on an invalid `binding @ ...` in a tuple struct patternJakub Adam Wieczorek2020-07-203-1/+40
| * | | | | Rollup merge of #74555 - GuillaumeGomez:important-traits-popup, r=ManishearthManish Goregaokar2020-07-201-0/+5
| |\ \ \ \ \
| | * | | | | Improve "important traits" popup display on mobileGuillaume Gomez2020-07-201-0/+5
| | | |/ / / | | |/| | |
| * | | | | Rollup merge of #74552 - fusion-engineering-forks:stabilize-tau, r=dtolnayManish Goregaokar2020-07-202-2/+2
| |\ \ \ \ \
| | * | | | | Stabilize TAU constant.Mara Bos2020-07-202-2/+2
| | | |/ / / | | |/| | |
| * | | | | Rollup merge of #74546 - jethrogb:jb/duplicate-attribute-maybe_uninit_extra, ...Manish Goregaokar2020-07-201-4/+1
| |\ \ \ \ \
| | * | | | | Fix duplicate maybe_uninit_extra attributeJethro Beekman2020-07-201-4/+1
| | | |/ / / | | |/| | |
| * | | | | Rollup merge of #74522 - tmiasko:sanitizer-docs, r=nikomatsakisManish Goregaokar2020-07-201-4/+3
| |\ \ \ \ \
| | * | | | | Document AddressSanitizer memory leak detection defaultsTomasz Miąsko2020-07-191-0/+3
| | * | | | | Remove CC & CFLAGS from MemorySanitizer exampleTomasz Miąsko2020-07-191-4/+0
| * | | | | | Rollup merge of #74505 - Cldfire:fix-search-focus, r=GuillaumeGomezManish Goregaokar2020-07-201-10/+0
| |\ \ \ \ \ \
| | * | | | | | Fix search input focus in ayu themeJarek Samic2020-07-191-10/+0
| * | | | | | | Rollup merge of #74501 - lzutao:css_run_border, r=GuillaumeGomezManish Goregaokar2020-07-201-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | Ayu: use different background color to make Run button easy-to-spotLzu Tao2020-07-191-4/+3
| | * | | | | | | Add an border around the Run buttonLzu Tao2020-07-191-0/+1
| | |/ / / / / /
| * | | | | | | Rollup merge of #74376 - lcnr:type-dependent-path-cleanup, r=eddybManish Goregaokar2020-07-201-1/+5
| |\ \ \ \ \ \ \
| | * | | | | | | add note to `opt_const_param_of`Bastian Kauschke2020-07-181-1/+5
| * | | | | | | | Rollup merge of #74051 - yodaldevoid:issue_60814, r=nikomatsakisManish Goregaokar2020-07-208-0/+109
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add test for an explicit non-'static lifetime in a const argumentGabriel Smith2020-07-192-0/+28
| | * | | | | | | | disallow non-static lifetimes in const genericsGabriel Smith2020-07-196-0/+81
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Rollup merge of #73323 - davidtwco:issue-73252-wfcheck-foreign-fn-decl, r=ecs...Manish Goregaokar2020-07-205-52/+97
| |\ \ \ \ \ \ \ \
| | * | | | | | | | wf: check foreign fn decls for well-formednessDavid Wood2020-07-205-52/+97
| * | | | | | | | | Rollup merge of #73197 - c410-f3r:ranges, r=dtolnayManish Goregaokar2020-07-201-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Remove some Default implsCaio2020-07-101-4/+4