about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-05-31Build crtbengin.o/crtend.o from source code12101111-3/+107
2021-05-31Auto merge of #85597 - 0yoyoyo:fix-issue-71563-remove-redundant-args, r=petro...bors-93/+237
2021-05-30Auto merge of #85559 - 12101111:sanitizer-crt-static, r=nagisabors-0/+9
2021-05-30Auto merge of #85838 - GuillaumeGomez:rollup-rk2rh7m, r=GuillaumeGomezbors-38/+131
2021-05-30Rollup merge of #85818 - LeSeulArtichaut:85794-diag-drop-ice, r=petrochenkovGuillaume Gomez-0/+34
2021-05-30Rollup merge of #85781 - badboy:document-aarch-ios-sim-support, r=AmanieuGuillaume Gomez-2/+59
2021-05-30Rollup merge of #85770 - Bobo1239:set_locale_for_sort, r=jyn514Guillaume Gomez-34/+1
2021-05-30Rollup merge of #85762 - mati865:disable-zlib-on-windows, r=Mark-SimulacrumGuillaume Gomez-1/+1
2021-05-30Rollup merge of #85709 - Aaron1011:fix-pat-crate-edition, r=petrochenkovGuillaume Gomez-0/+32
2021-05-30Rollup merge of #85285 - GuillaumeGomez:eslint-check, r=jsha,Mark-SimulacrumGuillaume Gomez-1/+4
2021-05-30Fix eslint error in sidebar-items.jsGuillaume Gomez-0/+1
2021-05-30Add eslint checks in CIGuillaume Gomez-1/+3
2021-05-30Bless tests.Camille GILLOT-16/+16
2021-05-30Restrict access to crate_name.Camille GILLOT-2/+3
2021-05-30Auto merge of #85362 - jsgf:fix-emit-metadata, r=estebankbors-0/+34
2021-05-30Emit a hard error when a panic occurs during const-evalAaron Hill-128/+56
2021-05-30Auto merge of #85804 - bjorn3:merge_crate_disambiguator, r=cjgillotbors-92/+92
2021-05-30Fix span of redundant generic arguments0yoyoyo-93/+237
2021-05-30Auto merge of #84586 - GuillaumeGomez:enforce-rustdoc-gui-test-suite-run, r=M...bors-77/+135
2021-05-30Update mir opt testsbjorn3-24/+24
2021-05-30Update testsbjorn3-68/+68
2021-05-30Auto merge of #85786 - GuillaumeGomez:error-code-checker-improvement, r=Mark-...bors-9/+18
2021-05-30Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrumbors-11/+17
2021-05-30Don't drop `PResult` without handling the errorLeSeulArtichaut-0/+34
2021-05-29Auto merge of #85698 - ehuss:incremental-session-panic, r=estebankbors-0/+15
2021-05-29Use correct edition when parsing `:pat` matchersAaron Hill-0/+32
2021-05-29Auto merge of #85540 - GuillaumeGomez:better-result-dom-generation, r=jshabors-22/+70
2021-05-29Fix incremental-session-fail to work when run as root.Eric Huss-2/+1
2021-05-29Auto merge of #85767 - lqd:stackless_span_stacks, r=oli-obkbors-14/+15
2021-05-29tier-check: Check for lines with '[' such as those containing linksJan-Erik Rediger-1/+1
2021-05-29Add documentation for aarch64-apple-ios-sim targetJan-Erik Rediger-1/+58
2021-05-29Auto merge of #85798 - hyd-dev:miri, r=RalfJungbors-8/+8
2021-05-28Add test for --emit TYPE=pathJeremy Fitzhardinge-0/+34
2021-05-29Auto merge of #85790 - ehuss:nvptx-no-std, r=nagisabors-1/+1
2021-05-29Update Mirihyd-dev-8/+8
2021-05-28Auto merge of #85607 - LeSeulArtichaut:thir-unsafeck-closures, r=nikomatsakisbors-15/+143
2021-05-28rustc: Allow safe #[target_feature] on wasmAlex Crichton-0/+44
2021-05-28Remove `--print unversioned-files` from rustdocBoris-Chengbiao Zhou-34/+1
2021-05-28Fix typo on nvptx supportEric Huss-1/+1
2021-05-29Diagnose use sanitizers with crt-static12101111-0/+9
2021-05-28Clean up error codes from being ignoredGuillaume Gomez-6/+5
2021-05-28Add checks to ensure the error_codes checker is "clean"Guillaume Gomez-3/+13
2021-05-28Auto merge of #85700 - Bobo1239:dso_local_ppc64, r=nagisabors-2/+9
2021-05-28Auto merge of #84968 - FabianWolff:master, r=estebankbors-7/+22
2021-05-28Fix static relocation model for PowerPC64Boris-Chengbiao Zhou-2/+9
2021-05-28Auto merge of #85743 - bjorn3:sync_cg_clif-2021-05-27, r=bjorn3bors-10/+0
2021-05-28const eval errors: display the current item instance if there are generics in...Rémy Rakic-12/+13
2021-05-27Do not try to build LLVM with Zlib on WindowsMateusz Mikuła-1/+1
2021-05-27don't trim paths in collector PME messageRémy Rakic-2/+2
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-15/+143