]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-05-24 gnzlbgforce more builds
2018-05-24 gnzlbgenable fast-math flags
2018-05-24 gnzlbgadd gather/scatter tests for pointers of pointers
2018-05-24 gnzlbgadd gather/scatter run-time test
2018-05-24 gnzlbgadd run-time test and missing codegen test
2018-05-24 gnzlbgfix tidy
2018-05-24 gnzlbgadd simd float intrinsics and gather/scatter
2018-05-24 gnzlbgmove simd-minmax-test to run-pass; require llvm 7
2018-05-24 borsAuto merge of #50949 - eddyb:debuginfo, r=mw
2018-05-24 borsAuto merge of #50971 - alexcrichton:no-stringify, r...
2018-05-24 borsAuto merge of #50943 - oli-obk:cleanups, r=estebank
2018-05-24 borsAuto merge of #51010 - nikomatsakis:issue-50996-renamed...
2018-05-23 borsAuto merge of #50933 - SimonSapin:anchorage, r=alexcrichton
2018-05-23 Niko Matsakis"crate-ify" paths that begin with a renamed crate
2018-05-23 borsAuto merge of #50916 - oli-obk:miri, r=eddyb
2018-05-23 borsAuto merge of #50983 - nikomatsakis:issue-50970-migrati...
2018-05-23 borsAuto merge of #50891 - davidtwco:nll-kill-loans-out...
2018-05-23 borsAuto merge of #50866 - michaelwoerister:relocations...
2018-05-23 Niko Matsakispacify the mercilous tidy
2018-05-23 Niko Matsakishandle fully qualified paths properly when linting
2018-05-23 borsAuto merge of #50528 - whitfin:issue-50508, r=michaelwo...
2018-05-23 borsAuto merge of #50798 - bobtwinkles:nll_facts_invalidate...
2018-05-23 borsAuto merge of #50682 - F001:issue-50589, r=petrochenkov
2018-05-23 borsAuto merge of #50982 - alexcrichton:less-warnings,...
2018-05-23 F001inverting speculative flag
2018-05-22 Niko Matsakisthread info about `CrateLint` through more deeply
2018-05-22 Niko Matsakisadd `Span` information into `Qself`
2018-05-22 Alex Crichtonrustc: Fix another double-lint issue with `crate::`
2018-05-22 borsAuto merge of #50713 - killercup:update-rustfix, r...
2018-05-22 Pascal HertleifUpdate compiltest to use rustfix 0.3.1
2018-05-22 Alex Crichtonrustc: Correctly pretty-print macro delimiters
2018-05-22 borsAuto merge of #50969 - nikomatsakis:issue-50673-broken...
2018-05-22 Simon SapinRemove the unstable Float trait
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 Michael WoeristerAdd some doc comments to SortedMap.
2018-05-22 Michael WoeristerCleanup SortedMap by wrapping element lookup in a method.
2018-05-22 Michael WoeristerRemove SortedMap::iter_mut() since that allows to break...
2018-05-22 Michael WoeristerRemove benchmarks from SortedMap.
2018-05-22 Michael WoeristerUse SortedMap instead of BTreeMap for relocations in...
2018-05-22 Michael WoeristerAdd SortedMap to rustc_data_structures.
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 Oliver SchneiderPrevent local paths into libstd from leaking into ui...
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 Eduard-Mihai... rustc_codegen_llvm: remove closure env alloca hack...
2018-05-21 Eduard-Mihai... rustc_codegen_llvm: remove debuginfo::VariableKind...
2018-05-21 borsAuto merge of #50801 - eddyb:param-things, r=nikomatsakis
next