]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #61118 - pnkfelix:issue-60654-dont-ice-on-gat, r=varkor
[rust.git] / src /
2019-05-25 Mazdak FarrokhzadRollup merge of #61118 - pnkfelix:issue-60654-dont...
2019-05-25 Mazdak FarrokhzadRollup merge of #61116 - scottmcm:vcpp-download-link...
2019-05-25 Mazdak FarrokhzadRollup merge of #61113 - SimonSapin:fnbox, r=alexcrichton
2019-05-25 Mazdak FarrokhzadRollup merge of #61111 - Cerberuser:patch-1, r=steveklabnik
2019-05-25 Mazdak FarrokhzadRollup merge of #61110 - ehuss:revert-edition-override...
2019-05-25 Mazdak FarrokhzadRollup merge of #61107 - blkerby:docs_typos, r=Centril
2019-05-25 Mazdak FarrokhzadRollup merge of #61096 - ehuss:tidy-license-short-circu...
2019-05-25 Mazdak FarrokhzadRollup merge of #61095 - ehuss:update-cargo, r=alexcrichton
2019-05-25 Mazdak FarrokhzadRollup merge of #61026 - estebank:macro-eof-spans,...
2019-05-24 Esteban KüberRevert changes that belong to separate PR
2019-05-24 borsAuto merge of #60777 - pietroalbini:azure-pipelines...
2019-05-24 Esteban KüberMove diagnostic logic out of parser
2019-05-24 Esteban KüberFix rebase
2019-05-24 Esteban Küberreview comments
2019-05-24 Esteban KüberTweak macro parse errors when reaching EOF during macro...
2019-05-24 Felix S. Klock IIRegression test for issue #60654.
2019-05-24 borsAuto merge of #60568 - petrochenkov:debi, r=Mark-Simulacrum
2019-05-24 Felix S. Klock IIDelay ICE in early_free_scope so feature gate has chanc...
2019-05-24 Felix S. Klock IIDelay ICE in fold_region so feature gate has chance...
2019-05-24 Vadim Petrochenkovrustbuild: Untie `debuginfo-level-tests` from `debuginf...
2019-05-24 borsAuto merge of #60803 - varkor:remove-in-place-syntax...
2019-05-24 Vadim Petrochenkovci: Enable debuginfo for std only if release channel...
2019-05-24 Vadim Petrochenkovrustbuild: Simplify debuginfo configuration
2019-05-24 Simon SapinDeprecate `FnBox`. `Box<dyn FnOnce()>` can be called...
2019-05-24 Simon SapinUse FnOnce instead of FnBox in libtest
2019-05-24 CerberuserFixed type-alias-bounds lint doc
2019-05-24 Eric HussRevert edition-guide toolstate override
2019-05-24 borsAuto merge of #60984 - matthewjasper:borrowck-error...
2019-05-24 Brent KerbyFix typo "spit_paths", add link
2019-05-24 Brent Kerbytypo
2019-05-24 varkorUpdate tests
2019-05-24 varkorRemove `ObsoleteInPlace`
2019-05-24 borsAuto merge of #61105 - Centril:rollup-t9lemjf, r=Centril
2019-05-23 Mazdak FarrokhzadRollup merge of #61098 - varkor:fix-overflowing-literal...
2019-05-23 Mazdak FarrokhzadRollup merge of #61086 - RalfJung:box, r=alexcrichton
2019-05-23 Mazdak FarrokhzadRollup merge of #61082 - RalfJung:vec, r=alexcrichton
2019-05-23 Mazdak FarrokhzadRollup merge of #61056 - euclio:custom-discriminant...
2019-05-23 Mazdak FarrokhzadRollup merge of #61054 - estebank:mut-ref-reassign...
2019-05-23 Mazdak FarrokhzadRollup merge of #59545 - Zoxc:the-arena-3, r=eddyb...
2019-05-23 borsAuto merge of #60970 - MaulingMonkey:pr-compiletest...
2019-05-23 varkorAdd test for denying overflowing literal in loop
2019-05-23 varkorUpdate unreachable loop patterns test
2019-05-23 varkorFix missing overflowing literal lint in for loop
2019-05-23 Eric Husstidy: don't short-circuit on license error
2019-05-23 Eric HussUpdate cargo
2019-05-23 Esteban KüberAdd regression test for negative case
2019-05-23 John Kåre AlsakerUpdate crate_variances and inferred_outlives_crate
2019-05-23 John Kåre AlsakerUpdate dylib_dependency_formats, extern_crate and reach...
2019-05-23 John Kåre AlsakerUpdate foreign_modules and dllimport_foreign_items
2019-05-23 John Kåre AlsakerUpdate visible_parent_map
2019-05-23 John Kåre AlsakerUpdate get_lib_features, defined_lib_features, get_lang...
2019-05-23 John Kåre AlsakerUpdate wasm_import_module_map and target_features_whitelist
2019-05-23 John Kåre AlsakerUpdate upvars and module_exports
2019-05-23 John Kåre AlsakerUpdate in_scope_traits_map
2019-05-23 John Kåre AlsakerUpdate privacy_access_levels
2019-05-23 John Kåre AlsakerUpdate all_traits
2019-05-23 John Kåre AlsakerUpdate stability_index, all_crate_nums and features_query
2019-05-23 John Kåre AlsakerUpdate lint_levels
2019-05-23 John Kåre AlsakerMake ArenaField private
2019-05-23 John Kåre AlsakerAdd a comment for arena_types!
2019-05-23 John Kåre AlsakerRemove subtle Default impl for Value
2019-05-23 John Kåre AlsakerUpdate GenericPredicates queries
2019-05-23 John Kåre AlsakerOptimize alloc_from_iter
2019-05-23 John Kåre AlsakerUpdate used_trait_imports
2019-05-23 John Kåre AlsakerUpdate item_children
2019-05-23 John Kåre AlsakerUpdate resolve_lifetimes, named_region_map, is_late_bou...
2019-05-23 John Kåre AlsakerUpdate implementations_of_trait and all_trait_implement...
2019-05-23 John Kåre AlsakerUpdate upstream_monomorphizations and upstream_monomorp...
2019-05-23 John Kåre AlsakerUpdate borrowck
2019-05-23 John Kåre AlsakerUpdate inherent_impls
2019-05-23 John Kåre AlsakerUpdate associated_item_def_ids
2019-05-23 Ralf Jungadjust comment
2019-05-23 Ralf JungBox::into_unique: do the reborrow-to-raw *after* destro...
2019-05-23 Andy Russelltweak discriminant on non-nullary enum diagnostic
2019-05-23 Ralf Jungfix dangling reference in Vec::append
2019-05-23 borsAuto merge of #60965 - petrochenkov:lit3, r=matklad
2019-05-23 Vadim Petrochenkovsyntax: Some code cleanup
2019-05-23 Vadim Petrochenkovsyntax: Turn `token::Lit` into a struct
2019-05-23 Vadim Petrochenkovsyntax: Remove an obsolete hack from literal comparisons
2019-05-23 Vadim Petrochenkovsyntax: Fix spans for boolean literals passed to proc...
2019-05-23 Vadim Petrochenkovsyntax: More consistent wording for some literal parsin...
2019-05-23 Vadim Petrochenkovsyntax: Return named errors from literal parsing functions
2019-05-23 borsAuto merge of #61075 - Centril:rollup-1ugmcqu, r=Centril
2019-05-23 Mazdak FarrokhzadRollup merge of #61073 - phansch:remove_unused_annotati...
2019-05-23 Mazdak FarrokhzadRollup merge of #61057 - sfackler:revert-next-back...
2019-05-23 Mazdak FarrokhzadRollup merge of #61055 - bgermann:master, r=sanxiyn
2019-05-23 Mazdak FarrokhzadRollup merge of #61046 - mark-i-m:transcribe-fix, r...
2019-05-23 Mazdak FarrokhzadRollup merge of #61043 - alexcrichton:less-full-bootstr...
2019-05-23 Mazdak FarrokhzadRollup merge of #61014 - jsgf:emit-artifact-type, r...
2019-05-23 Mazdak FarrokhzadRollup merge of #60981 - alexcrichton:update-compiler...
2019-05-23 Philipp Hanschlibrustc_errors: Remove unused annotation style `OldSch...
2019-05-23 borsAuto merge of #60174 - matthewjasper:add-match-arm...
2019-05-23 borsAuto merge of #60740 - petrochenkov:kw, r=nnethercote
2019-05-22 borsAuto merge of #61044 - Centril:rollup-ztsgb9p, r=Centril
2019-05-22 Steven FacklerRevert "Add implementations of last in terms of next_ba...
2019-05-22 bgermannSolaris CI: Build with dilos2 stable
2019-05-22 Esteban KüberSuggest dereferencing on assignment to mutable borrow
2019-05-22 Mark Mansiadd ui tests
2019-05-22 Vadim PetrochenkovRestore the old behavior of the rustdoc keyword check...
2019-05-22 Vadim PetrochenkovEliminate unnecessary `Ident::with_empty_ctxt`s
next