about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-15Use an allow-list of platforms that support std.Eric Huss-20/+62
2020-07-15Tweak formatting.Eric Huss-1/+2
2020-07-15Introduce restricted-std feature.Eric Huss-109/+266
2020-07-15Use cfg_if in libpanic_abort.Eric Huss-16/+19
2020-07-15Use cfg_if in libtest.Eric Huss-131/+97
2020-07-15Automatically calculate std::env::consts::ARCH.Eric Huss-76/+2
2020-07-15Auto merge of #74214 - nnethercote:change-SymbolName-name, r=eddybbors-67/+76
2020-07-15Auto merge of #71272 - jclulow:illumos-x86-ci, r=pietroalbinibors-0/+215
2020-07-15Undo the `const_str` changes from the previous commit.Nicholas Nethercote-14/+17
2020-07-15Change `SymbolName::name` to a `&str`.Nicholas Nethercote-83/+89
2020-07-15Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obkbors-745/+991
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-96/+121
2020-07-15Add and use more static symbols.Nicholas Nethercote-579/+794
2020-07-15Fix the ordering of the static symbols.Nicholas Nethercote-64/+66
2020-07-15Rename `sym::nontrapping_fptoint`.Nicholas Nethercote-6/+10
2020-07-14Rollup merge of #74340 - davidtwco:issue-73747-improper-ctypes-defns-is-zst-w...Manish Goregaokar-16/+30
2020-07-14Rollup merge of #74336 - davidtwco:issue-73112-cross-crate-packed-type-diagno...Manish Goregaokar-25/+65
2020-07-14Rollup merge of #74332 - ehuss:update-cargo, r=ehussManish Goregaokar-0/+0
2020-07-14Rollup merge of #74272 - davidtwco:issue-73626-multiline-mixed-comments, r=Ma...Manish Goregaokar-2/+47
2020-07-14Rollup merge of #74271 - lzutao:cmdbytes, r=LukasKalbertodtManish Goregaokar-14/+12
2020-07-14Rollup merge of #74263 - RalfJung:thread-local, r=Mark-SimulacrumManish Goregaokar-67/+83
2020-07-14Rollup merge of #74252 - shepmaster:bootstrap-rust-destdir, r=Mark-SimulacrumManish Goregaokar-0/+5
2020-07-14Rollup merge of #74228 - estebank:unsized-param, r=davidtwcoManish Goregaokar-437/+554
2020-07-14Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkovManish Goregaokar-139/+239
2020-07-14Rollup merge of #73759 - GuillaumeGomez:stdin-examples, r=Dylan-DPCManish Goregaokar-0/+31
2020-07-14Reword messageEsteban Küber-34/+35
2020-07-14Remove redundant explanatory `note` for type parametersEsteban Küber-98/+6
2020-07-14lint: use `transparent_newtype_field` to avoid ICEDavid Wood-16/+30
2020-07-14Suggest borrowing in more unsized fn param casesEsteban Küber-49/+80
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-169/+3
2020-07-14Suggest boxing or borrowing unsized fieldsEsteban Küber-106/+424
2020-07-14Point at type on E0275 instead of whole fieldEsteban Küber-3/+3
2020-07-14Suggest borrowing unsized argument typesEsteban Küber-12/+37
2020-07-14Suggest struct pat on incorrect unit or tuple patEsteban Küber-139/+239
2020-07-14typeck: use `item_name` in cross-crate packed diagDavid Wood-25/+65
2020-07-14Update cargoEric Huss-0/+0
2020-07-14Rollup merge of #74324 - flip1995:clippyup, r=ManishearthManish Goregaokar-1083/+4316
2020-07-14Rollup merge of #74316 - yoshuawuyts:no-wake-type-hints, r=Mark-SimulacrumManish Goregaokar-3/+2
2020-07-14Rollup merge of #74310 - nnethercote:use-ArrayVec-in-SparseBitSet, r=eddybManish Goregaokar-7/+6
2020-07-14Rollup merge of #74296 - Lynoure:rfind-doc-improvement, r=hanna-kruppeManish Goregaokar-5/+6
2020-07-14Rollup merge of #74270 - davidtwco:issue-74086-more-placeholder-type-error, r...Manish Goregaokar-63/+103
2020-07-14Rollup merge of #74257 - alex:patch-1, r=joshtriplettManish Goregaokar-1/+0
2020-07-14Rollup merge of #74239 - AdrianCX:master, r=cuviperManish Goregaokar-0/+0
2020-07-14Rollup merge of #74227 - erikdesjardins:layun, r=estebankManish Goregaokar-3/+3
2020-07-14Rollup merge of #74220 - lzutao:windows-path-com, r=LukasKalbertodtManish Goregaokar-69/+103
2020-07-14Rollup merge of #74173 - estebank:struct-pat-as-enum, r=petrochenkovManish Goregaokar-49/+136
2020-07-14Rollup merge of #73986 - RalfJung:raw-slice-as-ptr, r=sfacklerManish Goregaokar-131/+287
2020-07-14Rollup merge of #73965 - davidtwco:issue-73886-non-primitive-slice-cast, r=es...Manish Goregaokar-0/+22
2020-07-14Rollup merge of #73866 - Goirad:fix-entry-improper-ctypes, r=davidtwcoManish Goregaokar-3/+5
2020-07-14Rollup merge of #73720 - GuillaumeGomez:cleanup-e0704, r=Dylan-DPCManish Goregaokar-2/+3