about summary refs log tree commit diff
path: root/src/librustc_span
AgeCommit message (Expand)AuthorLines
2020-06-26Explain move errors that occur due to method calls involving `self`Aaron Hill-3/+11
2020-06-25Rollup merge of #73418 - doctorn:variants-intrinsic, r=kennytmManish Goregaokar-0/+1
2020-06-24Implement intrinsicNathan Corbyn-0/+1
2020-06-24Add `format_args_capture` featureDavid Hewitt-0/+1
2020-06-23Rollup merge of #73665 - alexcrichton:update-wasm-atomics-feature, r=davidtwcoManish Goregaokar-0/+1
2020-06-23Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandryManish Goregaokar-0/+1
2020-06-23rustc: Modernize wasm checks for atomicsAlex Crichton-0/+1
2020-06-23Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisaManish Goregaokar-0/+2
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-14/+3
2020-06-19code coverage foundation for hash and num_countersRich Kadel-0/+1
2020-06-19Add fuzzy pointer comparison intrinsicsOliver Scherer-0/+2
2020-06-19Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandryRalf Jung-0/+1
2020-06-18Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwcoManish Goregaokar-0/+1
2020-06-15[WIP] injects llvm intrinsic instrprof.increment for coverage reportsRich Kadel-0/+1
2020-06-15Tweak "non-primitive cast" errorEsteban Küber-0/+1
2020-06-15Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakisRalf Jung-3/+14
2020-06-13Add feature gate for precise live drop checkingDylan MacKenzie-0/+1
2020-06-12Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnayDylan DPC-4/+2
2020-06-12Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievinkbors-0/+1
2020-06-12Rollup merge of #73254 - jyn514:local-def-id-comment, r=lcnrDylan DPC-0/+2
2020-06-11Explain move errors that occur due to method calls involving `self`Aaron Hill-3/+14
2020-06-11Add comment about LocalDefId -> DefIdJoshua Nelson-0/+2
2020-06-10Migrate to numeric associated constsLzu Tao-4/+2
2020-06-09[AVR] Add AVR platform supportJake Goulding-0/+1
2020-06-08Show `SyntaxContext` in formatted `Span` debug outputAaron Hill-1/+9
2020-06-06Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrumbors-3/+3
2020-06-04Auto merge of #72618 - Aaron1011:feature/early-sourcemap, r=petrochenkovbors-5/+40
2020-06-02Rename the crates in source codeVadim Petrochenkov-2/+2
2020-06-02Make things build againVadim Petrochenkov-2/+2
2020-05-31Make `SourceMap` available for early debug-printing of `Span`sAaron Hill-5/+40
2020-05-31Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=...bors-14/+88
2020-05-30Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkovRalf Jung-1/+11
2020-05-30add fixme suggested by eddybFelix S Klock II-1/+4
2020-05-29Use the virtual name for libstd files in StableSourceFileId and also in theFelix S. Klock II-1/+23
2020-05-29Split payload of FileName::Real to track both real and virutalized paths.Felix S. Klock II-12/+61
2020-05-29`StableSourceFileId::new_from_pieces` does not need to be public.Felix S. Klock II-1/+1
2020-05-29Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomat...Ralf Jung-0/+1
2020-05-29Improve inline asm error diagnosticsAmanieu d'Antras-1/+11
2020-05-27Implement RFC 2585LeSeulArtichaut-0/+1
2020-05-25librustc_mir: Add support for const fn offset/arith_offsetJoe Richey-0/+2
2020-05-22Remove `macro_defs` mapAaron Hill-3/+19
2020-05-20Implement `#[ffi_const]` and `#[ffi_pure]` function attributesMatthias Schiffer-0/+2
2020-05-18Implement att_syntax optionAmanieu d'Antras-0/+1
2020-05-18Implement asm! in librustc_builtin_macrosAmanieu d'Antras-3/+15
2020-05-18Add RISC-V target featuresAmanieu d'Antras-0/+1
2020-05-16break out earlier on empty snippetcsmoe-8/+17
2020-05-10use min_specialization for some rustc crates where it requires no changesRalf Jung-1/+1
2020-05-08FIXME commentCameron Taggart-1/+1
2020-05-07#[allow(unused)]Cameron Taggart-0/+1
2020-05-07allow wasm target for rustc-ap-rustc_spanCameron Taggart-0/+3