about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-05-26Rollup merge of #84048 - konan8205:master, r=jshaYuki Okushi-1/+117
2021-05-25Auto merge of #85481 - lcnr:const-equate, r=matthewjasperbors-3/+46
2021-05-25Auto merge of #85664 - GuillaumeGomez:rollup-o7qgo8c, r=GuillaumeGomezbors-31/+74
2021-05-25Rollup merge of #85657 - kpreid:brackets, r=jyn514Guillaume Gomez-1/+1
2021-05-25Rollup merge of #85631 - GuillaumeGomez:move-keywrod-primitive-css-dom, r=jshaGuillaume Gomez-20/+15
2021-05-25Rollup merge of #85361 - bjorn3:rustdoc_target_json_path_canonicalize, r=jyn514Guillaume Gomez-10/+58
2021-05-25Update keyword GUI testGuillaume Gomez-4/+3
2021-05-25Move extra search result information for keywords and primitives from CSS to DOMGuillaume Gomez-16/+12
2021-05-25Auto merge of #85634 - RalfJung:miri, r=RalfJungbors-7/+9
2021-05-25Auto merge of #84985 - pietroalbini:bootstrap-1.54, r=Mark-Simulacrumbors-4/+4
2021-05-24Remove doubled braces in non_exhaustive structs’ documentation text.Kevin Reid-1/+1
2021-05-25Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakisbors-59/+35
2021-05-24Auto merge of #85639 - GuillaumeGomez:rollup-modinsi, r=GuillaumeGomezbors-14/+54
2021-05-24Add testbjorn3-0/+53
2021-05-24Use parse_target_triple in rustdocbjorn3-10/+5
2021-05-24Rollup merge of #85628 - LeSeulArtichaut:thir-null-lowercase, r=estebankGuillaume Gomez-7/+7
2021-05-24Rollup merge of #85621 - jsha:serif-in-table, r=GuillaumeGomezGuillaume Gomez-0/+1
2021-05-24Rollup merge of #85551 - GuillaumeGomez:fix-search-result-overflow, r=jshaGuillaume Gomez-7/+46
2021-05-24Auto merge of #85596 - scottmcm:more-on-unimplemented, r=estebankbors-13/+11
2021-05-24update MiriRalf Jung-7/+9
2021-05-24remove cfg(bootstrap)Pietro Albini-4/+1
2021-05-24Bootstrap: skip rustdoc fingerprint for building docs.Eric Huss-0/+3
2021-05-24bootstrap from 1.54.0 betaPietro Albini-1/+1
2021-05-24Replace more "NULL" with "null"LeSeulArtichaut-7/+7
2021-05-24:arrow_up: rust-analyzerLaurențiu Nicola-24/+0
2021-05-24Auto merge of #85515 - jedel1043:fix-85480, r=petrochenkovbors-0/+24
2021-05-23Restore sans-serif font for module items.Jacob Hoffman-Andrews-0/+1
2021-05-24Add test for pretty printing anonymous typesjedel1043-0/+24
2021-05-23Auto merge of #85554 - 12101111:fix-dedup-native-libs, r=petrochenkovbors-0/+36
2021-05-23Auto merge of #85602 - GuillaumeGomez:donthide-inherent-impls, r=jshabors-5/+14
2021-05-23Auto merge of #85479 - Stupremee:render-Self_as-type-casts, r=CraftSpiderbors-13/+38
2021-05-23Extend rustc_on_implemented to improve a ?-on-ControlFlow error messageScott McMurray-13/+11
2021-05-23Don't hide inherent implementations by defaultGuillaume Gomez-5/+14
2021-05-23Auto merge of #85594 - Dylan-DPC:rollup-40sgqgg, r=Dylan-DPCbors-6/+24
2021-05-23Rollup merge of #85575 - jsha:fix-toggle-settings, r=GuillaumeGomezDylan DPC-6/+24
2021-05-23Auto merge of #81601 - jyn514:llvm-on-demand, r=Mark-Simulacrumbors-13/+98
2021-05-22Move llvm submodule updates to rustbuildJoshua Nelson-13/+97
2021-05-22Auto merge of #85078 - RalfJung:const_fn_unsize, r=oli-obkbors-75/+38
2021-05-22Fix auto-hide for implementations and implementors.Jacob Hoffman-Andrews-6/+24
2021-05-22Auto merge of #85514 - GuillaumeGomez:upgrade-minifer-version, r=Mark-Simulacrumbors-1/+1
2021-05-22Add test for search result resize widthGuillaume Gomez-0/+12
2021-05-22Remove some errors in UI testsLeSeulArtichaut-29/+5
2021-05-22Make the THIR unsafeck use the `thir_body` queryLeSeulArtichaut-30/+30
2021-05-22Set desc class on the div instead of the span to simplify CSSGuillaume Gomez-6/+6
2021-05-22Mobile description width: 100%Stefan Schindler-1/+1
2021-05-22Add padding to mobile layout and fix width issue on bothStefan Schindler-0/+2
2021-05-22Prepar to remove deep nestingStefan Schindler-6/+5
2021-05-22Implement staggered mobile layoutStefan Schindler-4/+17
2021-05-22Add test for deduplicate native lib in linking12101111-0/+36
2021-05-22const_fn_unsize: check that the cast behaves correctlyRalf Jung-3/+10