about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-06-22Teach rustc to accept lowercase error codesAris Merchant-2/+6
2021-06-21Auto merge of #86515 - JohnTitor:rollup-axzb4xh, r=JohnTitorbors-134/+432
2021-06-22Rollup merge of #86503 - ehuss:rustc.css-fonts, r=jyn514,GuillaumeGomezYuki Okushi-10/+33
2021-06-22Rollup merge of #86495 - r00ster91:patch-11, r=petrochenkovYuki Okushi-6/+9
2021-06-22Rollup merge of #86473 - fee1-dead:rustdoc-const-unstable, r=jyn514Yuki Okushi-51/+112
2021-06-22Rollup merge of #86472 - Mark-Simulacrum:fix-ci-beta, r=pietroalbiniYuki Okushi-6/+10
2021-06-22Rollup merge of #86424 - calebcartwright:rustfmt-mod-resolution, r=Mark-Simul...Yuki Okushi-1/+46
2021-06-22Rollup merge of #86349 - yerke:add-test-for-issue-78632, r=Mark-SimulacrumYuki Okushi-0/+59
2021-06-22Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3Yuki Okushi-48/+48
2021-06-22Rollup merge of #86248 - JohnTitor:issue-85113, r=Mark-SimulacrumYuki Okushi-0/+70
2021-06-22Rollup merge of #86192 - hi-rustin:rustin-patch-lint, r=nikomatsakisYuki Okushi-12/+45
2021-06-21Readd `unsafe` keyword in testsDeadbeef-6/+6
2021-06-21Update comment regarding staged_apiDeadbeef-1/+1
2021-06-21Auto merge of #86210 - ehuss:rustfix-update, r=Mark-Simulacrumbors-13/+38
2021-06-21Removed/Updated some cases and simplified `match`Deadbeef-29/+4
2021-06-21Added some tests for `unsafe` in const-dispay.rsDeadbeef-6/+47
2021-06-21Check for const_unstable before printing `const`Deadbeef-44/+65
2021-06-21Auto merge of #86157 - jsha:tera, r=jyn514,GuillaumeGomezbors-176/+252
2021-06-21Delete spacesAlexander Melentyev-48/+48
2021-06-21Auto merge of #85775 - adamrk:warn-unused-target-fields, r=nagisabors-91/+235
2021-06-20Use Tera templates for rustdoc.Jacob Hoffman-Andrews-176/+252
2021-06-21Auto merge of #86166 - tmiasko:no-alloca-for-zsts, r=nagisabors-95/+76
2021-06-21Auto merge of #86502 - JohnTitor:rollup-wge0f3x, r=JohnTitorbors-107/+291
2021-06-20Fix rust.css fonts.Eric Huss-10/+33
2021-06-21Rollup merge of #86491 - petrochenkov:derefact, r=Aaron1011Yuki Okushi-62/+37
2021-06-21Rollup merge of #86484 - fee1-dead:builtin-macro-recursion, r=petrochenkovYuki Okushi-1/+31
2021-06-21Rollup merge of #86452 - the8472:fix-zip-drop-safety, r=m-ou-seYuki Okushi-1/+29
2021-06-21Rollup merge of #86427 - hi-rustin:rustin-patch-release-note, r=Mark-SimulacrumYuki Okushi-0/+2
2021-06-21Rollup merge of #86156 - ehuss:linkchecker-fixes, r=Mark-SimulacrumYuki Okushi-8/+70
2021-06-21Rollup merge of #86152 - the8472:lazify-npm-queries, r=Mark-SimulacrumYuki Okushi-8/+28
2021-06-21Rollup merge of #85637 - RalfJung:partial-ord, r=m-ou-seYuki Okushi-25/+64
2021-06-21Rollup merge of #83739 - JohnTitor:issue-75889, r=estebankYuki Okushi-2/+30
2021-06-20tidy: Check that cargo and compiletest share the same rustfix.Eric Huss-0/+20
2021-06-20compiletest: display the error if rustfix failsEric Huss-2/+5
2021-06-20Update rustfix for compiletest.Eric Huss-11/+13
2021-06-20Auto merge of #85980 - ssomers:btree_cleanup_LeafRange, r=Mark-Simulacrumbors-93/+291
2021-06-20Fix CI to fetch master on beta channelMark Rousskov-6/+10
2021-06-20Improve documentationr00ster91-6/+9
2021-06-20Auto merge of #85538 - r00ster91:iterrepeat, r=Mark-Simulacrumbors-4/+2
2021-06-21Do not set depth to 0 in fully_expand_fragmentDeadbeef-1/+31
2021-06-20Auto merge of #84967 - CDirkx:os_str_ext, r=m-ou-sebors-78/+92
2021-06-20cfg_eval: Replace multiple `unwrap`s with a single `unwrap`Vadim Petrochenkov-24/+24
2021-06-20expand: Move some more derive logic to `rustc_builtin_macros`Vadim Petrochenkov-38/+13
2021-06-20Auto merge of #86250 - RalfJung:intrinsic_operation_unsafety, r=oli-obkbors-1/+1
2021-06-20Auto merge of #86486 - RalfJung:miri, r=RalfJungbors-8/+10
2021-06-20update MiriRalf Jung-8/+10
2021-06-20disable test on platforms that don't support unwindingThe8472-2/+4
2021-06-20Add comment to `std::os::unix::ffi::os_str` explaining that the module is reu...Christiaan Dirkx-0/+3
2021-06-20Make `os_str_bytes::{Buf, Slice}` `pub` and `repr(transparent)`Christiaan Dirkx-8/+4
2021-06-20Move `OsStringExt` and `OsStrExt` to `std::os`Christiaan Dirkx-70/+85