| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -33/+0 | |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -1/+1 | |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -1/+1 | |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -0/+2 | |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -2/+0 | |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -0/+1 | |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 | |
| 2020-03-02 | Remove chalk integration | CAD97 | -3/+0 | |
| 2019-12-22 | Format the world | Mark Rousskov | -5/+4 | |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -2/+0 | |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by ↵ | Vadim Petrochenkov | -1/+0 | |
| rustbuild Remove some random unnecessary lint `allow`s | ||||
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 | |
| 2019-06-11 | rustc_traits: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -0/+1 | |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 | |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 | |
| - libarena - librustc_allocator - librustc_borrowck - librustc_codegen_ssa - librustc_codegen_utils - librustc_driver - librustc_errors - librustc_incremental - librustc_metadata - librustc_passes - librustc_privacy - librustc_resolve - librustc_save_analysis - librustc_target - librustc_traits - libsyntax - libsyntax_ext - libsyntax_pos | ||||
| 2019-02-07 | Transition librustc_traits to 2018 edition | Hirokazu Hata | -7/+3 | |
| 2018-12-27 | Integrate chalk engine | scalexm | -0/+1 | |
| 2018-12-27 | Add utilities for creating generic types | scalexm | -0/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-13 | Provide program clauses for builtin types | scalexm | -0/+1 | |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -3/+1 | |
| 2018-09-22 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all ↵ | Eduard-Mihai Burtescu | -2/+2 | |
| editions. | ||||
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 | |
| Co-authored-by: nikomatsakis | ||||
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 | |
| fix for late-bound regions Fix for https://github.com/rust-lang/rust/issues/53419 r? @nikomatsakis | ||||
| 2018-08-25 | Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus | bors | -1/+0 | |
| Stablize Iterator::find_map Stabilization PR for https://github.com/rust-lang/rust/issues/49602 | ||||
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 | |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -0/+1 | |
| 2018-08-15 | Stablize Iterator::find_map | Aleksey Kladov | -1/+0 | |
| 2018-08-09 | [nll] librustc_traits: enable feature(nll) for bootstrap | memoryruins | -0/+1 | |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 | |
| 2018-07-21 | Convert implied_outlives_bounds to a query | Tyler Mandry | -0/+2 | |
| 2018-07-12 | Deny bare trait objects in the rest of rust | ljedrz | -0/+2 | |
| 2018-06-27 | move into `provide` methods | Niko Matsakis | -18/+6 | |
| 2018-06-27 | merge all the `type_op_foo` modules into one as they are so trivial | Niko Matsakis | -11/+8 | |
| 2018-06-26 | introduce `Normalizable` trait for things directly normalizable | Niko Matsakis | -0/+5 | |
| 2018-06-26 | convert `prove_predicate` into a query | Niko Matsakis | -0/+2 | |
| 2018-06-26 | make `Subtype` a true query | Niko Matsakis | -0/+2 | |
| 2018-06-26 | make `Eq` a true query | Niko Matsakis | -0/+2 | |
| 2018-06-26 | move `make_query_response` into method on infcx | Niko Matsakis | -1/+0 | |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -1/+1 | |
| 2018-06-01 | Update recursion limits | John Kåre Alsaker | -0/+2 | |
| 2018-05-24 | implement the chalk traits, albeit with many placeholders | Niko Matsakis | -0/+5 | |
| 2018-05-15 | Generalise more cases of explicit iteration of specific kinds | varkor | -0/+1 | |
| 2018-04-26 | Create a canonical trait query for `evaluate_obligation` | Aravind Gollakota | -0/+2 | |
| 2018-04-23 | first draft of `program_clauses_for_env` | Niko Matsakis | -0/+1 | |
| This computes the transitive closure of traits that appear in the environment and then appends their clauses. It needs some work, but it's in the right direction. | ||||
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -2/+0 | |
| This permits easier iteration without having to worry about warnings being denied. Fixes #49517 | ||||
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -2/+0 | |
| Holy cow that's a lot of `cfg(stage0)` removed and a lot of new stable language features! | ||||
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -1/+1 | |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -1/+1 | |
| This includes a submodule update to rustfmt in order to allow a stable feature declaration. | ||||
| 2018-03-14 | Move code into librustc_traits | scalexm | -0/+2 | |
