about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-11Fix typo in cfgLaurențiu Nicola-1/+1
2023-12-11Merge commit '457b966b171b09a7e57acb710fbca29a4b3526f0' into sync-from-raLaurențiu Nicola-6213/+9743
2023-12-11Auto merge of #118494 - nnethercote:default_configuration-fill_well_known, r=...bors-166/+187
2023-12-11Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrumbors-5/+19
2023-12-11Auto merge of #118810 - Kobzol:revert-mcp-510-bootstrap, r=nnethercotebors-11/+3
2023-12-11Auto merge of #114571 - nnethercote:improve-print_tts, r=petrochenkovbors-525/+816
2023-12-11Rearrange `default_configuration` and `CheckCfg::fill_well_known`.Nicholas Nethercote-166/+187
2023-12-11Add a few cases with wonky formatting to `stringify.rs` test.Nicholas Nethercote-0/+4
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-231/+307
2023-12-10Auto merge of #16039 - WaffleLapkin:don't-emit-missing-assoc-items-diagnostic...bors-1/+16
2023-12-10Revert "Use MCP510"Jakub Beránek-11/+3
2023-12-10fix: Don't emit "missing items" diagnostic for negative implsMaybe Waffle-1/+16
2023-12-11Improve `print_tts` by changing `tokenstream::Spacing`.Nicholas Nethercote-356/+567
2023-12-10Auto merge of #118368 - GuillaumeGomez:env-flag, r=Nilstriebbors-3/+107
2023-12-10Auto merge of #118703 - Kobzol:bootstrap-config-unused, r=onur-ozkanbors-171/+303
2023-12-10Add ChangeInfo recordJakub Beránek-1/+6
2023-12-10Remove unused run_dsymutil and gpg_password_file config valuesJakub Beránek-4/+0
2023-12-10Destructure TOML configsJakub Beránek-168/+299
2023-12-10Auto merge of #118791 - saethlin:use-immediate-type, r=nikicbors-1/+16
2023-12-10Auto merge of #116952 - compiler-errors:lifetime_capture_rules_2024, r=TaKO8Kibors-8/+125
2023-12-10Auto merge of #116278 - Kobzol:bootstrap-lld-mode, r=albertlarsan68,petrochenkovbors-109/+226
2023-12-10Auto merge of #16078 - Veykril:fix-view-ir, r=Veykrilbors-8/+10
2023-12-10fix: Fix view mir, hir and eval function not working when cursor is inside ma...Lukas Wirth-8/+10
2023-12-10Add (unstable) documentation for `--env` command line optionGuillaume Gomez-0/+26
2023-12-10Add feature gate test for `--env` flagGuillaume Gomez-0/+5
2023-12-10Add ui tests for `--env` optionGuillaume Gomez-0/+21
2023-12-10Implement `--env` compiler flagGuillaume Gomez-3/+55
2023-12-10Review fixesJakub Beránek-21/+21
2023-12-10Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkovbors-510/+140
2023-12-10Produce an explicit error when using a self-contained lld, but we don't add i...Jakub Beránek-0/+10
2023-12-10Add change tracker entryJakub Beránek-0/+5
2023-12-10Do not invoke external lld to figure out thread flags in self-contained modeJakub Beránek-8/+23
2023-12-10Update `config.example.toml`Jakub Beránek-3/+5
2023-12-10Use MCP510Jakub Beránek-2/+11
2023-12-10Introduce `LldMode` and generalize parsing of `use-lld`Jakub Beránek-12/+99
2023-12-10Refactor rust(do)c linker flagsJakub Beránek-65/+51
2023-12-10Add `is_msvc` functionJakub Beránek-23/+26
2023-12-10Auto merge of #118792 - naglis:fix-mutex-doc-typo, r=workingjubileebors-1/+1
2023-12-10Auto merge of #118788 - compiler-errors:const-pretty, r=fee1-deadbors-58/+66
2023-12-10Auto merge of #116949 - hamza1311:stablize-arc_unwrap_or_clone, r=dtolnaybors-4/+2
2023-12-10Auto merge of #118550 - cjgillot:filecheck-const-prop, r=Mark-Simulacrumbors-253/+290
2023-12-10remove redundant importssurechen-510/+140
2023-12-10Auto merge of #118787 - GuillaumeGomez:rollup-fj5wr3q, r=GuillaumeGomezbors-25/+152
2023-12-10Fix typo in `std::sync::Mutex` examplenaglis-1/+1
2023-12-09Auto merge of #118069 - onur-ozkan:bypass_bootstrap_lock, r=Mark-Simulacrumbors-68/+128
2023-12-09Use immediate_backend_type when reading from a const allocBen Kimock-1/+16
2023-12-09Auto merge of #16073 - HKalbasi:rustc-tests-fixup, r=HKalbasibors-8/+21
2023-12-09Replace `doc_comments_and_attrs` with `collect_attrs`hkalbasi-8/+21
2023-12-09Auto merge of #118308 - Nadrieril:sound-exhaustive-patterns-take-3, r=compile...bors-865/+2823
2023-12-09Print constness in TraitPredPrintModifiersAndPathMichael Goulet-8/+11