summary refs log tree commit diff
path: root/src/librustc_span
AgeCommit message (Expand)AuthorLines
2020-07-11Correctly sort const_fn_transmuteManish Goregaokar-1/+1
2020-07-11Stabilize `transmute` in constants and statics but not const fnOliver Scherer-0/+1
2020-07-09Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakisManish Goregaokar-19/+23
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-19/+23
2020-07-05Rollup merge of #74000 - lcnr:lazy_normalisation_consts, r=varkorManish Goregaokar-0/+1
2020-07-04Match on `Symbol` instead of `&str` for type-checking intrinsics.Oliver Scherer-0/+79
2020-07-04add `lazy_normalization_consts` feature gateBastian Kauschke-0/+1
2020-07-03Rollup merge of #73881 - pierwill:pierwill-citations, r=jonas-schievinkManish Goregaokar-5/+4
2020-07-03Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkorManish Goregaokar-0/+1
2020-07-02Standardize bibliographic citations in rustc API docspierwill-5/+4
2020-07-02Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichtonManish Goregaokar-0/+1
2020-07-02Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearthbors-1/+6
2020-07-02Address review comments and add UI testChristopher Serr-1/+1
2020-07-02Check for feature with pre-interned symbolChristopher Serr-0/+1
2020-07-02Rollup merge of #73853 - pierwill:pierwill-multispan-doc, r=jonas-schievinkManish Goregaokar-1/+3
2020-07-02Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiserManish Goregaokar-0/+3
2020-07-01Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011Manish Goregaokar-0/+3
2020-07-01Rollup merge of #73778 - nbdd0121:const_likely, r=oli-obkManish Goregaokar-0/+2
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-0/+3
2020-06-29Serialize all foreign `SourceFile`s into proc-macro crate metadataAaron Hill-3/+43
2020-06-29add spans to injected coverage countersRich Kadel-0/+3
2020-06-28Add newline to rustc MultiSpan docspierwill-1/+3
2020-06-28Remove `const_if_match` feature gate from librariesDylan MacKenzie-1/+1
2020-06-26Make `likely` and `unlikely` constGary Guo-0/+2
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