| Age | Commit message (Expand) | Author | Lines |
| 2019-10-31 | Implement dual proc macro hashing | msizanoen | -0/+4 |
| 2019-10-29 | Don't use eval_always for miri queries used from codegen. | Eduard-Mihai Burtescu | -2/+0 |
| 2019-10-28 | Rollup merge of #65664 - anp:panic-location, r=eddyb | Mazdak Farrokhzad | -0/+6 |
| 2019-10-27 | Always use consteval to codegen caller_location. | Adam Perry | -0/+6 |
| 2019-10-24 | rustc: add `Span`s to `inferred_outlives_of` predicates. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-10-21 | Use `Symbol` for codegen unit names. | Nicholas Nethercote | -2/+2 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -8/+5 |
| 2019-10-12 | Make trivial dropck outlives a query | Mark Rousskov | -0/+6 |
| 2019-09-30 | Remove HIR based const qualification | Matthew Jasper | -13/+1 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-27 | cleanup dead ast-borrowck / migrate-mode code. | Mazdak Farrokhzad | -4/+0 |
| 2019-09-27 | cleanup check_match wrt. SignalledError. | Mazdak Farrokhzad | -1/+1 |
| 2019-09-26 | Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis | bors | -1/+1 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -0/+4 |
| 2019-09-24 | resolve the rustc_reservation_impl attribute in 1 place | Ariel Ben-Yehuda | -1/+1 |
| 2019-09-23 | rustc: Fix mixing crates with different `share_generics` | Alex Crichton | -1/+3 |
| 2019-09-23 | rustc: Convert `dependency_formats` to a query | Alex Crichton | -0/+4 |
| 2019-09-21 | rename is_async_fn to asyncness | csmoe | -1/+1 |
| 2019-09-19 | append asyncness info to functions | csmoe | -1/+1 |
| 2019-09-19 | add is_async_fn query | csmoe | -0/+4 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -9/+0 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -3/+2 |
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -1/+18 |
| 2019-08-22 | Fix tidy | Wesley Wiser | -1/+5 |
| 2019-08-22 | Move promoted out of mir::Body | Wesley Wiser | -2/+12 |
| 2019-07-30 | Do not downgrade NLL errors for bind_by_move_pattern_guards when AST says it ... | Mazdak Farrokhzad | -1/+1 |
| 2019-07-23 | normalize use of backticks for compiler messages in remaining modules | Samy Kacimi | -3/+3 |
| 2019-07-16 | Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obk | bors | -0/+2 |
| 2019-07-02 | Add a query to get the `promoted`s for a `mir::Body` | Wesley Wiser | -0/+2 |
| 2019-07-02 | Derive which queries to save using the proc macro | John Kåre Alsaker | -5/+0 |
| 2019-06-30 | Keep caching for non-promoted queries | John Kåre Alsaker | -0/+2 |
| 2019-06-30 | Clean up query cache code | John Kåre Alsaker | -23/+38 |
| 2019-06-02 | query-fy type_name | Mark Mansi | -0/+9 |
| 2019-06-02 | query-ify const_field | Mark Mansi | -0/+10 |
| 2019-06-01 | rustc: use indexmap instead of a plain vector for upvars. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-01 | Rollup merge of #61389 - Zoxc:arena-cleanup, r=eddyb | Mazdak Farrokhzad | -3/+3 |
| 2019-05-31 | rustc_codegen_utils: add new mangling scheme implementation. | Eduard-Mihai Burtescu | -0/+4 |
| 2019-05-31 | Remove GlobalArenas and use Arena instead | John Kåre Alsaker | -3/+3 |
| 2019-05-29 | rustc: rename Mir to mir::Body in comments and to MIR in error strings. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -6/+6 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 |
| 2019-05-23 | Update crate_variances and inferred_outlives_crate | John Kåre Alsaker | -2/+2 |
| 2019-05-23 | Update dylib_dependency_formats, extern_crate and reachable_non_generics | John Kåre Alsaker | -3/+3 |
| 2019-05-23 | Update foreign_modules and dllimport_foreign_items | John Kåre Alsaker | -2/+2 |
| 2019-05-23 | Update visible_parent_map | John Kåre Alsaker | -1/+1 |
| 2019-05-23 | Update get_lib_features, defined_lib_features, get_lang_items, defined_lang_i... | John Kåre Alsaker | -7/+7 |
| 2019-05-23 | Update wasm_import_module_map and target_features_whitelist | John Kåre Alsaker | -2/+2 |
| 2019-05-23 | Update upvars and module_exports | John Kåre Alsaker | -2/+2 |
| 2019-05-23 | Update in_scope_traits_map | John Kåre Alsaker | -1/+1 |
| 2019-05-23 | Update privacy_access_levels | John Kåre Alsaker | -1/+1 |