]> git.lizzy.rs Git - rust.git/history - src/librustdoc
Auto merge of #86930 - tspiteri:int_log10, r=kennytm
[rust.git] / src / librustdoc /
2021-07-08 borsAuto merge of #86930 - tspiteri:int_log10, r=kennytm
2021-07-08 borsAuto merge of #86982 - GuillaumeGomez:rollup-7sbye3c...
2021-07-08 Guillaume GomezRollup merge of #86971 - ijackson:mailmap, r=Mark-Simul...
2021-07-08 Guillaume GomezRollup merge of #86957 - jhpratt:update-mailmap, r...
2021-07-08 Guillaume GomezRollup merge of #86913 - Stupremee:document-rustdoc...
2021-07-08 Guillaume GomezRollup merge of #86903 - GuillaumeGomez:small-header...
2021-07-08 Guillaume GomezRollup merge of #86838 - lambinoo:I-69630-rust_const_un...
2021-07-08 Guillaume GomezRollup merge of #86789 - janikrabe:btreeset-drainfilter...
2021-07-08 Guillaume GomezRollup merge of #86726 - sexxi-goose:use-diagnostic...
2021-07-08 Guillaume GomezRollup merge of #84961 - GuillaumeGomez:rework-session...
2021-07-08 Guillaume GomezFix display of small-section-header elements
2021-07-08 borsAuto merge of #86520 - ssomers:btree_iterators_checked_...
2021-07-08 Guillaume GomezRework SESSION_GLOBALS API to prevent overwriting it
2021-07-08 borsAuto merge of #85363 - EFanZh:gdb-pretty-print-slices...
2021-07-08 borsAuto merge of #86823 - the8472:opt-chunk-tra, r=kennytm
2021-07-08 borsAuto merge of #86949 - RalfJung:miri, r=RalfJung
2021-07-08 borsAuto merge of #86966 - JohnTitor:rollup-uiqj2vc, r...
2021-07-08 Yuki OkushiRollup merge of #86956 - cuviper:unalias-every, r=m...
2021-07-08 Yuki OkushiRollup merge of #86955 - Swordelf2:patch-1, r=cuviper
2021-07-08 Yuki OkushiRollup merge of #86933 - GuillaumeGomez:cleanup-rustdoc...
2021-07-08 Yuki OkushiRollup merge of #86917 - notriddle:notriddle/from-try...
2021-07-08 Yuki OkushiRollup merge of #86812 - FabianWolff:recover-dyn-mut...
2021-07-08 Yuki OkushiRollup merge of #86639 - eholk:lint-tool, r=petrochenkov
2021-07-07 borsAuto merge of #86105 - bjorn3:link_info_refactor, r...
2021-07-07 Guillaume GomezClean up rustdoc static files
2021-07-07 bjorn3Merge commit '3a31c6d8272c14388a34622193baf553636fe470...
2021-07-07 borsAuto merge of #86920 - JohnTitor:rollup-buvzpkr, r...
2021-07-07 Yuki OkushiRollup merge of #86919 - ehuss:update-books, r=ehuss
2021-07-07 Yuki OkushiRollup merge of #86916 - godmar:@godmar/thread-yield...
2021-07-07 Yuki OkushiRollup merge of #86907 - pietroalbini:ci-cpu-stats...
2021-07-07 Yuki OkushiRollup merge of #86906 - juniorbassani:update-sync...
2021-07-07 Yuki OkushiRollup merge of #86880 - m-ou-se:test-manuallydrop...
2021-07-07 Yuki OkushiRollup merge of #86819 - GuillaumeGomez:cleanup-rustdoc...
2021-07-07 Yuki OkushiRollup merge of #80918 - yoshuawuyts:int-log2, r=m...
2021-07-07 borsAuto merge of #86901 - sexxi-goose:query_remove, r...
2021-07-06 borsAuto merge of #86636 - wesleywiser:misc_enum_improvemen...
2021-07-06 borsAuto merge of #86572 - rylev:force-warnings-always...
2021-07-06 borsAuto merge of #86231 - nagisa:nagisa/abi-allowlist...
2021-07-06 borsAuto merge of #86694 - cjgillot:pmmd, r=petrochenkov
2021-07-06 borsAuto merge of #86644 - Stupremee:replace-fakedefids...
2021-07-06 borsAuto merge of #82985 - cjgillot:lint, r=jackh726
2021-07-05 borsAuto merge of #86877 - bjorn3:remove_lib_source, r...
2021-07-05 borsAuto merge of #86891 - JohnTitor:rollup-gy2gan9, r...
2021-07-05 Justus Krustdoc: Use `impl_id` and `for_` DefId's for Blanket...
2021-07-05 Justus Krustdoc: Add `PrimitiveType` to `ItemId::Primitive`
2021-07-05 Justus Krustdoc: Convert new ItemId's to real Json Ids
2021-07-05 Justus KRevert "rustdoc: Store DefId's in ItemId on heap for...
2021-07-05 Justus Krustdoc: Store DefId's in ItemId on heap for decreasing...
2021-07-05 Justus Krustdoc: Rename `expect_real` to `expect_def_id`, remov...
2021-07-05 Justus Krustdoc: Replace `FakeDefId` with new `ItemId` type
2021-07-05 Yuki OkushiRollup merge of #86886 - jyn514:no-clean-symbol, r...
2021-07-05 Yuki OkushiRollup merge of #86852 - Amanieu:remove_doc_aliases...
2021-07-05 Yuki OkushiRollup merge of #86794 - inquisitivecrystal:seek-rewind...
2021-07-05 Yuki OkushiRollup merge of #86685 - RalfJung:alloc-mut, r=oli-obk
2021-07-05 Yuki OkushiRollup merge of #83581 - arennow:dir_entry_ext_unix_bor...
2021-07-05 borsAuto merge of #86674 - Aaron1011:new-querify-limits...
2021-07-05 Joshua NelsonRemove `impl Clean for {Ident, Symbol}`
2021-07-05 borsAuto merge of #84560 - cjgillot:inline-iter, r=m-ou-se
2021-07-05 borsAuto merge of #86861 - RalfJung:miri, r=RalfJung
2021-07-05 borsAuto merge of #86663 - fee1-dead:use-rustdoc-css, r...
2021-07-05 borsAuto merge of #86282 - camelid:macro_rules-matchers...
2021-07-04 Yuki OkushiRollup merge of #86864 - GuillaumeGomez:example-write...
2021-07-04 Yuki OkushiRollup merge of #86862 - tmiasko:re-export-SwitchIntEdg...
2021-07-04 Yuki OkushiRollup merge of #86858 - JohnTitor:stabilize-string...
2021-07-04 Yuki OkushiRollup merge of #86856 - jyn514:x.py-less-verbose,...
2021-07-04 Yuki OkushiRollup merge of #86623 - GuillaumeGomez:prevent-explana...
2021-07-04 Yuki OkushiRollup merge of #86477 - tlyu:e0716-clarification,...
2021-07-04 borsAuto merge of #86598 - yoshuawuyts:poll-method-docs...
2021-07-04 borsAuto merge of #86866 - nikomatsakis:issue-84841, r...
2021-07-04 borsAuto merge of #86048 - nbdd0121:no_floating_point,...
2021-07-04 borsAuto merge of #86213 - jhpratt:stabilize-const-from_utf...
2021-07-04 borsAuto merge of #86255 - Smittyvb:mir-alloc-oom, r=RalfJu...
2021-07-04 borsAuto merge of #86849 - jyn514:rustdoc-group, r=Manishearth
2021-07-04 borsAuto merge of #85270 - ChrisDenton:win-env-case, r...
2021-07-03 borsAuto merge of #85090 - Aaron1011:type-outlives-global...
2021-07-03 Noah LevPretty-print macro matchers instead of using source...
2021-07-03 Guillaume GomezClean up rustdoc IDs
2021-07-03 Joshua NelsonWarn when `rustdoc::` group is omitted from lint names
2021-07-03 borsAuto merge of #86778 - tmiasko:fast-multiline, r=davidtwco
2021-07-03 borsAuto merge of #86810 - ojeda:alloc-gate, r=dtolnay
2021-07-03 borsAuto merge of #86799 - tlyu:stdio-locked, r=joshtriplett
2021-07-03 borsAuto merge of #86571 - fee1-dead:const-trait-impl-fix...
2021-07-03 borsAuto merge of #79965 - ijackson:moreerrnos, r=joshtriplett
2021-07-02 Yuki OkushiRollup merge of #86807 - tversteeg:patch-1, r=bjorn3
2021-07-02 Yuki OkushiRollup merge of #86803 - xfix:remove-unnecessary-ampers...
2021-07-02 Yuki OkushiRollup merge of #86796 - JohnTitor:test-70703, r=jonas...
2021-07-02 Yuki OkushiRollup merge of #86308 - bstrie:intrinsafe, r=JohnTitor
2021-07-02 Yuki OkushiRollup merge of #85001 - CDirkx:bytestring, r=JohnTitor
2021-07-02 Yuki OkushiRollup merge of #84029 - drahnr:master, r=petrochenkov
2021-07-02 borsAuto merge of #85269 - dpaoliello:dpaoliello/DebugSymbo...
2021-07-02 borsAuto merge of #86805 - hyd-dev:miri, r=RalfJung
2021-07-02 borsAuto merge of #86806 - GuillaumeGomez:rollup-pr5r37w...
2021-07-02 Guillaume GomezRollup merge of #86797 - inquisitivecrystal:bound-clone...
2021-07-02 Guillaume GomezRollup merge of #86776 - tmiasko:v0-skip-layout-query...
2021-07-02 Guillaume GomezRollup merge of #86737 - jyn514:doc-tools, r=Mark-Simul...
2021-07-02 Guillaume GomezRollup merge of #86714 - iwahbe:add-linked-list-cursor...
2021-07-02 Guillaume GomezRollup merge of #85749 - GuillaumeGomez:revert-smart...
2021-07-02 borsAuto merge of #85746 - m-ou-se:io-error-other, r=joshtr...
2021-07-02 borsAuto merge of #80182 - in42:stack_trace, r=tmandry
2021-07-02 borsAuto merge of #86782 - flip1995:clippyup, r=Manishearth
next