about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-14Auto merge of #14337 - Veykril:vscode-status, r=lnicolabors-2/+6
2023-03-14Auto merge of #14334 - swarnimarun:is-float-char, r=lnicolabors-0/+8
2023-03-14Auto merge of #14342 - davidbarsky:davidbarsky/add-workspace-source-to-status...bors-1/+18
2023-03-14Auto merge of #109057 - compiler-errors:rpitit-info-again, r=spastorinobors-23/+31
2023-03-14Auto merge of #14345 - lnicola:sync-from-rust, r=lnicolabors-2/+2
2023-03-14Merge branch 'master' into sync-from-rustLaurențiu Nicola-2/+10
2023-03-14fix: use compute_type_match correctly and update tests accordinglyfeniljain-16/+27
2023-03-13rustdoc: fix comments in testMichael Howell-4/+4
2023-03-14Auto merge of #108992 - petrochenkov:qcstore2, r=cjgillotbors-250/+169
2023-03-14Create dir for build_tripleMu001999-0/+1
2023-03-14update lint configuration doc for [`ifs_same_cond`]J-ZhengLi-0/+1
2023-03-14Auto merge of #109097 - matthiaskrgr:rollup-6ydc4ri, r=matthiaskrgrbors-141/+451
2023-03-13Don't ICE for late-bound consts across AnonConstBoundaryMichael Goulet-7/+37
2023-03-13Layout of `&dyn Trait<[type error]>` is still wideMichael Goulet-2/+32
2023-03-13Rollup merge of #109088 - Nilstrieb:target-feature-on-statics-when, r=compile...Matthias Krüger-36/+139
2023-03-13Rollup merge of #109083 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-03-13Rollup merge of #109081 - krasimirgg:llvm-17-simd-wide-sum, r=nikicMatthias Krüger-1/+1
2023-03-13Rollup merge of #109058 - tmiasko:is-checkable, r=jackh726Matthias Krüger-0/+3
2023-03-13Rollup merge of #109055 - ozkanonur:detect_src_and_out, r=albertlarsan68Matthias Krüger-2/+33
2023-03-13Rollup merge of #108830 - compiler-errors:new-solver-fast-reject-faster, r=lcnrMatthias Krüger-83/+250
2023-03-13Rollup merge of #108607 - psumbera:solaris-no-flock-bootstrap, r=albertlarsan68Matthias Krüger-8/+15
2023-03-13Rollup merge of #108507 - hermitcore:new, r=m-ou-seMatthias Krüger-4/+3
2023-03-13Rollup merge of #108419 - tgross35:atomic-as-ptr, r=m-ou-seMatthias Krüger-7/+7
2023-03-13Auto merge of #109094 - Nilstrieb:no-thin-lto-on-windows, r=jyn514bors-2/+1
2023-03-13Revert "enable ThinLTO for rustc on x86_64-pc-windows-msvc dist builds"Nilstrieb-2/+1
2023-03-13rename "addProject" commandDavid Barsky-1/+1
2023-03-13Gracefully handle `#[target_feature]` on staticsNilstrieb-36/+139
2023-03-13Add path of workspace root folders to status outputDavid Barsky-1/+18
2023-03-13Bless debuginfo test.Camille GILLOT-1/+0
2023-03-13Generalize operation.Camille GILLOT-123/+127
2023-03-13Rename method.Camille GILLOT-7/+7
2023-03-13Replace ZST operands and debuginfo by constants.Camille GILLOT-106/+219
2023-03-13Fix false positive with `a = a`blyxyas-0/+17
2023-03-13fmtDavid Barsky-1/+1
2023-03-13Remove `rust-analyzer/addProject` in favor of notifying r-a that configuratio...David Barsky-65/+8
2023-03-13Add a workspace config-based approach to reloading discovered projects.David Barsky-23/+54
2023-03-13move `rust-analyzer.discoverProjectCommand` above `$generated-start` to avoid...David Barsky-11/+11
2023-03-13Update crates/rust-analyzer/src/handlers.rsDavid Barsky-2/+2
2023-03-13fix typo in package.json.David Barsky-2/+2
2023-03-13remove errant `--` in `executeDiscoverProject`David Barsky-1/+1
2023-03-13fmtDavid Barsky-37/+58
2023-03-13This commit add Cargo-style project discovery for Buck and Bazel users.David Barsky-25/+258
2023-03-13Don't opt_rpitit_info as a separate queryMichael Goulet-23/+31
2023-03-13Update booksrustbot-0/+0
2023-03-13Auto merge of #109069 - lnicola:rust-analyzer-2023-03-13, r=lnicolabors-3055/+12635
2023-03-13Auto merge of #109069 - lnicola:rust-analyzer-2023-03-13, r=lnicolabors-3055/+12635
2023-03-13Don't use fd-lock on Solaris in bootstrapPetr Sumbera-8/+15
2023-03-13Better names?Michael Goulet-49/+55
2023-03-13Add a test that used to take forever to compileMichael Goulet-0/+43
2023-03-13Treat projections with infer as placeholder during fast reject in new solverMichael Goulet-68/+186