| Age | Commit message (Expand) | Author | Lines |
| 2018-03-19 | Auto merge of #49095 - alexcrichton:debug-asmjs, r=kennytm | bors | -3/+24 |
| 2018-03-18 | Review fixes. | Yukio Siraichi | -16/+13 |
| 2018-03-18 | Rebased with master. | Yukio Siraichi | -3/+3 |
| 2018-03-18 | Created multiple line test. | Yukio Siraichi | -0/+43 |
| 2018-03-18 | New test added. | Yukio Siraichi | -2/+35 |
| 2018-03-18 | Test added. | Yukio Siraichi | -0/+33 |
| 2018-03-18 | add codegen test | gnzlbg | -0/+35 |
| 2018-03-18 | add simd_select intrinsic | gnzlbg | -0/+200 |
| 2018-03-18 | Allow test target to pass without installing | Sébastien Marie | -1/+1 |
| 2018-03-18 | Feature gate raw identifiers. | Lymia Aluysia | -4/+39 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -2/+234 |
| 2018-03-18 | Auto merge of #48985 - scalexm:lowering, r=nikomatsakis | bors | -0/+28 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -2/+2 |
| 2018-03-17 | Auto merge of #48842 - petrochenkov:under, r=nikomatsakis | bors | -6/+32 |
| 2018-03-17 | Use num::NonZero* instead of NonZero<_> in rustc and tests | Simon Sapin | -30/+22 |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -2/+2 |
| 2018-03-17 | Reject `_` in `ident` matcher | Vadim Petrochenkov | -2/+27 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -6/+7 |
| 2018-03-17 | remove FIXME(#27889) since the issue is already fixed | Niv Kaminer | -1/+0 |
| 2018-03-17 | update FIXME(#7622) to point to issue 44580 (tracking issue for const generics) | Niv Kaminer | -1/+1 |
| 2018-03-17 | Auto merge of #48936 - Zoxc:cstore, r=michaelwoerister | bors | -1/+1 |
| 2018-03-17 | improve attribute trailing semicolon error | csmoe | -0/+20 |
| 2018-03-17 | Remove unused imports | John Kåre Alsaker | -2/+1 |
| 2018-03-17 | Rollup merge of #49077 - sinkuu:macro_use_typo, r=estebank | kennytm | -0/+43 |
| 2018-03-17 | Rollup merge of #48983 - gnzlbg:red, r=alexcrichton | kennytm | -0/+254 |
| 2018-03-17 | Rollup merge of #48960 - nikomatsakis:issue-48468-dyn-trait-elision, r=cramertj | kennytm | -0/+59 |
| 2018-03-16 | ci: Disable optimized tests for asm.js | Alex Crichton | -3/+24 |
| 2018-03-16 | extend stable hasher to support `CanonicalTy` | Niko Matsakis | -0/+22 |
| 2018-03-16 | Cleanup metadata and incremental cache processing of constants | Oliver Schneider | -0/+18 |
| 2018-03-16 | Auto merge of #48818 - michaelwoerister:issue-47309, r=eddyb | bors | -0/+31 |
| 2018-03-16 | Update tests | John Kåre Alsaker | -15/+68 |
| 2018-03-16 | ignore emscripten | gnzlbg | -0/+2 |
| 2018-03-16 | Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton | bors | -2/+14 |
| 2018-03-16 | Checks for unknown attributes before aborting | Shotaro Yamada | -0/+43 |
| 2018-03-16 | Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov | bors | -0/+78 |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -133/+400 |
| 2018-03-16 | Rollup merge of #49037 - estebank:coherence-tweaks, r=nikomatsakis | kennytm | -10/+43 |
| 2018-03-16 | Rollup merge of #48990 - ExpHP:dont-drop-the-bomb, r=estebank | kennytm | -0/+39 |
| 2018-03-16 | Rollup merge of #49042 - kennytm:fix-e0307-typo, r=rkruppe | kennytm | -1/+1 |
| 2018-03-16 | Rollup merge of #49007 - estebank:follow-up-47574, r=oli-obk | kennytm | -8/+9 |
| 2018-03-15 | Coherence diagnostic tweaks | Esteban Küber | -10/+43 |
| 2018-03-16 | Rollup merge of #48922 - petrochenkov:asunder, r=nikomatsakis | kennytm | -0/+130 |
| 2018-03-16 | Rollup merge of #48875 - jcowgill:mips-test-fixes, r=sanxiyn | kennytm | -10/+72 |
| 2018-03-16 | Rollup merge of #48706 - ehuss:main-not-found-in-crate, r=estebank | kennytm | -104/+106 |
| 2018-03-15 | add missing min-llvm-version | gnzlbg | -0/+5 |
| 2018-03-15 | Auto merge of #47813 - kennytm:stable-incl-range, r=nrc | bors | -141/+89 |
| 2018-03-15 | add compile fail tests | gnzlbg | -0/+76 |
| 2018-03-15 | Auto merge of #48138 - estebank:issue-45092, r=nikomatsakis | bors | -51/+116 |
| 2018-03-15 | Properly handle collecting default impls of methods with lifetime parameters. | Michael Woerister | -0/+31 |
| 2018-03-15 | Remove unnecessary "`" in error message E0307 (invalid self type). | kennytm | -1/+1 |