| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-25 | Update trait queries | John Kåre Alsaker | -12/+12 | |
| 2019-04-25 | Update trait_impls_of | John Kåre Alsaker | -1/+1 | |
| 2019-04-25 | Update mir_const_qualif | John Kåre Alsaker | -1/+1 | |
| 2019-04-25 | Update rvalue_promotable_map | John Kåre Alsaker | -1/+1 | |
| 2019-04-25 | Update region_scope_tree | John Kåre Alsaker | -1/+1 | |
| 2019-04-25 | Update inferred_outlives_of | John Kåre Alsaker | -1/+1 | |
| 2019-04-23 | Add rustc_allow_const_fn_ptr | Taylor Cramer | -0/+2 | |
| 2019-04-21 | Introduce query `static_mutability` | Vadim Petrochenkov | -0/+3 | |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -2/+2 | |
| 2019-04-12 | Auto merge of #59536 - Zoxc:the-arena, r=eddyb | bors | -4/+3 | |
| Introduce an arena type which may be used to allocate a list of types with destructors You can also specify that you want deserializers for `&'tcx [T]` and `&'tcx T` for a type in the list, which will allocate those using the arena. Based on https://github.com/rust-lang/rust/pull/59517 and https://github.com/rust-lang/rust/pull/59533. Look at the last commit for the interesting changes. An alternative to https://github.com/rust-lang/rust/pull/56448. cc @michaelwoerister @eddyb r? @oli-obk | ||||
| 2019-04-05 | Remove no_force from coherent_trait | John Kåre Alsaker | -1/+0 | |
| 2019-04-05 | Add DropArena and use it to allocate types with few allocations | John Kåre Alsaker | -1/+1 | |
| 2019-04-05 | Introduce an arena type which may be used to allocate a list of types with ↵ | John Kåre Alsaker | -3/+2 | |
| destructors | ||||
| 2019-03-30 | Move query definitions over to the proc macro | John Kåre Alsaker | -2/+920 | |
| 2019-03-20 | Add eval_always to query macro and move a query over | John Kåre Alsaker | -0/+5 | |
| 2019-03-20 | Add anon to query macro and move a query over | John Kåre Alsaker | -2/+16 | |
| 2019-03-20 | Add no_force to query macro and move some queries over | John Kåre Alsaker | -1/+24 | |
| 2019-03-20 | Add no_hash to query macro and move some queries over | John Kåre Alsaker | -0/+43 | |
| 2019-03-18 | Add load_cached query modifier and keep dep node names consistent with query ↵ | John Kåre Alsaker | -0/+29 | |
| names | ||||
| 2019-03-18 | Define queries using a proc macro | John Kåre Alsaker | -0/+37 | |
