about summary refs log tree commit diff
path: root/src/librustc_builtin_macros
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-9640/+0
2020-08-22Use smaller def span for functionsAaron Hill-2/+3
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-36/+36
2020-08-15Merge branch 'master' into feature/incorporate-tracingpawanbisht62-20/+13
2020-08-13Rollup merge of #75319 - estebank:format-ice, r=eddybTyler Mandry-20/+13
2020-08-10Merge branch 'master' into feature/incorporate-tracingpawanbisht62-79/+117
2020-08-08Fix ICE #75307 in `format`Esteban Küber-20/+13
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-79/+117
2020-08-06Merge branch 'master' into feature/incorporate-tracingpawanbisht62-3/+2
2020-08-06Incorporate tracing cratebishtpawan-3/+3
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-2/+2
2020-08-02Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnaybors-1/+0
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-07-31Stabilize as_deref and as_deref on ResultLzu Tao-1/+0
2020-07-17Remove `ExtCtxt::ident_of`.Nicholas Nethercote-130/+153
2020-07-17Simplify `LifetimeBounds`.Nicholas Nethercote-52/+34
2020-07-17Remove unused `cx` parameter from `pathvec_std` and `path_std`.Nicholas Nethercote-21/+21
2020-07-15Add and use more static symbols.Nicholas Nethercote-49/+40
2020-07-06Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebankManish Goregaokar-0/+2
2020-07-03Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkorManish Goregaokar-4/+53
2020-07-02Rollup merge of #73812 - petrochenkov:prettyref, r=varkorManish Goregaokar-2/+2
2020-07-02Audit uses of `tool_only_span_suggestion`Yuki Okushi-0/+2
2020-07-01Update src/librustc_builtin_macros/format.rsDavid Hewitt-1/+1
2020-07-01Amend wording of noteDavid Hewitt-1/+1
2020-06-27Rename two `Resolver` traitsVadim Petrochenkov-9/+9
2020-06-27ast_pretty: Pass some token streams and trees by referenceVadim Petrochenkov-2/+2
2020-06-27Improve messaging from PR feedbackDavid Hewitt-9/+5
2020-06-26Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morseManish Goregaokar-1/+1
2020-06-25Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrumbors-7/+12
2020-06-24Add `format_args_capture` featureDavid Hewitt-4/+57
2020-06-23Record span of `const` kw in GenericParamKindAyaz Hafiz-1/+1
2020-06-20Run `./x.py fmt`Camelid-4/+1
2020-06-20Fix duplicate options errorCamelid-9/+12
2020-06-20Use `p.token` instead of `p.look_ahead()`Camelid-1/+1
2020-06-20Add documentationCamelid-0/+9
2020-06-20Create a separate, tool-only suggestion for the commaCamelid-5/+9
2020-06-20Make suggestion machine-applicableCamelid-2/+11
2020-06-20Use `span_suggestion` instead of `span_label`Camelid-1/+1
2020-06-20Use bitflags function instead of custom oneCamelid-7/+1
2020-06-20Get option name from symbol instead of snippetCamelid-17/+19
2020-06-20Use `span_label`Camelid-1/+1
2020-06-20Make warning an error; use help instead of suggestion; clean up codeCamelid-46/+21
2020-06-20Warn on duplicate `asm!` optionsCamelid-7/+58
2020-06-20Clean upCamelid-3/+3
2020-06-20Use `Vec<Span>` instead of `Option<Vec<Span>>`Camelid-13/+9
2020-06-20Allow multiple `asm!` optionsCamelid-16/+13
2020-06-15asm: Allow multiple template strings; interpret them as newline-separatedJosh Triplett-145/+182
2020-06-14asm: Unify pseudo-keyword parsing using `eat`, rather than a final `expect`Josh Triplett-2/+3
2020-06-12Rollup merge of #73178 - petrochenkov:explint, r=varkorDylan DPC-2/+3
2020-06-11Rollup merge of #73230 - Amanieu:asm-unused2, r=petrochenkovDylan DPC-18/+29