about summary refs log tree commit diff
path: root/src/librustc_span/symbol.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1693/+0
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-0/+1
2020-08-23Auto merge of #73084 - Aaron1011:feature/new-recursive-expand, r=petrochenkovbors-0/+2
2020-08-22Add backwards-compat hack for certain '$name' tokensAaron Hill-0/+2
2020-08-22Auto merge of #74566 - lzutao:guard, r=petrochenkovbors-0/+1
2020-08-18Moved coverage counter injection from BasicBlock to Statement.Rich Kadel-4/+0
2020-08-16hir: introduce lang items for AST loweringDavid Wood-0/+2
2020-08-14Rework `rustc_serialize`Matthew Jasper-28/+7
2020-08-10Rollup merge of #75320 - estebank:js-for-i-of-x, r=davidtwcoYuki Okushi-0/+1
2020-08-09rustc_span: note the perf loss seen from IndexSet in symbol::InternerJosh Stone-0/+4
2020-08-08Detect likely `for foo of bar` JS syntaxEsteban Küber-0/+1
2020-08-08Gate to if-let guard featureLzu Tao-0/+1
2020-08-05add min_const_generics feature gateBastian Kauschke-0/+1
2020-07-28Auto merge of #74471 - da-x:string-type-diagnostic-item, r=petrochenkovbors-0/+1
2020-07-23replace miri_start_panic intrinsic by 'extern fn'Ralf Jung-1/+0
2020-07-20mir: use attribute over `-Z polymorphize-errors`David Wood-0/+1
2020-07-18librustc_typeck: use diag item instead of string compareDan Aloni-0/+1
2020-07-16Rollup merge of #74357 - nnethercote:symbol-related-improvements, r=oli-obkManish Goregaokar-0/+57
2020-07-17Remove some `Symbol:as_str()` calls.Nicholas Nethercote-0/+2
2020-07-17Remove `ExtCtxt::ident_of`.Nicholas Nethercote-0/+55
2020-07-16Revert "Remove spotlight usage"Manish Goregaokar-0/+2
2020-07-16Rename `sym::item_context` as `sym::ItemContext`.Nicholas Nethercote-1/+1
2020-07-16Enforce the static symbol order.Nicholas Nethercote-107/+116
2020-07-15Rollup merge of #74344 - estebank:stringly-wobbly, r=eddybManish Goregaokar-0/+1
2020-07-15Rollup merge of #74276 - lcnr:discriminant-kind-what, r=nagisaManish Goregaokar-0/+1
2020-07-15improve DiscriminantKind handlingBastian Kauschke-0/+1
2020-07-15Change `SymbolName::name` to a `&str`.Nicholas Nethercote-2/+0
2020-07-14Remove string comparison and use diagnostic item insteadEsteban Küber-0/+1
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-1/+1
2020-07-15Add and use more static symbols.Nicholas Nethercote-0/+172
2020-07-15Fix the ordering of the static symbols.Nicholas Nethercote-64/+66
2020-07-15Rename `sym::nontrapping_fptoint`.Nicholas Nethercote-4/+8
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-2/+2
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-2/+2
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 #73670 - davidhewitt:format-args-capture, r=varkorManish Goregaokar-0/+1
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-0/+3
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 #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-29add spans to injected coverage countersRich Kadel-0/+3
2020-06-26Make `likely` and `unlikely` constGary Guo-0/+2