| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -1703/+0 | |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -2/+2 | |
| 2020-08-08 | fix clippy::needless_return: remove unneeded return statements | Matthias Krüger | -1/+1 | |
| 2020-08-08 | fix clippy::into_iter_on_ref: use .iter() instead of into_iter() on references. | Matthias Krüger | -2/+2 | |
| 2020-08-08 | fix clippy::redundant_closure: remove redundant closures and call functions ↵ | Matthias Krüger | -2/+2 | |
| directly | ||||
| 2020-08-07 | fix clippy::len_zero: use is_empty() instead of comparing .len() to zero | Matthias Krüger | -2/+2 | |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -42/+35 | |
| 2020-07-27 | this might be unqualified, but at least it's now quantified | Bastian Kauschke | -3/+3 | |
| 2020-07-27 | split ignore_qualifiers | Bastian Kauschke | -11/+18 | |
| 2020-07-27 | review | Bastian Kauschke | -3/+15 | |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -11/+26 | |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -1/+1 | |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -2/+2 | |
| 2020-06-24 | Update Chalk | Jack Huey | -51/+172 | |
| 2020-06-19 | Return type is bound too | Jack Huey | -2/+6 | |
| 2020-06-19 | Change InternedAdtDef to &'tcx AdtDef | Jack Huey | -31/+26 | |
| 2020-06-19 | Nits and change skip_binder to no_bound_vars for fndef | Jack Huey | -6/+7 | |
| 2020-06-19 | Fix building | Jack Huey | -2/+2 | |
| 2020-06-19 | Lower consts | Jack Huey | -34/+45 | |
| 2020-06-19 | Update chalk and add LifetimeOutlives and ObjectSafe lowering | Jack Huey | -9/+58 | |
| 2020-06-19 | Update Chalk | Jack Huey | -3/+8 | |
| 2020-06-19 | Remove RustDefId | Jack Huey | -166/+83 | |
| 2020-06-19 | Implement fn_def_datum | Jack Huey | -17/+38 | |
| 2020-06-19 | Use builtin types for Never, Array, and FnDef | Jack Huey | -45/+22 | |
| 2020-06-19 | Update chalk | Jack Huey | -116/+149 | |
| 2020-06-19 | Update chalk | Jack Huey | -45/+48 | |
| 2020-06-19 | Add compare-mode=chalk and add a little bit more implementations and fixmes | Jack Huey | -9/+75 | |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -2/+2 | |
| 2020-06-02 | change WellFormed predicate to GenericArg | Bastian Kauschke | -22/+26 | |
| 2020-06-02 | add WellFormedConst predicate | Bastian Kauschke | -4/+7 | |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -1/+0 | |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -36/+39 | |
| 2020-05-17 | chalk | Bastian Kauschke | -7/+6 | |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -1/+0 | |
| Remove UnnormalizedProjection This was only used for the old chalk integration with chalk-engine r? @nikomatsakis | ||||
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -1/+0 | |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -40/+36 | |
| Fixes clippy::{cone_on_copy, filter_next, redundant_closure, single_char_pattern, len_zero,redundant_field_names, useless_format, identity_conversion, map_clone, into_iter_on_ref, needless_return, option_as_ref_deref, unused_unit, unnecessary_mut_passed} | ||||
| 2020-05-07 | Fix nit and cargo.lock | Jack Huey | -1/+1 | |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -0/+1470 | |
