about summary refs log tree commit diff
path: root/compiler/rustc_span/src
AgeCommit message (Expand)AuthorLines
2024-05-13Add expr_2021 nonterminal and feature flagEric Holk-0/+2
2024-05-06Auto merge of #124747 - MasterAwesome:master, r=davidtwcobors-0/+1
2024-05-03Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxuMichael Goulet-1/+0
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-1/+0
2024-05-01Rollup merge of #124542 - CBSpeir:diagnostic-item-enumerate-method, r=scottmcmMatthias Krüger-0/+1
2024-04-29Add diagnostic item for std::iter::Iterator::enumerateChristopher B. Speir-0/+1
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-8/+6
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-23/+15
2024-04-25Rollup merge of #124322 - whosehang:master, r=NilstriebMatthias Krüger-1/+1
2024-04-24chore: fix some typos in commentswhosehang-1/+1
2024-04-23Put the RFC behind a feature gate `result_ffi_guarantees`Arvind Mukund-0/+1
2024-04-23Add diagnostic item for std::iter::EnumerateChristopher B. Speir-0/+1
2024-04-23Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnrLeón Orell Valerian Liehr-1/+1
2024-04-23Rollup merge of #123050 - RalfJung:panic_str, r=m-ou-seMatthias Krüger-1/+1
2024-04-23Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obkbors-0/+12
2024-04-21Add an intrinsic that lowers to AggregateKind::RawPtrScott McMurray-0/+1
2024-04-19Stop sorting `Span`s' `SyntaxContext`, as that is incompatible with incrementalOli Scherer-32/+15
2024-04-16Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadri...Guillaume Gomez-0/+1
2024-04-16Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkinGuillaume Gomez-43/+36
2024-04-16Add simple async drop glue generationzetanumbers-0/+12
2024-04-16Rollup merge of #123535 - Jules-Bertholet:mut_dont_reset_binding_mode_2024, r...Matthias Krüger-0/+1
2024-04-15Match ergonomics 2024: Implement eat-one-layerJules Bertholet-0/+1
2024-04-15Rename feature gateJules Bertholet-1/+1
2024-04-15Match ergonomics 2024: `mut` doesn't reset binding modeJules Bertholet-0/+1
2024-04-16Construct `SourceMap` at the same time as `SessionGlobals`.Nicholas Nethercote-43/+36
2024-04-15redundant ::{self}Michael Goulet-1/+1
2024-04-15Parsing , pre-lowering support for precise capturesMichael Goulet-0/+1
2024-04-13Auto merge of #123175 - Nilstrieb:debug-strict-overflow, r=wesleywiserbors-2/+6
2024-04-13Add add/sub methods that only panic with debug assertions to rustcNilstrieb-2/+6
2024-04-12Rollup merge of #123654 - jieyouxu:question-mark-span, r=NadrierilMatthias Krüger-0/+39
2024-04-12Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelixMatthias Krüger-3/+11
2024-04-10typeck: fix `?` operator suggestion span许杰友 Jieyou Xu (Joe)-0/+39
2024-04-09Add a helper for extending a span to include any trailing whitespaceMichael Goulet-6/+9
2024-04-08Add pattern types to parserOli Scherer-0/+3
2024-04-06Put checks that detect UB under their own flag below debug_assertionsBen Kimock-0/+1
2024-04-05Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=NadrierilGuillaume Gomez-0/+1
2024-04-03Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errorsMatthias Krüger-4/+4
2024-04-03rustc_index: Add a `ZERO` constant to index typesVadim Petrochenkov-4/+4
2024-04-03rename `expose_addr` to `expose_provenance`joboet-1/+1
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-1/+1
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-0/+1
2024-04-02Address review commentsJules Bertholet-1/+1
2024-03-30Implement "&<pat> everywhere"Jules Bertholet-0/+1
2024-03-29rustdoc: point at span in `include_str!`-ed md fileMichael Howell-3/+11
2024-03-29Auto merge of #121268 - Urgau:improve_ambi_wide_ptr_cmps, r=Nadrierilbors-0/+7
2024-03-29Add diagnostic items for Ord and PartialOrd methodsUrgau-0/+7
2024-03-29Auto merge of #122450 - Urgau:simplify-trim-paths-feature, r=michaelwoeristerbors-0/+27
2024-03-29Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrierilbors-0/+1
2024-03-29Auto merge of #122975 - DianQK:simplify_ub_check, r=saethlinbors-0/+1
2024-03-29Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstriebbors-0/+18