| Age | Commit message (Expand) | Author | Lines |
| 2018-05-03 | Fix issue #50415. | kennytm | -0/+27 |
| 2018-05-03 | rustdoc: Resolve nested `impl Trait`s | Shotaro Yamada | -0/+7 |
| 2018-05-03 | Unit test for the new implicit borrow and deref within the | Felix S. Klock II | -0/+61 |
| 2018-05-03 | Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov | bors | -2/+100 |
| 2018-05-03 | check if the token is a lifetime before parsing | rleungx | -0/+20 |
| 2018-05-03 | run-make/cross-lang-lto: Make output artifact names consistent across platforms. | Michael Woerister | -2/+3 |
| 2018-05-03 | Ignore cross-lang-lto test for LLVM versions without ThinLTO. | Michael Woerister | -2/+5 |
| 2018-05-03 | Add LLVM bin directory to PATH for running run-make tests. | Michael Woerister | -1/+1 |
| 2018-05-03 | Add tests for -Z cross-lang-lto. | Michael Woerister | -0/+76 |
| 2018-05-03 | Rollup merge of #50302 - GuillaumeGomez:add-query-search-order-check, r=Quiet... | kennytm | -1/+3 |
| 2018-05-03 | Auto merge of #50378 - varkor:repr-align-max-29, r=eddyb | bors | -1/+4 |
| 2018-05-02 | Skip checking for unused mutable locals that have no name | Keith Yeung | -0/+34 |
| 2018-05-03 | add missing output for ui test | Michael Lamparski | -0/+8 |
| 2018-05-02 | forbid empty identifiers from concat_idents | Michael Lamparski | -0/+15 |
| 2018-05-02 | Auto merge of #50355 - petrochenkov:50187, r=oli-obk | bors | -0/+49 |
| 2018-05-02 | Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddyb | bors | -0/+102 |
| 2018-05-02 | Allow unaligned reads in constants | Oliver Schneider | -0/+28 |
| 2018-05-02 | Auto merge of #49943 - pnkfelix:fix-issue-49918, r=nikomatsakis | bors | -32/+74 |
| 2018-05-02 | fix tests | flip1995 | -2/+2 |
| 2018-05-02 | make it compile again | flip1995 | -4/+5 |
| 2018-05-02 | Change Attribute::name to return the last segment | Seiichi Uchida | -3/+3 |
| 2018-05-02 | Add tests for a new feature 'tool_attributes' | Seiichi Uchida | -0/+97 |
| 2018-05-01 | Auto merge of #49982 - petrochenkov:noreex, r=alexcrichton | bors | -548/+237 |
| 2018-05-01 | Reduce the maximum alignment to repr(align(1 << 29)) | varkor | -1/+4 |
| 2018-05-01 | Update ui/generator tests to reflect changes from new generator drop rules. | Felix S. Klock II | -32/+74 |
| 2018-05-01 | Add a print_types_sizes regression test | varkor | -0/+47 |
| 2018-05-01 | Add repr(u8) to the test | varkor | -0/+16 |
| 2018-05-01 | Correct initial field alignment for repr(C)/repr(int) | varkor | -0/+39 |
| 2018-05-01 | Auto merge of #49789 - petrochenkov:prelext, r=nikomatsakis | bors | -0/+171 |
| 2018-05-01 | Fix an error from "unused" lint + Fix rebase | Vadim Petrochenkov | -82/+74 |
| 2018-05-01 | Give removal reasons to removed features | Vadim Petrochenkov | -0/+6 |
| 2018-05-01 | Remove `macro_reexport` | Vadim Petrochenkov | -547/+238 |
| 2018-05-01 | Auto merge of #50198 - oli-obk:const_prop, r=eddyb | bors | -9/+8 |
| 2018-05-01 | Clarify wordings of the `unstable_name_collision` lint. | kennytm | -2/+2 |
| 2018-05-01 | Auto merge of #48786 - nagisa:fp, r=nikomatsakis | bors | -0/+17 |
| 2018-05-01 | Force frame pointers for the backtrace test | Simonas Kazlauskas | -0/+1 |
| 2018-05-01 | Rework force-frame-pointer | Simonas Kazlauskas | -1/+1 |
| 2018-05-01 | Don't force-enable frame pointers when generating debug info | Björn Steinbrink | -0/+16 |
| 2018-05-01 | Auto merge of #50304 - nox:uninhabited-output, r=eddyb | bors | -6/+16 |
| 2018-05-01 | Better support for import resolution in 3 namespaces | Vadim Petrochenkov | -0/+49 |
| 2018-04-30 | Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakis | bors | -239/+104 |
| 2018-05-01 | Rollup merge of #50330 - japaric:used, r=nagisa | kennytm | -0/+28 |
| 2018-05-01 | Rollup merge of #50327 - varkor:match-unused-struct-field, r=estebank | kennytm | -6/+85 |
| 2018-05-01 | Rollup merge of #50325 - petrochenkov:pmgate, r=alexcrichton | kennytm | -13/+42 |
| 2018-05-01 | Rollup merge of #50233 - mark-i-m:const_vec, r=kennytm | kennytm | -0/+17 |
| 2018-04-30 | Improve div by zero const eval errors | Oliver Schneider | -6/+5 |
| 2018-04-30 | Update ui test output | Oliver Schneider | -7/+7 |
| 2018-04-30 | Auto merge of #50326 - ollie27:rustdoc_cross_crate_const_link, r=GuillaumeGomez | bors | -0/+103 |
| 2018-04-30 | Auto merge of #50272 - scottmcm:termination-test-error, r=nikomatsakis | bors | -0/+34 |
| 2018-04-30 | check that #[used] is used only on statics | Jorge Aparicio | -0/+28 |