]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-07-22 borsAuto merge of #34724 - mitchmindtree:mpsc_receiver_try_...
2016-07-22 borsAuto merge of #34715 - scottcarr:mir-test, r=nikomatsakis
2016-07-21 borsAuto merge of #34544 - 3Hren:issue/xx/reinterpret-forma...
2016-07-21 borsAuto merge of #34939 - GuillaumeGomez:rollup, r=Guillau...
2016-07-21 mitchmindtreeFix issue in receiver_try_iter test where response...
2016-07-21 Guillaume GomezRollup merge of #34937 - GuillaumeGomez:hash_map_entry_...
2016-07-21 Guillaume GomezRollup merge of #34930 - frewsxcv:vec-as-slice, r=steve...
2016-07-21 Guillaume GomezRollup merge of #34921 - GuillaumeGomez:css_fix, r...
2016-07-21 Guillaume GomezRollup merge of #34919 - GuillaumeGomez:btree_map_doc...
2016-07-21 Guillaume GomezRollup merge of #34911 - frewsxcv:vec-set-len, r=stevek...
2016-07-21 Guillaume GomezRollup merge of #34910 - alexcrichton:hard-float-mips...
2016-07-21 Guillaume GomezRollup merge of #34895 - mark-buer:patch-1, r=steveklabnik
2016-07-21 Guillaume GomezRollup merge of #34890 - oconnor663:addassign, r=brson
2016-07-21 Guillaume GomezRollup merge of #34880 - xitep:master, r=steveklabnik
2016-07-21 Guillaume GomezRollup merge of #34855 - GuillaumeGomez:vec_deque_doc...
2016-07-21 Guillaume GomezRollup merge of #34854 - GuillaumeGomez:linked_list_doc...
2016-07-21 Guillaume GomezRollup merge of #34828 - seanmonstar:into-opton, r...
2016-07-21 Scott A Carradd mir optimization tests, dump-mir-dir option
2016-07-21 borsAuto merge of #34873 - alexcrichton:down-with-compiler...
2016-07-20 Sean McArthurcore: impl From<T> for Option<T>
2016-07-20 Alex Crichtonmk: Stop using cmake for compiler-rt
2016-07-20 borsAuto merge of #34113 - srinivasreddy:deriving_rustfmt...
2016-07-20 borsAuto merge of #34694 - mathphreak:master, r=alexcrichton
2016-07-20 ggomezAdd doc for btree_map types
2016-07-20 borsAuto merge of #33526 - steveklabnik:gh21889, r=alexcrichton
2016-07-20 mitchmindtreeAdd the missing tracking issue field for #34931 to...
2016-07-20 Corey FarwellAdd doc examples for `Vec::{as_slice,as_mut_slice}`.
2016-07-19 borsAuto merge of #34885 - GuillaumeGomez:btree_map_debug...
2016-07-19 Srinivas Reddy... Run rustfmt on libsyntax_ext/deriving folder
2016-07-19 Steve Klabnikre-work example
2016-07-19 Corey FarwellRewrite/expand doc examples for `Vec::set_len`.
2016-07-19 ggomez[CSS] Fix unwanted top margin for toggle wrapper
2016-07-19 borsAuto merge of #34898 - sanxiyn:rollup, r=sanxiyn
2016-07-19 Guillaume GomezAdd debug for btree_map::{Entry, VacantEntry, OccupiedE...
2016-07-19 borsAuto merge of #33974 - habnabit:eintr-retry-for-read...
2016-07-19 Alex Crichtonmk: Remove -Wall -Werror everywhere
2016-07-19 Alex Crichtonrustc: Remove soft-float from MIPS targets
2016-07-19 borsAuto merge of #34879 - petrochenkov:fnptr, r=alexcrichton
2016-07-18 borsAuto merge of #34357 - tbu-:pr_exact_size_is_empty...
2016-07-18 borsAuto merge of #34899 - michaelwoerister:always_internal...
2016-07-18 Jack O'Connoruse a new feature name for String AddAssign
2016-07-18 Jack O'Connorupdate the since field to 1.12.0 for String AddAssign
2016-07-18 Tobias BucherFix doctest of `ExactSizeIterator::is_empty`
2016-07-18 Michael WoeristerRun base::internalize_symbols() even for single-codegen...
2016-07-18 Seo SanghyeonRollup merge of #34889 - infinity0:master, r=sanxiyn
2016-07-18 Seo SanghyeonRollup merge of #34884 - shepmaster:from_raw_parts_doc...
2016-07-18 Seo SanghyeonRollup merge of #34875 - frewsxcv:std-slice-struct...
2016-07-18 Seo SanghyeonRollup merge of #34853 - frewsxcv:vec-truncate, r=Guill...
2016-07-18 Seo SanghyeonRollup merge of #34807 - sanxiyn:dump-mir, r=nagisa
2016-07-18 borsAuto merge of #34886 - jseyfried:improve_stmt_matchers...
2016-07-18 Mark BuerRemove rustdoc reference to `walk_dir`
2016-07-18 borsAuto merge of #34860 - jseyfried:encapsulate_hygiene...
2016-07-17 ggomezAdd debug for hash_map::{Entry, VacantEntry, OccupiedEntry}
2016-07-17 Jake GouldingRemove extraneous words
2016-07-17 Jake GouldingDocument from_raw_parts involves ownership transfer
2016-07-17 Jack O'Connorimplement AddAssign for String
2016-07-17 borsAuto merge of #34876 - frewsxcv:vec-as-mut-slice, r...
2016-07-17 Ximin Luodoc/book: fix tests for non-x86 architectures, such...
2016-07-17 Ximin Luotest: disable more stdcall tests for ARM arches. temp...
2016-07-17 Jeffrey SeyfriedRemove some unit tests and that are redundant with...
2016-07-17 Jeffrey SeyfriedRename `mtwt` to `hygiene`
2016-07-17 Jeffrey SeyfriedClean up and encapsulate `syntax::ext::mtwt`
2016-07-17 Jeffrey SeyfriedAdd regression test
2016-07-17 borsAuto merge of #34871 - petrochenkov:inherent, r=jseyfried
2016-07-17 Jeffrey Seyfriedmacros: Fix bug in statement matchers
2016-07-17 Corey FarwellIndicate where `std::slice` structs originate from.
2016-07-17 Novotnik, PetrMake .enumerate() example self-explanatory
2016-07-17 borsAuto merge of #34829 - cgswords:tstream, r=nrc
2016-07-17 Vadim PetrochenkovImplement traits for variadic function pointers
2016-07-17 borsAuto merge of #34789 - jonathandturner:simplify_liberro...
2016-07-17 borsAuto merge of #34606 - mathstuf:llvm-with-ninja, r...
2016-07-17 Corey FarwellRemove unnecessary indexing and deref in `Vec::as_mut_s...
2016-07-17 Guillaume GomezAdd examples for LinkedList
2016-07-17 borsAuto merge of #34852 - GuillaumeGomez:rollup, r=Guillau...
2016-07-16 Vadim PetrochenkovDo not resolve inherent static methods from other crate...
2016-07-16 borsAuto merge of #34846 - jonas-schievink:issue34839,...
2016-07-16 Alex CrichtonMerge pull request #34862 from TimNN/revert-34836-panic...
2016-07-16 Tim NeumannRevert "Refactored code to access TLS only in case...
2016-07-16 Alex CrichtonMerge pull request #34836 from cynicaldevil/panic-counter
2016-07-16 Guillaume GomezAdd examples for VecDeque
2016-07-16 Corey FarwellPartial rewrite/expansion of `Vec::truncate` documentation.
2016-07-16 Guillaume GomezRollup merge of #34849 - tshepang:patch-2, r=apasel422
2016-07-16 Guillaume GomezRollup merge of #34848 - tshepang:patch-1, r=apasel422
2016-07-16 Guillaume GomezRollup merge of #34847 - baskerville:unwanted-tag,...
2016-07-16 Guillaume GomezRollup merge of #34838 - steveklabnik:gh33677, r=alexcr...
2016-07-16 Guillaume GomezRollup merge of #34837 - GuillaumeGomez:better_example...
2016-07-16 Guillaume GomezRollup merge of #34768 - alexcrichton:issue-audit,...
2016-07-16 Guillaume GomezRollup merge of #33362 - andradei:master, r=Manishearth
2016-07-16 borsAuto merge of #34816 - jseyfried:fix_include_path,...
2016-07-16 Tshepang Lekhonkhobedoc: remove extraneous word
2016-07-16 Tshepang Lekhonkhobedoc: remove stray comma
2016-07-16 Bastien DejeanAdd missing inline code delimiters around Vec<T>
2016-07-16 Jonas SchievinkErase regions before computing type layout
2016-07-16 borsAuto merge of #34779 - infinity0:master, r=alexcrichton
2016-07-16 borsAuto merge of #34676 - aravind-pg:inner-attr, r=brson
2016-07-16 Aravind Gollakotasyntax: Better error message for inner attr following...
2016-07-16 borsAuto merge of #34841 - alexcrichton:no-mips-soft-float...
2016-07-15 cgswordsAdded tokenstream parser procedure
2016-07-15 Alex Crichtonmk: Don't pass -msoft-float on mips-gnu
2016-07-15 Steve KlabnikFix up documentation around no_std
next