| Age | Commit message (Expand) | Author | Lines |
| 2018-06-01 | change `PointerKind::Implicit` to a note | Niko Matsakis | -55/+81 |
| 2018-04-30 | Warn on pointless `#[derive]` in more places | Austin Bonander | -1/+2 |
| 2018-04-28 | Don't ICE on tuple struct ctor with incorrect arg count | Esteban Küber | -0/+6 |
| 2018-04-27 | improved debug output | Niko Matsakis | -3/+9 |
| 2018-04-26 | Allow variant discriminant initializers to refer to other initializers of the... | Oliver Schneider | -17/+23 |
| 2018-04-23 | Auto merge of #50182 - alexcrichton:beta-next, r=alexcrichton | bors | -0/+9 |
| 2018-04-23 | Improve assertion in Query::force(). | Michael Woerister | -1/+10 |
| 2018-04-21 | Bring back old fallback semantics: Without feature(never_type), fallback to `... | Felix S. Klock II | -0/+8 |
| 2018-04-21 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -0/+1 |
| 2018-04-20 | Paper over a bug on master | Alex Crichton | -2/+4 |
| 2018-04-20 | Properly handle ranges of signed enums using both extremums (fixes #49973) | Anthony Ramine | -5/+6 |
| 2018-04-20 | Disallow `impl Trait` in unsupported position | Shotaro Yamada | -17/+36 |
| 2018-04-20 | Print region in case of ICE | Shotaro Yamada | -1/+1 |
| 2018-04-20 | Fix ICE with impl Trait | Shotaro Yamada | -2/+6 |
| 2018-04-20 | do not propagate `Err` when determing causal info | Niko Matsakis | -19/+43 |
| 2018-04-20 | make mem-categorization use adjusted type for patterns | Niko Matsakis | -4/+33 |
| 2018-04-20 | Use InternedString instead of Symbol for type parameters. | Michael Woerister | -15/+15 |
| 2018-04-20 | Rollup merge of #50046 - michaelwoerister:backport-no-debug, r=alexcrichton | kennytm | -0/+1 |
| 2018-04-18 | Add #[no_debug] to trans_fn_attrs() query. | Michael Woerister | -0/+1 |
| 2018-04-17 | Don't abort const eval due to long running evals, just warn | Oliver Schneider | -8/+0 |
| 2018-04-17 | Get rid of redundant `HashSet` | Oliver Schneider | -17/+16 |
| 2018-04-17 | Stop referring to statics' AllocIds directly | Oliver Schneider | -40/+23 |
| 2018-04-17 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -99/+108 |
| 2018-04-11 | [incremental] Hash `Allocation`s | Shotaro Yamada | -1/+1 |
| 2018-04-01 | Auto merge of #49522 - mbrubeck:fs_read, r=SimonSapin | bors | -1/+2 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+42 |
| 2018-03-30 | Rename fs::read_string to read_to_string and stabilize | Matt Brubeck | -1/+2 |
| 2018-03-30 | Auto merge of #49424 - oli-obk:stable_allocid_hash, r=michaelwoerister | bors | -12/+22 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -185/+67 |
| 2018-03-29 | Auto merge of #49291 - tejom:check-for-known-but-incorrect-attributes, r=petr... | bors | -9/+72 |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -1/+1 |
| 2018-03-28 | Auto merge of #49394 - cramertj:stable-match-bindings, r=nikomatsakis | bors | -60/+1 |
| 2018-03-28 | Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix | bors | -11/+26 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -60/+1 |
| 2018-03-28 | Fix stable hashing of AllocIds | Oliver Schneider | -12/+22 |
| 2018-03-28 | Auto merge of #49383 - nox:scalarpair, r=eddyb | bors | -4/+15 |
| 2018-03-28 | Rollup merge of #49426 - lukaslueg:patch-1, r=kennytm | kennytm | -77/+154 |
| 2018-03-27 | Add extra test for expressions and fix typo in message | matthew | -1/+1 |
| 2018-03-27 | Auto merge of #49202 - csmoe:trait_engine, r=nikomatsakis | bors | -77/+154 |
| 2018-03-27 | Rollup merge of #49369 - petrochenkov:rprint, r=oli-obk | kennytm | -2/+6 |
| 2018-03-26 | Remove an unnecessary/incorrect match in the expression check function | matthew | -12/+2 |
| 2018-03-26 | Auto merge of #49053 - alexcrichton:fail-if-build-cargo-twice, r=Mark-Simulacrum | bors | -0/+1 |
| 2018-03-27 | Fix pretty-printing for raw identifiers | Vadim Petrochenkov | -2/+6 |
| 2018-03-26 | rustbuild: Fail the build if we build Cargo twice | Alex Crichton | -0/+1 |
| 2018-03-26 | Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa | bors | -2/+1 |
| 2018-03-26 | Canonicalize paths | Philipp Oppermann | -2/+8 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -10/+19 |
| 2018-03-26 | Check for known but incorrect attributes | matthew | -9/+82 |
| 2018-03-26 | Allow niche-filling dataful variants to be represented as a ScalarPair | Anthony Ramine | -4/+15 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -2/+1 |