| Age | Commit message (Expand) | Author | Lines |
| 2018-10-09 | Auto merge of #54877 - arielb1:destabilize-outlives, r=nikomatsakis | bors | -0/+54 |
| 2018-10-08 | Call Foo::async_method in the async-await test | Jonas Schievink | -14/+1 |
| 2018-10-08 | Fix dead code lint for functions using impl Trait | Jonas Schievink | -0/+84 |
| 2018-10-07 | add test for #54467 | Ariel Ben-Yehuda | -0/+54 |
| 2018-09-29 | Do not put noalias annotations by default | Simonas Kazlauskas | -0/+33 |
| 2018-09-11 | Recover proper regression test for issue #16278. | Felix S. Klock II | -1/+0 |
| 2018-09-10 | Auto merge of #54000 - jkozlowski:fix-53174, r=cramertj | bors | -1/+52 |
| 2018-09-10 | rustc_resolve: ignore uniform_paths canaries that resolve to an import of the... | Eduard-Mihai Burtescu | -29/+0 |
| 2018-09-09 | Auto merge of #53998 - eddyb:issue-53728, r=oli-obk | bors | -0/+26 |
| 2018-09-08 | Rollup merge of #53993 - eddyb:issue-53691, r=petrochenkov | kennytm | -0/+37 |
| 2018-09-07 | Rollup merge of #53994 - pnkfelix:issue-53764-migrate-run-pass-dirs-to-ui, r=... | kennytm | -7266/+0 |
| 2018-09-07 | Rollup merge of #53992 - pnkfelix:issue-53764-migrate-run-pass-borrowck-to-ui... | kennytm | -1266/+0 |
| 2018-09-07 | Rollup merge of #53860 - pnkfelix:issue-53764-migrate-run-pass-to-ui, r=nikom... | kennytm | -93356/+0 |
| 2018-09-06 | Fixup whitespace | Jakub Kozlowski | -9/+9 |
| 2018-09-06 | rustc_resolve: allow `use crate_name;` under `uniform_paths`. | Eduard-Mihai Burtescu | -0/+29 |
| 2018-09-06 | Allow named lifetimes in async functions. | Jakub Kozlowski | -1/+52 |
| 2018-09-06 | rustc_codegen_llvm: don't assume offsets are always aligned. | Eduard-Mihai Burtescu | -0/+26 |
| 2018-09-06 | Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa... | Felix S. Klock II | -7266/+0 |
| 2018-09-06 | rustc_resolve: don't record uniform_paths canaries as reexports. | Eduard-Mihai Burtescu | -0/+37 |
| 2018-09-06 | Migrated `src/test/run-pass/borrowck` to `src/test/ui/run-pass`. | Felix S. Klock II | -1266/+0 |
| 2018-09-06 | Move a bunch of auxiliary support files into `ui/run-pass/**/auxiliary`. | Felix S. Klock II | -4068/+0 |
| 2018-09-06 | Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`. | Felix S. Klock II | -89288/+0 |
| 2018-09-06 | Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis | bors | -0/+29 |
| 2018-09-03 | Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obk | bors | -0/+174 |
| 2018-09-03 | Add missing brace | Tim Diekmann | -1/+1 |
| 2018-09-03 | Add ident function to the rest of the tests | Cyres | -22/+34 |
| 2018-09-03 | Wrap rhs in ident function | Tim Diekmann | -7/+11 |
| 2018-09-01 | rebase | Tim | -0/+158 |
| 2018-09-01 | Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkor | bors | -19/+21 |
| 2018-08-31 | Auto merge of #53755 - llogiq:fix-unsound-16bit-range, r=nagisa | bors | -0/+23 |
| 2018-08-31 | Restrict most uses of `const_fn` to `min_const_fn` | Oliver Schneider | -18/+18 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -1/+3 |
| 2018-08-30 | Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth | Pietro Albini | -1/+1 |
| 2018-08-30 | Rollup merge of #53476 - GuillaumeGomez:try-from-int-error-partial-eq, r=KodrAus | Pietro Albini | -0/+21 |
| 2018-08-30 | Made std::intrinsics::transmute() const fn. | thedarkula | -0/+22 |
| 2018-08-30 | fix u32 steps_between for 16-bit systems | Andre Bogus | -0/+23 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -1/+1 |
| 2018-08-29 | Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk | bors | -0/+8 |
| 2018-08-28 | Add partialeq implementation for TryFromIntError type | Guillaume Gomez | -0/+21 |
| 2018-08-28 | restructure unary_op to also dispatch on type first; fix promotion with unary... | Ralf Jung | -0/+8 |
| 2018-08-27 | Auto merge of #53227 - nivkner:pin_move, r=RalfJung | bors | -4/+4 |
| 2018-08-26 | fix `is_non_exhaustive` confusion between structs and enums | Ariel Ben-Yehuda | -0/+29 |
| 2018-08-25 | Update Cargo submodule | Alex Crichton | -2/+2 |
| 2018-08-24 | Auto merge of #53662 - kennytm:rollup, r=kennytm | bors | -1/+50 |
| 2018-08-24 | Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov | kennytm | -0/+49 |
| 2018-08-24 | Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe | kennytm | -1/+1 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -1/+0 |
| 2018-08-23 | Prefer `.nth(n)` over `.skip(n).next()`. | Corey Farwell | -1/+1 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -12/+34 |
| 2018-08-23 | move PinBox into pin module and export through std | Niv Kaminer | -2/+2 |