| Age | Commit message (Expand) | Author | Lines |
| 2022-08-05 | Upgrade hashbrown to 0.12.3 | Amanieu d'Antras | -2/+2 |
| 2022-08-05 | Upgrade indexmap and thorin-dwp to use hashbrown 0.12 | Josh Stone | -9/+9 |
| 2022-08-05 | Fix backwards-compatibility check for tests with `+whole-archive` | Daniel Sommermann | -1/+1 |
| 2022-07-30 | allow numbers with provenance within CTFE execution | Ralf Jung | -3/+7 |
| 2022-07-21 | beta backport of arg mismatch bugfix | Michael Goulet | -6/+2 |
| 2022-07-21 | Rollup merge of #99435 - CAD97:revert-dollar-dollar-crate, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2022-07-15 | Handle fresh lifetimes on bare trait objects. | Camille GILLOT | -0/+51 |
| 2022-07-15 | promote placeholder bounds to 'static obligations | Niko Matsakis | -6/+34 |
| 2022-07-15 | Fix sized check ICE in intrisicck | Michael Goulet | -20/+12 |
| 2022-07-09 | Only register hidden types for opaque types from the current crate, nothing e... | Oli Scherer | -1/+2 |
| 2022-07-09 | not knowing about opaque types is worse than not knowing about regions, make ... | Oli Scherer | -2/+2 |
| 2022-07-09 | Remove type flag based opaque type workaround | Oli Scherer | -8/+0 |
| 2022-07-09 | Make `evaluate_obligation` not succeed unconditionally if it registered new h... | Oli Scherer | -9/+27 |
| 2022-07-09 | use a method instead of manually doing what its body does | Oli Scherer | -1/+1 |
| 2022-07-09 | pessimistically treat all function items as containing an opaque type | Oli Scherer | -0/+5 |
| 2022-07-09 | Return a FxIndexSet in is_late_bound query. | Camille GILLOT | -3/+4 |
| 2022-06-24 | Auto merge of #98447 - JohnTitor:rollup-pponoo3, r=JohnTitor | bors | -163/+132 |
| 2022-06-24 | Rollup merge of #98419 - WaffleLapkin:remove_excess_rib, r=compiler-errors | Yuki Okushi | -1/+3 |
| 2022-06-24 | Rollup merge of #98394 - Enselic:fixup-rustc_main-renames, r=petrochenkov | Yuki Okushi | -11/+12 |
| 2022-06-24 | Rollup merge of #98280 - compiler-errors:better-call-closure-on-type-err, r=e... | Yuki Okushi | -114/+77 |
| 2022-06-24 | Rollup merge of #98214 - petrochenkov:islike, r=compiler-errors | Yuki Okushi | -20/+11 |
| 2022-06-24 | Rollup merge of #97633 - mkroening:object-osabi, r=petrochenkov | Yuki Okushi | -6/+15 |
| 2022-06-24 | Rollup merge of #96955 - Aaron1011:pretty-print-sort, r=petrochenkov | Yuki Okushi | -11/+10 |
| 2022-06-24 | Rollup merge of #91264 - GuillaumeGomez:macro-jump-to-def, r=jsha | Yuki Okushi | -0/+4 |
| 2022-06-24 | Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726 | bors | -121/+455 |
| 2022-06-23 | Rollup merge of #98388 - rosehuds:master, r=davidtwco | Michael Goulet | -4/+18 |
| 2022-06-23 | Rollup merge of #98365 - jyn514:improve-obligation-errors-review-comments, r=... | Michael Goulet | -23/+19 |
| 2022-06-23 | Rollup merge of #98355 - hoodmane:emscripten-no-default, r=petrochenkov | Michael Goulet | -1/+2 |
| 2022-06-23 | Rollup merge of #98353 - beetrees:builtin-macros-cfg-diag, r=davidtwco | Michael Goulet | -6/+38 |
| 2022-06-23 | Rollup merge of #98305 - klensy:no-err-alloc, r=compiler-errors | Michael Goulet | -32/+33 |
| 2022-06-23 | Rollup merge of #98283 - TaKO8Ki:point-at-private-fields-in-struct-literal, r... | Michael Goulet | -13/+62 |
| 2022-06-23 | Rollup merge of #98269 - compiler-errors:provide-more-segment-res, r=petroche... | Michael Goulet | -0/+1 |
| 2022-06-23 | Rollup merge of #98259 - jyn514:improve-obligation-errors, r=estebank | Michael Goulet | -12/+93 |
| 2022-06-23 | Rollup merge of #98184 - compiler-errors:elided-lifetime-in-impl-nll, r=cjgillot | Michael Goulet | -5/+56 |
| 2022-06-23 | run `x.py fmt` | Niko Matsakis | -9/+2 |
| 2022-06-23 | remove misleading comment | Niko Matsakis | -4/+1 |
| 2022-06-23 | try to clarify confusing comment | Niko Matsakis | -1/+9 |
| 2022-06-23 | normalize if-eq bounds before testing | Niko Matsakis | -1/+2 |
| 2022-06-23 | apply suggestions from oli-obk | Niko Matsakis | -8/+8 |
| 2022-06-23 | coallesce docs | Niko Matsakis | -65/+32 |
| 2022-06-23 | rename IfEqBound to IfEq | Niko Matsakis | -11/+11 |
| 2022-06-23 | remove VerifyBound::IfEq variant | Niko Matsakis | -59/+31 |
| 2022-06-23 | Session object: Set OS/ABI | Martin Kröning | -2/+10 |
| 2022-06-23 | Remove excess rib while resolving closures | Maybe Waffle | -1/+3 |
| 2022-06-22 | Set no_default_libraries: false in wasm32_emscripten target | Hood Chatham | -0/+1 |
| 2022-06-22 | Remove (transitive) reliance on sorting by DefId in pretty-printer | Aaron Hill | -11/+10 |
| 2022-06-22 | Fixup missing renames from `#[main]` to `#[rustc_main]` | Martin Nordholts | -11/+12 |
| 2022-06-22 | implement `iter_projections` function on `PlaceRef` | Rose Hudson | -4/+18 |
| 2022-06-22 | Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkov | bors | -531/+727 |
| 2022-06-22 | Rollup merge of #97895 - nbdd0121:unlikely, r=estebank | Yuki Okushi | -31/+13 |