| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -188/+0 | |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -1/+1 | |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -1/+1 | |
| 2020-06-07 | Rollup merge of #72764 - jonas-schievink:mind-the-tyerr, r=estebank | Dylan DPC | -2/+8 | |
| Be more careful around ty::Error in generators cc https://github.com/rust-lang/rust/issues/72685 (doesn't close it because it's missing a reproduction to use as a test case) r? @estebank | ||||
| 2020-05-30 | Be more careful around ty::Error in generators | Jonas Schievink | -2/+8 | |
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -2/+3 | |
| 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-23 | iterate List by value | Bastian Kauschke | -1/+1 | |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -2/+1 | |
| 2020-04-17 | Adjust mir-opt test and make it drop something | Jonas Schievink | -3/+3 | |
| 2020-04-17 | Make `needs_drop` less pessimistic on generators | Jonas Schievink | -0/+17 | |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -2/+2 | |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -3/+3 | |
| 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 | -1/+1 | |
| 2020-02-09 | Apply suggestions from code review | matthewjasper | -6/+7 | |
| Co-Authored-By: varkor <github@varkor.com> | ||||
| 2020-02-02 | Address review comments | Matthew Jasper | -21/+14 | |
| * Handle arrays with const-generic lengths * Use closure for repeated code. | ||||
| 2020-02-02 | Improve needs_drop query | Matthew Jasper | -0/+171 | |
| * Handle cycles in `needs_drop` correctly * Normalize types when computing `needs_drop` * Move queries from rustc to rustc_ty | ||||
