]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-06-01 John Kåre AlsakerHave worker-local GlobalArenas
2018-06-01 John Kåre AlsakerAdd a WorkerLocal abstraction
2018-06-01 John Kåre AlsakerUpdate recursion limits
2018-06-01 John Kåre AlsakerEnsure ImplicitCtxt is Sync
2018-06-01 John Kåre AlsakerFix optimization_fuel
2018-06-01 John Kåre AlsakerFix OneThread
2018-06-01 borsAuto merge of #51181 - mbrubeck:prelude, r=petrochenkov
2018-06-01 borsAuto merge of #51060 - michaelwoerister:thread-safe...
2018-06-01 Michael WoeristerRemove outdated AllocId decoding function.
2018-06-01 Michael WoeristerMake metadata decoding use AllocDecodingState/Session.
2018-06-01 Michael WoeristerMake const decoding from the incremental cache thread...
2018-06-01 Michael WoeristerAdd TinyList data structure.
2018-06-01 borsAuto merge of #51225 - oli-obk:miri_oob_ptr, r=eddyb
2018-06-01 borsAuto merge of #51171 - faern:const-bswap-ctpop-cttz...
2018-06-01 borsAuto merge of #50836 - jsgf:arc-downcast, r=SimonSapin
2018-05-31 borsAuto merge of #51096 - matthewjasper:reverse-normalizat...
2018-05-31 borsAuto merge of #51257 - GuillaumeGomez:rollup, r=Guillau...
2018-05-31 Jeremy FitzhardingeFix up Any doc examples
2018-05-31 Jeremy FitzhardingeUpdate `Arc` and `Rc` to use `NonNull::cast` to cast...
2018-05-31 Jeremy FitzhardingeImplement `downcast` for `Arc<Any + Send + Sync>`
2018-05-31 Jeremy FitzhardingeAdd implementations for Any + Send + Sync
2018-05-31 Guillaume GomezRollup merge of #51240 - nnethercote:parse-2, r=nikomat...
2018-05-31 Guillaume GomezRollup merge of #51227 - uuttff8:master, r=dtolnay
2018-05-31 Guillaume GomezRollup merge of #51213 - nicokoch:copy_permissions...
2018-05-31 Guillaume GomezRollup merge of #51193 - GuillaumeGomez:fixes-style...
2018-05-31 Guillaume GomezRollup merge of #51146 - dlrobertson:fix_51102, r=estebank
2018-05-31 Guillaume GomezRollup merge of #51123 - akoserwal:master, r=Mark-Simul...
2018-05-31 Guillaume GomezRollup merge of #49546 - GuillaumeGomez:stabilize-short...
2018-05-31 Matthew JasperRegister outlives predicates from queries the right...
2018-05-31 Abhishek koserwalUpdate build instructions
2018-05-31 Guillaume GomezMake short-error format GNU compatible
2018-05-31 Guillaume GomezStabilize short error format
2018-05-31 borsAuto merge of #51050 - symphorien:fstatat, r=kennytm
2018-05-31 Linus FärnstrandRename num -> bits and num -> out_val
2018-05-31 Linus FärnstrandRename bytes -> bits
2018-05-31 Guillaume Girollibstd/sys/unix/fs.rs: fix compilation on fuchsia
2018-05-31 Linus FärnstrandRewrite numeric_intrinsic without macro
2018-05-31 Linus FärnstrandAdd test for intrinsics::bswap
2018-05-31 Linus FärnstrandMake ctpop, cttz, ctlz and bswap const fns
2018-05-31 borsAuto merge of #51235 - nikomatsakis:issue-51117-borrowc...
2018-05-31 Dan Robertsontypeck: Do not pass the field check on field error
2018-05-31 Niko Matsakischange `PointerKind::Implicit` to a note
2018-05-31 Matt BrubeckAdd std/core to prelude if extern_prelude enabled
2018-05-31 borsAuto merge of #51203 - nnethercote:obligations-2, r...
2018-05-31 borsAuto merge of #51182 - eddyb:not-just-visibility, r...
2018-05-31 Oliver SchneiderUpdate miri submodule
2018-05-31 Oliver SchneiderScalarPair for two element tuples was treated wrongly...
2018-05-31 Oliver SchneiderPull a layout computation out of a loop
2018-05-31 Oliver SchneiderDon't invalidate one byte beyond the end
2018-05-31 Oliver SchneiderDon't store the discriminant with the enum's type size
2018-05-31 Oliver SchneiderUpdate the miri submodule
2018-05-31 borsAuto merge of #51127 - frewsxcv:frewsxcv-discriminant...
2018-05-31 Nicholas NethercoteAvoid an unnecessary `match` when lexing "<-".
2018-05-31 Nicholas NethercoteTweak identifer lexing.
2018-05-31 Corey FarwellAdd doc link from discriminant struct to function.
2018-05-31 borsAuto merge of #51145 - petrochenkov:npbot, r=alexcrichton
2018-05-31 borsAuto merge of #51220 - nikomatsakis:issue-51008-false...
2018-05-30 Nicholas NethercoteInline `NodeIndex` methods.
2018-05-30 Nicholas NethercoteRemove `ObligationForest::cache_list`.
2018-05-30 borsAuto merge of #51138 - spastorino:add-polonius-compare...
2018-05-30 borsAuto merge of #51215 - eddyb:visit-for-a-lifetime,...
2018-05-30 uuttff8mod.rs isn't beautiful
2018-05-30 Vadim Petrochenkovresolve: Make sure indeterminate and inconsistent macro...
2018-05-30 Niko Matsakisalso reset anon-param-mode for `fn()` types
2018-05-30 Niko Matsakisreset the "anonymous lifetime mode" for parenthesized...
2018-05-30 Guillaume Girolstd::fs::DirEntry.metadata(): use fstatat instead of...
2018-05-30 Santiago PastorinoRun rustfmt
2018-05-30 Santiago PastorinoAdd compare-mode to x.py
2018-05-30 Eduard-Mihai... rustc: rename mir::LocalDecl's syntactic_source_info...
2018-05-30 Eduard-Mihai... rustc: turn mir::LocalDecl's visibility_source_info...
2018-05-30 Eduard-Mihai... rustc: use syntactic (instead of visibility) source...
2018-05-30 Eduard-Mihai... rustc: rename mir::LocalDecl's source_info to visibilit...
2018-05-30 Eduard-Mihai... rustc: turn mir::LocalDecl's syntactic_scope into a...
2018-05-30 Eduard-Mihai... rustc: rename mir::SourceScopeInfo to mir::SourceScopeL...
2018-05-30 Eduard-Mihai... rustc: rename mir::VisibilityScope to mir::SourceScope.
2018-05-30 Eduard-Mihai... rustc: don't visit lifetime parameters through visit_li...
2018-05-30 Eduard-Mihai... syntax: remove overloading of fold_lifetime{,_def}...
2018-05-30 Santiago PastorinoAdd polonius compare mode
2018-05-30 borsAuto merge of #51100 - estebank:as-ref, r=oli-obk
2018-05-30 Esteban KüberSuggest using `as_ref` on some borrow errors [hack]
2018-05-30 borsAuto merge of #50955 - steveklabnik:update-libbacktrace...
2018-05-30 Alex CrichtonReplace libbacktrace with a submodule
2018-05-30 Alex Crichtonstd: Delete bundled libbacktrace module
2018-05-30 borsAuto merge of #50880 - glandium:oom, r=SimonSapin
2018-05-30 Nicolas KochRemobve unused import
2018-05-30 borsAuto merge of #51106 - davidtwco:issue-50934, r=nikomat...
2018-05-30 borsAuto merge of #51017 - estebank:crate-name-in-path...
2018-05-30 Nicolas Kochfs: copy: Use File::set_permissions instead of fs:...
2018-05-30 borsAuto merge of #50783 - pnkfelix:issue-27282-match-borro...
2018-05-30 Mike HommeyAdd hooks allowing to override the `oom` behavior
2018-05-29 borsAuto merge of #50772 - nicokoch:fastcopy, r=alexcrichton
2018-05-29 Guillaume GomezFixes some style issues in rustdoc "implementations...
2018-05-29 Nicolas KochFix additional nits:
2018-05-29 Felix S. Klock IIReview feedback: Adding test cases suggested by arielb1.
2018-05-29 Felix S. Klock IIReview feedback: Fix typo.
2018-05-29 Felix S. Klock IIReview feedback, remove fixme comment.
2018-05-29 Felix S. Klock IIReview feedback: Remove a fixme/tbd note and just add...
2018-05-29 Felix S. Klock IIReview feedback: update fixme comment to reflect reality.
2018-05-29 Felix S. Klock IIreview feedback: fix indentation of pattern candidates...
2018-05-29 Felix S. Klock IITests illustrating the bug fixes for #27282 and #24535.
next