about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-03-24correct commentCount Count-1/+1
2021-03-24use io::Error::new_const() everywhereCount Count-6/+6
2021-03-24fixCount Count-1/+1
2021-03-24Reject byte if it cannot start a valid UTF-8 sequence.Count Count-1/+2
2021-03-24fix c&p errorCount Count-1/+1
2021-03-24Export utf8_char_width() publicly in core::std behind the "str_internals" fea...Count Count-12/+4
2021-03-24fix fmtCount Count-2/+2
2021-03-24fix incomplete UTF-8 writes in Windows console stdioCount Count-14/+102
2021-03-24Auto merge of #83432 - Dylan-DPC:rollup-4z5f6al, r=Dylan-DPCbors-295/+522
2021-03-24Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514Dylan DPC-85/+61
2021-03-24Rollup merge of #83405 - r00ster91:deprecated_emoji, r=GuillaumeGomezDylan DPC-4/+13
2021-03-24Rollup merge of #83399 - camelid:rustdoc-priv-link-from-crate, r=jyn514Dylan DPC-3/+18
2021-03-24Rollup merge of #83393 - GuillaumeGomez:codeblock-tooltip-position, r=Nemo157Dylan DPC-5/+24
2021-03-24Rollup merge of #83392 - ehuss:w-help-edition, r=varkorDylan DPC-1/+6
2021-03-24Rollup merge of #83391 - hyd-dev:uwtable, r=alexcrichtonDylan DPC-2/+34
2021-03-24Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisaDylan DPC-189/+272
2021-03-24Rollup merge of #83313 - cjgillot:assert, r=michaelwoeristerDylan DPC-1/+77
2021-03-24Rollup merge of #83051 - GuillaumeGomez:sidebar-trait-items-order, r=CraftSpi...Dylan DPC-6/+18
2021-03-23Auto merge of #82994 - camelid:rename-source-to-span, r=jyn514bors-49/+57
2021-03-23Remove another unnecessary `Option`Camelid-13/+7
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-72/+54
2021-03-23Tweak docsCamelid-1/+3
2021-03-23Fix comment.Camille GILLOT-1/+2
2021-03-23Use &str instead of StringGuillaume Gomez-3/+3
2021-03-23Add test to enforce sidebar trait items orderGuillaume Gomez-2/+14
2021-03-23Fix sidebar trait items sortGuillaume Gomez-3/+3
2021-03-23Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obkbors-176/+178
2021-03-23Slight visual improvements to warning boxes in the docsr00ster91-4/+13
2021-03-23Auto merge of #83260 - durin42:llvm-update, r=nagisabors-1/+25
2021-03-23Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-sebors-11/+76
2021-03-22Don't push the crate name onto the `Cache.stack`Camelid-2/+0
2021-03-23Auto merge of #83398 - JohnTitor:rollup-om80krv, r=JohnTitorbors-129/+329
2021-03-22rustdoc: Record crate name instead of using `None`Camelid-1/+18
2021-03-23Rollup merge of #83389 - njasm:test_rustdoc, r=jyn514Yuki Okushi-0/+3
2021-03-23Rollup merge of #83385 - lnicola:rust-analyzer-2021-03-22, r=jonas-schievinkYuki Okushi-15/+15
2021-03-23Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplettYuki Okushi-21/+21
2021-03-23Rollup merge of #83356 - camelid:rustdoc-option-to-enum, r=GuillaumeGomezYuki Okushi-8/+11
2021-03-23Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157Yuki Okushi-74/+83
2021-03-23Rollup merge of #81917 - rust-lang:relnotes-1.51.0, r=Mark-SimulacrumYuki Okushi-0/+171
2021-03-23Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum...Yuki Okushi-11/+25
2021-03-22only run RemoveZsts at mir-opt-level 3 and aboveErik Desjardins-25/+55
2021-03-22Add GUI test to enforce tooltip positionGuillaume Gomez-4/+23
2021-03-22Fix codeblock tooltip positionGuillaume Gomez-1/+1
2021-03-23Allow not emitting `uwtable` on Androidhyd-dev-2/+34
2021-03-22Err if the debugging options are not passed.Camille GILLOT-1/+68
2021-03-22Change `-W help` to display edition level.Eric Huss-1/+6
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-839/+416
2021-03-22missing newline at eofNelson J Morais-1/+1
2021-03-22add key rustc_private for package metadata for rust-analyzer in librustdocNelson J Morais-0/+3
2021-03-22cleanup: add some comments per review feedbackAugie Fackler-0/+6