]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-05-09 Alex Crichtonstd: Avoid `ptr::copy` if unnecessary in `vec::Drain`
2018-05-09 Sebastian Kölnadd fn `into_inner(self) -> (Idx, Idx)` to RangeInclusi...
2018-05-09 Michael WoeristerAllow for specifying a linker plugin for cross-language LTO
2018-05-09 Michael WoeristerMake CrateNum allocation more thread-safe.
2018-05-09 Corey FarwellClarify in the docs that `mul_add` is not always faster.
2018-05-09 borsAuto merge of #50546 - kennytm:rollup, r=kennytm
2018-05-09 kennytmRollup merge of #49523 - Aaronepower:master, r=Mark...
2018-05-09 kennytmRollup merge of #50527 - glandium:cleanup, r=sfackler
2018-05-09 kennytmRollup merge of #50511 - Manishearth:must-use, r=QuietM...
2018-05-09 kennytmRollup merge of #50505 - Aaronepower:add-test, r=oli-obk
2018-05-09 kennytmRollup merge of #50464 - est31:master, r=rkruppe
2018-05-09 kennytmRollup merge of #50460 - F001:const_string, r=kennytm
2018-05-09 Nicholas NethercoteUse SmallVec for DepNodeIndex within dep_graph.
2018-05-09 Nicholas NethercoteInline `Span` methods.
2018-05-09 Aaron PowerUpdate RELEASES.md
2018-05-09 kennytmRollup merge of #50148 - japaric:const-manuallydrop...
2018-05-09 kennytmRollup merge of #49988 - clarcharr:never_docs, r=stevek...
2018-05-09 kennytmRollup merge of #50539 - clarcharr:log_const, r=dtolnay
2018-05-09 kennytmRollup merge of #50525 - nnethercote:lit_token, r=micha...
2018-05-09 kennytmRollup merge of #50456 - alexcrichton:update-cargo...
2018-05-09 Michael WoeristerAdapt some method visibilities in librustc_metadata...
2018-05-09 Eric HussFix update-references for tests within subdirectories.
2018-05-09 Collins Abitekanizaignore test-args if user specifies suite_path
2018-05-09 Andre Bogususe fmt::Result where applicable
2018-05-08 Nicholas NethercoteOptimize string handling in lit_token().
2018-05-08 Bastien OrivelUpdate assert_cli
2018-05-08 Bastien OrivelUpdate derive-new
2018-05-08 Clar CharrAdd more logarithm constants
2018-05-08 C JonesMake an ensure_root_is_owned method to reduce duplication
2018-05-08 borsAuto merge of #50530 - oli-obk:miri, r=kennytm
2018-05-08 Alex CrichtonUpdate the Cargo/stdsimd submodules
2018-05-08 borsAuto merge of #50497 - RalfJung:pinmut, r=withoutboats
2018-05-08 John Kåre AlsakerInsert fields from TypeAndMut into TyRef to allow layou...
2018-05-08 John Kåre AlsakerStore the GeneratorInterior in the new GeneratorSubsts
2018-05-08 John Kåre AlsakerStore generator movability outside GeneratorInterior
2018-05-08 Wesley WiserFix comment
2018-05-08 Michael WoeristerDon't use Lock for heavily accessed CrateMetadata:...
2018-05-08 borsAuto merge of #50490 - nrc:method-docs, r=eddyb
2018-05-08 Oliver SchneiderFix thinning pointers to extern types in miri
2018-05-08 borsAuto merge of #50503 - alexheretic:master, r=oli-obk
2018-05-08 Mike HommeyCleanup a `use` in a raw_vec test
2018-05-08 borsAuto merge of #50390 - hdhoang:46205_deny_by_default...
2018-05-08 Wesley WiserMake DepGraph::previous_work_products immutable
2018-05-08 C JonesAdd debug asserts and fix some violations
2018-05-08 C JonesMake into_key_slice avoid taking out-of-bounds pointers
2018-05-08 C JonesSplit into_slices() to avoid making extra slices
2018-05-08 C JonesDon't drop the shared static node
2018-05-08 C JonesAdd a statically allocated empty node for empty maps
2018-05-08 C JonesMake LeafNode #[repr(C)] and put the metadata before...
2018-05-08 borsAuto merge of #50260 - Manishearth:no-extern-crate...
2018-05-07 borsAuto merge of #50305 - GuillaumeGomez:fix-mod-stackover...
2018-05-07 Manish GoregaokarAdd explanation for #[must_use] on string replace methods
2018-05-07 Manish GoregaokarAdd explanation for #[must_use] on mutex guards
2018-05-07 Manish GoregaokarAdd explanation for #[must_use] on Debug builders
2018-05-07 Manish GoregaokarAdd explanation for #[must_use] on Result
2018-05-07 John Kåre AlsakerMake SelectionCache and EvaluationCache thread-safe
2018-05-07 Aaron PowerAdded regression function match value test, closes...
2018-05-07 Alex ButlerUpdate clippy 0.0.197
2018-05-07 borsAuto merge of #50454 - Manishearth:edition-preview...
2018-05-07 John Kåre AlsakerOnly lookup types in one interner
2018-05-07 Alex ButlerUpdate rls 1263f1f
2018-05-07 Collins Abitekaniza./x.py test should be able to run individual tests
2018-05-07 borsAuto merge of #50487 - nikic:heap-manually-drop, r...
2018-05-07 Ralf JungUnpin: Fix references to Pin type
2018-05-07 Ralf JungRename PinMut::borrow to PinMut::reborrow and make...
2018-05-07 Ralf JungPinMut::get_mut can also preserve the lifetime
2018-05-07 Ralf JungChange PinMut::map to be able to preserve the original...
2018-05-07 Ralf JungRename Pin to PinMut
2018-05-07 Guillaume GomezPrevent infinite recursion of modules
2018-05-07 Aaron PowerUpdate RELEASES.md
2018-05-07 Jorge Apariciomake the const constructor unstable
2018-05-07 borsAuto merge of #50000 - michaelwoerister:cross-lang...
2018-05-07 Michael WoeristerFix Mac OS section name for LLVM bitcode.
2018-05-07 borsAuto merge of #50437 - zackmdavis:must_note, r=estebank
2018-05-07 Zack M. Davisin which the must-use additional messaging is tucked...
2018-05-07 borsAuto merge of #50434 - nrc:tool-bustage-infra, r=alexcr...
2018-05-06 Nick Cameronsave-analysis: emit correct docs for methods
2018-05-06 borsAuto merge of #50468 - nrc:test-rustfmt, r=alexcrichton
2018-05-06 borsAuto merge of #50309 - samWson:issue-49938, r=eddyb
2018-05-06 borsAuto merge of #50474 - sinkuu:fix_assert_ice, r=alexcri...
2018-05-06 Nikita PopovUse ManuallyDrop instead of Option in Hole implementation
2018-05-06 borsAuto merge of #50420 - chrisvittal:mailmap-chrisvittal...
2018-05-06 borsAuto merge of #50466 - kennytm:rustbuild-stage0-lib...
2018-05-06 borsAuto merge of #50453 - alexcrichton:proc-macro-not...
2018-05-06 Shotaro YamadaFix assertion message generation
2018-05-06 Samuel Wilsonissue-49938: Reference tagged unions discr(iminant...
2018-05-05 borsAuto merge of #50470 - frewsxcv:frewsxcv-update-books...
2018-05-05 Corey FarwellUpdate books for the next release.
2018-05-05 borsAuto merge of #50444 - michaelwoerister:check-parallel...
2018-05-05 Nick CameronPass a test directory to rustfmt
2018-05-05 kennytms/DocTestsOption/DocTests/g
2018-05-05 kennytmAdded some simple documentation.
2018-05-05 borsAuto merge of #50276 - Zoxc:build-cleanup, r=alexcrichton
2018-05-05 John Kåre AlsakerMisc tweaks
2018-05-05 kennytmSome final touches to ensure `./x.py test --stage 0...
2018-05-05 kennytmAdded a tidy test to ensure libcore cannot contain...
2018-05-05 kennytmMove the tests in src/libcore/slice/memchr.rs as well.
2018-05-05 Lukas KalbertodtFix warning in `core::time` tests
2018-05-05 Lukas KalbertodtMove libcore/time tests from `time.rs` to `tests/time.rs`
2018-05-05 kennytmAdded test case.
next