]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-04-04 Tim NeumannMerge remote-tracking branch 'hub/centos5-vault' into...
2017-04-04 Tim NeumannRollup merge of #40998 - alexcrichton:split-dist, r...
2017-04-04 topecongiroMove 'coherence-overlapping-inherent-impl-trait' test...
2017-04-04 topecongiroMove 'overlapping_inherent_impls' test to ui
2017-04-04 Anatol PomozovReplace magic number with readable sig constant
2017-04-04 Nick Cameronrebased
2017-04-04 Nick Cameronsave-analysis: index extern blocks
2017-04-04 Nick Cameronsave-analysis: only index path references once
2017-04-04 topecongiroMake 'overlapping_inherent_impls' lint a hard error
2017-04-04 Nathan StocksHandle options-with-arguments before subcommands such...
2017-04-03 Bryan TanFix styling issues
2017-04-03 Jeffrey SeyfriedFix bug parsing `#[derive]` macro invocations.
2017-04-03 Guillaume GomezHandle ordered lists as well
2017-04-03 Tim Neumannuse fixed ip for vault.centos.org until updates have...
2017-04-03 mandeepRemoved trailing whitespace on line 682
2017-04-03 Tim Neumannswitch to vault.centos.org
2017-04-03 Alex Crichtontravis: Split all dist builders in two
2017-04-03 Guillaume GomezReplace ^ with <sup> html balise
2017-04-03 Stjepan GlavinaMove libXtest into libX/tests
2017-04-03 Guillaume GomezFix mutex's docs inconsistency
2017-04-03 mandeepRefactored swap_remove doc comment upon discussing...
2017-04-03 Cody P SchaferRevert "Implement AsRawFd/IntoRawFd for RawFd"
2017-04-03 Esteban KüberMerge branch 'master' into issue-40006
2017-04-03 borsAuto merge of #40915 - nrc:save-assoc, r=eddyb
2017-04-03 Amanieu d'AntrasAdd ptr::offset_to
2017-04-03 Ulrik Sverdrupiter: Simplification in rfind's provided implementation
2017-04-03 Ulrik Sverdrupiter: Use underlying find/rfind for the same methods...
2017-04-02 Nathan StocksHandle symlinks in src/bootstrap/clean.rs (mostly)...
2017-04-02 Nathan StocksFix breaking the 'clean' subcommand caused replacing...
2017-04-02 Nathan StocksSimplify a "use" statement as per @grunweg's feedback.
2017-04-02 Nathan StocksOops, we can't parse options until all options have...
2017-04-02 Nathan StocksFinish the improvements I planned.
2017-04-02 Nathan StocksSave my TODO's as comments, so I don't forget.
2017-04-02 Nathan StocksUsing an untyped, one-letter variable binding as an...
2017-04-02 Nathan StocksVastly improve the help output.
2017-04-02 borsAuto merge of #40919 - GuillaumeGomez:fix-new-rustdoc...
2017-04-02 mandeepFixed typo in doc comments for swap_remove
2017-04-02 Ariel Ben-Yehudamark build::cfg::start_new_block as inline(never)
2017-04-02 Simon Sapinstd::thread docs: fix link to current()
2017-04-02 Peter GerberImprove documentation for `std::fs::DirBuilder`
2017-04-02 Irfan HuddaMinor changes to core::option docs
2017-04-01 Irfan HuddaImprove docs of core::option::Iter
2017-04-01 Irfan HuddaImprove docs of core::option::IterMut
2017-04-01 Irfan HuddaImprove docs of core::option::IntoIter
2017-04-01 Alex CrichtonUpdate cargo submodule
2017-04-01 Donnie BishopAdded links to types in from_utf8 description
2017-04-01 Alex Crichtonrustc: Stabilize the `#![windows_subsystem]` attribute
2017-04-01 Eugene BulkinAdd more std::ascii module-level docs.
2017-04-01 Eugene BulkinClean up std::ascii sub-level docs.
2017-04-01 Guillaume GomezForce footnote references to be sorted by id
2017-04-01 Bryan TanFix warnings in examples
2017-04-01 borsAuto merge of #40967 - alexcrichton:old-osx, r=brson
2017-04-01 Donnie BishopAdded links to from_utf8 methods in Utf8Error
2017-04-01 Bryan TanFix broken links to std::iter::Iterator::next
2017-04-01 Stjepan GlavinaChange wording for push_front
2017-04-01 Bryan TanAdd links and examples to std::sync::mpsc docs (#29377)
2017-03-31 borsAuto merge of #40972 - frewsxcv:rollup, r=frewsxcv
2017-03-31 projektirUpdating the description for BarrierWaitResult #29377
2017-03-31 Matthew JasperDon't warn about `char` comparisons in constexprs
2017-03-31 Corey FarwellRollup merge of #40947 - stjepang:test-sort-random...
2017-03-31 Corey FarwellRollup merge of #40935 - donniebishop:str_boilerplate_d...
2017-03-31 Corey FarwellRollup merge of #40871 - projektir:atomic_links, r...
2017-03-31 Corey FarwellRollup merge of #40763 - pirate:patch-2, r=steveklabnik
2017-03-31 Corey FarwellRollup merge of #40728 - topecongiro:stabilize, r=arielb1
2017-03-31 Corey FarwellRollup merge of #40703 - GuillaumeGomez:pointer-docs...
2017-03-31 Marco A L BarbosaUse 64 bits emulator to run android tests
2017-03-31 Alex Crichtontravis: Compile OSX releases with Xcode 7
2017-03-31 Guillaume GomezAdd end whitespace ignore flag for tidy
2017-03-31 Guillaume GomezFix hard break issue
2017-03-31 Björn SteinbrinkIgnore tests for the personality slot lifetimes on...
2017-03-31 borsAuto merge of #40950 - frewsxcv:rollup, r=frewsxcv
2017-03-31 Corey FarwellRollup merge of #40934 - SamWhited:improve_write_writel...
2017-03-31 Corey FarwellRollup merge of #40929 - bluss:full-reverse, r=alexcrichton
2017-03-31 Corey FarwellRollup merge of #40928 - GAJaloyan:patch-2, r=eddyb
2017-03-31 Corey FarwellRollup merge of #40925 - DaseinPhaos:patch-5, r=stevekl...
2017-03-31 Corey FarwellRollup merge of #40904 - rap2hpoutre:patch-1, r=stevekl...
2017-03-31 Corey FarwellRollup merge of #40898 - MaloJaffre:remove-unused-featu...
2017-03-31 Corey FarwellRollup merge of #40888 - wesleywiser:rustdoc_src_sideba...
2017-03-31 Corey FarwellRollup merge of #40869 - ctjhoa:master, r=steveklabnik
2017-03-31 Corey FarwellRollup merge of #40842 - Mic92:RawFd, r=aturon
2017-03-31 Corey FarwellRollup merge of #40694 - frewsxcv:unstable-book-checker...
2017-03-31 Corey FarwellSync all unstable features with Unstable Book; add...
2017-03-31 Stjepan GlavinaImprove some docs for VecDeque
2017-03-31 Stjepan GlavinaTest sort algorithms using a random cmp function
2017-03-31 borsAuto merge of #40737 - nagisa:safe-slicing-strs, r...
2017-03-31 Bryan TanAdd links to std::sync::mpsc docs #29377
2017-03-31 Nathan StocksDon't print build statistics if we explicitly asked...
2017-03-31 borsAuto merge of #40620 - laumann:slash-in-diagnostics...
2017-03-31 Nathan StocksWhen dealing with the list of all possible subcommands...
2017-03-31 Nathan StocksRefer to a subcommand as a subcommand.
2017-03-30 Vadim ChugunovInclude libpthread into mingw package.
2017-03-30 Vadim ChugunovMake sure that -lole32 ends up *after* LLVM libs on...
2017-03-30 Vadim ChugunovFix stage0->stage1 build when using "pthreads" mingw...
2017-03-30 Vadim Chugunovlibgcc_eh may depend on libpthread.
2017-03-30 Vadim ChugunovEmit linker hints for all library kinds.
2017-03-30 Guillaume GomezFix multiple footnotes and improve testing
2017-03-30 Donnie BishopRemove parentheses in method references
2017-03-30 Donnie BishopRevert SplitWhitespace's description
2017-03-30 Donnie BishopModify SplitWhitespace's description
2017-03-30 Donnie BishopModify EncodeUtf16's description
next