]> git.lizzy.rs Git - rust.git/history - src
Remove many RefCells from DocContext
[rust.git] / src /
2021-02-22 CamelidRemove many RefCells from DocContext
2021-02-22 borsAuto merge of #77551 - simonvandel:extend-simplify...
2021-02-22 borsAuto merge of #82393 - JohnTitor:rollup-5c8jryl, r...
2021-02-22 Yuki OkushiRollup merge of #82382 - camelid:remove-fake_def_ids...
2021-02-22 Yuki OkushiRollup merge of #82379 - nagisa:nagisa/hexagon-enums...
2021-02-22 Yuki OkushiRollup merge of #82372 - RalfJung:unsafe-cell, r=KodrAus
2021-02-22 Yuki OkushiRollup merge of #82367 - matthiaskrgr:wraps, r=petrochenkov
2021-02-22 Yuki OkushiRollup merge of #82353 - camelid:no-more-param_env...
2021-02-22 Yuki OkushiRollup merge of #82351 - notriddle:docs-meta-descriptio...
2021-02-22 Yuki OkushiRollup merge of #82287 - r00ster91:field_name_and,...
2021-02-22 Yuki OkushiRollup merge of #82228 - ijackson:nonzero-cint, r=KodrAus
2021-02-22 Yuki OkushiRollup merge of #82098 - LukasKalbertodt:add-collect...
2021-02-22 borsAuto merge of #79979 - GuillaumeGomez:rustdoc-gui-tests...
2021-02-22 borsAuto merge of #81732 - m-ou-se:inherit-overflow-checks...
2021-02-22 Camelidrustdoc: Remove `fake_def_ids` RefCell
2021-02-22 borsAuto merge of #82295 - jyn514:feature-gate, r=Manishearth
2021-02-21 Simonas KazlauskasFix sizes of repr(C) enums on hexagon
2021-02-21 Simon Vandel SillesenNew pass to deduplicate blocks
2021-02-21 Simon Vandel SillesenMake MatchBranchSimplification clean up after itself
2021-02-21 Michael HowellUpdate src/test/rustdoc/description.rs
2021-02-21 Michael HowellUpdate src/test/rustdoc/description.rs
2021-02-21 Guillaume GomezUpdate CI scripts
2021-02-21 Guillaume GomezAdd rustdoc gui tests
2021-02-21 Guillaume GomezAdd new rustdoc-gui test suite
2021-02-21 borsAuto merge of #82359 - JohnTitor:rollup-6puemik, r...
2021-02-21 borsAuto merge of #82340 - kennytm:fix-82254, r=Mark-Simulacrum
2021-02-21 Yuki OkushiRollup merge of #82349 - tmiasko:pretty-test-timeout...
2021-02-21 Yuki OkushiRollup merge of #82302 - tmiasko:test-unsafe-send,...
2021-02-21 Yuki OkushiRollup merge of #82233 - ijackson:try-block-type-test...
2021-02-21 Yuki OkushiRollup merge of #82229 - estebank:issue-templace, r...
2021-02-21 Yuki OkushiRollup merge of #82181 - GuillaumeGomez:es5-checks...
2021-02-21 Yuki OkushiRollup merge of #82177 - rylev:no-delete-bootstrap...
2021-02-21 Yuki OkushiRollup merge of #82154 - CDirkx:ip-changelog, r=Mark...
2021-02-21 Yuki OkushiRollup merge of #81966 - deg4uss3r:degausser/aarch64_ap...
2021-02-21 Yuki OkushiRollup merge of #81833 - the8472:parallel-bootstrap...
2021-02-21 Yuki OkushiRollup merge of #81706 - SkiFire13:document-binaryheap...
2021-02-21 Yuki OkushiRollup merge of #81300 - ssomers:btree_cleanup_leak_tes...
2021-02-21 borsAuto merge of #79100 - a1phyr:better_assert_eq, r=m...
2021-02-21 Camelidrustdoc: Remove unnecessary `Cell` around `param_env`
2021-02-21 Michael HowellUse has for non-regexes
2021-02-21 Michael HowellFix formatting for description rustdoc UI tests
2021-02-21 Michael HowellAdd rustdoc UI tests for new description behaviour
2021-02-21 Michael HowellRevert changes to all.html
2021-02-21 borsAuto merge of #82253 - RalfJung:miri, r=RalfJung
2021-02-20 Michael HowellCut off plain text descriptions after headers
2021-02-20 Michael HowellUse the first paragraph, instead of cookie-cutter text...
2021-02-20 kennytmFix some Python2->3 error in publish_toolstate.py by...
2021-02-20 The8472remove redundant box wrapper
2021-02-20 The8472limit rustfmt parallelism by taking -j into account
2021-02-20 The8472parallelize x.py test tidy
2021-02-20 Jan-Erik RedigeriOS simulator: pick the target based on the environment...
2021-02-20 borsAuto merge of #82341 - GuillaumeGomez:rollup-t7y7tyg...
2021-02-20 Guillaume GomezRollup merge of #82332 - GuillaumeGomez:no-src-link...
2021-02-20 Guillaume GomezRollup merge of #82316 - ehuss:lto-doc-fix, r=Guillaume...
2021-02-20 Guillaume GomezRollup merge of #82260 - ojeda:rustc-argfile, r=jyn514
2021-02-20 Guillaume GomezRollup merge of #82244 - pickfire:patch-6, r=dtolnay
2021-02-20 Guillaume GomezRollup merge of #82176 - RalfJung:mir-fn-ptr-pretty...
2021-02-20 Guillaume GomezRollup merge of #81991 - osa1:issue81839, r=estebank
2021-02-20 Guillaume GomezRollup merge of #80595 - pthariensflame:patch-1, r...
2021-02-20 borsAuto merge of #70951 - cjgillot:anarchy, r=oli-obk
2021-02-20 Guillaume GomezAdd test for no src links on dummy spans
2021-02-20 Guillaume GomezDon't render [src] link on dummy spans
2021-02-20 Ralf Jungupdate Miri
2021-02-20 r00ster91Make "missing field" error message more natural
2021-02-20 borsAuto merge of #82124 - tmiasko:op-ty-ref, r=oli-obk
2021-02-20 borsAuto merge of #81427 - klensy:eat-digits, r=m-ou-se
2021-02-20 borsAuto merge of #78181 - GuillaumeGomez:sized-trait,...
2021-02-20 Eric HussFix minor mistake in LTO docs.
2021-02-19 Guillaume GomezAdd tests for !Sized trait display
2021-02-19 Guillaume GomezShow negative implementation of Sized trait
2021-02-19 Ricky (deg4uss3r)added aarch64_apple_ios_sim as a rustc target
2021-02-19 Camille GILLOTMove try_print_query_stack to rustc_interface.
2021-02-19 borsAuto merge of #82020 - jyn514:mut-passes, r=camelid...
2021-02-19 Joshua Nelson[intra-doc links] Don't check feature gates of items...
2021-02-19 borsAuto merge of #82281 - Dylan-DPC:rollup-raob2tu, r...
2021-02-19 Dylan DPCRollup merge of #82275 - ehuss:update-cargo, r=ehuss
2021-02-19 Dylan DPCRollup merge of #82274 - andersk:test-unwrap, r=Mark...
2021-02-19 Dylan DPCRollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514
2021-02-19 Dylan DPCRollup merge of #82259 - osa1:issue82156, r=petrochenkov
2021-02-19 Dylan DPCRollup merge of #82245 - estebank:issue-78653, r=matthe...
2021-02-19 Dylan DPCRollup merge of #82238 - petrochenkov:nocratemod, r...
2021-02-19 Dylan DPCRollup merge of #82093 - bjorn3:more_atomic_tests,...
2021-02-19 Dylan DPCRollup merge of #81873 - mark-i-m:unlock, r=m-ou-se
2021-02-19 Dylan DPCRollup merge of #81496 - guswynn:expected_async_block...
2021-02-19 Dylan DPCRollup merge of #79747 - camelid:irrefut-lint-link...
2021-02-19 Miguel Ojedarustdoc: Support argument files
2021-02-19 CamelidAdd explanations and suggestions to `irrefutable_let_pa...
2021-02-18 Eric HussUpdate cargo
2021-02-18 borsAuto merge of #82263 - Dylan-DPC:rollup-cypm2uw, r...
2021-02-18 Ömer Sinan AğacanFix popping singleton paths in when generating E0433
2021-02-18 Dylan DPCRollup merge of #82256 - eddyb:time-passes-stderr,...
2021-02-18 Dylan DPCRollup merge of #82248 - nhwn:optimize-counting-digits...
2021-02-18 Dylan DPCRollup merge of #82246 - jesusprubio:add-long-explanati...
2021-02-18 Dylan DPCRollup merge of #82236 - matthiaskrgr:useless_conv...
2021-02-18 Dylan DPCRollup merge of #82218 - rylev:copy-pdbs, r=Mark-Simulacrum
2021-02-18 Dylan DPCRollup merge of #82215 - TaKO8Ki:replace-if-let-while...
2021-02-18 Dylan DPCRollup merge of #82194 - estebank:arbitrary-bounds...
2021-02-18 Dylan DPCRollup merge of #82112 - BoxyUwU:tumbleweed, r=varkor
2021-02-18 Dylan DPCRollup merge of #82066 - matthewjasper:trait-ref-fix...
2021-02-18 Dylan DPCRollup merge of #81546 - hyd-dev:libtest-run-out-of...
next