| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -2768/+0 | |
| 2020-03-28 | Auto merge of #70483 - Centril:rollup-slli4yf, r=Centril | bors | -3/+3 | |
| Rollup of 5 pull requests Successful merges: - #70345 (Remove `no_integrated_as` mode.) - #70434 (suggest `;` on expr `mac!()` which is good as stmt `mac!()`) - #70457 (non-exhastive diagnostic: add note re. scrutinee type) - #70478 (Refactor type_of for constants) - #70480 (clarify hir_id <-> node_id method names) Failed merges: r? @ghost | ||||
| 2020-03-27 | clarify hir_id <-> node_id method names | Bastian Kauschke | -3/+3 | |
| 2020-03-26 | Generalise QueryJobId. | Camille GILLOT | -2/+2 | |
| 2020-03-25 | Rename LayoutDetails to just Layout. | Ana-Maria Mihalache | -3/+3 | |
| 2020-03-25 | Rollup merge of #70373 - Centril:canon-imports, r=Mark-Simulacrum | Mazdak Farrokhzad | -6/+4 | |
| normalize some imports & prefer direct ones r? @Mark-Simulacrum | ||||
| 2020-03-24 | normalize some imports, prefer direct ones. | Mazdak Farrokhzad | -6/+4 | |
| 2020-03-24 | move ModifiedStatic error to ConstEval errors, and generally adjust ↵ | Ralf Jung | -0/+1 | |
| terminology from "static" to "global" where appropriate | ||||
| 2020-03-21 | Rollup merge of #70119 - eddyb:typeck-tables-local-def-id, r=petrochenkov | Dylan DPC | -77/+50 | |
| rustc: use LocalDefId instead of DefId in TypeckTables. The logic in `TypeckTables`' implementation of `HashStable`, which created `DefId`s by combining a `CrateNum` from a `DefId` and a `DefIndex` from a `LocalDefId`, bothered me a bit. I don't know how much this matters, but it works so might as well submit it. | ||||
| 2020-03-21 | Rollup merge of #67888 - Zoxc:metadata-prefetch, r=matthewjasper | Mazdak Farrokhzad | -1/+1 | |
| Prefetch some queries used by the metadata encoder This brings the time for `metadata encoding and writing` for `syntex_syntax` from 1.338s to 0.997s with 6 threads in non-incremental debug mode. r? @Mark-Simulacrum | ||||
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -2/+2 | |
| 2020-03-19 | Make the timer more verbose | John Kåre Alsaker | -1/+1 | |
| 2020-03-19 | rustc: use LocalDefId instead of DefId in TypeckTables. | Eduard-Mihai Burtescu | -77/+50 | |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::map::definitions. | Eduard-Mihai Burtescu | -7/+4 | |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -12/+11 | |
| 2020-03-19 | rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it. | Eduard-Mihai Burtescu | -4/+8 | |
| 2020-03-19 | rustc: make LocalDefId's index field public like DefId's is. | Eduard-Mihai Burtescu | -1/+1 | |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex for query keys. | Eduard-Mihai Burtescu | -7/+10 | |
| 2020-03-17 | Remove `free_region_map` from `TypeckTables` | Matthew Jasper | -9/+0 | |
| It was unused. | ||||
| 2020-03-16 | Rollup merge of #70036 - mark-i-m:describe-it-4, r=eddyb | Dylan DPC | -14/+15 | |
| Make article_and_description primarily use def_kind r? @eddyb cc @matthewjasper | ||||
| 2020-03-15 | make article_and_description primarily use def_kind | mark | -14/+15 | |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -10/+5 | |
| 2020-03-14 | Clean up the collector | John Kåre Alsaker | -1/+1 | |
| 2020-03-14 | Create Map after TyCtxt | John Kåre Alsaker | -16/+26 | |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -2/+2 | |
| Rename rustc guide This is in preparation for https://github.com/rust-lang/rustc-guide/issues/470 Needs to be merged after we actually rename the guide. Have used this to rename: `git grep -l 'rustc_guide' | xargs sed -i 's/rustc_guide/rustc_dev_guide/g'` `git grep -l 'rustc-guide' | xargs sed -i 's/rustc-guide/rustc-dev-guide/g'` `git grep -l 'rustc guide' | xargs sed -i 's/rustc guide/rustc dev guide/g'` | ||||
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -1/+1 | |
| Rename DefKind::Method and TraitItemKind::Method r? @eddyb, @Centril, or @matthewjasper cc #69498 #60163 | ||||
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -1/+1 | |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -2/+2 | |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -1/+1 | |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -5/+5 | |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -1/+1 | |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -4/+4 | |
| Rename `libsyntax` to `librustc_ast` This was the last rustc crate that wasn't following the `rustc_*` naming convention. Follow-up to https://github.com/rust-lang/rust/pull/67763. | ||||
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -3/+3 | |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -2/+2 | |
| use .iter() instead of .into_iter() on references | ||||
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 | |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -2/+2 | |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -8/+8 | |
| 2020-02-26 | Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasper | bors | -2/+20 | |
| Generalized article_and_description r? @matthewjasper The logic of finding the right word and article to print seems to be repeated elsewhere... this is an experimental method to unify this logic... | ||||
| 2020-02-24 | librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copy | Matthias Krüger | -1/+1 | |
| 2020-02-22 | address some review comments/bugs | mark | -0/+2 | |
| 2020-02-22 | article and descr for closures | Mark Mansi | -4/+5 | |
| 2020-02-22 | add generator_kind query | Mark Mansi | -9/+13 | |
| 2020-02-22 | some fixes | Mark Mansi | -7/+4 | |
| 2020-02-22 | Generalized article_and_description | Mark Mansi | -1/+15 | |
| 2020-02-19 | Use a constructor function per dep node instead of an enum and a single function | John Kåre Alsaker | -2/+2 | |
| 2020-02-19 | Split query execution into hot and cold paths | John Kåre Alsaker | -0/+1 | |
| 2020-02-14 | Auto merge of #68693 - Zoxc:query-no-arc, r=michaelwoerister | bors | -2/+2 | |
| Construct query job latches on-demand r? @michaelwoerister | ||||
| 2020-02-13 | Make TraitCandidate generic. | Camille GILLOT | -1/+4 | |
| 2020-02-13 | Use HirId in TraitCandidate. | Camille GILLOT | -0/+1 | |
| 2020-02-12 | Use a counter instead of pointers to the stack | John Kåre Alsaker | -1/+1 | |
