summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-07polymorphize: visit promoted MIRDavid Wood-2/+46
2020-08-07Add missing backtickTakayuki Nakata-1/+1
2020-08-07Apply `extern "C"` calling conventionAaron Hill-1/+1
2020-08-07Only test function-arguments-naked.rs on x86_64Aaron Hill-1/+5
2020-08-07Auto merge of #74627 - petrochenkov:docbeauty2, r=Aaron1011bors-240/+312
2020-08-07Auto merge of #73842 - euclio:doctest-expn, r=GuillaumeGomezbors-7/+34
2020-08-07Only add a border for the rust logoGuillaume Gomez-7/+13
2020-08-07Auto merge of #70052 - Amanieu:hashbrown7, r=Mark-Simulacrumbors-50/+37
2020-08-07Fix natvis testsAmanieu d'Antras-15/+15
2020-08-06Rollup merge of #75227 - Amanieu:fix_asm_arch, r=Mark-SimulacrumManish Goregaokar-3/+29
2020-08-06Rollup merge of #75203 - canova:btreemap-into-iter, r=dtolnayManish Goregaokar-0/+23
2020-08-06Rollup merge of #75079 - jyn514:disambiguator, r=ManishearthManish Goregaokar-49/+329
2020-08-07Handle new HashMap layout in CDB, MSVC, WinDbg, etc.MaulingMonkey-31/+4
2020-08-07Handle new HashMap layout in GDB and LLDBAmanieu d'Antras-4/+18
2020-08-07test min_const_generics using revisionsBastian Kauschke-52/+154
2020-08-06Add doc-comment for `kind_side_channel`Joshua Nelson-0/+3
2020-08-07Auto merge of #75233 - RalfJung:miri, r=RalfJungbors-10/+8
2020-08-06copy over *.fixed fileRyan1729-0/+77
2020-08-07Rollup merge of #75236 - syntacticsugarglider:patch-1, r=jonas-schievinkYuki Okushi-1/+1
2020-08-07Rollup merge of #75232 - leijurv:patch-1, r=jonas-schievinkYuki Okushi-1/+1
2020-08-07Rollup merge of #75217 - GuillaumeGomez:cleanup-e0747, r=Dylan-DPCYuki Okushi-2/+2
2020-08-07Rollup merge of #75210 - nnethercote:change-type-of-available_cgus, r=ecstati...Yuki Okushi-6/+5
2020-08-07Rollup merge of #75190 - GuillaumeGomez:cleanup-e0746, r=Dylan-DPCYuki Okushi-4/+6
2020-08-07Rollup merge of #75188 - Aaron1011:fix/fieldless-tuple-error, r=varkorYuki Okushi-4/+28
2020-08-07Rollup merge of #75183 - Aaron1011:toolstate/a-rustfmt, r=nikomatsakisYuki Okushi-1/+1
2020-08-07Rollup merge of #75181 - WaffleLapkin:patch-2, r=ecstaticmorseYuki Okushi-1/+1
2020-08-07Rollup merge of #74888 - infinity0:ignore-endian-big, r=nikomatsakisYuki Okushi-9/+28
2020-08-06Fix typo "biset" -> "bitset"Izzy Swart-1/+1
2020-08-06Remove dead codeJoshua Nelson-17/+1
2020-08-06Fix outdated codeJoshua Nelson-6/+4
2020-08-06Improve testsJoshua Nelson-19/+22
2020-08-06Update asm! documentation in unstable bookAmanieu d'Antras-1/+13
2020-08-06Use the proper kind for associated itemsJoshua Nelson-13/+25
2020-08-06update MiriRalf Jung-10/+8
2020-08-06Fix typo "TraitObligatiom" -> "TraitObligation"Leijurv-1/+1
2020-08-06Still print help even if there's no spanJoshua Nelson-0/+2
2020-08-07Change the type of `AssertModuleSource::available_cgus`.Nicholas Nethercote-6/+5
2020-08-06allow complex expressions in assoc constsBastian Kauschke-34/+36
2020-08-06Add some comments for magic numbers + Add testsVadim Petrochenkov-1/+84
2020-08-06Fix clippyVadim Petrochenkov-49/+39
2020-08-06rustc_expand: Don not beautify doc comments before passing them to macrosVadim Petrochenkov-54/+37
2020-08-06rustc_ast/comments: Modernize some enum reexportsVadim Petrochenkov-20/+23
2020-08-06rustc_ast: Stop using "string typing" for doc comment tokensVadim Petrochenkov-159/+172
2020-08-06Fix ICE when using asm! on an unsupported architectureAmanieu d'Antras-3/+29
2020-08-06Auto merge of #75218 - Aaron1011:feature/prof-metadata-query, r=Mark-Simulacrumbors-1/+1
2020-08-06Don't call a function in function-arguments-naked.rsAaron Hill-3/+1
2020-08-06Add #[track_caller] to `Session::delay_span_bug`Aaron Hill-0/+1
2020-08-06Apply suggestions from code reviewRyan Wiedemann-2/+3
2020-08-06Record query name when profiling "metadata_decode_entry"Aaron Hill-1/+1
2020-08-06run clippy_dev fmtRyan1729-22/+12