| Age | Commit message (Expand) | Author | Lines |
| 2021-10-13 | Turn tcx.vtable_allocation() into a query. | Michael Woerister | -0/+1 |
| 2021-08-26 | Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis | bors | -24/+31 |
| 2021-08-26 | Auto merge of #87194 - eddyb:const-value-mangling, r=michaelwoerister,oli-obk | bors | -5/+12 |
| 2021-08-26 | review | lcnr | -2/+2 |
| 2021-08-26 | use `ty::Unevaluated` instead of def substs pair | lcnr | -2/+2 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -1/+3 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -22/+21 |
| 2021-08-26 | require a `tcx` for `TypeVisitor` | lcnr | -0/+6 |
| 2021-08-25 | Various pattern cleanups | Léo Lanteri Thauvin | -18/+20 |
| 2021-08-24 | Fix typo (variant_id should've been variant_idx). | Eduard-Mihai Burtescu | -3/+3 |
| 2021-08-24 | Pretty-print uninhabited const values more explicitly. | Eduard-Mihai Burtescu | -2/+9 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+5 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -5/+2 |
| 2021-07-25 | Merge the BTreeMap in hir::Crate. | Camille GILLOT | -1/+1 |
| 2021-07-18 | When pretty printing, name placeholders as bound regions | jackh726 | -35/+107 |
| 2021-07-16 | get rid of incorrect erase_for_fmt | Ralf Jung | -5/+5 |
| 2021-07-14 | consistently treat None-tagged pointers as ints; get rid of some deprecated S... | Ralf Jung | -1/+1 |
| 2021-07-14 | CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf... | Ralf Jung | -5/+6 |
| 2021-07-06 | Make resolutions a query. | Camille GILLOT | -1/+1 |
| 2021-07-04 | Combine individual limit queries into single `limits` query | Aaron Hill | -1/+1 |
| 2021-07-04 | Query-ify global limit attribute handling | Aaron Hill | -1/+1 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -1/+1 |
| 2021-06-12 | Pretty print generator witness only in `-Zverbose` mode | Tomasz Miąsko | -3/+3 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -2/+2 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-05-30 | Make resolutions a query. | Camille GILLOT | -1/+1 |
| 2021-05-18 | CTFE core engine allocation & memory API improvemenets | Ralf Jung | -7/+6 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -6/+4 |
| 2021-05-12 | Use () for visible_parent_map. | Camille GILLOT | -6/+4 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -3/+19 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -3/+19 |
| 2021-05-02 | Use new thread-local const-init | Mark Rousskov | -4/+4 |
| 2021-04-09 | Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakis | bors | -22/+87 |
| 2021-04-05 | Don't concatenate binders across types | Jack Huey | -22/+87 |
| 2021-03-31 | prevent very long compilation runtimes in LateBoundRegionNameCollector | b-naber | -5/+31 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -4/+5 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -25/+25 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -1/+2 |
| 2021-03-23 | Add query for const_param_default | kadmin | -4/+1 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -11/+16 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -1/+1 |
| 2021-03-12 | Split pretty printer logic for scalar int and scalar ptr | Oli Scherer | -46/+67 |
| 2021-02-20 | Rollup merge of #82176 - RalfJung:mir-fn-ptr-pretty, r=oli-obk | Guillaume Gomez | -9/+12 |
| 2021-02-20 | fn ptr pretty printing: fall back to raw ptr printing | Ralf Jung | -3/+2 |
| 2021-02-17 | remove useless ?s (clippy::needless_question_marks) | Matthias Krüger | -2/+2 |
| 2021-02-16 | fix MIR fn-ptr pretty-printing | Ralf Jung | -8/+12 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -5/+3 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -0/+1 |
| 2021-01-18 | Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in... | LeSeulArtichaut | -4/+3 |