| Age | Commit message (Expand) | Author | Lines |
| 2019-05-20 | release rust 1.35.0 | Pietro Albini | -1/+1 |
| 2019-05-20 | bless test output | Pietro Albini | -1/+1 |
| 2019-05-20 | disable the ui/const-generics/cannot-infer-type-for-const-param.rs test | Pietro Albini | -0/+6 |
| 2019-05-20 | Add a test for failed inference of const types | varkor | -0/+26 |
| 2019-05-20 | Add a test for invalid const arguments | varkor | -0/+34 |
| 2019-05-20 | Make const parent errors delay_span_bugs | varkor | -3/+21 |
| 2019-05-18 | bless ui tests | Pietro Albini | -1/+2 |
| 2019-05-18 | Rollup merge of #60918 - Manishearth:betaup, r=pietroalbini | Pietro Albini | -8/+12 |
| 2019-05-18 | Rollup merge of #60881 - Xanewok:beta-save-assoc-ty-qpath, r=pietroalbini | Pietro Albini | -21/+5 |
| 2019-05-18 | Instead of ICEing on incorrect pattern, use delay_span_bug | Esteban Küber | -2/+35 |
| 2019-05-18 | Use `delay_span_bug` for "Failed to unify obligation" | Esteban Küber | -5/+61 |
| 2019-05-17 | Update beta clippy | Manish Goregaokar | -8/+12 |
| 2019-05-16 | save-analysis: Simplify match arm for type node def | Igor Matuszewski | -5/+4 |
| 2019-05-16 | save-analysis: use `qpath_def` for associated types | Igor Matuszewski | -19/+4 |
| 2019-05-15 | Update bootstrap compiler to 1.34.2 | Mark Rousskov | -2/+2 |
| 2019-05-15 | Comment out dev key in stage0.txt | Mark Rousskov | -1/+1 |
| 2019-05-14 | Rollup merge of #60806 - Xanewok:beta-save-analysis-assoc-const-ice, r=pietro... | Pietro Albini | -4/+48 |
| 2019-05-14 | Stabilize and re-export core::array | Yuki OKUSHI | -5/+8 |
| 2019-05-14 | Appease tidy | Igor Matuszewski | -2/+2 |
| 2019-05-14 | save-analysis: Add UI testsuite | Igor Matuszewski | -0/+42 |
| 2019-05-14 | save-analysis: Fix ICE when processing associated constant | Igor Matuszewski | -4/+6 |
| 2019-05-13 | Destabilize the `Error::type_id` function | Alex Crichton | -1/+4 |
| 2019-05-10 | Force #[unwind(aborts)] in test/codegen/c-variadic.rs | Josh Stone | -0/+6 |
| 2019-05-10 | Revert "Allow a dirty MirBuilt for make_extern and make_method_extern" | Josh Stone | -2/+2 |
| 2019-05-10 | Permit unwinding through FFI by default | Mark Rousskov | -1/+3 |
| 2019-04-26 | Rollup merge of #60273 - Keruspe:beta, r=pietroalbini | Pietro Albini | -2/+0 |
| 2019-04-26 | review comment: change linked ticket | Esteban Küber | -1/+1 |
| 2019-04-26 | Temporarily accept [i|u][32|size] suffixes on a tuple index and warn | Esteban Küber | -3/+31 |
| 2019-04-26 | rustdoc: Remove default keyword from re-exported trait methods | Oliver Middleton | -16/+67 |
| 2019-04-26 | Revert PR #59401 to fix issue #59652 (a stable-to-beta regression). | Felix S. Klock II | -31/+0 |
| 2019-04-26 | musl: do not compress debug section | Mateusz Mikuła | -3/+5 |
| 2019-04-25 | bump bootstrap; remove redundant imports. | Mazdak Farrokhzad | -2/+0 |
| 2019-04-10 | Update ui test | Lzu Tao | -1/+1 |
| 2019-04-10 | Re-export NonZero signed variant in std | Lzu Tao | -0/+2 |
| 2019-04-10 | this is beta 1.35.0 | Pietro Albini | -5/+5 |
| 2019-04-09 | submodules: update rls from 90f7ab0 to 49efc06 | Matthias Krüger | -0/+0 |
| 2019-04-09 | submodules: update miri from 0e4f963 to 28f2e5b | Matthias Krüger | -14/+14 |
| 2019-04-09 | submodules: update clippy from 92612c9d to 37f5c1ec | Matthias Krüger | -10/+8 |
| 2019-04-08 | Auto merge of #59724 - oli-obk:const_arg_ice, r=eddyb | bors | -4/+65 |
| 2019-04-07 | Only run SIMD tests on x86 | Oliver Scherer | -3/+9 |
| 2019-04-07 | Auto merge of #59765 - lzutao:patch-1, r=Centril | bors | -1/+3 |
| 2019-04-07 | Auto merge of #59766 - xales:revertlibtest, r=Manishearth | bors | -40/+5602 |
| 2019-04-07 | Auto merge of #59770 - pietroalbini:pin-android-emulator, r=kennytm | bors | -3/+15 |
| 2019-04-07 | ci: pin android emulator to 28.0.23 | Pietro Albini | -3/+15 |
| 2019-04-07 | Auto merge of #59119 - cramertj:cx-back, r=withoutboats | bors | -70/+176 |
| 2019-04-07 | Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg" | Jacob Greenfield | -40/+5602 |
| 2019-04-07 | Update comment | Oliver Scherer | -1/+1 |
| 2019-04-07 | Add more regression tests for accidental promotion | Oliver Scherer | -2/+39 |
| 2019-04-07 | Function arguments should never get promoted | Oliver Scherer | -1/+19 |
| 2019-04-07 | Add reference to cfg attr | lzutao | -1/+3 |