about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-03Rollup merge of #60478 - euclio:doc-fixes, r=cramertjMazdak Farrokhzad-4/+7
2019-05-03Rollup merge of #60467 - nnethercote:less-symbol-interning, r=davidtwcoMazdak Farrokhzad-10/+14
2019-05-03Rollup merge of #60457 - wesleywiser:const_prop_refactoring, r=oli-obkMazdak Farrokhzad-56/+81
2019-05-03Rollup merge of #60455 - estebank:resolve-match-arm-ty, r=davidtwcoMazdak Farrokhzad-18/+43
2019-05-03Rollup merge of #60409 - JohnTitor:error-for-existential-type, r=oli-obkMazdak Farrokhzad-14/+106
2019-05-03Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwcoMazdak Farrokhzad-9/+9
2019-05-03Rollup merge of #60393 - estebank:pat-sugg, r=oli-obkMazdak Farrokhzad-17/+151
2019-05-03Rollup merge of #60388 - cramertj:elided-lifetime-async, r=nikomatsakisMazdak Farrokhzad-65/+150
2019-05-03Rollup merge of #60373 - rasendubi:lang-features-sort-since, r=CentrilMazdak Farrokhzad-82/+255
2019-05-03Rollup merge of #60220 - euclio:rustdoc-test-fatal-parsing-errors, r=QuietMis...Mazdak Farrokhzad-6/+55
2019-05-03Rollup merge of #59928 - petrochenkov:denyambass, r=varkorMazdak Farrokhzad-10/+5
2019-05-03Auto merge of #60423 - varkor:update-getopts, r=alexcrichtonbors-6/+22
2019-05-03Auto merge of #59883 - ebarnard:clonefile, r=sfacklerbors-21/+71
2019-05-02Update getopts to 0.2.18varkor-2/+2
2019-05-02Prevent dependencies between std/test/rustc unifying with each othervarkor-4/+20
2019-05-02mention `hir::Body` in docs for `hir::FnDecl`Andy Russell-0/+3
2019-05-02fix markdown syntax in `LateContext` examplesAndy Russell-4/+4
2019-05-02Auto merge of #60173 - RalfJung:miri, r=oli-obkbors-14/+14
2019-05-02Make tidy::version::Version copyAlexey Shmalko-4/+4
2019-05-02Make in_feature_group a simple bool flagAlexey Shmalko-7/+6
2019-05-02Rework Version::parse to avoid extra allocationsAlexey Shmalko-10/+20
2019-05-02Group and sort feature_gate.rsAlexey Shmalko-11/+22
2019-05-02Make tidy::version::Version a [u32; 3]Alexey Shmalko-53/+69
2019-05-02Address review commentsAlexey Shmalko-28/+29
2019-05-02Ensure language features in group are sorted by sinceAlexey Shmalko-0/+17
2019-05-02Assign group and parse since for FeatureAlexey Shmalko-11/+117
2019-05-02Make find_attr_val a little bit more preciseAlexey Shmalko-4/+17
2019-05-02Auto merge of #60379 - froydnj:bootstrap-progress-fixes, r=kennytmbors-3/+9
2019-05-02Fix failing testWesley Wiser-0/+1
2019-05-02Remove the `self.mir` field from `ConstPropagator`Wesley Wiser-56/+80
2019-05-02Avoid repeated interning of static strings.Nicholas Nethercote-10/+14
2019-05-02Make `std::fs::copy` attempt to create copy-on-write clones of files on MacOS.Edward Barnard-21/+71
2019-05-02update miriRalf Jung-14/+14
2019-05-02Auto merge of #60156 - RalfJung:macos-rand, r=oli-obk,alexcrichtonbors-1/+5
2019-05-02Auto merge of #59008 - varkor:const-generics-infer, r=eddybbors-213/+1414
2019-05-02Auto merge of #60460 - Centril:rollup-gz5bc8i, r=Centrilbors-789/+1130
2019-05-01Disallow non-explicit elided lifetimes in async fnTaylor Cramer-65/+150
2019-05-02Rollup merge of #60452 - JohnTitor:remove-context, r=matthewjasperMazdak Farrokhzad-211/+171
2019-05-02Rollup merge of #60439 - vorner:zombie-apocalypse-warn, r=TimNNMazdak Farrokhzad-0/+12
2019-05-02Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakisMazdak Farrokhzad-232/+505
2019-05-02Rollup merge of #60428 - wesleywiser:refactor_const_eval, r=oli-obkMazdak Farrokhzad-27/+17
2019-05-02Rollup merge of #60385 - nnethercote:earlier-metadata, r=alexcrichtonMazdak Farrokhzad-156/+164
2019-05-02Rollup merge of #60348 - agnxy:refactor-parser, r=petrochenkovMazdak Farrokhzad-162/+231
2019-05-02Rollup merge of #59634 - DevQps:explain-E0704, r=estebankMazdak Farrokhzad-1/+30
2019-05-01Update clippyManish Goregaokar-8/+8
2019-05-02Remove Context and ContextKindYuki Okushi-211/+171
2019-05-01Split `ct_err` out into `CommonConsts`varkor-5/+26
2019-05-01Create ShallowResolvervarkor-108/+128
2019-05-01Add a test for const args that cannot be inferredvarkor-0/+25
2019-05-01Add a test for incorrect numbers of const argsvarkor-0/+32