]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-09-05 Ralf Jungrename MaybeUninit slice methods
2020-09-05 borsAuto merge of #76376 - Dylan-DPC:rollup-8chsbw9, r...
2020-09-05 Dylan DPCRollup merge of #76285 - matklad:censor-spacing, r...
2020-09-05 Dylan DPCRollup merge of #76263 - tmiasko:inline-codegen-fn...
2020-09-05 Dylan DPCRollup merge of #76258 - Mark-Simulacrum:check-tests...
2020-09-05 Dylan DPCRollup merge of #76254 - tmiasko:fold-len, r=wesleywiser
2020-09-05 Dylan DPCRollup merge of #76082 - jyn514:top-level-links, r...
2020-09-05 Dylan DPCRollup merge of #76078 - jyn514:no-disambiguator, r...
2020-09-05 Dylan DPCRollup merge of #76060 - pickfire:patch-12, r=jyn514
2020-09-05 Dylan DPCRollup merge of #75994 - mental32:impl-rc-new-cyclic...
2020-09-05 Dylan DPCRollup merge of #75954 - ArekPiekarz:unstable_book_ffi_...
2020-09-05 Dylan DPCRollup merge of #75741 - workingjubilee:refactor-byteor...
2020-09-05 Dylan DPCRollup merge of #75695 - JohnTitor:regression-test...
2020-09-05 Mara BosAdd compile_fail test for SyncOnceCell's dropck issue.
2020-09-05 Ivan ThamImprove ayu doc source line number contrast
2020-09-05 Mara BosFix dropck issue of SyncOnceCell.
2020-09-05 Ayush Kumar... Added str tests in library
2020-09-05 borsAuto merge of #75584 - RalfJung:union-no-deref, r=matth...
2020-09-05 Mateusz MikułaUpdate llvm submodule
2020-09-05 Mateusz MikułaIgnore failing PGO/coverage tests on MinGW
2020-09-05 borsAuto merge of #75888 - GuillaumeGomez:trait-impl-assoc...
2020-09-05 Mara BosDisable atomics on avr target.
2020-09-05 Jubilee YoungFix big endian read/write
2020-09-05 Jubilee YoungExplain contract of {read, write}_target_uint
2020-09-05 JubileeBe explicit that we're handling bytes
2020-09-05 Jubilee YoungRemove reference to byteorder limits
2020-09-05 Jubilee YoungRefactor byteorder to std in rustc_middle
2020-09-05 Wilfred HughesMinor grammar fix in doc comment for soft-deprecated...
2020-09-05 borsAuto merge of #75173 - jackh726:chalk-0.21, r=nikomatsakis
2020-09-05 Lzu TaoIndent a note to make folding work nicer
2020-09-05 Caleb Cartwrightrustc_expand: remove pub visibility for rustfmt
2020-09-04 Scott McMurrayAdd `BREAK` too, and improve the comments
2020-09-04 Jack Hueykind -> kind()
2020-09-04 borsAuto merge of #75200 - ssomers:btree_valmut, r=Mark...
2020-09-04 Jack HueyBless changed test output
2020-09-04 Jack HueyReview comments
2020-09-04 Jack HueyMore chalk work
2020-09-04 Jack HueyUpgrade chalk to 0.21
2020-09-04 Chris GillespieFix nlink example typo
2020-09-04 CamelidImprove docs for `std::env::args()`
2020-09-04 borsAuto merge of #76292 - Aaron1011:fix/proc-macro-panic...
2020-09-04 Jonas SchievinkRemove unused duplicated `trivial_dropck_outlives`
2020-09-04 Andy Russelladd some intra-doc links to `Iterator`
2020-09-04 borsAuto merge of #76315 - lcnr:map-track-caller, r=Mark...
2020-09-04 Aaron HillAccount for version number in NtIdent hack
2020-09-04 borsAuto merge of #75077 - LeSeulArtichaut:tys-kind, r...
2020-09-04 LeSeulArtichautty.flags -> ty.flags()
2020-09-04 LeSeulArtichaut`ty.kind` -> `ty.kind()` in rustdoc and clippy
2020-09-04 LeSeulArtichautChange ty.kind to a method
2020-09-04 borsAuto merge of #75655 - nielx:fix/haiku-llvm-libz, r...
2020-09-04 Amjad AlsharafiImplementation of incompatible features error
2020-09-04 Mateusz MikułaFix rust.use-lld when linker is not set
2020-09-04 Mateusz MikułaFix warning whe building profiler_builtins crate
2020-09-04 Mateusz MikułaEnable profiler tests on Windows-gnu
2020-09-04 Joshua NelsonMisc cleanup
2020-09-04 borsAuto merge of #75207 - dylni:add-slice-check-range...
2020-09-04 Ayush Kumar... Move Vec slice UI tests in library
2020-09-04 Scott McMurrayUse ops::ControlFlow in graph::iterate
2020-09-04 Bastian Kauschkeadd track_caller to `local_def_id_to_hir_id`
2020-09-04 numbermaniactime.rs: Make spelling of "Darwin" consistent
2020-09-04 Lzu TaoRemove a useless allowed attr
2020-09-04 Ivan ThamAdd slice primitive link to vec
2020-09-04 borsAuto merge of #76004 - richkadel:llvm-coverage-map...
2020-09-04 Wesley WiserEnable the SimplifyArmIdentity MIR optimization at...
2020-09-04 Dan GohmanDisable use of `--eh-frame-hdr` on wasm32.
2020-09-04 Christiaan... Move various ui const tests to `library`
2020-09-04 Tomasz Miąskoinliner: Add mir-opt tests for codegen attributes compa...
2020-09-04 Tomasz Miąskoinliner: Check for no_sanitize attribute compatibility
2020-09-04 Tomasz Miąskoinliner: Check for target features compatibility
2020-09-03 borsAuto merge of #73996 - da-x:short-unique-paths, r=petro...
2020-09-03 Joshua NelsonLink to `#capacity-and-reallocation` when using with_ca...
2020-09-03 Joshua NelsonAddress review comments on `Peekable::next_if`
2020-09-03 Aleksey KladovOptimize Cursor::look_ahead
2020-09-03 borsAuto merge of #70793 - the8472:in-place-iter-collect...
2020-09-03 Christiaan... Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests...
2020-09-03 The8472fix debug assertion
2020-09-03 Guillaume GomezAdd test for doc alias on associated const in trait...
2020-09-03 Guillaume GomezAdd check for doc alias on associated const in trait...
2020-09-03 Rune TynanRemove vec-to_str.rs, merge the remaining test in with vec
2020-09-03 Mark RousskovCheck test/example/benchmark on x.py check
2020-09-03 borsAuto merge of #73819 - euclio:rustdoc-summaries, r...
2020-09-03 The8472improve comments and naming
2020-09-03 The8472add explanation to specialization marker
2020-09-03 The8472remove separate no-drop code path since it resulted...
2020-09-03 The8472remove empty Vec extend optimization
2020-09-03 The8472please tidy
2020-09-03 The8472get things to work under min_specialization by leaning...
2020-09-03 The8472avoid applying in-place collect specialization in type...
2020-09-03 The8472fix benchmark compile errors
2020-09-03 The8472apply required min_specialization attributes
2020-09-03 The8472support in-place collect for MapWhile adapters
2020-09-03 The8472pacify tidy
2020-09-03 The8472generalize in-place collect to types of same size and...
2020-09-03 The8472increase comment verbosity
2020-09-03 The8472work around compiler overhead around lambdas in generic...
2020-09-03 The8472extract IntoIter drop/forget used by specialization...
2020-09-03 The8472add benchmark to cover in-place extend
2020-09-03 The8472remove redundant cast
2020-09-03 The8472test drops during in-place iteration
2020-09-03 The8472move unsafety into method, not relevant to caller
next