about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-03-23Slight visual improvements to warning boxes in the docsr00ster91-4/+13
2021-03-23Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-sebors-11/+76
2021-03-23Auto merge of #83398 - JohnTitor:rollup-om80krv, r=JohnTitorbors-129/+329
2021-03-23Rollup merge of #83389 - njasm:test_rustdoc, r=jyn514Yuki Okushi-0/+3
2021-03-23Rollup merge of #83385 - lnicola:rust-analyzer-2021-03-22, r=jonas-schievinkYuki Okushi-15/+15
2021-03-23Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplettYuki Okushi-21/+21
2021-03-23Rollup merge of #83356 - camelid:rustdoc-option-to-enum, r=GuillaumeGomezYuki Okushi-8/+11
2021-03-23Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157Yuki Okushi-74/+83
2021-03-23Rollup merge of #81917 - rust-lang:relnotes-1.51.0, r=Mark-SimulacrumYuki Okushi-0/+171
2021-03-23Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum...Yuki Okushi-11/+25
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-839/+416
2021-03-22missing newline at eofNelson J Morais-1/+1
2021-03-22add key rustc_private for package metadata for rust-analyzer in librustdocNelson J Morais-0/+3
2021-03-22:arrow_up: rust-analyzerLaurențiu Nicola-15/+15
2021-03-22rename :pat2018 -> :pat215mark-21/+21
2021-03-22Add `debug-refcell` feature to libcoreAaron Hill-11/+76
2021-03-22Auto merge of #83376 - Dylan-DPC:rollup-s2fsjwj, r=Dylan-DPCbors-20/+69
2021-03-22Rollup merge of #83372 - eggyal:split-inclusive, r=Mark-SimulacrumDylan DPC-1/+1
2021-03-22Rollup merge of #83367 - richkadel:query-err-msg, r=jyn514Dylan DPC-2/+5
2021-03-22Rollup merge of #83351 - RalfJung:precise-const-drop, r=oli-obkDylan DPC-1/+7
2021-03-22Rollup merge of #83338 - asquared31415:asm-syntax-test-fix, r=Dylan-DPCDylan DPC-8/+9
2021-03-22Rollup merge of #83272 - kornelski:takedocs, r=dtolnayDylan DPC-2/+13
2021-03-22Rollup merge of #82683 - jturner314:int-div-rem-doc-panic, r=nikomatsakisDylan DPC-6/+20
2021-03-22Rollup merge of #82374 - clehner:licenses, r=joshtriplettDylan DPC-0/+14
2021-03-22Auto merge of #83273 - cjgillot:endecode, r=michaelwoeristerbors-157/+125
2021-03-22Auto merge of #82680 - jturner314:div_euclid-docs, r=JohnTitorbors-4/+4
2021-03-22SplitInclusive is public APIAlan Egerton-1/+1
2021-03-22Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomezbors-18/+30
2021-03-21Improve error message for unassigned query providerRich Kadel-2/+5
2021-03-22Auto merge of #83360 - Dylan-DPC:rollup-17xulpv, r=Dylan-DPCbors-262/+447
2021-03-22Rollup merge of #83350 - jyn514:llvm-version, r=Mark-SimulacrumDylan DPC-0/+2
2021-03-22Rollup merge of #83336 - camelid:tool-mod-ice, r=petrochenkovDylan DPC-2/+37
2021-03-22Rollup merge of #83329 - camelid:debuginfo-doc-cleanup, r=davidtwcoDylan DPC-181/+182
2021-03-22Rollup merge of #82771 - emilio:iter-mut-as-slice, r=m-ou-seDylan DPC-2/+8
2021-03-22Rollup merge of #82686 - CDirkx:unix-platform, r=m-ou-seDylan DPC-38/+40
2021-03-22Rollup merge of #82554 - SkiFire13:fix-string-retain-unsoundness, r=m-ou-seDylan DPC-15/+22
2021-03-22Rollup merge of #81607 - the8472:trustedrandomaccess-all-the-things, r=m-ou-seDylan DPC-6/+144
2021-03-22Rollup merge of #80771 - thomcc:nonnull-refmut, r=dtolnayDylan DPC-6/+6
2021-03-22Rollup merge of #80193 - zseri:stabilize-osstring-ascii, r=m-ou-seDylan DPC-12/+6
2021-03-22Auto merge of #79846 - the8472:inplace-tra, r=m-ou-sebors-16/+83
2021-03-21disable debug assertions in codegen testThe8472-0/+1
2021-03-21Bump slice_iter_mut_as_slice stable version.Mara Bos-2/+2
2021-03-21Auto merge of #82834 - nikic:mutable-noalias, r=nagisabors-56/+164
2021-03-21rustdoc: Replace pair of `Option`s with an enumCamelid-8/+11
2021-03-21Fix ICE with `use clippy::a::b;`Camelid-2/+37
2021-03-21post-drop-elab check-const: explain why we still check qualifsRalf Jung-1/+7
2021-03-21Update doc/reference submoduleNikita Popov-0/+0
2021-03-21Don't compute optimized PointerKind for unoptimized buildsNikita Popov-20/+27
2021-03-21add codegen testThe8472-0/+13
2021-03-21specialize in-place collection further via TrustedRandomAccessThe8472-16/+53