about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-07-30Update RLSIgor Matuszewski-16/+201
2019-07-30renaming err to err_unsupSaleem Jaffer-63/+73
2019-07-30tidy fixesSaleem Jaffer-1/+3
2019-07-30adding throw_ and err_ macros for InterpErrorSaleem Jaffer-114/+111
2019-07-30Pacify tidy, the merciless.Mazdak Farrokhzad-1/+1
2019-07-30Update error_codes re. await_macro removal.Mazdak Farrokhzad-5/+5
2019-07-30Adjust tests. wrt. await_macro being removed.Mazdak Farrokhzad-276/+117
2019-07-30Unsupport the await!(..) macro.Mazdak Farrokhzad-72/+42
2019-07-30Subslice patterns: Test passing static & dynamic semantics.Mazdak Farrokhzad-0/+128
2019-07-30--bless tests due to INCOMPLETE_FEATURES being a lint.Mazdak Farrokhzad-54/+163
2019-07-30Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obkbors-112/+237
2019-07-30Allow 'incomplete_features' in libcore/alloc.Mazdak Farrokhzad-0/+2
2019-07-30Turn INCOMPLETE_FEATURES into a lint.Mazdak Farrokhzad-16/+39
2019-07-30addding an interp_error moduleSaleem Jaffer-11/+30
2019-07-30code review fixesSaleem Jaffer-7/+0
2019-07-30cargotest: bump servo to 9043f247d9b031ed285e880e4b90aa523d4a63ae.Mazdak Farrokhzad-1/+1
2019-07-29review commentsEsteban Küber-17/+14
2019-07-30Remove redundant check.Mazdak Farrokhzad-1/+0
2019-07-30Add tests for #27282, #31287 as hard errors.Mazdak Farrokhzad-0/+50
2019-07-30borrowck-migrate-to-nll: use #38899 for testing.Mazdak Farrokhzad-30/+32
2019-07-30borrowck-mutate-in-guard: update test.Mazdak Farrokhzad-61/+8
2019-07-30Unconditionally set SignalledError::SawSomeError.Mazdak Farrokhzad-6/+4
2019-07-30Remove 'feature(nll)' from bind_by_move_pattern_guards tests.Mazdak Farrokhzad-68/+71
2019-07-30Do not downgrade NLL errors for bind_by_move_pattern_guards when AST says it ...Mazdak Farrokhzad-27/+47
2019-07-29Improve handling of invalid references in `format!()`Esteban Küber-18/+82
2019-07-30Auto merge of #63124 - Centril:rollup-onohtqt, r=Centrilbors-247/+1042
2019-07-30Rollup merge of #63111 - Centril:rest-pat-tests, r=estebankMazdak Farrokhzad-0/+340
2019-07-30Rollup merge of #63109 - alexcrichton:disable-windows-fs-test, r=sfacklerMazdak Farrokhzad-2/+2
2019-07-30Rollup merge of #63108 - lzutao:option-xor-typo, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-07-30Rollup merge of #63106 - alexcrichton:remove-swig-osx, r=pietroalbiniMazdak Farrokhzad-11/+0
2019-07-30Rollup merge of #63099 - josephlr:vxworks, r=alexcrichtonMazdak Farrokhzad-25/+1
2019-07-30Rollup merge of #63096 - Centril:existential-type-add-tests, r=varkorMazdak Farrokhzad-0/+85
2019-07-30Rollup merge of #63093 - Aaron1011:fix/existential-closure, r=cramertjMazdak Farrokhzad-9/+61
2019-07-30Rollup merge of #63087 - crlf0710:tidy_2018, r=Mark-SimulacrumMazdak Farrokhzad-10/+56
2019-07-30Rollup merge of #63083 - matthewjasper:parameter-hygiene, r=petrochenkovMazdak Farrokhzad-23/+213
2019-07-30Rollup merge of #63000 - max-sixty:chars-display, r=alexcrichtonMazdak Farrokhzad-1/+21
2019-07-30Rollup merge of #62928 - Centril:recover-parens-around-for-head, r=estebankMazdak Farrokhzad-162/+259
2019-07-30Rollup merge of #61965 - phil-opp:patch-4, r=scottmcmMazdak Farrokhzad-2/+2
2019-07-29Add the necessary changes to any.rsTankhouseAle-1/+2
2019-07-29Add a test for std::any::type_name() as a const fnTankhouseAle-0/+29
2019-07-30Account for maybe_whole_expr in range patterns.Mazdak Farrokhzad-1/+140
2019-07-29On `format!()` arg count mismatch provide extra infoEsteban Küber-40/+206
2019-07-29Add semantic test for rest patterns.Mazdak Farrokhzad-0/+270
2019-07-29Wrap promoted generator fields in MaybeUninitTyler Mandry-10/+37
2019-07-29Add another test for const parameter (non) hygiene.Matthew Jasper-0/+38
2019-07-29Add syntactic test for rest patterns.Mazdak Farrokhzad-0/+70
2019-07-30Add very simple edition check to tidy; and add missing edition = 2018s.CrLF0710-10/+56
2019-07-29std: Fix a failing `fs` test on WindowsAlex Crichton-2/+2
2019-07-29use gloabl variable 'environ' to pass environments to rtpSpawnBaoshan Pang-14/+3
2019-07-29comments from @lzutaoMaximilian Roos-2/+2