| Age | Commit message (Expand) | Author | Lines |
| 2020-01-20 | Make sure that all upstream generics get re-exported from Rust dylibs. | Michael Woerister | -0/+8 |
| 2020-01-16 | Revert previous attempt at detecting unsatisfiable predicates | Aaron Hill | -3/+3 |
| 2020-01-15 | Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper... | Yuki Okushi | -3/+3 |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -1/+8 |
| 2020-01-13 | Use TraitQueryMode::Canonical when testing predicates in const prop | Aaron Hill | -3/+3 |
| 2020-01-12 | Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisa | bors | -0/+9 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -0/+9 |
| 2020-01-11 | canonicalize some lint imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | Remove sanitizer_runtime attribute | Tomasz Miąsko | -4/+0 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-04 | move describe_as_module to where it's used | Mazdak Farrokhzad | -11/+19 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -2/+2 |
| 2019-12-31 | Auto merge of #67597 - estebank:placeholder-type, r=oli-obk | bors | -0/+10 |
| 2019-12-29 | clean up logic | Esteban Küber | -0/+10 |
| 2019-12-29 | Move reachable_set query in librustc_passes. | Camille GILLOT | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -9/+8 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -2/+9 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -0/+1 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -9/+9 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -1/+7 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -11/+15 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -1/+1 |
| 2019-11-20 | Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister | Mazdak Farrokhzad | -0/+6 |
| 2019-11-15 | Fix nits from review | Dylan MacKenzie | -3/+3 |
| 2019-11-15 | Use a bespoke type for the result of `mir_const_qualif` | Dylan MacKenzie | -1/+1 |
| 2019-11-13 | Add HIR pass to check for `if`s and `loop`s in a `const` | Dylan MacKenzie | -0/+5 |
| 2019-11-08 | Stop returning promotables from `mir_const_qualif` | Dylan MacKenzie | -1/+1 |
| 2019-11-05 | Rollup merge of #66012 - nnethercote:dequery-trivial_dropck_outlives, r=micha... | Pietro Albini | -6/+0 |
| 2019-11-03 | add rustc_error(delay_span_bug_from_inside_query) attribute | Quentin Boyer | -0/+6 |
| 2019-11-01 | De-querify `trivial_dropck_outlives`. | Nicholas Nethercote | -6/+0 |
| 2019-10-31 | Implement dual proc macro hashing | msizanoen | -0/+4 |
| 2019-10-29 | Don't use eval_always for miri queries used from codegen. | Eduard-Mihai Burtescu | -2/+0 |
| 2019-10-28 | Rollup merge of #65664 - anp:panic-location, r=eddyb | Mazdak Farrokhzad | -0/+6 |
| 2019-10-27 | Always use consteval to codegen caller_location. | Adam Perry | -0/+6 |
| 2019-10-24 | rustc: add `Span`s to `inferred_outlives_of` predicates. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-10-21 | Use `Symbol` for codegen unit names. | Nicholas Nethercote | -2/+2 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -8/+5 |
| 2019-10-12 | Make trivial dropck outlives a query | Mark Rousskov | -0/+6 |
| 2019-09-30 | Remove HIR based const qualification | Matthew Jasper | -13/+1 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-27 | cleanup dead ast-borrowck / migrate-mode code. | Mazdak Farrokhzad | -4/+0 |
| 2019-09-27 | cleanup check_match wrt. SignalledError. | Mazdak Farrokhzad | -1/+1 |
| 2019-09-26 | Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis | bors | -1/+1 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -0/+4 |
| 2019-09-24 | resolve the rustc_reservation_impl attribute in 1 place | Ariel Ben-Yehuda | -1/+1 |
| 2019-09-23 | rustc: Fix mixing crates with different `share_generics` | Alex Crichton | -1/+3 |
| 2019-09-23 | rustc: Convert `dependency_formats` to a query | Alex Crichton | -0/+4 |
| 2019-09-21 | rename is_async_fn to asyncness | csmoe | -1/+1 |
| 2019-09-19 | append asyncness info to functions | csmoe | -1/+1 |