| Age | Commit message (Expand) | Author | Lines |
| 2017-12-02 | Update compiler-builtins and use it the 128-bit lowering MIR test | Scott McMurray | -91/+32 |
| 2017-12-02 | Rollup merge of #46412 - chrisduerr:issue-46380, r=QuietMisdreavus | kennytm | -0/+34 |
| 2017-12-02 | Rollup merge of #46405 - alexcrichton:fix-rustdoc, r=estebank | kennytm | -0/+15 |
| 2017-12-02 | Rollup merge of #46401 - alexcrichton:wasm-tests, r=arielb1 | kennytm | -1/+0 |
| 2017-12-02 | Rollup merge of #46387 - chrisduerr:master, r=QuietMisdreavus | kennytm | -0/+13 |
| 2017-12-02 | Rollup merge of #45880 - arielb1:never-coerce, r=nikomatsakis | kennytm | -10/+41 |
| 2017-12-01 | Auto merge of #46236 - davidtwco:issue-46023, r=arielb1 | bors | -0/+24 |
| 2017-12-01 | Auto merge of #45997 - estebank:pub-ident, r=nikomatsakis | bors | -7/+144 |
| 2017-12-01 | Auto merge of #45846 - pietroalbini:use-nested-groups, r=petrochenkov | bors | -4/+128 |
| 2017-12-01 | Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddyb | bors | -1117/+5 |
| 2017-11-30 | Added test for spurious cannot borrow immutable item error with a closure | David Wood | -0/+2 |
| 2017-11-30 | Added test for immutable unique closure upvar mutation. | David Wood | -0/+22 |
| 2017-11-30 | Fix htmldocck naming | Christian Duerr | -2/+2 |
| 2017-11-30 | Hide trait impl with private trait type parameter | Christian Duerr | -0/+19 |
| 2017-11-30 | Show hidden items with rustdoc's document-private | Christian Duerr | -0/+15 |
| 2017-11-30 | rustc: Filter out bogus extern crate warnings | Alex Crichton | -0/+15 |
| 2017-11-30 | wasm: Update LLVM to fix a test | Alex Crichton | -1/+0 |
| 2017-11-30 | make coercions to `!` in unreachable code a hard error | Ariel Ben-Yehuda | -10/+41 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -4/+128 |
| 2017-11-30 | Auto merge of #46226 - arielb1:special-region-obligation, r=nikomatsakis | bors | -0/+32 |
| 2017-11-30 | Auto merge of #46041 - zilbuz:issue-44837, r=arielb1 | bors | -16/+39 |
| 2017-11-30 | Fix rustoc item summaries that are headers | Christian Duerr | -0/+13 |
| 2017-11-29 | incr.comp.: Update test cases after metadata hashing removal. | Michael Woerister | -1117/+5 |
| 2017-11-29 | Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon | kennytm | -71/+7 |
| 2017-11-28 | Auto merge of #46207 - kennytm:kill-grep, r=alexcrichton | bors | -120/+155 |
| 2017-11-28 | ci: Start running wasm32 tests on Travis | Alex Crichton | -21/+28 |
| 2017-11-28 | Disable the cdylib-fewer-symbols test for all Windows (test was broken). | kennytm | -1/+3 |
| 2017-11-28 | Replace most call to grep in run-make by a script that cat the input. | kennytm | -119/+152 |
| 2017-11-28 | mir-borrowck: Update tests | Basile Desloges | -16/+39 |
| 2017-11-28 | Auto merge of #46123 - Gankro:c-repr, r=eddyb | bors | -3/+403 |
| 2017-11-28 | Fix and improve test for enum repr sizes | Alexis Beingessner | -3/+49 |
| 2017-11-28 | tests: update to include move annotations in MIR. | Eduard-Mihai Burtescu | -128/+128 |
| 2017-11-27 | Auto merge of #46312 - kennytm:rollup, r=kennytm | bors | -2/+153 |
| 2017-11-28 | Rollup merge of #46282 - estebank:impl-trait-cicle-span, r=arielb1 | kennytm | -1/+53 |
| 2017-11-28 | Rollup merge of #46258 - colinmarsh19:master, r=estebank | kennytm | -0/+23 |
| 2017-11-28 | Rollup merge of #46249 - estebank:suggest-slice, r=arielb1 | kennytm | -0/+76 |
| 2017-11-28 | Rollup merge of #46231 - ritiek:verbs, r=arielb1 | kennytm | -1/+1 |
| 2017-11-27 | Auto merge of #46022 - matthewjasper:cannot-assign-twice-error, r=arielb1 | bors | -11/+226 |
| 2017-11-27 | Auto merge of #44884 - arielb1:pack-safe, r=nikomatsakis,eddyb | bors | -3/+347 |
| 2017-11-27 | reword to "consider borrowing here: `{suggestion}`" | Esteban Küber | -2/+2 |
| 2017-11-27 | Fix test | Esteban Küber | -1/+1 |
| 2017-11-27 | Make main span in impl-trait ciclic reference point to def_span | Esteban Küber | -8/+2 |
| 2017-11-27 | Update tests involving E0384 for mir-borrowck | Matthew Jasper | -11/+60 |
| 2017-11-27 | Don't show first assignment in loops | Matthew Jasper | -0/+118 |
| 2017-11-27 | Add initialization info to `MoveData` | Matthew Jasper | -0/+48 |
| 2017-11-27 | Auto merge of #46273 - semarie:openbsd-libc++, r=alexcrichton | bors | -1/+1 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -71/+7 |
| 2017-11-26 | Auto merge of #46168 - durka:macro-backtrace, r=durka | bors | -30/+30 |
| 2017-11-26 | Make impl-trait ciclical reference error point to def_span | Esteban Küber | -16/+4 |
| 2017-11-26 | Move "auto trait leak" impl-trait cycle dependency test to ui | Esteban Küber | -0/+70 |