about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-10-07Rollup merge of #88772 - orlp:result-map-or-else-docfix, r=yaahcJubilee-3/+2
2021-10-07Rollup merge of #88137 - joshtriplett:osx-strip-symbols-no-option, r=michaelw...Jubilee-12/+10
2021-10-07Rollup merge of #87918 - mikebenfield:pr-afdo, r=nikicJubilee-9/+120
2021-10-08Auto merge of #89646 - camelid:miri-up, r=RalfJungbors-7/+11
2021-10-07Auto merge of #89638 - rust-lang:revert-88548-intersperse, r=Mark-Simulacrumbors-12/+20
2021-10-07bootstrap: add error messages re shallow historyTaylor Yu-0/+12
2021-10-07bootstrap: don't use `--merges` to find commitsTaylor Yu-3/+3
2021-10-07revert stabilization of `core::task::ready!`Ibraheem Ahmed-2/+5
2021-10-07Optimize File::read_to_end and read_to_stringJohn Kugelman-46/+146
2021-10-07Update MiriNoah Lev-7/+11
2021-10-07Fix inherent impl overlap check.Camille GILLOT-45/+65
2021-10-07some clippy::perf fixesMatthias Krüger-3/+3
2021-10-07Auto merge of #89617 - flip1995:clippyup, r=Manishearthbors-2940/+4259
2021-10-07add `Poll::ready`Ibraheem Ahmed-0/+92
2021-10-07make #[target_feature] work with `asm` register classesasquared31415-112/+213
2021-10-07lol i forgot the syntax for my own crate's macrosEliza Weisman-2/+2
2021-10-07comma-related changesEliza Weisman-2/+2
2021-10-07Turn tcx.vtable_allocation() into a query.Michael Woerister-69/+98
2021-10-07use structured fields in some existing warningsEliza Weisman-6/+5
2021-10-07make them structured while i'm hereEliza Weisman-2/+2
2021-10-07demote `rustc_peek` traces look not user-facingEliza Weisman-2/+2
2021-10-07Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-12/+20
2021-10-07Auto merge of #89629 - GuillaumeGomez:rollup-s4r8me6, r=GuillaumeGomezbors-193/+730
2021-10-07Update compiler/rustc_driver/src/lib.rsEliza Weisman-1/+1
2021-10-07rustc_driver: Enable the `WARN` log level by defaultEliza Weisman-8/+11
2021-10-07Remove unused clippy bootstrap env varsCameron Steffen-8/+1
2021-10-07Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavorHans Kratz-13/+189
2021-10-07Rollup merge of #89615 - willcrichton:fix-get-body-with-borrowck-facts, r=oli...Guillaume Gomez-1/+1
2021-10-07Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514Guillaume Gomez-10/+247
2021-10-07Rollup merge of #89585 - nbdd0121:issue-89574, r=estebankGuillaume Gomez-31/+64
2021-10-07Rollup merge of #89559 - krasimirgg:llvm-14-fatal_error_handler_t, r=nagisaGuillaume Gomez-0/+4
2021-10-07Rollup merge of #89477 - Nicholas-Baron:compute_diff_rs, r=Mark-SimulacrumGuillaume Gomez-142/+170
2021-10-07Rollup merge of #89461 - crlf0710:dyn_upcasting_lint, r=nikomatsakisGuillaume Gomez-1/+168
2021-10-07Rollup merge of #89298 - gcohara:issue89193, r=workingjubileeGuillaume Gomez-8/+76
2021-10-07Auto merge of #89534 - camsteffen:diag-name, r=oli-obkbors-146/+142
2021-10-07Add tests for panic and [debug_]assert in Rust 2021.Mara Bos-0/+125
2021-10-07Use correct edition for panic in [debug_]assert!() etc.Mara Bos-4/+23
2021-10-07Auto merge of #86525 - shamatar:array_len_opt, r=oli-obkbors-9/+979
2021-10-07Remove untracked vtable-const-allocation cache from tcxMichael Woerister-15/+29
2021-10-07Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyupflip1995-2940/+4259
2021-10-07Auto merge of #7783 - flip1995:rustup, r=flip1995bors-254/+256
2021-10-07Bump nightly version -> 2021-10-07flip1995-1/+1
2021-10-07Allow invalid-paths for regex pathsflip1995-0/+6
2021-10-07Merge remote-tracking branch 'upstream/master' into rustupflip1995-2957/+4280
2021-10-07Auto merge of #89495 - Mark-Simulacrum:add-inlines, r=michaelwoeristerbors-0/+2
2021-10-07Auto merge of #7780 - mikerite:update_lints_mod_revert, r=llogiqbors-17/+10
2021-10-07Revert `update_lints` module list generating codeMichael Wright-17/+10
2021-10-07Auto merge of #89454 - erikdesjardins:perfattrcheck, r=nikomatsakisbors-38/+4
2021-10-06Query the fingerprint style during key reconstructionMark Rousskov-48/+74
2021-10-06Add InferCtxt::with_opaque_type_inference to get_body_with_borrowck_factsWill Crichton-1/+1