| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -2/+2 | |
| This commit introduces a `Limit` type which is used to ensure that all comparisons against limits within the compiler are consistent (which can result in ICEs if they aren't). Signed-off-by: David Wood <david@davidtw.co> | ||||
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -1/+1 | |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -1/+1 | |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -2/+2 | |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -2/+0 | |
| 2020-05-09 | Rollup merge of #72018 - mark-i-m:canon-chalk, r=mark-i-m | Dylan DPC | -1/+1 | |
| Fix canonicalization links | ||||
| 2020-05-08 | fix canonicalization links | mark | -1/+1 | |
| 2020-05-02 | Move ensure_sufficient_stack to data_structures | Simonas Kazlauskas | -1/+1 | |
| We anticipate this to have uses in all sorts of crates and keeping it in `rustc_data_structures` enables access to it from more locations without necessarily pulling in the large `librustc` crate. | ||||
| 2020-05-02 | Prevent stack overflow for deeply recursive code | Oliver Scherer | -1/+2 | |
| 2020-04-14 | traits/query/normalize: add some `debug!` logging for the result. | Eduard-Mihai Burtescu | -2/+13 | |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -3/+5 | |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -27/+27 | |
| 2020-03-25 | Rollup merge of #70319 - lcnr:issue63695, r=eddyb | Dylan DPC | -0/+1 | |
| correctly normalize constants closes #70317 implements https://github.com/rust-lang/rust/issues/70125#issuecomment-602133708 r? eddyb cc @varkor | ||||
| 2020-03-23 | add missing const super folds | Bastian Kauschke | -0/+1 | |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -2/+2 | |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -2/+2 | |
| 2020-03-14 | Split librustc_infer. | Camille GILLOT | -18/+64 | |
| 2020-03-14 | Move rustc_infer::traits to new crate rustc_trait_selection. | Camille GILLOT | -0/+1010 | |
