about summary refs log tree commit diff
path: root/compiler/rustc_span/src
AgeCommit message (Expand)AuthorLines
2024-09-11rescope temp lifetime in let-chain into IfElseDing Xiang Fei-0/+1
2024-09-10Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkovbors-0/+1
2024-09-09Rollup merge of #130146 - folkertdev:bootstrap-naked-asm, r=AmanieuJubilee-0/+1
2024-09-09Allow `missing_docs` lint on the generated test harnessUrgau-0/+1
2024-09-09Remove needless returns detected by clippy in the compilerEduardo Sánchez Muñoz-1/+1
2024-09-09bootstrap `naked_asm!` for `compiler-builtins`Folkert de Vries-0/+1
2024-09-07Rollup merge of #129899 - veera-sivarajan:fix-97793-pr-final, r=chenyukangMichael Goulet-1/+41
2024-09-06Add Suggestions for Misspelled KeywordsVeera-1/+41
2024-09-05Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillotMatthias Krüger-0/+1
2024-09-05Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat...Matthias Krüger-0/+1
2024-09-03Add an internal lint that warns when accessing untracked dataNadrieril-0/+1
2024-09-03Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgaubors-2/+3
2024-09-03Add `warn(unreachable_pub)` to `rustc_span`.Nicholas Nethercote-2/+3
2024-09-02Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-deadMatthias Krüger-3/+3
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-3/+3
2024-09-01Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"Jakub Beránek-1/+0
2024-08-29Rollup merge of #123940 - kornelski:remove-derived-debug, r=UrgauGuillaume Gomez-0/+5
2024-08-28Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat...Jubilee-1/+0
2024-08-28Rollup merge of #129343 - estebank:time-version, r=jieyouxuJubilee-0/+1
2024-08-28Rollup merge of #128192 - mrkajetanp:feature-detect, r=AmanieuJubilee-0/+1
2024-08-28Emit specific message for `time<0.3.35` inference failureEsteban Küber-0/+1
2024-08-28fmt-debug optionKornel-0/+5
2024-08-28Implement RFC 3525.Luca Versari-0/+1
2024-08-27Arbitrary self types v2: pointers feature gate.Adrian Taylor-0/+1
2024-08-27compiler: Remove feature(new_uninit)Jubilee Young-1/+0
2024-08-27rustc_target: Add various aarch64 featuresKajetan Puchalski-0/+1
2024-08-25Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fiel...Matthias Krüger-0/+1
2024-08-25Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgrbors-0/+1
2024-08-24Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillotTrevor Gross-0/+1
2024-08-24Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillotMatthias Krüger-0/+1
2024-08-24New `#[rustc_pub_transparent]` attributePavel Grigorenko-0/+1
2024-08-21Rollup merge of #127279 - bvanjoi:fix-112680, r=petrochenkovMatthias Krüger-0/+8
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-0/+1
2024-08-13`#[deprecated_safe_2024]`: Also use the `// TODO:` hint in the compiler errorTobias Bucher-1/+1
2024-08-13Allow to customize `// TODO:` comment for deprecated safe autofixTobias Bucher-0/+1
2024-08-11Ask the user to use `feature(rustc_private)` when linking to `rustc_driver`John Kåre Alsaker-0/+1
2024-08-07Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieuMatthias Krüger-0/+1
2024-08-06Add a special case for CStr/CString in the improper_ctypes lintFlying-Toast-0/+1
2024-08-06Skip locking span interner for some syntax context checksAlex Macleod-9/+11
2024-08-05custom MIR: add support for tail callsRalf Jung-0/+1
2024-08-02Add the `sha512`, `sm3` and `sm4` target featuressayantn-0/+1
2024-07-31PinCoerceUnsized trait into coreXiangfei Ding-0/+1
2024-07-30Auto merge of #128250 - Amanieu:select_unpredictable, r=nikicbors-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-45/+47
2024-07-28Force LLVM to use CMOV for binary searchAmanieu d'Antras-0/+1
2024-07-26Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkovbors-0/+1
2024-07-26Rollup merge of #128170 - saethlin:clone-fn, r=compiler-errorsTrevor Gross-0/+1
2024-07-25Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errorsbors-4/+5
2024-07-25Make Clone::clone a lang itemBen Kimock-0/+1
2024-07-25Support ?Trait bounds in supertraits and dyn Trait under a feature gateBryanskiy-0/+1