| Age | Commit message (Expand) | Author | Lines |
| 2019-07-16 | Make pretty-expanded-hygiene a `ui` test | Matthew Jasper | -21/+12 |
| 2019-07-16 | Change all run-pass hygiene tests to `ui` tests | Matthew Jasper | -21/+14 |
| 2019-07-16 | Auto merge of #62723 - Mark-Simulacrum:rollup-vjdzlam, r=Mark-Simulacrum | bors | -238/+62 |
| 2019-07-16 | Rollup merge of #62703 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -8/+8 |
| 2019-07-16 | Rollup merge of #62702 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -7/+7 |
| 2019-07-16 | Rollup merge of #62693 - alexcrichton:rm-travis-appveyor, r=Mark-Simulacrum | Mark Rousskov | -215/+11 |
| 2019-07-16 | Rollup merge of #62683 - c410-f3r:fn-attrs-doc, r=Centril | Mark Rousskov | -0/+27 |
| 2019-07-16 | Rollup merge of #62666 - estebank:preempt-ice, r=eddyb | Mark Rousskov | -8/+9 |
| 2019-07-16 | Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obk | bors | -2/+11 |
| 2019-07-15 | Rollup merge of #62698 - jethrogb:jb/sgx-llvm-target, r=alexcrichton | Mark Rousskov | -1/+1 |
| 2019-07-15 | Rollup merge of #62689 - 0e4ef622:patch-1, r=Xanewok | Mark Rousskov | -1/+1 |
| 2019-07-15 | Rollup merge of #62685 - nathanwhit:as_ref_suggest_fix, r=estebank | Mark Rousskov | -0/+4 |
| 2019-07-15 | Rollup merge of #62680 - ecstatic-morse:fix-dataflow-results-consumer, r=matt... | Mark Rousskov | -0/+2 |
| 2019-07-15 | Rollup merge of #62673 - RalfJung:validity-msg, r=oli-obk | Mark Rousskov | -5/+5 |
| 2019-07-15 | Rollup merge of #62668 - goodmanjonathan:fix-62660, r=estebank | Mark Rousskov | -1/+20 |
| 2019-07-15 | Rollup merge of #62662 - DutchGhost:fix_space, r=sfackler | Mark Rousskov | -6/+6 |
| 2019-07-15 | Rollup merge of #62646 - estebank:wording, r=petrochenkov | Mark Rousskov | -62/+62 |
| 2019-07-15 | Rollup merge of #62639 - immunant:invariant_valistimpl, r=eddyb | Mark Rousskov | -49/+124 |
| 2019-07-15 | Rollup merge of #62634 - llogiq:uninit-array-docs, r=RalfJung | Mark Rousskov | -5/+7 |
| 2019-07-15 | Rollup merge of #62533 - GuillaumeGomez:missing-urls-CannotReallocInPlace, r=... | Mark Rousskov | -2/+5 |
| 2019-07-15 | Rollup merge of #62491 - GuillaumeGomez:fix-pin-urls-for-option, r=QuietMisdr... | Mark Rousskov | -0/+4 |
| 2019-07-15 | Rollup merge of #62405 - hellow554:patch-1, r=varkor | Mark Rousskov | -1/+9 |
| 2019-07-15 | Rollup merge of #62103 - RalfJung:debug-assert, r=alexcrichton | Mark Rousskov | -4/+38 |
| 2019-07-16 | normalize use of backticks in compiler messages for libsyntax/parse | Samy Kacimi | -8/+8 |
| 2019-07-15 | normalize use of backticks in compiler messages for libsyntax_ext | Samy Kacimi | -7/+7 |
| 2019-07-15 | SGX target: don't pretend to be GNU/Linux to LLVM | Jethro Beekman | -1/+1 |
| 2019-07-15 | ci: Remove Travis/AppVeyor configuration | Alex Crichton | -215/+11 |
| 2019-07-15 | Auto merge of #62687 - gnzlbg:stdarch, r=alexcrichton | bors | -8/+10 |
| 2019-07-15 | Fix typo in RawWaker::new documentation | 0e4ef622 | -1/+1 |
| 2019-07-15 | ignore some codegen tests in debug mode | Ralf Jung | -0/+3 |
| 2019-07-15 | Add debug assertions to write_bytes and copy* | Valentin Tolmer | -4/+35 |
| 2019-07-15 | Update stdarch | gnzlbg | -0/+0 |
| 2019-07-15 | Auto merge of #62667 - petrochenkov:printattr2, r=Mark-Simulacrum | bors | -254/+350 |
| 2019-07-15 | Add rtm and f16c features to libcore | gnzlbg | -0/+2 |
| 2019-07-15 | Update the stdarch submodule | gnzlbg | -8/+8 |
| 2019-07-15 | pprust: Support `macro` macros | Vadim Petrochenkov | -9/+31 |
| 2019-07-15 | pprust: Fix formatting regressions from the previous commits | Vadim Petrochenkov | -50/+100 |
| 2019-07-15 | pprust: Do not convert attributes into `MetaItem`s for printing | Vadim Petrochenkov | -17/+20 |
| 2019-07-15 | pprust: Remove the box from `print_tts` | Vadim Petrochenkov | -2/+4 |
| 2019-07-15 | pprust: Use `print_mac_common` for delimited token groups | Vadim Petrochenkov | -78/+94 |
| 2019-07-15 | pprust: Use `print_mac_common` for attributes | Vadim Petrochenkov | -5/+19 |
| 2019-07-15 | pprust: Use `print_mac_common` for `macro_rules` definitions | Vadim Petrochenkov | -29/+21 |
| 2019-07-15 | pprust: Move some methods to the `PrintState` trait | Vadim Petrochenkov | -147/+144 |
| 2019-07-15 | Auto merge of #62629 - matthewjasper:cleanup-borrowck-errors, r=petrochenkov | bors | -322/+128 |
| 2019-07-15 | Auto merge of #62674 - RalfJung:miri-abi, r=eddyb | bors | -2/+7 |
| 2019-07-14 | Add info about undefined behavior to as_ref suggestions | nathanwhit | -0/+4 |
| 2019-07-15 | Auto merge of #62670 - estebank:extern-fn-with-body, r=petrochenkov | bors | -15/+91 |
| 2019-07-14 | Add newline | Caio | -1/+1 |
| 2019-07-14 | Make VaListImpl<'f> invariant over the 'f lifetime | Andrei Homescu | -49/+124 |
| 2019-07-14 | Chapter for param_attrs | Caio | -0/+27 |