about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-11Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centrilbors-746/+382
2019-06-11propagate depth that was reached, not just whether there was a cycleNiko Matsakis-18/+43
2019-06-11introduce a stack depthNiko Matsakis-2/+16
2019-06-11rename `evaluate_obligation_recursively`Niko Matsakis-6/+7
2019-06-11Fix x.py installTyler Mandry-1/+4
2019-06-11More review fixesTyler Mandry-39/+17
2019-06-11Auto merge of #61735 - eddyb:must-use-life, r=oli-obkbors-151/+159
2019-06-11is_fp and is_floating_point do the same thing, remove the formerRalf Jung-11/+34
2019-06-11Rollup merge of #61726 - cuviper:partition-for_each, r=scottmcmMazdak Farrokhzad-2/+2
2019-06-11Rollup merge of #61724 - aschampion:128-bit-memcmp, r=sfacklerMazdak Farrokhzad-1/+1
2019-06-11Rollup merge of #61715 - RalfJung:test-ascii-lowercase, r=varkorMazdak Farrokhzad-2/+2
2019-06-11Rollup merge of #61698 - davidtwco:ice-const-generic-length, r=varkorMazdak Farrokhzad-25/+104
2019-06-11Rollup merge of #61686 - phansch:librustc_errors_docs, r=estebankMazdak Farrokhzad-3/+21
2019-06-11Rollup merge of #61652 - JohnTitor:docs-improve-array, r=CentrilMazdak Farrokhzad-2/+12
2019-06-11Rollup merge of #61606 - petrochenkov:legclean, r=pnkfelixMazdak Farrokhzad-695/+224
2019-06-11Rollup merge of #61526 - lcnr:test_reorder, r=nikomatsakisMazdak Farrokhzad-2/+2
2019-06-11Rollup merge of #61518 - czipperz:const-fn-doc-disallow-loops, r=CentrilMazdak Farrokhzad-14/+14
2019-06-11ci: Collect CPU usage statistics on AzureAlex Crichton-0/+175
2019-06-11Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-77/+54
2019-06-11Add deny(unused_lifetimes) to all the crates that have deny(internal).Eduard-Mihai Burtescu-0/+14
2019-06-11rustdoc: deny(unused_lifetimes).Eduard-Mihai Burtescu-7/+8
2019-06-11rustc_codegen_*: deny(unused_lifetimes).Eduard-Mihai Burtescu-11/+13
2019-06-11rustc_borrowck: deny(unused_lifetimes).Eduard-Mihai Burtescu-1/+2
2019-06-11rustc_traits: deny(unused_lifetimes).Eduard-Mihai Burtescu-1/+2
2019-06-11rustc_mir: deny(unused_lifetimes).Eduard-Mihai Burtescu-26/+27
2019-06-11rustc_lint: deny(unused_lifetimes).Eduard-Mihai Burtescu-2/+3
2019-06-11rustc_incremental: deny(unused_lifetimes).Eduard-Mihai Burtescu-2/+3
2019-06-11rustc: deny(unused_lifetimes).Eduard-Mihai Burtescu-39/+46
2019-06-11syntax_ext: deny(unused_lifetimes).Eduard-Mihai Burtescu-1/+2
2019-06-11rustc_target: deny(unused_lifetimes).Eduard-Mihai Burtescu-1/+2
2019-06-11Auto merge of #60463 - mjbshaw:transparent, r=varkor,rkruppebors-208/+730
2019-06-11Migrate rust-by-example to MdBook2Mateusz MikuĊ‚a-1/+1
2019-06-11Auto merge of #61673 - RalfJung:miri-no-hard-float, r=eddyb,oli-obkbors-124/+154
2019-06-11Auto merge of #61492 - RalfJung:const-qualif-comments, r=eddybbors-43/+81
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-208/+730
2019-06-10Pass LLVM linker flags to librustc_llvm buildPetr Hosek-0/+19
2019-06-11Auto merge of #61052 - jsgf:emit-save-analysis-notifications, r=alexcrichtonbors-8/+26
2019-06-10Auto merge of #60793 - Xanewok:raw-string-cleanup, r=petrochenkovbors-135/+180
2019-06-10Extract generator_layout as a methodTyler Mandry-254/+271
2019-06-10Extract univariant_uninterned as methodTyler Mandry-224/+234
2019-06-10Use DataflowResultsConsumer and remove dataflow::for_each_locationTyler Mandry-93/+94
2019-06-10Use BitMatrix for storage conflictsTyler Mandry-29/+32
2019-06-10Add more functionality to BitMatrixTyler Mandry-1/+93
2019-06-10Small review fixesTyler Mandry-67/+92
2019-06-10Add test suiteTyler Mandry-0/+133
2019-06-10Only include generator saved locals in the variants that need themTyler Mandry-34/+48
2019-06-10Overlap locals that never have storage live at the same timeTyler Mandry-13/+201
2019-06-10Collect conflict information in GeneratorLayoutTyler Mandry-4/+179
2019-06-10Use `for_each` in `Iterator::partition`Josh Stone-2/+2
2019-06-10syntax: Rename variants of `SyntaxExtension` for consistencyVadim Petrochenkov-70/+65