about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-28Rollup merge of #89283 - camelid:issue-83564-test, r=davidtwcoGuillaume Gomez-0/+26
2021-09-28Rollup merge of #89276 - Urgau:fix-union-impls, r=GuillaumeGomezGuillaume Gomez-0/+17
2021-09-28Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillotGuillaume Gomez-20/+28
2021-09-28Rollup merge of #89235 - yaahc:junit-formatting, r=kennytmGuillaume Gomez-1/+4
2021-09-28Rollup merge of #89233 - FabianWolff:issue-89159, r=estebankGuillaume Gomez-1/+5
2021-09-28Rollup merge of #89212 - Sl1mb0:xpy-toolchain-link, r=jyn514Guillaume Gomez-0/+80
2021-09-28Rollup merge of #87260 - antoyo:libgccjit-codegen, r=Mark-SimulacrumGuillaume Gomez-2/+13239
2021-09-28Use less verbose syntax for error annotationsMichael Howell-4/+4
2021-09-28Auto merge of #7734 - Manishearth:doc-unsafe-trait, r=camsteffenbors-7/+43
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-1001/+2220
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-1001/+2220
2021-09-28Auto merge of #7711 - camsteffen:depinfo-error, r=flip1995bors-1/+3
2021-09-28Auto merge of #7733 - flip1995:rustup, r=flip1995bors-169/+127
2021-09-28Cleanup of rustup changesflip1995-6/+8
2021-09-28Bump nightly version -> 2021-09-28flip1995-2/+2
2021-09-28Update clippy_lints/src/doc.rsManish Goregaokar-2/+2
2021-09-28Pick one possible lifetime in case there are multiple choicesOli Scherer-3/+26
2021-09-28review commentsEsteban Kuber-37/+41
2021-09-28Allow internal lint INVALID_PATHS for itertools pathflip1995-2/+3
2021-09-28Make doc_unsafe lint on unsafe traits as wellManish Goregaokar-7/+43
2021-09-29Suggest similarly named assoc items in trait implsHirochika Matsumoto-18/+216
2021-09-28Auto merge of #89048 - oli-obk:in_tracing_we_trust, r=jackh726bors-323/+252
2021-09-28Merge commit 'cd4810de42c57b64b74dae09c530a4c3a41f87b9' into libgccjit-codegenAntoni Boucher-3/+3
2021-09-28Fix warnings (#98)antoyo-3/+3
2021-09-28Merge commit '9809f5d21990d9e24b3e9876ea7da756fd4e9def' into libgccjit-codegenAntoni Boucher-559/+559
2021-09-28Update to nightly-2021-09-28 (#97)antoyo-13/+63
2021-09-28Rename `std::thread::available_onccurrency` to `std::thread::available_parall...Yoshua Wuyts-16/+16
2021-09-28Rebase resume argument projections during state transformTomasz Miąsko-5/+12
2021-09-28Reapply "Remove optimization_fuel_crate from Session"bjorn3-6/+1
2021-09-28More tracing instrumentationOli Scherer-323/+252
2021-09-28Auto merge of #86191 - kawadakk:release-add-solid-support, r=nagisa,estebank,...bors-0/+4062
2021-09-28Auto merge of #7727 - flip1995:changelog, r=xFrednetbors-15/+69
2021-09-28Fix CHANGELOG formattingflip1995-39/+25
2021-09-28Merge remote-tracking branch 'upstream/master' into rustupflip1995-908/+1979
2021-09-28Auto merge of #89293 - TaKO8Ki:fix-confusing-error-for-path-separator-to-refe...bors-1/+52
2021-09-28rustc_session: Remove lint store from `Session`Vadim Petrochenkov-37/+4
2021-09-28Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomezbors-19/+60
2021-09-28Auto merge of #7608 - andrewpollack:7594/while_let_some_result, r=Manishearthbors-87/+186
2021-09-27fmtManish Goregaokar-7/+8
2021-09-27Add renamed lintManish Goregaokar-0/+1
2021-09-27Use a single if_chainManish Goregaokar-31/+9
2021-09-27Adjusting changelogAndrew Pollack-1/+1
2021-09-27Removed value from changelog to get passAndrew Pollack-1/+1
2021-09-27Adding new lintingAndrew Pollack-142/+261
2021-09-28Add SOLID targetsTomoaki Kawada-0/+4062
2021-09-28Clarify that `CString::from_vec_unchecked` appends 0 byte.et342-0/+2
2021-09-27Fix/count trailing zeroes (#95)antoyo-162/+216
2021-09-28print-type-sizes: skip field printing for primitivesTomasz Miąsko-3/+7
2021-09-28Add unit assignment to MIR for `asm!()`Fabian Wolff-3/+35
2021-09-27Fix/mismatch types (#94)antoyo-74/+132