| Age | Commit message (Expand) | Author | Lines |
| 2018-04-15 | Auto merge of #49881 - varkor:partialord-opt, r=Manishearth | bors | -1/+1 |
| 2018-04-14 | Rollup merge of #49886 - varkor:generate-deriving-span-tests-usability, r=nik... | kennytm | -6/+19 |
| 2018-04-12 | Move the core::char module to its own directory | Simon Sapin | -254/+0 |
| 2018-04-11 | Update compile-fail tests | varkor | -1/+1 |
| 2018-04-11 | Ignore copyright year when generating deriving span tests | varkor | -6/+19 |
| 2018-03-22 | Use GNU version of fgrep/egrep tool if available | Sébastien Marie | -0/+5 |
| 2018-03-06 | Remove unused 'src/etc/ziggurat_tables.py' Python script. | Corey Farwell | -127/+0 |
| 2018-03-05 | Remove seemingly unused sugarise-doc-comments Python script. | Corey Farwell | -93/+0 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -0/+2 |
| 2018-02-10 | fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}} | Matthias Krüger | -4/+4 |
| 2018-01-30 | Implement extensible syscall interface for wasm | Diggory Blake | -65/+84 |
| 2017-12-21 | Correct the return type for `x86_mm256_sad_epu8` | varkor | -1/+1 |
| 2017-12-17 | Distribute intrinsic.natvis with the compiler for windows-msvc. | Antal Szabó | -1/+1 |
| 2017-12-02 | Use more convenient and UNIX-agnostic shebang | Sébastien Santoro | -1/+1 |
| 2017-11-28 | Auto merge of #46207 - kennytm:kill-grep, r=alexcrichton | bors | -0/+89 |
| 2017-11-28 | ci: Start running wasm32 tests on Travis | Alex Crichton | -10/+6 |
| 2017-11-28 | Replace most call to grep in run-make by a script that cat the input. | kennytm | -0/+89 |
| 2017-11-21 | fix some typos | Martin Lindhe | -1/+1 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -0/+119 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -0/+119 |
| 2017-11-16 | fix some python3 incompatibilities | Collin Anderson | -4/+8 |
| 2017-10-26 | regenerate libcore/char_private.rs | Zack M. Davis | -2/+2 |
| 2017-10-25 | Update compile-fail tests for error message deduplication. | Michael Woerister | -2/+2 |
| 2017-10-16 | rustbuild: Allow setting rls/rustfmt to "broken" | Alex Crichton | -0/+14 |
| 2017-10-10 | Rollup merge of #45071 - tromey:use-gdb-lazy-string, r=michaelwoerister | Steve Klabnik | -4/+11 |
| 2017-10-08 | debuginfo-test: Fix #45086. | kennytm | -1/+1 |
| 2017-10-06 | Implement display_hint in gdb pretty printers | Tom Tromey | -4/+11 |
| 2017-10-03 | Auto merge of #44949 - QuietMisdreavus:rustdoctest-dirs, r=nikomatsakis | bors | -0/+18 |
| 2017-10-02 | Auto merge of #44885 - lu-zero:master, r=alexcrichton | bors | -0/+70 |
| 2017-09-30 | let htmldocck.py check for directories | QuietMisdreavus | -0/+18 |
| 2017-09-27 | Add support for Vector Negative Multiply Subtract Float on PowerPC | Luca Barbato | -0/+7 |
| 2017-09-27 | Add support for Vector Truncate on PowerPC | Luca Barbato | -0/+7 |
| 2017-09-27 | Add support for Vector Round on PowerPC | Luca Barbato | -0/+7 |
| 2017-09-27 | Add support for Vector Ceiling on PowerPC | Luca Barbato | -0/+7 |
| 2017-09-27 | Add support for Vector Reciprocal Square Root Estimate Float on PowerPC | Luca Barbato | -0/+7 |
| 2017-09-27 | Add support for Vector Reciprocal Estimate Float on PowerPC | Luca Barbato | -0/+7 |
| 2017-09-27 | Add support for Vector Log2 Estimate Float on PowerPC | Luca Barbato | -0/+7 |
| 2017-09-27 | Add support for Vector Floor on PowerPC | Luca Barbato | -0/+7 |
| 2017-09-27 | Add support for Vector 2 Raised to the Exponent Estimate Float on PowerPC | Luca Barbato | -0/+7 |
| 2017-09-27 | Add support for Vector Multiply Add Float on PowerPC | Luca Barbato | -0/+7 |
| 2017-09-06 | Rollup merge of #44351 - lu-zero:master, r=nikomatsakis | Mark Simulacrum | -0/+63 |
| 2017-09-05 | Add support for Vector Sum Saturated on PowerPC | Luca Barbato | -0/+7 |
| 2017-09-05 | Add support for Vector Sum Across Partial 1/4 Saturated on PowerPC | Luca Barbato | -0/+14 |
| 2017-09-05 | Add support for Vector Sum Across Partial 1/2 Saturated on PowerPC | Luca Barbato | -0/+7 |
| 2017-08-31 | Add support for Vector Multiply Sum Saturated on PowerPC | Luca Barbato | -0/+7 |
| 2017-08-31 | Add support for Vector Multiply Sum on PowerPC | Luca Barbato | -0/+21 |
| 2017-08-31 | Add support for Vector Multiply Add Saturated on PowerPC | Luca Barbato | -0/+7 |
| 2017-08-26 | Allow htmldocck to run using Python 3. | kennytm | -13/+20 |
| 2017-08-16 | Add support for Vector Unpack High and Low on PowerPC | Luca Barbato | -0/+14 |
| 2017-08-16 | Add support for Vector Pack Pixel on PowerPC | Luca Barbato | -0/+7 |