]> git.lizzy.rs Git - rust.git/history - src
Prefer empty OsStr over unsafe cast from [u8]
[rust.git] / src /
2020-07-12 Lzu TaoPrefer empty OsStr over unsafe cast from [u8]
2020-07-12 Lzu TaoRewrite parse_two_comps
2020-07-12 Lzu TaoMake use of slice::strip_prefix and slice pattern
2020-07-12 Lzu TaoMake is_valid_drive_letter function
2020-07-12 Lzu TaoMove constants to top file
2020-07-12 Lzu TaoRemove the useless indentation
2020-07-12 Lzu TaoSorting feature attributes in std
2020-07-11 borsAuto merge of #74235 - Manishearth:rollup-bgs3q14,...
2020-07-11 Manish GoregaokarRollup merge of #74162 - lcnr:ToPredicate-no-ref, r...
2020-07-11 Manish GoregaokarRollup merge of #74161 - tblah:riscv64gc-dockerfile...
2020-07-11 Manish GoregaokarRollup merge of #74145 - michaelforney:rust-installer...
2020-07-11 Manish GoregaokarRollup merge of #74135 - ehuss:update-books, r=ehuss
2020-07-11 Manish GoregaokarRollup merge of #74129 - matklad:rust-analyzer-2020...
2020-07-11 Manish GoregaokarRollup merge of #74127 - tamird:allowlist, r=oli-obk
2020-07-11 Manish GoregaokarRollup merge of #74125 - ayazhafiz:i/74050, r=matthewjasper
2020-07-11 Manish GoregaokarRollup merge of #74122 - nnethercote:startup-cleanup...
2020-07-11 Manish GoregaokarRollup merge of #74109 - nbdd0121:issue-74082, r=petroc...
2020-07-11 Manish GoregaokarRollup merge of #74103 - ajpaverd:cfguard-msvc-only...
2020-07-11 Manish GoregaokarRollup merge of #74100 - lzutao:strip-bootstrap, r...
2020-07-11 Manish GoregaokarRollup merge of #74099 - jonhoo:deque-range, r=dtolnay
2020-07-11 Manish GoregaokarRollup merge of #74076 - sunfishcode:wasi-fileext-newme...
2020-07-11 Manish GoregaokarRollup merge of #74045 - tmiasko:config-debug, r=nikoma...
2020-07-11 Manish GoregaokarRollup merge of #73989 - RalfJung:ub-enum-test, r=oli-obk
2020-07-11 Manish GoregaokarRollup merge of #73887 - DutchGhost:master, r=oli-obk
2020-07-11 Manish GoregaokarRollup merge of #73862 - oli-obk:const_array_to_slice...
2020-07-11 Manish GoregaokarRollup merge of #72303 - yoshuawuyts:future-poll-fn...
2020-07-11 Manish GoregaokarRollup merge of #71322 - petrochenkov:tuple00, r=nikoma...
2020-07-10 borsAuto merge of #74181 - pietroalbini:ci-gha-fallible...
2020-07-10 Pietro Albinici: allow gating gha on everything but macOS
2020-07-10 Jon GjengsetAdd tracking issue
2020-07-10 Tamir DubersteinAvoid "whitelist"
2020-07-10 Andrew PaverdOnly add cfguard module flag on windows-msvc
2020-07-10 Lzu TaoUse str::strip* in bootstrap
2020-07-10 Nicholas NethercoteChange some function names.
2020-07-10 Nicholas NethercoteTweak `spawn_thread_pool`.
2020-07-10 Nicholas NethercoteAdd an explanatory comment to `scoped_thread`.
2020-07-10 Nicholas NethercoteEliminate `rust_input`.
2020-07-09 borsAuto merge of #74195 - Manishearth:rollup-h3m0sl8,...
2020-07-09 Manish GoregaokarRollup merge of #74188 - estebank:tweak-ascription...
2020-07-09 Manish GoregaokarRollup merge of #74184 - Manishearth:doc-intra-doc...
2020-07-09 Manish GoregaokarRollup merge of #74150 - tamird:blocklist, r=nikomatsakis
2020-07-09 Manish GoregaokarRollup merge of #74146 - RalfJung:miri, r=RalfJung
2020-07-09 Manish GoregaokarRollup merge of #74143 - pickfire:patch-2, r=jonas...
2020-07-09 Manish GoregaokarRollup merge of #74142 - pickfire:patch-1, r=dtolnay
2020-07-09 Manish GoregaokarRollup merge of #74137 - ehuss:update-cargo, r=ehuss
2020-07-09 Manish GoregaokarRollup merge of #74136 - JohnTitor:index-page-link...
2020-07-09 Manish GoregaokarRollup merge of #74107 - nbdd0121:rustdoc, r=GuillaumeGomez
2020-07-09 Manish GoregaokarRollup merge of #74079 - nnethercote:session-globals...
2020-07-09 Manish GoregaokarRollup merge of #74077 - sethp:docs/fix-intra-doc-primi...
2020-07-09 Manish GoregaokarRollup merge of #74070 - eddyb:forall-tcx-providers...
2020-07-09 Manish GoregaokarRollup merge of #73791 - Manishearth:parens-intra-doc...
2020-07-09 Manish GoregaokarRollup merge of #73292 - poliorcetics:fix-link-in-parti...
2020-07-09 Manish GoregaokarAdd test
2020-07-09 Manish GoregaokarMove to unstable section
2020-07-09 Esteban KüberTweak `::` -> `:` typo heuristic and reduce verbosity
2020-07-09 Esteban KüberReduce indentation
2020-07-09 Manish GoregaokarAllow for parentheses after macro intra-doc-links
2020-07-09 Manish GoregaokarUpdate src/doc/rustdoc/src/intra-doc-links.md
2020-07-09 Manish GoregaokarAdd docs for intra-doc-links
2020-07-09 Ralf Jungupdate miri
2020-07-09 borsAuto merge of #74131 - ollie27:rustdoc_invalid_codebloc...
2020-07-09 Nicholas NethercoteEliminate confusing "globals" terminology.
2020-07-08 Bastian KauschkeToPredicate by value
2020-07-08 Tom Ecclesci: fix context for disabled docker images
2020-07-08 Tom Ecclesci: disabled: riscv: minimise docker overlays
2020-07-08 borsAuto merge of #74153 - ehuss:fix-bootstrap-test-librust...
2020-07-08 Eric HussUpdate cargo
2020-07-08 Eric HussFix librustc_errors unit tests.
2020-07-08 Seth PellegrinoAvoid running test on Windows platforms
2020-07-08 Tamir DubersteinAvoid "blacklist"
2020-07-08 Eric HussFix x.py test for librustc crates.
2020-07-08 Seth PellegrinoApply #![crate_type = "rlib"] directly to the linker
2020-07-08 Ayaz HafizCorrectly mark the ending span of a match arm
2020-07-08 borsAuto merge of #74124 - ehuss:fix-doc-dry-run-up-to...
2020-07-08 Ivan ThamRemove unneeded ToString import in liballoc slice
2020-07-08 Ivan ThamLiballoc use vec instead of vector
2020-07-07 Dan GohmanMake WASI's FileExt's read_at/write_at consistent with...
2020-07-07 Dan GohmanAdd `read_exact_at` and `write_all_at` to WASI's `FileExt`
2020-07-07 Yuki OkushiFix broken link in rustdocdoc
2020-07-07 Michael ForneyUpdate rust-installer to latest version
2020-07-07 Seth PellegrinoRevert "Add guard to check for local `core` crate"
2020-07-07 Eric HussUpdate books
2020-07-07 borsAuto merge of #74006 - euclio:sys-unix-static-mut,...
2020-07-07 Seth Pellegrinoignore-tidy-linelength for @has assertions
2020-07-07 Oliver Middletonrustdoc: Rename invalid_codeblock_attribute lint to...
2020-07-07 Seth PellegrinoAssert current behavior for links
2020-07-07 Aleksey Kladov:arrow_up: rust-analyzer
2020-07-07 borsAuto merge of #74059 - RalfJung:miri-uninit-validation...
2020-07-07 Eric HussFix occasional bootstrap panic in docs.
2020-07-07 borsAuto merge of #73562 - poliorcetics:e0432-to-edition201...
2020-07-07 Seth Pellegrinobuild extern docs as well
2020-07-07 Seth PellegrinoTwo new rustdoc tests for intra links
2020-07-07 borsAuto merge of #74117 - Manishearth:rollup-ds7z0kx,...
2020-07-07 Manish GoregaokarRollup merge of #74112 - pierwill:patch-2, r=sfackler
2020-07-07 Manish GoregaokarRollup merge of #74102 - oli-obk:const_prop_icde, r...
2020-07-07 Manish GoregaokarRollup merge of #74090 - tmiasko:rustc-debug-assertions...
2020-07-07 Manish GoregaokarRollup merge of #74089 - matklad:ship-rust-analyzer...
2020-07-07 Manish GoregaokarRollup merge of #74078 - jyn514:lut, r=Manishearth
2020-07-07 Manish GoregaokarRollup merge of #74074 - sunfishcode:windows-openoption...
2020-07-07 Manish GoregaokarRollup merge of #74067 - rye:rustdoc-fqn-hover-underlin...
next