about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-01Temporarily disable the redox buildergnzlbg-1/+3
2019-08-01Remove spin dependencygnzlbg-1/+0
2019-08-01Update Cargo.lockgnzlbg-0/+4
2019-08-01Remove mach dependencygnzlbg-13/+23
2019-08-01Fix test of issue 3656gnzlbg-3/+3
2019-08-01Use Rust integer types instead of libc's fixed-width typesgnzlbg-2/+2
2019-08-01Update libc and use the Mach kernel APIs via the mach crate instead.gnzlbg-4/+12
2019-07-31Update cargo, rlsEric Huss-0/+0
2019-07-31Auto merge of #62897 - alexcrichton:fix-i686-msvc-tests, r=pietroalbinibors-3/+17
2019-07-31Attempt to fix backtrace tests on i686-msvcAlex Crichton-3/+17
2019-07-31Auto merge of #63141 - JohnTitor:update-miri, r=RalfJungbors-8/+11
2019-07-31Update miriYuki Okushi-8/+11
2019-07-31Auto merge of #62813 - alexcrichton:less-dylib, r=Mark-Simulacrumbors-1/+1
2019-07-31Auto merge of #63144 - matthiaskrgr:submodule_upd, r=Manishearthbors-12/+11
2019-07-30Auto merge of #63148 - Centril:rollup-t813bxw, r=Centrilbors-451/+549
2019-07-30Rollup merge of #63129 - Centril:subslice-pat-statdyn, r=oli-obkMazdak Farrokhzad-0/+128
2019-07-30Rollup merge of #63123 - TankhouseAle:const-fn-type-name-any, r=oli-obkMazdak Farrokhzad-1/+31
2019-07-30Rollup merge of #63117 - BaoshanPang:bugfix, r=alexcrichtonMazdak Farrokhzad-14/+3
2019-07-30Rollup merge of #63095 - Centril:incomplete-features-lint, r=varkorMazdak Farrokhzad-70/+204
2019-07-30Rollup merge of #62469 - czipperz:liballoc-add-doc-links, r=GuillaumeGomezMazdak Farrokhzad-13/+19
2019-07-30Rollup merge of #62293 - Centril:remove-await-macro, r=cramertjMazdak Farrokhzad-353/+164
2019-07-30Auto merge of #62805 - Xanewok:update-rls, r=Xanewokbors-17/+6
2019-07-30Enable nightly feature for crossbeam-utils depIgor Matuszewski-0/+1
2019-07-30submodules: update clippy from dc69a5c0 to c3e91365Matthias Krüger-12/+11
2019-07-30Update RustfmtIgor Matuszewski-17/+5
2019-07-30Update RLSIgor Matuszewski-0/+0
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-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 #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-29Add semantic test for rest patterns.Mazdak Farrokhzad-0/+270
2019-07-29Add another test for const parameter (non) hygiene.Matthew Jasper-0/+38