about summary refs log tree commit diff
path: root/compiler/rustc_span
AgeCommit message (Expand)AuthorLines
2020-10-28Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obkDylan DPC-0/+1
2020-10-27Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obkbors-0/+7
2020-10-27rustc_span: represent line bounds with RangeTyson Nottingham-30/+24
2020-10-27Add unsized_fn_params featureSantiago Pastorino-0/+1
2020-10-27Fix typo in commentDániel Buga-2/+2
2020-10-27Changed lint to check for `std::fmt::Pointer` and `transmute`Ayrton-0/+2
2020-10-27Show the inline stack of MIR lints that only occur after inliningOliver Scherer-0/+3
2020-10-27Rollup merge of #78396 - josephlr:ermsb, r=petrochenkovYuki Okushi-0/+1
2020-10-26rustc_span: improve bounds checks in byte_pos_to_line_and_colTyson Nottingham-4/+39
2020-10-26Address review commentsNathan Whitaker-0/+1
2020-10-26Address review commentsNathan Whitaker-0/+6
2020-10-26rustc_span: avoid hashing ExpnId tag when using cached hashTyson Nottingham-2/+1
2020-10-26Add compiler support for LLVM's x86 ERMSB featureJoe Richey-0/+1
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-0/+1
2020-10-22Fix const core::panic!(non_literal_str).Mara Bos-0/+1
2020-10-21add rustc_allow_const_fn_unstable attributeFlorian Warzecha-0/+1
2020-10-16Add inline_const feature flagSantiago Pastorino-0/+1
2020-10-15Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkorYuki Okushi-23/+0
2020-10-14Add support for SHA256 source file hashing for LLVM 11+.Arlo Siemsen-3/+11
2020-10-14Remove unused code from rustc_spanest31-23/+0
2020-10-11Add hack to keep `actix-web` and `actori-web` compilingAaron Hill-0/+1
2020-10-09Auto merge of #77687 - est31:hash_shorter_path, r=davidtwcobors-6/+6
2020-10-08Implement the instruction_set attributexd009642-0/+5
2020-10-08Use shorter path for std::hash::Hashest31-6/+6
2020-10-07Auto merge of #77464 - ecstatic-morse:const-fn-impl-trait, r=oli-obkbors-0/+1
2020-10-07Rollup merge of #76784 - lzutao:rd_doc, r=GuillaumeGomezDylan DPC-0/+1
2020-10-06Add some docs to rustdoc::clean::inline and def_id functionsLzu Tao-0/+1
2020-10-05Remove `fn` from feature nameDylan MacKenzie-1/+1
2020-10-05Add `#![feature(const_fn_impl)]`Dylan MacKenzie-0/+1
2020-10-05Updates to experimental coverage counter injectionRich Kadel-67/+96
2020-10-02Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)Harald Hoyer-0/+1
2020-09-30Add support for cmse_nonsecure_entry attributeHugues de Valon-0/+1
2020-09-28Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obkRalf Jung-1/+1
2020-09-27Remove `rustc_allow_const_fn_ptr`Dylan MacKenzie-1/+0
2020-09-27Add a feature gate for basic function pointer use in `const fn`Dylan MacKenzie-0/+1
2020-09-27Rollup merge of #77263 - bugadani:cleanup, r=lcnrJonas Schievink-1/+1
2020-09-27Rollup merge of #77256 - jyn514:typo, r=Aaron1011Jonas Schievink-1/+1
2020-09-27Clean up trivial if letDániel Buga-1/+1
2020-09-27Fix typo in ExpnData documentationJoshua Nelson-1/+1
2020-09-26Rollup merge of #77122 - ecstatic-morse:const-fn-arithmetic, r=RalfJung,oli-obkRalf Jung-0/+1
2020-09-25Remove now unused `double_braced_*` symbolsmarmeladema-7/+0
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-0/+4
2020-09-25Add `const_fn_floating_point_arithmetic`Dylan MacKenzie-0/+1
2020-09-25Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514Jonas Schievink-1/+1
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-23Rollup merge of #76994 - yuk1ty:fix-small-typo, r=estebankDylan DPC-1/+1
2020-09-23Rollup merge of #76965 - fusion-engineering-forks:fix-atomic-from-mut, r=AmanieuDylan DPC-0/+1
2020-09-21Remove cast to usize for BytePos and CharPosJames Whaley-2/+2
2020-09-21Add cfg(target_has_atomic_equal_alignment).Mara Bos-0/+1