about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-03-05Backport some LLVM compile-time improvementsNikita Popov-0/+0
2021-03-04Auto merge of #81451 - nikic:llvm-12, r=nagisabors-100/+401
2021-03-04Auto merge of #82756 - JohnTitor:rollup-e4ij7h6, r=JohnTitorbors-420/+685
2021-03-04Rollup merge of #82744 - camelid:cratenum-byval, r=GuillaumeGomezYuki Okushi-3/+3
2021-03-04Rollup merge of #82740 - jyn514:proper-history, r=Mark-SimulacrumYuki Okushi-3/+2
2021-03-04Rollup merge of #82717 - estebank:issue-70152, r=lcnrYuki Okushi-8/+77
2021-03-04Rollup merge of #82697 - jplatte:patch-1, r=davidtwcoYuki Okushi-1/+1
2021-03-04Rollup merge of #82564 - WaffleLapkin:revert_spare_mut, r=RalfJungYuki Okushi-10/+19
2021-03-04Rollup merge of #82315 - jsha:font-display-swap, r=GuillaumeGomezYuki Okushi-5/+19
2021-03-04Rollup merge of #82310 - jsha:rustdoc-search-onfocus, r=GuillaumeGomezYuki Okushi-51/+69
2021-03-04Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomezYuki Okushi-339/+495
2021-03-04Auto merge of #82304 - LeSeulArtichaut:unpretty-ast, r=spastorinobors-22/+46
2021-03-03Pass `CrateNum` by value instead of by referenceCamelid-3/+3
2021-03-03Fix commit detected when using `download-rustc`Joshua Nelson-3/+2
2021-03-04Auto merge of #81114 - bugadani:generator, r=estebankbors-54/+89
2021-03-03Auto merge of #82702 - jyn514:downgrade-err, r=Manishearthbors-17/+54
2021-03-03reworded messageEsteban Küber-5/+11
2021-03-03Explicitly disable preinline during pgo-use testNikita Popov-5/+4
2021-03-03Schedule ThinLTOBuffer passes again after sanitizer passesNikita Popov-1/+6
2021-03-03Auto merge of #82553 - tmiasko:update-tracing, r=Mark-Simulacrumbors-20/+24
2021-03-03Update library/alloc/src/vec/mod.rsWaffle Lapkin-1/+1
2021-03-03Change error about unknown doc attributes to a warningJoshua Nelson-17/+54
2021-03-03Add `-Z unpretty` flags for the ASTLeSeulArtichaut-22/+46
2021-03-03Auto merge of #82704 - RalfJung:miri-atomic-minmax, r=oli-obkbors-13/+16
2021-03-03Auto merge of #82718 - JohnTitor:rollup-vpfx3j2, r=JohnTitorbors-145/+312
2021-03-03Rollup merge of #82713 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2021-03-03Rollup merge of #82712 - CDirkx:cfg-target_os, r=dtolnayYuki Okushi-1/+1
2021-03-03Rollup merge of #82710 - peter-kehl:FloatToInit_82709, r=sfacklerYuki Okushi-1/+1
2021-03-03Rollup merge of #82706 - klensy:expn-data, r=petrochenkovYuki Okushi-1/+1
2021-03-03Rollup merge of #82695 - XAMPPRocky:remove-non-power-of-two-limit, r=nagisaYuki Okushi-58/+5
2021-03-03Rollup merge of #82689 - camelid:rustdoc-nominated, r=ManishearthYuki Okushi-0/+9
2021-03-03Rollup merge of #82589 - LinkTed:master, r=joshtriplettYuki Okushi-45/+48
2021-03-03Rollup merge of #82469 - notriddle:bring-our-own-diff, r=Mark-SimulacrumYuki Okushi-13/+82
2021-03-03Rollup merge of #82439 - ssomers:btree_fix_unsafety, r=Mark-SimulacrumYuki Okushi-16/+15
2021-03-03Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514Yuki Okushi-10/+150
2021-03-03Auto merge of #76345 - okready:sgx-mem-range-overflow-checks, r=joshtriplettbors-8/+34
2021-03-02Use Arial as fallback font instead of sans-serif.Jacob Hoffman-Andrews-3/+3
2021-03-02Account for macros when suggesting adding lifetimeEsteban Küber-8/+71
2021-03-02Improve page load performance in rustdoc.Jacob Hoffman-Andrews-2/+16
2021-03-02Update cargoEric Huss-0/+0
2021-03-03Remove unnecessary conditional `cfg(target_os)` for `redox` and `vxworks`Christiaan Dirkx-1/+1
2021-03-03Make Vec::split_at_spare_mut impl safer & simplierWaffle-9/+5
2021-03-03Add test that Vec::spare_capacity_mut doesn't invalidate pointersWaffle-0/+5
2021-03-02Load rustdoc's JS search index on-demand.Jacob Hoffman-Andrews-51/+69
2021-03-02Auto merge of #82562 - llogiq:one-up-82248, r=oli-obkbors-12/+26
2021-03-02FloatToInit: Replacing round_unchecked_to --> to_int_uncheckedPeter Kehl-1/+1
2021-03-02use outer_expn_data() instead of outer_expn().expn_data()klensy-1/+1
2021-03-02update MiriRalf Jung-9/+16
2021-03-02enable atomic_min/max tests in MiriRalf Jung-4/+0
2021-03-02Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytmbors-78/+30