about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-21Clarified the documentation for Formatter::precisionNathan West-1/+2
2020-05-21Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieubors-0/+265
2020-05-21Rollup merge of #72397 - petrochenkov:tiny, r=AmanieuRalf Jung-3/+3
2020-05-21Rollup merge of #72371 - Elrendio:char_documentation, r=steveklabnikRalf Jung-2/+4
2020-05-21Rollup merge of #72365 - marmeladema:remove-node_to_hir_id, r=ecstatic-morseRalf Jung-5/+0
2020-05-21Rollup merge of #72296 - ChrisDenton:msvc-link-check, r=petrochenkovRalf Jung-0/+49
2020-05-21Rollup merge of #72272 - GuillaumeGomez:fix-back-on-page-with-search-behaviou...Ralf Jung-0/+6
2020-05-21Rollup merge of #72111 - petrochenkov:docstrip, r=ehussRalf Jung-0/+17
2020-05-21Rollup merge of #71854 - eduardosm:assoc-char-funcs-and-consts, r=AmanieuRalf Jung-2/+239
2020-05-21Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obkbors-48/+350
2020-05-20Bail out if new return place has different type than oldDylan MacKenzie-1/+12
2020-05-21Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakisbors-139/+450
2020-05-20Auto merge of #67759 - nikic:llvm-10, r=Mark-Simulacrumbors-0/+4
2020-05-20llvm: Expose tiny code model to usersVadim Petrochenkov-3/+3
2020-05-20Auto merge of #72378 - Dylan-DPC:rollup-m87bp2d, r=Dylan-DPCbors-106/+415
2020-05-20Set CMAKE_CXX_STANDARD when compiling LLDNikita Popov-0/+4
2020-05-20Update LLVM submoduleNikita Popov-0/+0
2020-05-20Auto merge of #72384 - mati865:ci-fix, r=pietroalbinibors-3/+11
2020-05-20Workaround MSYS2/chocolatey issue againMateusz MikuĊ‚a-3/+11
2020-05-20Suggest installing VS Build Tools in more situationsChris Denton-0/+49
2020-05-20Rollup merge of #72366 - nnethercote:tiny-vecs-are-dumb-followup, r=AmanieuDylan DPC-4/+3
2020-05-20Rollup merge of #72364 - jsgf:remove-unused-deps, r=Mark-SimulacrumDylan DPC-4/+0
2020-05-20Rollup merge of #72361 - golddranks:split_inclusive_add_tracking_issue, r=she...Dylan DPC-20/+20
2020-05-20Rollup merge of #72275 - marmeladema:fix-issue-71104-2, r=ecstatic-morseDylan DPC-11/+7
2020-05-20Rollup merge of #72139 - nnethercote:standalone-fold, r=cuviperDylan DPC-44/+199
2020-05-20Rollup merge of #71863 - mibac138:self-import, r=estebankDylan DPC-23/+186
2020-05-20FIX - Char documentation for unexperienced usersElrendio-2/+4
2020-05-20Auto merge of #71923 - csmoe:issue-70818, r=tmandrybors-108/+167
2020-05-20Auto merge of #71769 - petrochenkov:crto, r=cuviperbors-152/+405
2020-05-20Auto merge of #72339 - ehuss:update-cargo, r=ehussbors-0/+0
2020-05-20Adjust the zero check in `RawVec::grow`.Nicholas Nethercote-4/+3
2020-05-20Document `#[ffi_const]` and `#[ffi_pure]` function attributes in unstable bookMatthias Schiffer-0/+98
2020-05-20Add tests for `#[ffi_const]` and `#[ffi_pure]` function attributesMatthias Schiffer-0/+105
2020-05-20Implement `#[ffi_const]` and `#[ffi_pure]` function attributesMatthias Schiffer-0/+62
2020-05-20Remove unused `StableHashingContext::node_to_hir_id` methodmarmeladema-5/+0
2020-05-19Remove unused dependenciesJeremy Fitzhardinge-4/+0
2020-05-19Alter wording for `use foo::self` helpmibac138-14/+14
2020-05-20split_inclusive: add tracking issue number (72360)Pyry Kontio-20/+20
2020-05-19Add error recovery for `use foo::self`mibac138-4/+89
2020-05-19Suggest fixes for `use foo::self`mibac138-19/+97
2020-05-19Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakisbors-274/+9278
2020-05-19Auto merge of #72227 - nnethercote:tiny-vecs-are-dumb, r=Amanieubors-5/+141
2020-05-19Fix going back in history to a search result page on firefoxGuillaume Gomez-0/+6
2020-05-19Rollup merge of #72344 - kornelski:assertdoc, r=Mark-SimulacrumDylan DPC-1/+1
2020-05-19Rollup merge of #72338 - doctorn:trait-object-ice, r=ecstatic-morseDylan DPC-1/+27
2020-05-19Rollup merge of #72068 - estebank:mut-deref-hack, r=oli-obkDylan DPC-1/+32
2020-05-19Rollup merge of #72066 - lcnr:const-type-info-err, r=varkorDylan DPC-5/+90
2020-05-19Rollup merge of #71886 - t-rapp:tr-saturating-funcs, r=dtolnayDylan DPC-8/+4
2020-05-19Assert doc wordingKornel-1/+1
2020-05-19add test for repr(128) enum derivesBastian Kauschke-0/+17