| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| Remove GlobalArenas and use Arena instead r? @eddyb | ||||
| 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 | |
| The commit should have changed comments as well. At the time of writting, it passes the tidy and check tool. Revisions asked by eddyb : - Renamed of all the occurences of {visit/super}_mir - Renamed test structures `CachedMir` to `Cached` Fixing the missing import on `AggregateKind` | ||||
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 | |
| We are going to uniform the terminology of all associated items. Methods that may or may not have `self` are called "associated functions". Because `AssociatedFn` is a bit long, we rename `Associated` to `Assoc`. | ||||
| 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, ↵ | John Kåre Alsaker | -7/+7 | |
| defined_lang_items, missing_lang_items, postorder_cnums and maybe_unused_extern_crates | ||||
| 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 | |
| 2019-05-23 | Update all_traits | John Kåre Alsaker | -1/+1 | |
| 2019-05-23 | Update stability_index, all_crate_nums and features_query | John Kåre Alsaker | -3/+3 | |
| 2019-05-23 | Update lint_levels | John Kåre Alsaker | -1/+1 | |
| 2019-05-23 | Update GenericPredicates queries | John Kåre Alsaker | -5/+5 | |
| 2019-05-23 | Update used_trait_imports | John Kåre Alsaker | -1/+1 | |
| 2019-05-23 | Update item_children | John Kåre Alsaker | -1/+1 | |
| 2019-05-23 | Update resolve_lifetimes, named_region_map, is_late_bound_map and ↵ | John Kåre Alsaker | -4/+4 | |
| object_lifetime_defaults_map | ||||
| 2019-05-23 | Update implementations_of_trait and all_trait_implementations | John Kåre Alsaker | -2/+2 | |
| 2019-05-23 | Update upstream_monomorphizations and upstream_monomorphizations_for | John Kåre Alsaker | -2/+2 | |
| 2019-05-23 | Update borrowck | John Kåre Alsaker | -1/+1 | |
| 2019-05-23 | Update inherent_impls | John Kåre Alsaker | -2/+2 | |
| 2019-05-23 | Update associated_item_def_ids | John Kåre Alsaker | -1/+1 | |
| 2019-05-20 | Fixed nits raised in review. | Alexander Regueiro | -4/+4 | |
| 2019-05-20 | Accumulation of various drive-by cosmetic changes. | Alexander Regueiro | -22/+20 | |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -1/+1 | |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -1/+1 | |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -1/+1 | |
| 2019-05-01 | Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddyb | Mazdak Farrokhzad | -2/+2 | |
| Use references for variances_of Based on https://github.com/rust-lang/rust/pull/60280. cc @varkor r? @eddyb | ||||
| 2019-04-25 | Update variances_of | John Kåre Alsaker | -2/+2 | |
| 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 | |
