summaryrefslogtreecommitdiff
path: root/compiler/rustc_builtin_macros/src/assert
Commit message (Expand)AuthorAgeFilesLines
* Rip it outNilstrieb2023-05-011-1/+0
* Tweak await spanMichael Goulet2023-04-271-1/+1
* offset_ofDrMeepster2023-04-211-0/+1
* Remove the `NodeId` of `ast::ExprKind::Async`Arpad Borsos2023-03-191-1/+1
* Remove `box_syntax` from AST and use in toolsclubby7892023-03-121-1/+0
* Use `ThinVec` in `ast::Block`.Nicholas Nethercote2023-02-211-3/+3
* Use `ThinVec` in various AST types.Nicholas Nethercote2023-02-211-7/+7
* Expand format_args!() in rust_ast_lowering.Mara Bos2023-01-121-0/+1
* `rustc_builtin_macros`: remove `ref` patternsMaybe Waffle2022-12-061-19/+19
* rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov2022-12-011-1/+1
* Avoid more `MetaItem`-to-`Attribute` conversions.Nicholas Nethercote2022-11-291-5/+1
* Suggest `.clone()` or `ref binding` on E0382Esteban Küber2022-11-231-1/+1
* Split `MacArgs` in two.Nicholas Nethercote2022-11-221-6/+6
* Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...Nicholas Nethercote2022-11-171-8/+8
* Introduce `ExprKind::IncludedBytes`clubby7892022-11-111-0/+1
* Fix docs in compiler/rustc_builtin_macros/src/assert/context.rsreez12g2022-09-291-1/+1
* Add feature flag to docs in compiler/rustc_builtin_macros/src/assert/context.rsreez12g2022-09-291-0/+1
* Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote2022-08-291-3/+3
* Use `AttrVec` in more places.Nicholas Nethercote2022-08-221-1/+2
* Box the `MacCall` in various types.Nicholas Nethercote2022-08-171-2/+2
* Do not consider method call receiver as an argument in AST.Camille GILLOT2022-08-101-11/+10
* Remove `TreeAndSpacing`.Nicholas Nethercote2022-07-291-4/+4
* Parse closure bindersMaybe Waffle2022-07-121-1/+1
* [RFC 2011] Optimize non-consuming operatorsCaio2022-06-211-15/+81
* [RFC 2011] Expand expressions where possibleCaio2022-06-151-2/+90
* [RFC 2011] Minimal initial implementationCaio2022-06-151-26/+281
* Basic compiler infraCaio2022-06-021-0/+44