| Age | Commit message (Expand) | Author | Lines |
| 2022-08-08 | Auto merge of #100273 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.63.0 | bors | -38/+322 |
| 2022-08-08 | Add regression test comment | Noah Lev | -0/+2 |
| 2022-08-08 | Synthetize a trait ref when none is available. | Camille GILLOT | -7/+15 |
| 2022-08-08 | Avoid ICE in rustdoc. | Camille GILLOT | -5/+24 |
| 2022-08-08 | Move `significant_drop_in_scrutinee` into `nursey` | Jason Newcomb | -3/+2 |
| 2022-08-08 | rustdoc: do not mark the contents of a skipped module as inlined | Michael Howell | -21/+70 |
| 2022-08-08 | Bump to stable | Mark Rousskov | -4/+211 |
| 2022-08-05 | Auto merge of #100171 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -83/+247 |
| 2022-08-05 | fixup rustdoc test | Mark Rousskov | -2/+2 |
| 2022-08-05 | Update Cargo.lock | Mark Rousskov | -2/+2 |
| 2022-08-05 | rustdoc: avoid inlining foreigns with duplicate names | Michael Howell | -5/+27 |
| 2022-08-05 | rustdoc: avoid inlining modules with duplicate names | Michael Howell | -2/+26 |
| 2022-08-05 | Upgrade hashbrown to 0.12.3 | Amanieu d'Antras | -4/+4 |
| 2022-08-05 | Upgrade indexmap and thorin-dwp to use hashbrown 0.12 | Josh Stone | -41/+20 |
| 2022-08-05 | Move write! and writeln! temporaries test to check-fail | David Tolnay | -16/+93 |
| 2022-08-05 | Regression in issue 99684 fixed | David Tolnay | -31/+1 |
| 2022-08-05 | Revert write! and writeln! to late drop temporaries | David Tolnay | -8/+6 |
| 2022-08-05 | Add regression test minimized from async-std write | David Tolnay | -0/+67 |
| 2022-08-05 | Fix backwards-compatibility check for tests with `+whole-archive` | Daniel Sommermann | -4/+31 |
| 2022-08-05 | rustc-docs: Be less specific about the representation of `+bundle` | Vadim Petrochenkov | -3/+3 |
| 2022-08-04 | Auto merge of #99965 - RalfJung:ctfe-number-prov, r=eddyb | bors | -467/+366 |
| 2022-07-30 | allow numbers with provenance within CTFE execution | Ralf Jung | -467/+366 |
| 2022-07-22 | Auto merge of #99586 - ehuss:beta-backports, r=ehuss | bors | -46/+215 |
| 2022-07-21 | beta backport of arg mismatch bugfix | Michael Goulet | -22/+51 |
| 2022-07-21 | Rollup merge of #99344 - notriddle:notriddle/multiple-macro-rules-w-same-name... | Dylan DPC | -5/+107 |
| 2022-07-21 | Rollup merge of #99435 - CAD97:revert-dollar-dollar-crate, r=Mark-Simulacrum | Matthias Krüger | -19/+57 |
| 2022-07-21 | Update reference | Eric Huss | -0/+0 |
| 2022-07-16 | Auto merge of #99300 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -35/+377 |
| 2022-07-15 | Handle fresh lifetimes on bare trait objects. | Camille GILLOT | -71/+53 |
| 2022-07-15 | Add known bug test. | Camille GILLOT | -0/+118 |
| 2022-07-15 | promote placeholder bounds to 'static obligations | Niko Matsakis | -7/+86 |
| 2022-07-15 | Fix ui-fulldep test | Chris Denton | -6/+11 |
| 2022-07-15 | Tests for unsound Windows file methods | Chris Denton | -0/+101 |
| 2022-07-15 | Windows: Fallback for overlapped I/O | Chris Denton | -1/+26 |
| 2022-07-15 | Use `rtabort!` instead of `process::abort` | Chris Denton | -7/+2 |
| 2022-07-15 | Fix sized check ICE in intrisicck | Michael Goulet | -20/+57 |
| 2022-07-10 | Auto merge of #99098 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -191/+162 |
| 2022-07-09 | Backport "Update llvm-project #98567" | Mark Rousskov | -0/+0 |
| 2022-07-09 | Fix tests after beta backport | Mark Rousskov | -2/+2 |
| 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 | -181/+30 |
| 2022-07-09 | Make `evaluate_obligation` not succeed unconditionally if it registered new h... | Oli Scherer | -11/+31 |
| 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 | -4/+63 |
| 2022-07-09 | rustdoc: filter '_ lifetimes from ty::PolyTraitRef | Michael Howell | -1/+23 |
| 2022-07-09 | Add link to issue for src/test/incremental/async-lifetimes.rs | Michael Woerister | -0/+2 |
| 2022-07-09 | Add regression test. | Camille GILLOT | -0/+17 |
| 2022-07-09 | Return a FxIndexSet in is_late_bound query. | Camille GILLOT | -3/+4 |
| 2022-07-06 | Auto merge of #98949 - ehuss:update-beta-cargo, r=ehuss | bors | -21/+160 |