]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-01-09 scottmcmMerge pull request #1 from Centril/redo-vec-set_len...
2019-01-09 Mazdak Farrokhzadexplain safety for vec.set_len(0)
2019-01-03 Mazdak FarrokhzadUpdate src/liballoc/vec.rs
2018-12-12 Scott McMurrayUpdate the comment some more following CR feedback
2018-12-02 Scott McMurrayRedo the docs for Vec::set_len
2018-12-01 borsAuto merge of #56391 - alexcrichton:less-compare-mode...
2018-11-30 Alex Crichtonci: Only run compare-mode tests on one builder
2018-11-30 borsAuto merge of #56381 - kennytm:rollup, r=kennytm
2018-11-30 kennytmRollup merge of #56214 - scalexm:unification, r=nikomat...
2018-11-30 kennytmRollup merge of #56337 - phansch:fix_const_ice, r=oli-obk
2018-11-30 kennytmRollup merge of #56324 - Zoxc:int-ext, r=nikomatsakis
2018-11-30 kennytmRollup merge of #55011 - vi:panic_immediate_abort,...
2018-11-30 kennytmRollup merge of #56365 - alexreg:stabilise-self_struct_...
2018-11-30 kennytmRollup merge of #56373 - steveklabnik:update-books...
2018-11-30 kennytmRollup merge of #56367 - alexreg:move-feature-gate...
2018-11-30 kennytmRollup merge of #56364 - dlrobertson:fix_55903, r=oli-obk
2018-11-30 kennytmRollup merge of #56360 - alexcrichton:linkchecker-omg...
2018-11-30 kennytmRollup merge of #56355 - Zoxc:inline-things, r=michaelw...
2018-11-30 kennytmRollup merge of #56349 - davidtwco:issue-55396-inferenc...
2018-11-30 kennytmRollup merge of #56341 - frewsxcv:frewsxcv-util-cstr...
2018-11-30 kennytmRollup merge of #56339 - yui-knk:remove_mir_stats_flag...
2018-11-30 kennytmRollup merge of #56336 - nnethercote:clean-up-pp, r...
2018-11-30 kennytmRollup merge of #56268 - nnethercote:fold_opt_expr...
2018-11-30 kennytmRollup merge of #56216 - SimonSapin:array-tryfrom-slice...
2018-11-30 kennytmRollup merge of #56131 - ljedrz:assorted, r=RalfJung
2018-11-30 kennytmRollup merge of #56014 - euclio:issue-21335, r=nagisa
2018-11-30 kennytmRollup merge of #55821 - ljedrz:cached_key_sorts, r...
2018-11-30 Alexander RegueiroMoved feature-gate tests to correct dir.
2018-11-30 Alexander RegueiroUpdated ui tests.
2018-11-30 Alexander RegueiroRemoved feature gate.
2018-11-30 Steve KlabnikAdd the edition guide to doc.rust-lang.org
2018-11-30 Steve Klabnikupdate nomicon
2018-11-30 Philipp HanschPacify tidy
2018-11-30 Philipp HanschFix const_fn ICE with non-const function pointer
2018-11-30 John Kåre AlsakerInline things
2018-11-30 borsAuto merge of #49219 - eddyb:proc-macro-decouple, r...
2018-11-30 Eduard-Mihai... bootstrap: provide host `rust_test_helpers` to compilet...
2018-11-30 Eduard-Mihai... tests: ignore wasm32 for run-pass/proc-macro/expand...
2018-11-30 Eduard-Mihai... tests: use alloc instead of libc in unnecessary-extern...
2018-11-30 Eduard-Mihai... compiletest: don't pass -Clinker when `// force-host...
2018-11-30 Eduard-Mihai... tests: use a #![no_std] target crate in run-make/rustc...
2018-11-30 Eduard-Mihai... bootstrap: don't use libraries from MUSL_ROOT on non...
2018-11-30 Eduard-Mihai... tests: support cross-compilation in run-make/rustc...
2018-11-30 Eduard-Mihai... bootstrap: ensure that `libproc_macro` is available...
2018-11-30 Eduard-Mihai... tests: use `force-host` and `no-prefer-dynamic` in...
2018-11-30 Eduard-Mihai... tests: move all proc_macro tests from -fulldeps.
2018-11-30 Eduard-Mihai... tests: remove ignore-stage1 where possible in proc_macr...
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 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 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 David WoodOnly consider stem when extension is exe.
2018-11-29 borsAuto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb
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`.
next