about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-13Apply suggestionYuki Okushi-5/+5
2019-10-13simplify maybe_stage_featuresMazdak Farrokhzad-14/+8
2019-10-13syntax: simplify maybe_annotate_with_ascriptionMazdak Farrokhzad-9/+11
2019-10-13Auto merge of #65099 - pnkfelix:issue-63154-needed-more-normalize, r=nagisabors-0/+37
2019-10-12Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiserbors-117/+718
2019-10-12Remove the fn pointer #[track_caller] test.Adam Perry-37/+0
2019-10-12make tests more robustRalf Jung-2/+2
2019-10-12test unwind(abort) with Rust ABIRalf Jung-3/+27
2019-10-12fix #[unwind(abort)] for Rust ABIsRalf Jung-8/+5
2019-10-12some typographyRalf Jung-4/+4
2019-10-12also (properly) test nounwind on function definitionsRalf Jung-6/+19
2019-10-12update test for nounwind on FFI importsRalf Jung-19/+41
2019-10-12Auto merge of #65328 - lzutao:bump-rls-rustfmt, r=Xanewokbors-18/+18
2019-10-12fix link targetsRalf Jung-12/+12
2019-10-12remove old branch of unwind logicRalf Jung-21/+1
2019-10-12Revert "Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum"Mark Rousskov-127/+33
2019-10-12it's C++20Ralf Jung-7/+7
2019-10-12compress the function, remove the assert check.Guanqun Lu-11/+2
2019-10-12do not reference LLVM for our concurrency memory modelRalf Jung-25/+27
2019-10-12remove confusing and redundant subsectionRalf Jung-17/+0
2019-10-12Fix typoBO41-1/+1
2019-10-12Improve docs on some char boolean methodsBO41-63/+109
2019-10-12Auto merge of #65190 - GuillaumeGomez:dont-pass-doctest-feature-by-default, r...bors-4/+23
2019-10-12move Formatting Traits downRalf Jung-182/+182
2019-10-12std::fmt: move format string grammar to the bottomRalf Jung-24/+25
2019-10-12Update RLS and RustfmtIgor Matuszewski-18/+18
2019-10-12replace the hand-written binary search with the library oneGuanqun Lu-13/+5
2019-10-12Auto merge of #65322 - tmandry:rollup-frr651r, r=tmandrybors-280/+730
2019-10-12Auto merge of #65020 - pnkfelix:targetted-fix-for-always-marking-rust-abi-unw...bors-13/+187
2019-10-11Rollup merge of #65321 - Mark-Simulacrum:remove-linker-no-utf8-test, r=nikoma...Tyler Mandry-39/+0
2019-10-11Rollup merge of #65310 - da-x:issue-56195, r=petrochenkovTyler Mandry-2/+8
2019-10-11Rollup merge of #65289 - varkor:issue-65284, r=estebankTyler Mandry-21/+41
2019-10-11Rollup merge of #65283 - petrochenkov:softstab2, r=estebankTyler Mandry-6/+32
2019-10-11Rollup merge of #65277 - csmoe:fix-move, r=estebankTyler Mandry-26/+55
2019-10-11Rollup merge of #65276 - varkor:toolstate-no-ping, r=Mark-SimulacrumTyler Mandry-1/+1
2019-10-11Rollup merge of #65266 - rust-lang:must-use-join, r=dtolnayTyler Mandry-0/+1
2019-10-11Rollup merge of #65263 - mbStavola:dedup-raw-item-fns, r=CentrilTyler Mandry-21/+12
2019-10-11Rollup merge of #65220 - tlively:update-llvm-for-emscripten-exceptions, r=nikicTyler Mandry-0/+0
2019-10-11Rollup merge of #65205 - GuillaumeGomez:long-err-explanation-E0568, r=estebankTyler Mandry-3/+34
2019-10-11Rollup merge of #65200 - xfix:patch-20, r=GuillaumeGomezTyler Mandry-5/+9
2019-10-11Rollup merge of #65191 - varkor:const-generics-test-cases, r=nikomatsakisTyler Mandry-0/+142
2019-10-11Rollup merge of #65048 - Kixunil:patch-1, r=KodrAusTyler Mandry-0/+2
2019-10-11Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkorTyler Mandry-152/+389
2019-10-11Rollup merge of #64337 - rick68:patch-17, r=Dylan-DPCTyler Mandry-4/+4
2019-10-11Remove painful test that is not pulling its weightMark Rousskov-39/+0
2019-10-11Add regression test for CONST_ERR lints in extern macrosmemoryruins-0/+38
2019-10-11Report lint in external macrosmemoryruins-1/+2
2019-10-11resolve: shorten wording on private constructor errorDan Aloni-56/+56
2019-10-11Auto merge of #64877 - lzutao:stabilize-repeat_generic_slice, r=SimonSapinbors-6/+1
2019-10-11improve performance of signed saturating_mulTrevor Spiteri-1/+1