| Age | Commit message (Expand) | Author | Lines |
| 2018-11-10 | codegen_llvm_back: simplify a conversion to char | ljedrz | -1/+1 |
| 2018-11-10 | codegen_llvm_back: remove a redundant continue | ljedrz | -1/+0 |
| 2018-11-10 | codegen_llvm_back: possible minor speedup in logic | ljedrz | -1/+1 |
| 2018-11-10 | codegen_llvm_back: use mem::replace instead of swap where more concise | ljedrz | -12/+5 |
| 2018-11-10 | codegen_llvm_back: remove 'static from consts | ljedrz | -3/+3 |
| 2018-11-10 | codegen_llvm_back: use to_owned instead of to_string with string literals | ljedrz | -5/+5 |
| 2018-11-10 | codegen_llvm_back: improve common patterns | ljedrz | -57/+30 |
| 2018-11-10 | codegen_llvm_back: remove explicit returns | ljedrz | -12/+15 |
| 2018-11-10 | codegen_llvm_back: use Cow<'static, str> where applicable | ljedrz | -22/+21 |
| 2018-11-10 | codegen_llvm_back: whitespace & formatting fixes | ljedrz | -62/+53 |
| 2018-11-10 | Remove short doc where it starts with a codeblock | Guillaume Gomez | -35/+78 |
| 2018-11-10 | Avoid converting bytes to UTF-8 strings to print, just pass bytes to stdout/err | Santiago Pastorino | -3/+6 |
| 2018-11-10 | Set BINARYEN_TRAP_MODE=clamp | Nikita Popov | -1/+7 |
| 2018-11-10 | Fix documentation typos. | Bruce Mitchener | -14/+14 |
| 2018-11-10 | Auto merge of #55830 - alexcrichton:update-cargo, r=alexcrichton | bors | -14/+15 |
| 2018-11-10 | add FromIterator<A> to Box<[A]> | Axary | -1/+17 |
| 2018-11-10 | Auto merge of #55637 - pnkfelix:issue-55552-dont-attempt-to-ascribe-projectio... | bors | -22/+93 |
| 2018-11-10 | Auto merge of #55717 - oli-obk:rustdoc_overflow, r=pnkfelix | bors | -2/+3 |
| 2018-11-09 | Fix docstring spelling mistakes | Daniel Alley | -6/+5 |
| 2018-11-09 | Fix #[cfg] for step impl on ranges | Daniel Alley | -4/+4 |
| 2018-11-09 | Don't inline virtual calls (take 2) | Wesley Wiser | -45/+85 |
| 2018-11-10 | make PhantomData #[structural_match]. | Mazdak Farrokhzad | -0/+55 |
| 2018-11-10 | adjust ui/../mod-static-with-const-fn.rs | Mazdak Farrokhzad | -3/+15 |
| 2018-11-10 | revert spurious edits. | Mazdak Farrokhzad | -16/+6 |
| 2018-11-10 | Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton | bors | -39/+47 |
| 2018-11-10 | Tidy ♪ all ♪ the ♪ way ♪♪♪♪ with ♪ a ♪ newline ♪ missing ... | Oliver Scherer | -4/+4 |
| 2018-11-10 | Add a few tests around raw pointers and interior mutability | Oliver Scherer | -0/+73 |
| 2018-11-10 | revert some more constification. | Mazdak Farrokhzad | -16/+16 |
| 2018-11-10 | revert making internal APIs const fn. | Mazdak Farrokhzad | -47/+47 |
| 2018-11-10 | reduce list to functions callable in const ctx. | Mazdak Farrokhzad | -55/+55 |
| 2018-11-10 | fix mod-static-with-const-fn.rs. | Mazdak Farrokhzad | -3/+1 |
| 2018-11-10 | --bless mod-static-with-const-fn.stderr | Mazdak Farrokhzad | -9/+2 |
| 2018-11-10 | constify parts of libstd. | Mazdak Farrokhzad | -53/+52 |
| 2018-11-10 | constify parts of liballoc. | Mazdak Farrokhzad | -21/+21 |
| 2018-11-10 | constify parts of libcore. | Mazdak Farrokhzad | -112/+84 |
| 2018-11-10 | constify libcore/time.rs | Mazdak Farrokhzad | -8/+4 |
| 2018-11-09 | Update Cargo submodule | Alex Crichton | -14/+15 |
| 2018-11-09 | Simplify logic | Esteban Küber | -8/+2 |
| 2018-11-09 | Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value` | Oliver Scherer | -0/+76 |
| 2018-11-09 | Pull in fix for dist-i686-linux build | Nikita Popov | -0/+0 |
| 2018-11-09 | don't inline `pub use some_crate` unless directly asked to | QuietMisdreavus | -1/+81 |
| 2018-11-09 | Fix ICE and find correct return span. | David Wood | -16/+55 |
| 2018-11-09 | Typecheck patterns of all match arms first, so we get types for bindings. | Felix S. Klock II | -4/+27 |
| 2018-11-09 | Fix tidy | Oliver Scherer | -2/+2 |
| 2018-11-09 | Use `SmallVec` to avoid allocations in `from_decimal_string`. | Nicholas Nethercote | -6/+10 |
| 2018-11-08 | Rollup merge of #55788 - alexcrichton:wincolors, r=petrochenkov | Mark Rousskov | -1/+7 |
| 2018-11-08 | Rollup merge of #55783 - stjepang:deprecate-select, r=SimonSapin | Mark Rousskov | -4/+7 |
| 2018-11-08 | Rollup merge of #55777 - nnethercote:less-P-in-ast, r=petrochenkov | Mark Rousskov | -7/+7 |
| 2018-11-08 | Rollup merge of #55774 - CryZe:patch-5, r=alexcrichton | Mark Rousskov | -1/+4 |
| 2018-11-08 | Rollup merge of #55761 - ljedrz:fix_promote_candidate_hack, r=estebank | Mark Rousskov | -10/+5 |