]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-11-30 Eduard-Mihai... Statically link proc_macro into proc macros.
2018-11-30 Eduard-Mihai... proc_macro: move to a dependency of libtest.
2018-11-30 Eduard-Mihai... proc_macro: move the rustc server to syntax_ext.
2018-11-30 Eduard-Mihai... proc_macro: remove the __internal module.
2018-11-30 Eduard-Mihai... proc_macro: introduce a "bridge" between clients (proc...
2018-11-30 Alexander RegueiroChanged test for issue 56202 to compile-pass.
2018-11-30 Esteban KüberUse opt_def_id instead of having special branch
2018-11-30 Esteban KüberFix ICE with feature self_struct_ctor
2018-11-30 Dan RobertsonFix panic with outlives in existential type
2018-11-29 Nikita PopovEnable -mergefunc-use-aliases
2018-11-29 Vitaly _Vi... Fix exceeding line width limit
2018-11-29 Vitaly _Vi... panic_immediate_abort: Fix issues from review
2018-11-29 Alex CrichtonOptimize local linkchecker program
2018-11-29 Vitaly _Vi... Add libstd and libcore Cargo features "panic_immediate_...
2018-11-29 John Kåre AlsakerAdd inline attributes and add unit to CommonTypes
2018-11-29 varkorFix error message after rebase
2018-11-29 varkorFix broken tests
2018-11-29 varkorClarify undecided semantics
2018-11-29 varkorAdd a test for uninhabitedness changes
2018-11-29 varkorConsider references and unions potentially inhabited...
2018-11-29 scalexmCorrectly generalize inference variables in `nll_relate`
2018-11-29 scalexmFix doc comments
2018-11-29 scalexmImplement `AggregateOps`
2018-11-29 scalexmImplement `ResolventOps`
2018-11-29 scalexmHandle inference variables in `nll_relate` and use...
2018-11-29 Tom TromeyAdd template parameter debuginfo to generic types
2018-11-29 David WoodOnly consider stem when extension is exe.
2018-11-29 borsAuto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb
2018-11-29 bjorn3Move get_static from CodegenCx to Builder
2018-11-29 bjorn3Use implicit deref instead of BuilderMethods::cx()
2018-11-29 bjorn3Require Deref to CodegenCx for HasCodegen
2018-11-29 bjorn3Rename static_bitcast to const_bitcast
2018-11-29 bjorn3Remove static_addr_of_mut from cg_ssa
2018-11-29 bjorn3Rename StaticMethods::static_ptrcast to ConstMethods...
2018-11-29 bjorn3Remove static_bitcast from cg_ssa
2018-11-29 bjorn3Remove an unnecessary reference
2018-11-29 bjorn3Move IntrinsicCallMethods::call_overflow_intrinsics...
2018-11-29 bjorn3Remove call_lifetime_intrinsic from cg_ssa
2018-11-29 bjorn3Use BackendTypes instead of Backend or HasCodegen in...
2018-11-29 bjorn3Rustfmt on cg_ssa/traits
2018-11-29 bjorn3Don't use llvm intrinsic names in cg_ssa
2018-11-29 bjorn3Remove __build_diagnostic_array! from cg_utils
2018-11-29 bjorn3Remove static_replace_all_uses and statics_to_rauw...
2018-11-29 bjorn3Make ConstMethods and StaticMethods require BackendType...
2018-11-29 bjorn3Some refactorings
2018-11-29 borsAuto merge of #56298 - tromey:update-and-reenable-lldb...
2018-11-29 John Kåre AlsakerUse raw_entry for more efficient interning
2018-11-29 Corey FarwellRename conversion util; remove duplicate util in librus...
2018-11-29 borsAuto merge of #56340 - GuillaumeGomez:rollup, r=Guillau...
2018-11-29 Guillaume GomezRollup merge of #56330 - estebank:cleanup-span, r=zackm...
2018-11-29 Guillaume GomezRollup merge of #56322 - petrochenkov:edlints, r=eddyb
2018-11-29 Guillaume GomezRollup merge of #56321 - jnqnfe:css_nested_list_margin...
2018-11-29 Guillaume GomezRollup merge of #56319 - RalfJung:async-mutable-ref...
2018-11-29 Guillaume GomezRollup merge of #56312 - oli-obk:const_eval_literal...
2018-11-29 Guillaume GomezRollup merge of #56294 - polyfloyd:fix-typo-ffi-doc...
2018-11-29 Guillaume GomezRollup merge of #56289 - marius:patch-1, r=cramertj
2018-11-29 Guillaume GomezRollup merge of #56273 - GuillaumeGomez:iterator-fnmut...
2018-11-29 Guillaume GomezRollup merge of #56257 - mark-i-m:rustc-guide-links...
2018-11-29 Guillaume GomezRollup merge of #56255 - jasonl:update-old-documents...
2018-11-29 Guillaume GomezRollup merge of #56236 - frewsxcv:frewsxcv-unsafe-unsaf...
2018-11-29 Guillaume GomezRollup merge of #56223 - Mark-Simulacrum:self-profile...
2018-11-29 Guillaume GomezRollup merge of #56220 - estebank:suggest-lifetime...
2018-11-29 Guillaume GomezRollup merge of #56149 - ariasuni:improve-amctime-doc...
2018-11-29 Guillaume GomezRollup merge of #56148 - mark-i-m:rustc-guide-submodule...
2018-11-29 Guillaume GomezRollup merge of #56127 - rust-lang:oli-obk-patch-1...
2018-11-29 Guillaume GomezRollup merge of #56124 - antoine-de:fix_read_to_end_doc...
2018-11-29 Guillaume GomezRollup merge of #56114 - varkor:nonexhaustive-backticks...
2018-11-29 Guillaume GomezRollup merge of #56080 - mark-i-m:patch-2, r=steveklabnik
2018-11-29 Guillaume GomezRollup merge of #56023 - vorner:doc/atomic-ordering...
2018-11-29 Guillaume GomezRollup merge of #56021 - RalfJung:track-features, r...
2018-11-29 Guillaume GomezRollup merge of #55391 - matthiaskrgr:bootstrap_cleanup...
2018-11-29 yui-knkRemove not used option
2018-11-29 borsAuto merge of #56313 - nikic:update-llvm, r=alexcrichton
2018-11-29 borsAuto merge of #56245 - mark-i-m:stabilize_ques_kleene...
2018-11-29 Nicholas NethercoteSplit up `pretty_print` and `print`.
2018-11-29 Nicholas NethercoteUse `Cow` in `Token::String`.
2018-11-29 Nicholas NethercoteRemove `huge_word` and `zero_word`.
2018-11-29 Nicholas NethercoteFix whitespace in `pp.rs`.
2018-11-29 borsAuto merge of #56329 - eddyb:load-operand-overaligned...
2018-11-29 borsAuto merge of #56300 - nikic:issue-56267, r=eddyb
2018-11-29 Esteban KüberClean up span in non-trailing `..` suggestion
2018-11-28 Eduard-Mihai... rustc_codegen_llvm: don't overalign loads of pair operands.
2018-11-28 Vadim Petrochenkovresolve: Fix false-positives from lint `absolute_paths_...
2018-11-28 Ralf Jungfix futures aliasing mutable and shared ref
2018-11-28 Oliver SchererMove hir::Lit -> ty::Const conversion into its own...
2018-11-28 Lyndon Brownrustdoc: add margin-bottom spacing to nested lists
2018-11-28 Nikita PopovUpdate LLVM
2018-11-28 Oliver SchererDeduplicate literal -> constant lowering
2018-11-28 Ralf Jungget_ref -> get_mut
2018-11-28 Ralf Jungfix build
2018-11-28 Ralf Jungput the MaybeUninit inside the UnsafeCell
2018-11-28 Mark Mansifix test
2018-11-27 Nikita PopovFix alignment of stores to scalar pair
2018-11-27 borsAuto merge of #56293 - matthiaskrgr:clippy, r=oli-obk
2018-11-27 polyfloydFix a typo in the documentation of std::ffi
2018-11-27 Matthias Krügersubmodules: update clippy from 754b4c07 to b2601beb
2018-11-27 Tom TromeyRe-enable lldb
2018-11-27 Mark Mansifix test
2018-11-27 Mark Mansiremove uses of feature gate
2018-11-27 Mark Mansiremove unstable book entry
next