| Age | Commit message (Expand) | Author | Lines |
| 2018-03-27 | Fix collapse toggle insertions on impl with docs | Guillaume Gomez | -0/+3 |
| 2018-03-27 | Enable target_feature on any LLVM 6+ | Josh Stone | -9/+9 |
| 2018-03-28 | Rollup merge of #49426 - lukaslueg:patch-1, r=kennytm | kennytm | -341/+343 |
| 2018-03-27 | Add extra test for expressions and fix typo in message | matthew | -3/+9 |
| 2018-03-27 | Rollup merge of #49417 - TimNN:fix-ios, r=alexcrichton | kennytm | -13/+13 |
| 2018-03-27 | Use the actual discriminant instead of always choosing the dataful variant | Oliver Schneider | -2/+11 |
| 2018-03-27 | talk about --edition in the Rustdoc Book | QuietMisdreavus | -0/+13 |
| 2018-03-27 | Auto merge of #49202 - csmoe:trait_engine, r=nikomatsakis | bors | -118/+196 |
| 2018-03-27 | add --edition flag to rustdoc | QuietMisdreavus | -8/+33 |
| 2018-03-27 | Update compiler-rt with fix for 32bit iOS ARM | Tim Neumann | -0/+0 |
| 2018-03-27 | Auto merge of #49305 - SimonSapin:fallible, r=sfackler | bors | -223/+147 |
| 2018-03-27 | Hide type declarations by default | Guillaume Gomez | -138/+165 |
| 2018-03-27 | Rollup merge of #49401 - alercah:format, r=cramertj | kennytm | -7/+8 |
| 2018-03-27 | Rollup merge of #49399 - ehuss:termcolor-update, r=alexcrichton | kennytm | -6/+6 |
| 2018-03-27 | Rollup merge of #49395 - petrochenkov:obsolete, r=alexcrichton | kennytm | -74/+0 |
| 2018-03-27 | Rollup merge of #49381 - withoutboats:str_unicode, r=SimonSapin | kennytm | -2/+42 |
| 2018-03-27 | Rollup merge of #49369 - petrochenkov:rprint, r=oli-obk | kennytm | -12/+19 |
| 2018-03-27 | Rollup merge of #49333 - GuillaumeGomez:link-assoc-const, r=QuietMisdreavus | kennytm | -8/+32 |
| 2018-03-27 | Rollup merge of #49223 - GuillaumeGomez:propose-variant-for-E0599, r=cramertj | kennytm | -2/+19 |
| 2018-03-27 | Rollup merge of #48639 - varkor:sort_by_key-cached, r=bluss | kennytm | -13/+111 |
| 2018-03-27 | Fix search appearance | Guillaume Gomez | -3/+20 |
| 2018-03-27 | Remove TryFrom impls that might become conditionally-infallible with a portab... | Simon Sapin | -191/+100 |
| 2018-03-27 | Trim discriminants to their final type size | Oliver Schneider | -6/+29 |
| 2018-03-27 | Auto merge of #49279 - varkor:generated-closure-return-type, r=alexcrichton | bors | -13/+13 |
| 2018-03-27 | Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton | bors | -1/+148 |
| 2018-03-26 | Remove an unnecessary/incorrect match in the expression check function | matthew | -15/+11 |
| 2018-03-26 | Add missing '?' to format grammar. | Alexis Hunt | -7/+8 |
| 2018-03-27 | Implement `shrink_to` method on collections | Diggory Blake | -2/+237 |
| 2018-03-26 | Fix diagnostic colors on Windows 10 console. | Eric Huss | -6/+6 |
| 2018-03-27 | libsyntax: Remove obsolete.rs | Vadim Petrochenkov | -74/+0 |
| 2018-03-26 | Add TryFrom and TryInto to the prelude | Simon Sapin | -0/+5 |
| 2018-03-26 | Stabilize the TryFrom and TryInto traits | Simon Sapin | -30/+29 |
| 2018-03-26 | Don’t use `type Error = !` for target-dependant TryFrom impls. | Simon Sapin | -1/+1 |
| 2018-03-26 | TryFrom for integers: use From instead for truely-infallible impls | Simon Sapin | -9/+20 |
| 2018-03-26 | Remove mentions of unstable sort_by_cached key from stable documentation | varkor | -8/+0 |
| 2018-03-26 | Auto merge of #49053 - alexcrichton:fail-if-build-cargo-twice, r=Mark-Simulacrum | bors | -238/+347 |
| 2018-03-27 | Fix pretty-printing for raw identifiers | Vadim Petrochenkov | -12/+19 |
| 2018-03-26 | rustbuild: Fail the build if we build Cargo twice | Alex Crichton | -238/+347 |
| 2018-03-26 | Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa | bors | -300/+105 |
| 2018-03-26 | Add a hash when a TargetPath is displayed | Philipp Oppermann | -1/+20 |
| 2018-03-26 | Canonicalize paths | Philipp Oppermann | -4/+16 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -56/+118 |
| 2018-03-26 | Auto merge of #49379 - TimNN:rollup, r=TimNN | bors | -37/+181 |
| 2018-03-26 | Check for known but incorrect attributes | matthew | -9/+118 |
| 2018-03-26 | Allow niche-filling dataful variants to be represented as a ScalarPair | Anthony Ramine | -4/+21 |
| 2018-03-26 | Remove unnecessary trait import. | boats | -2/+0 |
| 2018-03-26 | fix last two tidy | Mark Mansi | -13/+2 |
| 2018-03-26 | did i get it right now? | Mark Mansi | -0/+0 |
| 2018-03-26 | Update to master of libcompiler_builtins | Mark Mansi | -0/+0 |
| 2018-03-26 | Remove library feature test | Mark Mansi | -17/+0 |