about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-02-22Auto merge of #108325 - matthiaskrgr:rollup-73qihie, r=matthiaskrgrbors-46/+40
2023-02-21Auto merge of #108302 - Kobzol:revert-107834, r=albertlarsan68bors-86/+12
2023-02-21Rollup merge of #108313 - chenyukang:yukang/fix-only-modified, r=oli-obkMatthias Krüger-1/+2
2023-02-21replace lazy_static with once_cellklensy-44/+37
2023-02-21Fix compiletest crash when test file path does not existyukang-1/+2
2023-02-21Fix duplicated attributes for first reexportGuillaume Gomez-7/+17
2023-02-21Revert "Copy `bin/*` and `lib/*.dylib` files to `stage0-sysroot`"Jakub Beránek-66/+0
2023-02-21compiletest: bump miow crateklensy-1/+1
2023-02-21Avoid formatting dyn* test as rustftm doesn't understand it yet and just dele...Oli Scherer-0/+3
2023-02-21silence clippyRalf Jung-0/+1
2023-02-21Merge from rustcRalf Jung-992/+2076
2023-02-21Preparing for merge from rustcRalf Jung-1/+1
2023-02-21Revert "port over symlink_file function from Build to Config and create symli...Jakub Beránek-20/+12
2023-02-21Use a lock-free datastructure for `source_span`Oli Scherer-0/+1
2023-02-21Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472bors-31/+66
2023-02-21Auto merge of #107728 - RalfJung:miri-dyn-star, r=RalfJung,oli-obkbors-5/+126
2023-02-21Enable --cfg=parallel_compiler in rustdoc.Mara Bos-1/+5
2023-02-21Allow disabling of auto and blanket trait impls retrieval in rustdoc when in ...Guillaume Gomez-0/+6
2023-02-21Use `ThinVec` in a few more AST types.Nicholas Nethercote-7/+9
2023-02-21Use `ThinVec` in `ast::Block`.Nicholas Nethercote-1/+2
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-22/+44
2023-02-21Upgrade `thin-vec` from 0.2.9 to 0.2.12.Nicholas Nethercote-1/+1
2023-02-20Auto merge of #108286 - matthiaskrgr:rollup-dwy99rf, r=matthiaskrgrbors-5/+13
2023-02-20Rollup merge of #108241 - GuillaumeGomez:fix-reexported-macro-handling, r=not...Matthias Krüger-5/+13
2023-02-20Fix handling of reexported macro in doc hidden itemsGuillaume Gomez-5/+13
2023-02-20Auto merge of #108260 - lnicola:rust-analyzer-2023-02-20, r=lnicolabors-942/+1800
2023-02-20Minimal changes to make miri workRune Tynan-1/+2
2023-02-20Move `NtWriteFile` miri shim to `foreign_items`Chris Denton-69/+68
2023-02-20fix Stacked Borrows interaction with dyn*Ralf Jung-2/+4
2023-02-20basic dyn* support for MiriRalf Jung-5/+124
2023-02-20Rollup merge of #108171 - mattjperez:compiler-artifacts-output, r=jyn514Matthias Krüger-39/+132
2023-02-20Merge from rustcRalf Jung-116/+140
2023-02-20Preparing for merge from rustcRalf Jung-1/+1
2023-02-20Distribute libntdll.a with windows-gnu toolchainsChris Denton-0/+1
2023-02-20:arrow_up: rust-analyzerLaurențiu Nicola-942/+1800
2023-02-19Removed trailing spaces to satisfy lintlionelllohcd-11/+10
2023-02-19Only include stable lints in `rustdoc::all` groupNoah Lev-1/+5
2023-02-19Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiaskobors-2/+2
2023-02-19Improve building compiler artifacts outputMatthew J Perez-39/+132
2023-02-19Rollup merge of #108212 - KittyBorgX:master, r=jyn514Guillaume Gomez-9/+0
2023-02-19Rollup merge of #108188 - jyn514:ra-sysroot, r=albertlarsan68Guillaume Gomez-2/+3
2023-02-19Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with...Guillaume Gomez-2/+3
2023-02-19Rollup merge of #107766 - GuillaumeGomez:fix-json-reexports-of-different-item...Guillaume Gomez-41/+73
2023-02-18[107049] Recognise top level keys in config.toml.examplelionelllohcd-5/+22
2023-02-19Rollup merge of #108146 - notriddle:notriddle/rustdoc-search-reference, r=Gui...Dylan DPC-0/+10
2023-02-19Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomezDylan DPC-17/+19
2023-02-19Download rustfmt regardless of rustc being set in config.tomlKittyBorgX-9/+0
2023-02-18Correctly handle if a link starts with a whitespaceGuillaume Gomez-2/+3
2023-02-18Rename checked_binop_checks_overflow.Camille GILLOT-2/+2
2023-02-18Auto merge of #2784 - bryangarza:future-sizes-tests, r=RalfJungbors-0/+81