| Age | Commit message (Expand) | Author | Lines |
| 2021-09-06 | Auto merge of #88695 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.55.0 | bors | -11/+142 |
| 2021-09-06 | 1.55.0 stable release | Mark Rousskov | -11/+142 |
| 2021-09-04 | Auto merge of #88641 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -70/+124 |
| 2021-09-04 | Tracking issue for UNSUPPORTED_CALLING_CONVENTIONS | Simonas Kazlauskas | -5/+5 |
| 2021-09-04 | Remove implementors setting | Guillaume Gomez | -16/+1 |
| 2021-09-04 | Clean render_impl arguments | Guillaume Gomez | -46/+67 |
| 2021-09-04 | Add tests for implementors associated types display | Guillaume Gomez | -12/+40 |
| 2021-09-04 | Put back "auto-collapse-implementors" setting | Guillaume Gomez | -0/+6 |
| 2021-09-04 | Put back display of associated items (types and consts) | Guillaume Gomez | -11/+33 |
| 2021-09-04 | Delete long-running large rlibs test | Mark Rousskov | -76/+0 |
| 2021-09-04 | Fix loading large rlibs | Mark Rousskov | -6/+82 |
| 2021-09-04 | Concrete regions can show up in mir borrowck if the originated from there. | Oli Scherer | -9/+1 |
| 2021-08-28 | Auto merge of #88400 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -17/+131 |
| 2021-08-27 | Update compiler_builtins to fix i128 shift/mul on thumbv6m | Amanieu d'Antras | -2/+2 |
| 2021-08-27 | Do not ICE on HIR based WF check when involving lifetimes | Esteban Küber | -3/+49 |
| 2021-08-27 | Fix Windows Command::env("PATH") | Chris Denton | -9/+30 |
| 2021-08-27 | move object safety test to library/core | ibraheemdev | -11/+8 |
| 2021-08-27 | make `BuildHasher` object safe | ibraheemdev | -1/+14 |
| 2021-08-27 | Split critical edge targeting the start block | Tomasz Miąsko | -1/+38 |
| 2021-08-27 | Auto merge of #88279 - ehuss:update-beta-cargo, r=ehuss | bors | -2/+2 |
| 2021-08-23 | [beta] Update cargo | Eric Huss | -2/+2 |
| 2021-08-21 | Auto merge of #88190 - pnkfelix:backport-87483, r=Mark-Simulacrum | bors | -0/+74 |
| 2021-08-20 | Mir borrowck does not generate lifetime variables for 'static lifetimes durin... | Oli Scherer | -0/+74 |
| 2021-08-12 | Auto merge of #87962 - flip1995:clippy_backport, r=Mark-Simulacrum | bors | -34/+34 |
| 2021-08-12 | Merge commit '74d1561353660104d5b1d245f9a61c11c2df0f89' into clippy_backport | flip1995 | -34/+34 |
| 2021-07-31 | Auto merge of #87571 - ehuss:update-beta-cargo, r=ehuss | bors | -1/+1 |
| 2021-07-29 | [beta] Update cargo | Eric Huss | -1/+1 |
| 2021-07-29 | Auto merge of #87588 - pietroalbini:stage0-dev, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-07-29 | remove dev:1 from stage0.txt | Pietro Albini | -2/+2 |
| 2021-07-29 | Auto merge of #7505 - flip1995:beta, r=flip1995 | bors | -34/+34 |
| 2021-07-29 | Rename two lints to comply with our lint naming convention | flip1995 | -34/+34 |
| 2021-07-28 | Auto merge of #87508 - pietroalbini:beta-next, r=Mark-Simulacrum | bors | -280/+403 |
| 2021-07-28 | add CI_ONLY_WHEN_CHANNEL and run x86_64-gnu-stable only on nightly | Pietro Albini | -25/+42 |
| 2021-07-28 | Revert "Add check to ensure error code explanations are not removed anymore e... | Pietro Albini | -22/+0 |
| 2021-07-28 | Revert "Only run error code explanation removal check if on CI" | Pietro Albini | -13/+4 |
| 2021-07-27 | Rustdoc accessibility: use real headers for doc items | bors | -218/+231 |
| 2021-07-27 | backport release notes | Erin Power | -1/+125 |
| 2021-07-27 | this is now 1.55 beta | Pietro Albini | -5/+5 |
| 2021-07-24 | Auto merge of #87338 - SparrowLii:MaybeTrait, r=wesleywiser | bors | -33/+17 |
| 2021-07-23 | Auto merge of #86429 - JohnTitor:get-by-key-enum-part-2, r=oli-obk | bors | -50/+24 |
| 2021-07-23 | Auto merge of #87413 - JohnTitor:rollup-dht22jk, r=JohnTitor | bors | -44/+213 |
| 2021-07-24 | Rollup merge of #87412 - r00ster91:patch-13, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-07-24 | Rollup merge of #87398 - GuillaumeGomez:test-font-module-items, r=notriddle | Yuki Okushi | -0/+4 |
| 2021-07-24 | Rollup merge of #87380 - jyn514:smarter-submodule-defaults, r=Mark-Simulacrum | Yuki Okushi | -5/+10 |
| 2021-07-24 | Rollup merge of #87358 - jyn514:dry-run, r=Mark-Simulacrum | Yuki Okushi | -2/+10 |
| 2021-07-24 | Rollup merge of #87322 - chazkiker2:fix/suggestion-ref-sync-send, r=estebank | Yuki Okushi | -7/+80 |
| 2021-07-24 | Rollup merge of #87283 - pietroalbini:configure-codegen-backends, r=Mark-Simu... | Yuki Okushi | -0/+3 |
| 2021-07-24 | Rollup merge of #87266 - hellow554:issue87076, r=Mark-Simulacrum | Yuki Okushi | -0/+20 |
| 2021-07-24 | Rollup merge of #87255 - RalfJung:miri-test-libcore, r=Mark-Simulacrum | Yuki Okushi | -0/+8 |
| 2021-07-24 | Rollup merge of #87191 - adamgemmell:dev/llvm-lib-package, r=Mark-Simulacrum | Yuki Okushi | -2/+10 |