about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-04-18Use -mergefunc-use-aliases for any LLVM >= 8Josh Stone-1/+1
2019-04-18Auto merge of #60046 - euclio:missing-error-code-descriptions, r=estebankbors-936/+563
2019-04-18Auto merge of #58702 - taiki-e:libcore-2018, r=Centrilbors-332/+342
2019-04-18Update testsvarkor-19/+19
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-936/+563
2019-04-18Update miriTim Diekmann-14/+14
2019-04-18Implement event filtering for self-profiler.Michael Woerister-28/+97
2019-04-18Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkovbors-2519/+2519
2019-04-18Use new `needs-(profiler|sanitizer)-support` compiletest directive to clean u...Michael Woerister-30/+20
2019-04-18Fix small errors in docs for `rchunks_exact` and `rchunks_exact_mut`.Nathan Kleyn-3/+3
2019-04-18Add codegen test that makes sure PGO instrumentation is emitted as expected.Michael Woerister-0/+20
2019-04-18compiletest: Allow for tests requiring profiler-rt or sanitizer-rt support.Michael Woerister-0/+21
2019-04-18Prefix PROFILER_SUPPORT and SANITIZER_SUPPORT test env vars with RUSTC_ to ma...Michael Woerister-16/+16
2019-04-18Update run-make PGO test to new commandline syntax.Michael Woerister-1/+1
2019-04-18Use more realistic example for thread builderAleksey Kladov-1/+1
2019-04-18Auto merge of #60071 - RalfJung:miri, r=oli-obkbors-14/+14
2019-04-18make liballoc internal test suite mostly pass in MiriRalf Jung-1/+15
2019-04-18update miriRalf Jung-14/+14
2019-04-18Auto merge of #60058 - varkor:const-generics-ty-refactor, r=cramertjbors-38/+47
2019-04-18Auto merge of #60048 - estebank:issue-54954, r=sanxiynbors-0/+48
2019-04-18Update stdsimdTaiki Endo-0/+0
2019-04-18libcore => 2018Taiki Endo-332/+342
2019-04-18Simplify the returning of a Result a bitJan Nils Ferner-2/+1
2019-04-18Auto merge of #60051 - estebank:fn-sugg, r=davidtwcobors-19/+16
2019-04-17Give custom error for E0277 on `?` error caseEsteban Küber-6/+18
2019-04-17Point at try `?` on errors affecting the err match arm of the desugared codeEsteban Küber-13/+21
2019-04-18Make PlaceProjectionsIter a proper iteratorSantiago Pastorino-4/+18
2019-04-17whitelist rtm x86 cpu featuretyler-1/+5
2019-04-17review comment: add extra docEsteban Küber-1/+3
2019-04-18Add a test for unused const parametersvarkor-0/+14
2019-04-18Const parameters should impose no variance constraintsvarkor-29/+16
2019-04-18Add a FIXME to collectorvarkor-0/+2
2019-04-18Add own_requires_monomorphizationvarkor-9/+15
2019-04-18Update rustfmt to 1.2.1topecongiro-5/+5
2019-04-18Rollup merge of #60037 - eddyb:actually-its-param, r=estebankMazdak Farrokhzad-20/+20
2019-04-18Rollup merge of #60036 - rust-lang:nrc-patch-1, r=XanewokMazdak Farrokhzad-2/+2
2019-04-18Rollup merge of #59984 - gluyas:collections-with_capacity-doc-fix, r=rkruppeMazdak Farrokhzad-4/+3
2019-04-18Rollup merge of #59908 - lzutao:str_escape, r=SimonSapinMazdak Farrokhzad-0/+2
2019-04-17Correct E0392 diagnosticvarkor-5/+8
2019-04-17Do not mention missing `PartialOrd` impl when involving uncalled fnsEsteban Küber-19/+14
2019-04-18Rename moduleYuki OKUSHI-1/+1
2019-04-18Remove unnecessary conditionYuki OKUSHI-1/+1
2019-04-18Rename diagnositc_list into error_codesYuki OKUSHI-0/+0
2019-04-18Rename files in docYuki OKUSHI-11/+11
2019-04-17Auto merge of #59527 - matklad:sized-index, r=Centrilbors-0/+23
2019-04-17Fix ICE on const evaluation of const methodEsteban Küber-0/+48
2019-04-18making adjust_span a closureSaleem Jaffer-22/+22
2019-04-17Make iterate take a FnOnce with PlaceBase and PlaceProjectionIterSantiago Pastorino-214/+236
2019-04-17Place::iterate do not take an accumulator anymore, hide that in a private fnSantiago Pastorino-3/+10
2019-04-17Place::unroll -> Place::iterateSantiago Pastorino-6/+6