]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-05-23 Taylor CramerAdd PinMut::set
2018-05-23 Taylor CramerAdd Pinned type for opting out of Unpin on stable
2018-05-23 Taylor CramerMake `Unpin` safe to implement
2018-05-22 borsAuto merge of #50969 - nikomatsakis:issue-50673-broken...
2018-05-22 borsAuto merge of #50968 - kennytm:rollup, r=kennytm
2018-05-22 Niko Matsakisadd new test and add an existing scenario I didn't...
2018-05-22 kennytmRollup merge of #50963 - nnethercote:coercion-VecDeque1...
2018-05-22 kennytmRollup merge of #50961 - Zoxc:fix-filecheck, r=alexcrichton
2018-05-22 kennytmRollup merge of #50958 - KiChjang:nit-50697, r=pnkfelix
2018-05-22 kennytmRollup merge of #50952 - steveklabnik:2018-book, r...
2018-05-22 kennytmRollup merge of #50947 - QuietMisdreavus:nice-tabs...
2018-05-22 kennytmRollup merge of #50946 - alexcrichton:fix-parse-lifetim...
2018-05-22 kennytmRollup merge of #50945 - stjepang:stabilize-from-ref...
2018-05-22 kennytmRollup merge of #50932 - nnethercote:seen-Predicates...
2018-05-22 kennytmRollup merge of #50931 - nnethercote:inline-try_get...
2018-05-22 kennytmRollup merge of #50914 - simartin:issue_50636, r=oli-obk
2018-05-22 kennytmRollup merge of #50913 - d-e-s-o:fix-typo, r=joshtriplett
2018-05-22 kennytmRollup merge of #50875 - QuietMisdreavus:short-features...
2018-05-22 kennytmRollup merge of #50863 - oli-obk:const_len, r=SimonSapi...
2018-05-22 kennytmRollup merge of #50849 - est31:visit_closure_args,...
2018-05-22 kennytmRollup merge of #50846 - GuillaumeGomez:add-e0665,...
2018-05-22 Niko Matsakispacify the mercilous tidy
2018-05-22 Niko Matsakiscreate a rust-2018 directory for tests related to editi...
2018-05-22 steveklabnikbuild the 2018 edition
2018-05-22 Niko Matsakispass down information about the root tree and use that...
2018-05-22 borsAuto merge of #49172 - oli-obk:const_let, r=eddyb
2018-05-22 Oliver SchneiderDeduplicate match arms
2018-05-22 borsAuto merge of #50520 - Zoxc:alloc-misc, r=oli-obk
2018-05-22 Nicholas NethercoteRight-size the `VecDeque` in `coerce_unsized`.
2018-05-22 Oliver SchneiderFix a typo in a comment
2018-05-22 Oliver SchneiderRemove now unused error code
2018-05-22 Oliver SchneiderReport let bindings and statements as unstable
2018-05-22 Oliver SchneiderBe more explicit about what's skipped
2018-05-22 Oliver SchneiderAllow let bindings in const fn and constants
2018-05-22 borsAuto merge of #50876 - matthewjasper:rollback-trivial...
2018-05-22 John Kåre AlsakerFix FileCheck finding
2018-05-22 Keith YeungMicro-optimization on PR#50697
2018-05-22 borsAuto merge of #50838 - alexcrichton:token-impls, r...
2018-05-22 John Kåre AlsakerIntroduce AllocType which indicates what AllocIds point to
2018-05-22 John Kåre AlsakerMove the allocation interner out of InterpretInternerInner
2018-05-22 John Kåre AlsakerGet rid of literal_alloc_cache
2018-05-22 borsAuto merge of #50486 - Manishearth:approx-stab, r=nrc
2018-05-21 borsAuto merge of #49283 - varkor:combining-chars-escape_de...
2018-05-21 QuietMisdreavusrustdoc: set tab width in rust source blocks
2018-05-21 borsAuto merge of #50812 - kennytm:fix-50756-miri-bad-float...
2018-05-21 varkorFix tables.rs
2018-05-21 varkorAvoid counting characters and add explanatory comment...
2018-05-21 varkorOnly escape extended grapheme characters in the first...
2018-05-21 varkorMake {char, str}::escape_debug and impl Debug for ...
2018-05-21 varkorUse Grapheme_Extend instead of Mn
2018-05-21 varkorUse the correct output directory for downloading Unicod...
2018-05-21 varkorRemove example in test for is_nonspacing_mark because...
2018-05-21 varkorAdd test for Debug formatting of char
2018-05-21 varkorEscape combining characters in escape_debug
2018-05-21 varkorKeep tables.rs copyright notice up to date
2018-05-21 varkorDownload unicode data files in directory of unicode.py
2018-05-21 varkorUpdate unicode/tables.rs with Mn
2018-05-21 varkorUpdate .gitignore for libstd_unicode
2018-05-21 Manish Goregaokarupdate tests
2018-05-21 Manish GoregaokarRemove rustc_serialize_exclude_null
2018-05-21 Manish GoregaokarStabilize suggestion applicability field in json output
2018-05-21 borsAuto merge of #50801 - eddyb:param-things, r=nikomatsakis
2018-05-21 Oliver SchneiderAdd some runtime sanity checks
2018-05-21 Oliver SchneiderMake `[T]::len` and `str::len` const fn
2018-05-21 Alex Crichtonrustc: Fix procedural macros generating lifetime tokens
2018-05-21 Stjepan GlavinaStabilize feature from_ref
2018-05-21 Guillaume GomezAdd E0665
2018-05-21 borsAuto merge of #50265 - japaric:sz, r=alexcrichton
2018-05-21 Eduard-Mihai... rustc: move TypeParamDef's fields into GenericParamDefK...
2018-05-21 Eduard-Mihai... rustc: use AccumulateVec in Substs::for_item.
2018-05-21 Eduard-Mihai... rustc: don't expose Substs::fill_item as public.
2018-05-21 Eduard-Mihai... rustc: use intern_* instead of mk_* where possible.
2018-05-21 Eduard-Mihai... rustc: don't call Kind::from directly, use .into()...
2018-05-21 Eduard-Mihai... rustc: make mk_substs_trait take &[Kind] instead of...
2018-05-21 Eduard-Mihai... rustc: avoid using intern_*(it.collect()) when mk_...
2018-05-21 Nicholas NethercoteOptimize seen Predicate filtering.
2018-05-21 Nicholas NethercoteInline `try_get`.
2018-05-21 borsAuto merge of #50898 - shepmaster:typo, r=QuietMisdreavus
2018-05-21 borsAuto merge of #50739 - gnzlbg:vec_reserve, r=sfackler
2018-05-21 borsAuto merge of #50924 - petrochenkov:spanover, r=alexcri...
2018-05-21 borsAuto merge of #50860 - nox:big-niches-for-big-doggos...
2018-05-20 borsAuto merge of #50851 - eddyb:the-only-constant, r=nikom...
2018-05-20 Vadim Petrochenkovlexer: Fix span override for the first token in a string
2018-05-20 borsAuto merge of #50234 - cramertj:extend, r=alexcrichton
2018-05-20 borsAuto merge of #50719 - frewsxcv:frewsxcv-iterator-zip...
2018-05-20 borsAuto merge of #50908 - petrochenkov:usemacself, r=alexc...
2018-05-20 borsAuto merge of #50841 - oli-obk:promote_errors_to_panics...
2018-05-20 Simon MartinIssue #50636: Improve error diagnostic with missing...
2018-05-20 borsAuto merge of #50855 - nnethercote:fewer-macro_parser...
2018-05-20 borsAuto merge of #50820 - alexcrichton:no-modules, r=petro...
2018-05-20 Daniel MuellerFix typo in cell.rs
2018-05-20 borsAuto merge of #50813 - paoloteti:cortex-r, r=alexcrichton
2018-05-20 Jake GouldingUnsafeCell doc typos and minor flow improvements
2018-05-20 borsAuto merge of #50803 - varkor:never-transmute-never...
2018-05-19 Vadim Petrochenkovresolve: Don't add unnecessary import candidates for...
2018-05-19 borsAuto merge of #50893 - kennytm:rollup, r=kennytm
2018-05-19 kennytmRollup merge of #50889 - oli-obk:clippy, r=kennytm
2018-05-19 kennytmRollup merge of #50819 - cjkenn:cjkenn/div-by-zero...
2018-05-19 kennytmRollup merge of #50883 - dlrobertson:fix_warning, r...
2018-05-19 kennytmRollup merge of #50858 - robinkrahl:rustdoc-fix-order...
next