| Age | Commit message (Expand) | Author | Lines |
| 2019-07-27 | tests: Move run-pass tests with naming conflicts to ui | Vadim Petrochenkov | -172/+0 |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -20870/+0 |
| 2019-07-27 | tests: Add missing run-pass annotations | Vadim Petrochenkov | -0/+22 |
| 2019-07-24 | Stabilize the type_name intrinsic in core::any | Steven Fackler | -5/+4 |
| 2019-07-13 | Auto merge of #62584 - eddyb:circular-math-is-hard, r=pnkfelix | bors | -0/+64 |
| 2019-07-12 | rustc_codegen_ssa: fix range check in codegen_get_discr. | Eduard-Mihai Burtescu | -0/+64 |
| 2019-07-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -8/+5 |
| 2019-07-11 | Replace unsafe_destructor_blind_to_params with may_dangle | Lzu Tao | -26/+16 |
| 2019-07-04 | Permit use of mem::uninitialized via allow(deprecated) | Mark Rousskov | -0/+1 |
| 2019-06-30 | Fix run-pass tests | varkor | -1/+3 |
| 2019-06-20 | rustc_mir: support type parameters by printing them as `_`. | Eduard-Mihai Burtescu | -0/+19 |
| 2019-06-19 | Rollup merge of #61896 - eddyb:correct-self-ctor, r=petrochenkov | Mazdak Farrokhzad | -9/+0 |
| 2019-06-18 | rustc_typeck: correctly compute `Substs` for `Res::SelfCtor`. | Eduard-Mihai Burtescu | -9/+0 |
| 2019-06-17 | Make use of `ptr::null(_mut)` instead of casting zero | Lzu Tao | -5/+5 |
| 2019-06-12 | Deprecate ONCE_INIT | Steven Fackler | -2/+2 |
| 2019-06-05 | Added test suite. | Alexander Regueiro | -1/+1 |
| 2019-06-01 | Auto merge of #61394 - pietroalbini:rollup-lzugnb4, r=pietroalbini | bors | -0/+1 |
| 2019-05-30 | Update ui and run-pass for ellipsis_inclusive_range_patterns lint | memoryruins | -0/+1 |
| 2019-05-30 | Make the `type_name` intrinsic's output deterministic | Oliver Scherer | -12/+55 |
| 2019-05-29 | Update run-pass test suite to use dyn | memoryruins | -167/+167 |
| 2019-05-20 | Auto merge of #60921 - cuviper:remove-mpsc_select, r=SimonSapin | bors | -35/+0 |
| 2019-05-18 | Auto merge of #60386 - Goirad:sgx-ignore-tests, r=nikomatsakis | bors | -1/+12 |
| 2019-05-17 | Remove the unstable and deprecated mpsc_select | Josh Stone | -35/+0 |
| 2019-05-16 | Added ignore-sgx for appropriate tests | Dario Gonzalez | -1/+12 |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -3/+0 |
| 2019-05-04 | Rollup merge of #60513 - chrisvittal:remove-borrowck-compare, r=matthewjasper | Mazdak Farrokhzad | -3/+0 |
| 2019-05-03 | Update tests | Christopher Vittal | -3/+0 |
| 2019-04-30 | Rename to RUSTC_LOG | Yuki OKUSHI | -1/+1 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+4 |
| 2019-04-23 | Fix regression in line ending test | varkor | -2/+2 |
| 2019-04-22 | Remove double trailing newlines | varkor | -20/+2 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -6/+6 |
| 2019-04-08 | Add must_use annotations to Result::is_ok and is_err | Alex Gaynor | -1/+1 |
| 2019-03-31 | Fix stack overflow when generating debuginfo for 'recursive' type | Aaron Hill | -0/+8 |
| 2019-03-30 | Fix more tests | Fabian Drinck | -2/+0 |
| 2019-03-16 | Rollup merge of #59025 - aoikonomopoulos:issue-57924, r=varkor | kennytm | -0/+9 |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -47/+318 |
| 2019-03-13 | Fix generic argument lookup for Self | Angelos Oikonomopoulos | -0/+9 |
| 2019-03-04 | Regression test for #58435. | Felix S. Klock II | -0/+17 |
| 2019-02-26 | Normalize the type Self resolves to in an impl | Angelos Oikonomopoulos | -0/+13 |
| 2019-02-25 | Test that binop subtyping in rustc_typeck fixes #27949 | Jamie Turner | -0/+41 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -1/+1 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -2/+2 |
| 2019-01-04 | implement a hack to make traitobject 0.1.0 compile | Ariel Ben-Yehuda | -47/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -7910/+6 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -5/+56 |
| 2018-12-21 | Stabilize #[repr(packed(N))] | Taylor Cramer | -1/+0 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -0/+1 |
| 2018-12-19 | Rollup merge of #56772 - pnkfelix:issue-54153-linkage-sometimes-requires-opti... | Pietro Albini | -0/+5 |
| 2018-12-19 | FIXME(31702) remove fixme, move auxiliaries to the right place and fix hr_lif... | Niv Kaminer | -5/+56 |