about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-29Auto merge of #54599 - nikomatsakis:issue-54593-impl-Trait, r=eddybbors-5/+37
2018-09-29Auto merge of #54660 - kennytm:rollup, r=kennytmbors-277/+658
2018-09-29Auto merge of #54554 - RalfJung:maybe-uninit, r=nagisabors-254/+85
2018-09-29Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomezkennytm-52/+374
2018-09-29Rollup merge of #54645 - tromey:android-gdb-version, r=alexcrichtonkennytm-203/+225
2018-09-29Rollup merge of #54635 - neoeinstein:seek-docs, r=alexcrichtonkennytm-2/+2
2018-09-29Rollup merge of #54604 - alexreg:self_in_typedefs-help, r=estebankkennytm-15/+38
2018-09-29Rollup merge of #54598 - pthariensflame:patch-1, r=sfacklerkennytm-5/+5
2018-09-29Rollup merge of #54590 - alexcrichton:inline-never-rust-panic, r=dtolnaykennytm-0/+1
2018-09-29add MaybeUninitJorge Aparicio-0/+96
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-350/+85
2018-09-29Auto merge of #54576 - froydnj:non-x86-abi-adjustment, r=alexcrichtonbors-3/+14
2018-09-29Rollup merge of #54567 - tromey:paths-in-stamp-hashes, r=Mark-Simulacrumkennytm-0/+13
2018-09-29Auto merge of #54278 - eddyb:spanned-generic-predicates, r=nikomatsakisbors-297/+272
2018-09-29Auto merge of #53013 - zackmdavis:infer_outlints, r=nikomatsakisbors-1/+1095
2018-09-28Compute Android gdb version in compiletestTom Tromey-203/+225
2018-09-28Fix RLS toolstate after #54356 mergeIgor Matuszewski-0/+0
2018-09-28rustc: keep a Span for each predicate in ty::GenericPredicates.Eduard-Mihai Burtescu-297/+272
2018-09-28Improve docs for std::io::SeekMarcus Griep-2/+2
2018-09-28Auto merge of #54356 - Xanewok:save-analysis-invocation, r=nrcbors-25/+123
2018-09-28Auto merge of #54568 - levex:issue-54130, r=nagisabors-6/+122
2018-09-28Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrcbors-15/+47
2018-09-27in which inferable outlives-requirements are lintedZack M. Davis-1/+1095
2018-09-28Auto merge of #54547 - AstralSorcerer:issue-54028, r=eddybbors-4/+11
2018-09-28Use rls-data 0.18.1Igor Matuszewski-1/+0
2018-09-28Also remap absolute source names in save-analysisIgor Matuszewski-5/+12
2018-09-28Minimize final diffIgor Matuszewski-13/+7
2018-09-28Remap only source files in the command lineIgor Matuszewski-39/+32
2018-09-28Emit only necessary compilation options in save-analysisIgor Matuszewski-34/+47
2018-09-28Move `filename_for_metadata` to codegen_utilsIgor Matuszewski-10/+15
2018-09-28Emit used rustc invocation in the save-analysis fileIgor Matuszewski-14/+101
2018-09-27Auto merge of #54530 - pnkfelix:issue-54047-migrate-ui-run-pass-back-to-run-p...bors-68/+1039
2018-09-27ignore {std,fast,vector,this}call on non-x86 windowsNathan Froyd-3/+14
2018-09-27Auto merge of #54468 - matthewjasper:fix-polonius, r=nikomatsakisbors-80/+172
2018-09-27Allow `unused_variables` lint to placate test failure exposed by macos builders.Felix S. Klock II-0/+1
2018-09-27Auto merge of #54533 - ljedrz:cleanup_librustc_typeck_check, r=davidtwcobors-581/+450
2018-09-27check for proc-macros in "all items"QuietMisdreavus-0/+8
2018-09-27show "all items" link even if crate doesn't have a versionQuietMisdreavus-4/+5
2018-09-27add attributes/derives to "all items" pageQuietMisdreavus-0/+8
2018-09-27Auto merge of #54355 - pnkfelix:issue-22323-regression-test, r=davidtwcobors-0/+32
2018-09-27Allow more lints that signalled on the arm-android test run.Felix S. Klock II-1/+3
2018-09-27Auto merge of #52319 - tinco:issue_12590, r=pnkfelixbors-17/+143
2018-09-27A few cleanups and minor improvements to typeckljedrz-581/+450
2018-09-27Allow some lints that only fired on 32-bit and/or Windows.Felix S. Klock II-0/+2
2018-09-27Auto merge of #54581 - petrochenkov:cfgattr, r=alexcrichtonbors-0/+28
2018-09-27Updated stderr test files.Alexander Regueiro-1/+3
2018-09-27Added help message for feature gate.Alexander Regueiro-14/+35
2018-09-26Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisabors-62/+83
2018-09-26use the closure def-id in returns, but closure-base def-id in localsNiko Matsakis-5/+37
2018-09-26Get Polonius borrow check to work in simple casesMatthew Jasper-80/+172