about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-02preserve order if blocks are between itemsQuietMisdreavus-9/+9
2018-08-02add rustdoc test for `everybody_loops` fixQuietMisdreavus-0/+29
2018-08-02more fixes for everybody_loopsQuietMisdreavus-1/+9
2018-08-02make `everybody_loops` keep item declarationsQuietMisdreavus-24/+71
2018-07-31Auto merge of #50267 - humanenginuity:master, r=alexcrichtonbors-3/+226
2018-07-31Auto merge of #52850 - SimonSapin:unstablize, r=alexcrichtonbors-4/+12
2018-07-31Auto merge of #52630 - Mark-Simulacrum:rustdoc-cleanup-2, r=QuietMisdreavusbors-121/+96
2018-07-31Auto merge of #52863 - steveklabnik:update-books, r=Mark-Simulacrumbors-0/+0
2018-07-31region_infer: rustfmt, pacifying the mercilous tidyNiko Matsakis-24/+48
2018-07-31assert no region obligations on entering custom type opNiko Matsakis-0/+13
2018-07-31free RegionBoundPairs earlier and avoid normalizing twiceNiko Matsakis-24/+41
2018-07-31remove `region_bound_pairs` from FRR as they are not needed laterNiko Matsakis-25/+26
2018-07-31make a free fn for creating the URRNiko Matsakis-43/+42
2018-07-31add regression test for #52057Niko Matsakis-0/+35
2018-07-31remove universal-region-relation computation from universal_regionsNiko Matsakis-300/+206
2018-07-31introduce, but do not use, `free_region_relation` computationNiko Matsakis-4/+243
2018-07-30Delete unused code in rustdocMark Rousskov-121/+96
2018-07-30update books for new releasesteveklabnik-0/+0
2018-07-30Auto merge of #52697 - ljedrz:misc_data_structures, r=Mark-Simulacrumbors-11/+5
2018-07-30Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasperbors-15/+16
2018-07-30Revert "Stabilize to_bytes and from_bytes for integers."Simon Sapin-4/+12
2018-07-30Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obkbors-7/+49
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-172/+168
2018-07-29resolved upstream merge conflictsBrad Gibson-90930/+112980
2018-07-30Auto merge of #52823 - RalfJung:test, r=eddybbors-2/+21
2018-07-30Auto merge of #52828 - Mark-Simulacrum:clear-rustdoc-check, r=alexcrichtonbors-0/+5
2018-07-29Auto merge of #52738 - ljedrz:push_to_extend, r=eddybbors-150/+101
2018-07-29dont hardcode vtable size in codegen testRalf Jung-2/+2
2018-07-29update codegen testsRalf Jung-2/+2
2018-07-29Move a test that depends on the arch bitwidth to compile-failOliver Schneider-43/+0
2018-07-29Update miri submoduleOliver Schneider-4/+10
2018-07-29Sanity-check all constantsOliver Schneider-190/+1049
2018-07-29Change order of copy and borrow to avoid conflictMatthew Jasper-1/+2
2018-07-29Remove unused `mut`sMatthew Jasper-14/+14
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-150/+101
2018-07-29Clear out rustdoc check builds if dependencies changeMark Rousskov-0/+5
2018-07-29Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakisbors-48/+218
2018-07-29Auto merge of #52755 - kennytm:update-rustfmt, r=nrcbors-192/+242
2018-07-29invalid_const_promotion: check if we get the right signalRalf Jung-2/+21
2018-07-29Update RLS and rustfmt.kennytm-191/+232
2018-07-29Test clippy first to workaround the derive-new conflict.kennytm-1/+2
2018-07-29fix issues #51351 and #52133Mikhail Modin-48/+218
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-95/+95
2018-07-29Exempt cloudabi from license check.kennytm-0/+1
2018-07-29Copy the test_data/ RLS tests into a writable directory.kennytm-0/+7
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-73/+50
2018-07-29Auto merge of #52751 - QuietMisdreavus:you-shall-not-pass, r=GuillaumeGomezbors-26/+50
2018-07-29Auto merge of #52720 - alexcrichton:update-cargo-and-rustfix, r=nikomatsakisbors-41/+54
2018-07-28Auto merge of #52355 - pietroalbini:zfeature, r=eddybbors-3/+66
2018-07-28Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavusbors-69/+246