| Age | Commit message (Expand) | Author | Lines |
| 2020-03-09 | Remove the need for `no_force` | John Kåre Alsaker | -92/+105 |
| 2020-03-09 | Move `analysis` to the query macro | John Kåre Alsaker | -28/+2 |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |
| 2020-03-04 | cover some more nearby cases | Ralf Jung | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -4/+4 |
| 2020-02-26 | clarify operator precedence | Matthias Krüger | -1/+1 |
| 2020-02-24 | librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copy | Matthias Krüger | -1/+1 |
| 2020-02-21 | Auto merge of #69281 - nnethercote:inline-some-encoding-decoding-methods, r=C... | bors | -0/+1 |
| 2020-02-19 | Use a constructor function per dep node instead of an enum and a single function | John Kåre Alsaker | -4/+2 |
| 2020-02-19 | Fix cache hit stats | John Kåre Alsaker | -4/+14 |
| 2020-02-19 | Add a stat for local DefId density | John Kåre Alsaker | -2/+35 |
| 2020-02-19 | Split query stats into its own file | John Kåre Alsaker | -96/+105 |
| 2020-02-19 | Add a `storage` query modifier to override the query cache | John Kåre Alsaker | -14/+26 |
| 2020-02-19 | Add an abstraction for custom query caches | John Kåre Alsaker | -123/+305 |
| 2020-02-19 | Make `try_get_cached` take closures | John Kåre Alsaker | -39/+47 |
| 2020-02-19 | Split query execution into hot and cold paths | John Kåre Alsaker | -103/+153 |
| 2020-02-19 | Inline some encoding and decoding methods. | Nicholas Nethercote | -0/+1 |
| 2020-02-18 | Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obk | Dylan DPC | -1/+1 |
| 2020-02-16 | Auto merge of #67953 - cjgillot:split_infer, r=Zoxc | bors | -4/+4 |
| 2020-02-16 | Make librustc compile. | Camille GILLOT | -4/+4 |
| 2020-02-15 | Treat NodeIs as pure values for incremental compilation | John Kåre Alsaker | -24/+1 |
| 2020-02-15 | Change `const_field` and `const_caller_location` to return `ConstValue` inste... | Ben Lewis | -1/+1 |
| 2020-02-14 | Auto merge of #68693 - Zoxc:query-no-arc, r=michaelwoerister | bors | -157/+310 |
| 2020-02-12 | Auto merge of #68679 - matthewjasper:needs-type-op, r=varkor | bors | -8/+1 |
| 2020-02-12 | Address comments | John Kåre Alsaker | -24/+21 |
| 2020-02-12 | Drop the lock guard | John Kåre Alsaker | -3/+3 |
| 2020-02-12 | Use a counter instead of pointers to the stack | John Kåre Alsaker | -73/+105 |
| 2020-02-12 | Construct query job latches on-demand | John Kåre Alsaker | -149/+273 |
| 2020-02-10 | Rollup merge of #68932 - michaelwoerister:self-profile-generic-activity-args,... | Dylan DPC | -2/+4 |
| 2020-02-10 | self-profile: Support arguments for generic_activities. | Michael Woerister | -2/+4 |
| 2020-02-06 | Move the `krate` method to Hir and remove the Krate dep node | John Kåre Alsaker | -1/+0 |
| 2020-02-06 | Add a `hir_krate` query | John Kåre Alsaker | -1/+1 |
| 2020-02-02 | Improve needs_drop query | Matthew Jasper | -8/+1 |
| 2020-02-01 | pacify the parallel compiler | Mazdak Farrokhzad | -2/+2 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -0/+9 |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -9/+0 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -2/+0 |
| 2020-01-16 | Revert previous attempt at detecting unsatisfiable predicates | Aaron Hill | -9/+0 |
| 2020-01-15 | Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper... | Yuki Okushi | -0/+9 |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -0/+11 |
| 2020-01-13 | Use TraitQueryMode::Canonical when testing predicates in const prop | Aaron Hill | -0/+9 |
| 2020-01-12 | Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisa | bors | -1/+1 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -1/+1 |
| 2020-01-11 | canonicalize some lint imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | Rollup merge of #68050 - Centril:canon-error, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2020-01-10 | Fix some rebasing fallout. | Michael Woerister | -1/+1 |
| 2020-01-10 | Run 'x.py fmt'. | Michael Woerister | -71/+31 |
| 2020-01-10 | self-profile: Fix issue with handling query blocking. | Michael Woerister | -11/+27 |
| 2020-01-10 | Initial support for recording query keys in self-profiling data. | Michael Woerister | -36/+308 |