| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -4/+0 | |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -3/+3 | |
| 2020-01-11 | move in_derive_expansion as Span method | Mazdak Farrokhzad | -3/+2 | |
| 2020-01-11 | canonicalize some lint imports | Mazdak Farrokhzad | -2/+2 | |
| 2020-01-11 | buffered lint infra -> rustc_session | Mazdak Farrokhzad | -2/+2 | |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -4/+3 | |
| 2020-01-09 | add CStore::item_generics_num_lifetimes | Mazdak Farrokhzad | -3/+2 | |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -2/+1 | |
| 2020-01-08 | intravisit: abstract over HIR Map | Mazdak Farrokhzad | -1/+4 | |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -5/+11 | |
| - remove syntax::{help!, span_help!, span_note!} - remove unused syntax::{struct_span_fatal, struct_span_err_or_warn!, span_err_or_warn!} - lintify check_for_bindings_named_same_as_variants + conflicting_repr_hints - inline syntax::{struct_span_warn!, diagnostic_used!} - stringify_error_code! -> error_code! & use it more. - find_plugin_registrar: de-fatalize an error - de-fatalize metadata errors - move type_error_struct! to rustc_typeck - struct_span_err! -> rustc_errors | ||||
| 2020-01-07 | Move free_region_map to rustc::ty. | Camille GILLOT | -1/+1 | |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::middle::stability. | Camille GILLOT | -25/+23 | |
| 2020-01-06 | Improve hygiene of `newtype_index` | Matthew Jasper | -1/+0 | |
| Also add unit tests | ||||
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -22/+21 | |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -7/+9 | |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -0/+117 | |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -6/+6 | |
| 2020-01-01 | Move stability queries to librustc_passes. | Camille GILLOT | -0/+410 | |
| Contains: - check_mod_unstable_api_usage query; - stability_index query; - check_unused_or_stable features pass. | ||||
| 2020-01-01 | Move stability.rs to librustc_passes. | Camille GILLOT | -1001/+0 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -5/+5 | |
| 2019-12-31 | Auto merge of #67699 - cjgillot:passes-resolve, r=Zoxc | bors | -2864/+19 | |
| Move resolve_lifetimes query in librustc_resolve. Split out of #67688 r? @Zoxc | ||||
| 2019-12-31 | Rollup merge of #67697 - cjgillot:passes-scope-tree, r=Zoxc | Dylan DPC | -876/+10 | |
| Move the region_scope_tree query to librustc_passes. Split out of #67688. r? @Zoxc | ||||
| 2019-12-31 | Simplify ResolveLiftimes creation. | Camille GILLOT | -54/+13 | |
| 2019-12-31 | Review comments. | Camille GILLOT | -6/+1 | |
| 2019-12-31 | Move resolve_lifetimes query in librustc_resolve. | Camille GILLOT | -0/+132 | |
| 2019-12-31 | Move resolve_lifetime.rs to librustc_resolve. | Camille GILLOT | -2931/+0 | |
| 2019-12-30 | Outdated comment. | Camille GILLOT | -1/+1 | |
| 2019-12-30 | Move region_scope_tree query to librustc_passes. | Camille GILLOT | -0/+670 | |
| 2019-12-30 | Move region.rs to librustc_passes. | Camille GILLOT | -1536/+0 | |
| 2019-12-30 | Remove HirVec from Generics. | Camille GILLOT | -5/+5 | |
| 2019-12-30 | Rollup merge of #67698 - cjgillot:passes-first, r=Zoxc | Yuki Okushi | -709/+35 | |
| Move reachable_set and diagnostic_items to librustc_passes. Split out of #67688 r? @Zoxc | ||||
| 2019-12-29 | Introduce librustc/middle/mod.rs | Camille GILLOT | -0/+35 | |
| 2019-12-29 | Move lib_features.rs in librustc_passes. | Camille GILLOT | -153/+0 | |
| 2019-12-29 | Move diagnostic_items.rs to librustc_passes. | Camille GILLOT | -119/+0 | |
| 2019-12-29 | Move reachable.rs to librustc_passes. | Camille GILLOT | -437/+0 | |
| 2019-12-27 | Visit for hir::Ty. | Camille GILLOT | -22/+21 | |
| 2019-12-27 | Syntax for hir::Ty. | Camille GILLOT | -31/+44 | |
| 2019-12-26 | Visit for hir::Expr. | Camille GILLOT | -2/+2 | |
| 2019-12-26 | Syntax for hir::Expr. | Camille GILLOT | -21/+21 | |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -384/+233 | |
| 2019-12-22 | Format the world | Mark Rousskov | -596/+551 | |
| 2019-12-21 | Use Arena inside hir::Body. | Camille GILLOT | -4/+4 | |
| 2019-12-21 | Use Arena inside hir::StructField. | Camille GILLOT | -2/+2 | |
| 2019-12-21 | Use Arena inside hir::EnumDef. | Camille GILLOT | -2/+2 | |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -7/+7 | |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -6/+6 | |
| 2019-12-21 | Use Arena inside hir::ForeignItem. | Camille GILLOT | -4/+4 | |
| 2019-12-21 | Handle Attributes in arena. | Camille GILLOT | -2/+2 | |
