| Age | Commit message (Expand) | Author | Lines |
| 2019-06-11 | Auto merge of #60463 - mjbshaw:transparent, r=varkor,rkruppe | bors | -208/+730 |
| 2019-06-11 | Auto merge of #61673 - RalfJung:miri-no-hard-float, r=eddyb,oli-obk | bors | -124/+154 |
| 2019-06-11 | Auto merge of #61492 - RalfJung:const-qualif-comments, r=eddyb | bors | -43/+81 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -208/+730 |
| 2019-06-11 | Auto merge of #61052 - jsgf:emit-save-analysis-notifications, r=alexcrichton | bors | -8/+26 |
| 2019-06-10 | Auto merge of #60793 - Xanewok:raw-string-cleanup, r=petrochenkov | bors | -135/+180 |
| 2019-06-10 | Auto merge of #61694 - Xanewok:update-rls, r=kennytm | bors | -0/+0 |
| 2019-06-10 | Emit artifact notifications for save-analysis output | Jeremy Fitzhardinge | -8/+26 |
| 2019-06-10 | Don't suggest using \r in raw strings | Igor Matuszewski | -5/+11 |
| 2019-06-10 | Rollup merge of #61697 - matthiaskrgr:submodule_upd, r=Manishearth | Mazdak Farrokhzad | -7/+7 |
| 2019-06-10 | Rollup merge of #61683 - nielx:haiku-stack-limit, r=nagisa | Mazdak Farrokhzad | -2/+6 |
| 2019-06-10 | Rollup merge of #61570 - varkor:infer-const-arg, r=eddyb | Mazdak Farrokhzad | -89/+186 |
| 2019-06-10 | Rollup merge of #61501 - RalfJung:intrinsics, r=rkruppe | Mazdak Farrokhzad | -27/+16 |
| 2019-06-10 | Rollup merge of #59600 - tobia:master, r=pnkfelix | Mazdak Farrokhzad | -7/+22 |
| 2019-06-10 | comments | Ralf Jung | -3/+3 |
| 2019-06-10 | const-correctness might be confusing for C++ people | Ralf Jung | -1/+1 |
| 2019-06-10 | avoid 'const-context' terminology | Ralf Jung | -3/+2 |
| 2019-06-10 | replace some mode comparisons by more readable function call, rename some Mod... | Ralf Jung | -46/+72 |
| 2019-06-10 | some more comments for const_qualif | Ralf Jung | -15/+28 |
| 2019-06-10 | Auto merge of #61506 - imbrem:mir_body_renaming, r=eddyb | bors | -1319/+1323 |
| 2019-06-10 | Haiku: the maximum stack size is 16 MB | Niels Sascha Reedijk | -2/+6 |
| 2019-06-10 | Auto merge of #61608 - Aaron1011:feature/weird-expr-yield, r=Centril | bors | -0/+9 |
| 2019-06-10 | Auto merge of #61706 - petrhosek:bootstrap-cp-r, r=Mark-Simulacrum | bors | -2/+1 |
| 2019-06-09 | Use Build::read_dir instead of fs::read_dir in Build::cp_r | Petr Hosek | -2/+1 |
| 2019-06-09 | Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisa | bors | -96/+38 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -1319/+1323 |
| 2019-06-09 | submodules: update clippy from 71be6f62 to c0dbd34b | Matthias Krüger | -7/+7 |
| 2019-06-09 | Auto merge of #61691 - RalfJung:miri-slow, r=Centril | bors | -0/+2 |
| 2019-06-09 | Update RLS | Igor Matuszewski | -0/+0 |
| 2019-06-09 | Use char byte calculation using existing iterator | Igor Matuszewski | -11/+13 |
| 2019-06-09 | Actually translate CRLF in raw byte strings and unify unescape impl | Igor Matuszewski | -25/+69 |
| 2019-06-09 | Add a doc comment for scan_raw_string | Igor Matuszewski | -0/+2 |
| 2019-06-09 | Add test for raw byte CRLF translation | Igor Matuszewski | -0/+3 |
| 2019-06-09 | Miri: disable a slow test | Ralf Jung | -0/+2 |
| 2019-06-09 | forgot about multivariant enum casts | Ralf Jung | -4/+7 |
| 2019-06-09 | make floating point casts nicer with generics | Ralf Jung | -38/+50 |
| 2019-06-09 | Apply suggestions from code review | Ralf Jung | -2/+2 |
| 2019-06-09 | Auto merge of #61677 - napen123:string-examples, r=sfackler | bors | -0/+20 |
| 2019-06-09 | Auto merge of #60932 - Centril:macro-at-most-once-2015, r=mark-i-m | bors | -321/+281 |
| 2019-06-09 | pacify tidy. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-09 | Fix typo in comment. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-09 | Fix inaccurate comments in '?' Kleene operator tests. | Mazdak Farrokhzad | -51/+87 |
| 2019-06-09 | Some more cleanup in libsyntax::ext::tt::quoted | Mazdak Farrokhzad | -11/+8 |
| 2019-06-09 | Cleanups in parse_sep_and_kleene_op. | Mazdak Farrokhzad | -12/+4 |
| 2019-06-09 | Update tests since ? macro op is supported on 2015. | Mazdak Farrokhzad | -87/+185 |
| 2019-06-09 | Support ? Kleene operator in 2015. | Mazdak Farrokhzad | -167/+4 |
| 2019-06-09 | Auto merge of #61653 - oli-obk:visit_place_recursion, r=spastorino | bors | -119/+142 |
| 2019-06-08 | Add examples for make_ascii_{uppercase, lowercase} | Napen123 | -0/+20 |
| 2019-06-08 | Auto merge of #61672 - Centril:rollup-jxo89ir, r=Centril | bors | -1039/+915 |
| 2019-06-09 | make unary float negation slightly nicer | Ralf Jung | -5/+3 |