about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-13Test an assoc. type in struct member def inside fnIgor Matuszewski-0/+10
2019-10-12Auto merge of #65328 - lzutao:bump-rls-rustfmt, r=Xanewokbors-18/+18
2019-10-12Auto merge of #65190 - GuillaumeGomez:dont-pass-doctest-feature-by-default, r...bors-4/+23
2019-10-12Update RLS and RustfmtIgor Matuszewski-18/+18
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-11Auto merge of #64877 - lzutao:stabilize-repeat_generic_slice, r=SimonSapinbors-6/+1
2019-10-11test: extend derive_on_deprecated to include more derivationsDan Aloni-0/+6
2019-10-11deriving: avoid dummy Span on an artificial `type_ident` pathDan Aloni-2/+2
2019-10-11emcscripten: ignore another thread-using testRalf Jung-0/+1
2019-10-11Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapinbors-18/+1
2019-10-11ignore-emcscripten as it does not support threadsRalf Jung-0/+1
2019-10-11Fix issue 65284varkor-21/+41
2019-10-10Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrumbors-33/+127
2019-10-10stability: Do not use `buffer_lint` after lowering to HIRVadim Petrochenkov-6/+32
2019-10-10Auto merge of #65153 - da-x:issue-58017, r=petrochenkovbors-120/+222
2019-10-10query generator kind for error reportingcsmoe-26/+55
2019-10-10Don't cc rust-lang/compiler for toolstate changesvarkor-1/+1
2019-10-10Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisabors-1/+107
2019-10-10Update ui testsGuillaume Gomez-2/+5
2019-10-10Add long error explanation for E0568Guillaume Gomez-1/+29
2019-10-10Auto merge of #65140 - petrochenkov:disapp, r=nikomatsakisbors-1/+37
2019-10-10Mark Path::join as must_useAleksey Kladov-0/+1
2019-10-10Add and update rustdoc ui testGuillaume Gomez-2/+24
2019-10-10Don't pass doctest feature by defaultGuillaume Gomez-7/+4
2019-10-10Preserve output of raw pointers in mir dump.ben-1/+8
2019-10-10Auto merge of #65129 - andjo403:cargo_args, r=alexcrichtonbors-0/+10
2019-10-09Qualify LangItemMatt Stavola-1/+1
2019-10-09Delegate is_{freeze,copy,sized}_raw to is_item_rawMatt Stavola-21/+12
2019-10-10Auto merge of #65077 - estebank:mut-trait-expected, r=nikomatsakisbors-57/+297
2019-10-10Auto merge of #64939 - nnethercote:snapshot-cleanups, r=nikomatsakisbors-37/+28
2019-10-09Auto merge of #65249 - matthewjasper:revert-into-drop, r=nnethercotebors-466/+247
2019-10-09Revert "Make `into` schedule drop for the destination"Matthew Jasper-466/+247
2019-10-10Pretty print raw pointers in consts as '{pointer}'.ben-3/+4