summary refs log tree commit diff
path: root/compiler/rustc_ast/src
AgeCommit message (Expand)AuthorLines
2023-05-25Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelixbors-7/+15
2023-05-24Use `Option::is_some_and` and `Result::is_ok_and` in the compilerMaybe Waffle-8/+7
2023-05-13refactor: add chunks method to TokenStream to obviate rustdoc clonesCaleb Cartwright-0/+4
2023-05-13Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillotbors-6/+7
2023-05-11Prevent insta-stable no alloc shim supportbjorn3-0/+2
2023-05-11Split AllocatorKind::fn_name in global_fn_name and default_fn_namebjorn3-7/+6
2023-05-11Don't use an allocator shim for `#[global_allocator]`bjorn3-2/+9
2023-05-09Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillotMatthias Krüger-4/+14
2023-05-06correct literals for dyn thread safeSparrowLii-1/+1
2023-05-06introduce `DynSend` and `DynSync` auto traitSparrowLii-6/+7
2023-05-05misc nameres changes for anon constsBoxy-4/+14
2023-05-05Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errorsDylan DPC-1/+72
2023-05-02Implement negative boundsMichael Goulet-0/+18
2023-05-02make it semantic errorDeadbeef-0/+2
2023-05-02address commentsDeadbeef-1/+1
2023-05-02fix TODO commentsDeadbeef-2/+8
2023-05-02update and add a few testsDeadbeef-3/+3
2023-05-02initial step towards implementing C string literalsDeadbeef-1/+64
2023-05-01Rip it outNilstrieb-16/+10
2023-05-01Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger-5/+8
2023-04-28Rollup merge of #110873 - clubby789:migrate-rustc-parse-trivial, r=compiler-e...Matthias Krüger-2/+2
2023-04-27Auto merge of #107782 - Zoxc:worker-local, r=cjgillotbors-32/+4
2023-04-27Tweak await spanMichael Goulet-5/+8
2023-04-27Migrate trivially translatable `rustc_parse` diagnosticsclubby789-2/+2
2023-04-21use P<[Ident]> instead of Vec<Ident>DrMeepster-2/+2
2023-04-21offset_ofDrMeepster-1/+19
2023-04-19Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obkbors-2/+2
2023-04-17Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkinMatthias Krüger-4/+4
2023-04-16use matches! macro in more placesMatthias Krüger-10/+10
2023-04-16Various minor Idx-related tweaksScott McMurray-4/+4
2023-04-16make rustc compilableDeadbeef-2/+2
2023-04-16Remove WorkerLocal from AttrIdGeneratorJohn Kåre Alsaker-32/+4
2023-04-12Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholkMatthias Krüger-6/+0
2023-04-10Remove `..` from return type notationMichael Goulet-6/+0
2023-04-10Fix typos in compilerDaniPopes-1/+1
2023-04-04Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`Oli Scherer-8/+8
2023-04-04box a bunch of large typesOli Scherer-12/+12
2023-04-04Split out ast::ItemKind::Const into its own structOli Scherer-17/+29
2023-04-04rust-analyzer guided tuple field to named fieldOli Scherer-6/+15
2023-04-04rust-analyzer guided enum variant structificationOli Scherer-8/+11
2023-03-31Auto merge of #109010 - compiler-errors:rtn, r=eholkbors-6/+12
2023-03-28Fix mismatched punctuation in Debug impl of AttrIdDavid Tolnay-1/+1
2023-03-28Add `(..)` syntax for RTNMichael Goulet-10/+12
2023-03-28Feature gateMichael Goulet-0/+4
2023-03-27Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errorsGuillaume Gomez-10/+5
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-0/+22
2023-03-19Remove the `NodeId` of `ast::ExprKind::Async`Arpad Borsos-10/+5
2023-03-17Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errorsMatthias Krüger-3/+1
2023-03-16Support flattening/inlining format_args through & and ().Mara Bos-0/+9
2023-03-16Flatten nested format_args!() into one.Mara Bos-2/+2