]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-11-03 Alexander RegueiroAdded WF checking for trait alias definitions.
2018-11-03 Alexander RegueiroFixed unsoundness hole.
2018-11-03 Alexander RegueiroResolve nits brought up in review.
2018-11-03 Alexander RegueiroExtended elaboration for trait aliases to include arbit...
2018-11-03 Alexander RegueiroAdd more tests.
2018-11-03 Alexander RegueiroAdded section to Unstable Book.
2018-11-03 Alexander RegueiroAdded tests.
2018-11-03 Alexander RegueiroAdded support for trait aliases as object types.
2018-11-03 Alexander RegueiroAdded support for trait aliases as bounds.
2018-11-02 borsAuto merge of #55087 - levex:e0669-improve-span, r...
2018-11-02 borsAuto merge of #54543 - GuillaumeGomez:top-level-index...
2018-11-02 borsAuto merge of #55316 - RalfJung:retagging, r=oli-obk
2018-11-02 borsAuto merge of #54718 - froydnj:aarch64-ci, r=alexcrichton
2018-11-02 borsAuto merge of #54043 - fintelia:raw_entry, r=alexcrichton
2018-11-02 borsAuto merge of #55359 - alex:command-exec-uaf, r=alexcri...
2018-11-02 borsAuto merge of #55305 - nikomatsakis:universes-refactor...
2018-11-01 Guillaume GomezMove doc_alias doc
2018-11-01 Guillaume GomezAdd test for index-page
2018-11-01 Guillaume GomezAdd documentation for index-page features
2018-11-01 borsAuto merge of #55595 - Manishearth:clippyup, r=oli-obk
2018-11-01 Manish GoregaokarUpdate clippy
2018-11-01 borsAuto merge of #55579 - pietroalbini:rollup, r=kennytm
2018-11-01 kennytmRollup merge of #55578 - regexident:fix/self, r=frewsxcv
2018-11-01 kennytmRollup merge of #55561 - smaeul:test-fixes, r=alexcrichton
2018-11-01 kennytmRollup merge of #55582 - yamaguchi1024:publish_toolstat...
2018-11-01 kennytmRollup merge of #55573 - kennytm:macos-aws, r=alexcrichton
2018-11-01 Pietro AlbiniRollup merge of #55575 - parched:trap, r=RalfJung
2018-11-01 Pietro AlbiniRollup merge of #55574 - nnethercote:gather_move-SmallV...
2018-11-01 Pietro AlbiniRollup merge of #55558 - nnethercote:tweak-MatcherPos...
2018-11-01 Pietro AlbiniRollup merge of #55542 - ljedrz:syntax_alloc_improvemen...
2018-11-01 Pietro AlbiniRollup merge of #55536 - ljedrz:don't_collect_suggestio...
2018-11-01 Pietro AlbiniRollup merge of #55522 - matthiaskrgr:no_format, r...
2018-11-01 Yuka TakahashiRemove unused import copy from publish_toolstate.py
2018-11-01 Alex GaynorFixes #46775 -- don't mutate the process's environment...
2018-11-01 Pietro AlbiniRollup merge of #55504 - ljedrz:simpler_repeated_elemen...
2018-11-01 Pietro AlbiniRollup merge of #55469 - pnkfelix:issue-54477-regressio...
2018-11-01 Pietro AlbiniRollup merge of #55280 - vlad20012:add-libproc_macro...
2018-11-01 Vincent EscheMade doc example of `impl Default for …` use `-> Self...
2018-11-01 Nicholas NethercoteUse `SmallVec` within `MoveData`.
2018-11-01 kennytmMake sure the installed `awscli` is found on macOS.
2018-11-01 borsAuto merge of #55548 - alexcrichton:bump, r=Mark-Simulacrum
2018-11-01 borsAuto merge of #55521 - nrc:rls-fix, r=petrochenkov
2018-11-01 Samuel HollandFix double_check tests on big-endian targets
2018-10-31 James DuleyFix invalid_const_promotion test on some archs
2018-10-31 Nicholas NethercoteUse `SmallVec` for the inner vectors in `MatcherPos...
2018-10-31 Nicholas NethercoteShare empty `Vec`s more within `MatcherPos::matches`.
2018-10-31 Jonathan BehrensA couple suggested edits
2018-10-31 Alex CrichtonBump nightly to 1.32.0
2018-10-31 Niko Matsakiskill old-style-lub warnings
2018-10-31 Niko Matsakisfix bug in NLL error reporting
2018-10-31 ljedrzsyntax: improve a few allocations
2018-10-31 borsAuto merge of #54806 - parched:park, r=RalfJung
2018-10-31 ljedrzPass suggestions as impl Iterator instead of Vec
2018-10-31 Nathan Froydswitch to LLVM 7.0 as the host compiler
2018-10-31 Nathan Froydadd an appveyor config for aarch64-pc-windows-msvc
2018-10-31 borsAuto merge of #55304 - alexcrichton:update-credentials...
2018-10-31 Nick Cameronsave analysis: don't dump macro refs
2018-10-30 borsAuto merge of #54004 - tromey:enum-debuginfo, r=tromey
2018-10-30 Matthias Krügeruse String::from() instead of format!() macro to constr...
2018-10-30 James Duleythread::unpark: Avoid notifying with mutex locked.
2018-10-30 Nick Cameronsave-analysis: make sure we save the def for the last...
2018-10-30 Levente KurusaAdd a test for multiple cases of E0669
2018-10-30 borsAuto merge of #55303 - alexcrichton:update-libm, r...
2018-10-30 Tom TromeyUpdate lldb
2018-10-30 Tom TromeyAdd legacy debuginfo tests
2018-10-30 Tom TromeyUpdate enum debuginfo tests
2018-10-30 Tom TromeyAvoid possible integer overflow in niche value computation
2018-10-30 Tom TromeyAdd more enum debug info tests
2018-10-30 Tom TromeyTighten enum-debug test
2018-10-30 Tom TromeyAddress review comments
2018-10-30 Tom TromeyFix DWARF generation for enums
2018-10-30 Alex CrichtonUpdate compiler-builtins submodule
2018-10-30 ljedrzUse vec![x; n] instead of iter::repeat(x).take(n).collect()
2018-10-30 borsAuto merge of #55502 - kennytm:rollup, r=kennytm
2018-10-30 kennytmRollup merge of #55496 - Manishearth:clippyup, r=oli-obk
2018-10-30 kennytmRollup merge of #55494 - pnkfelix:issue-55492-borrowck...
2018-10-30 kennytmRollup merge of #55493 - GuillaumeGomez:doc-fixes,...
2018-10-30 kennytmRollup merge of #55487 - nrc:path-fix, r=petrochenkov
2018-10-30 kennytmRollup merge of #55476 - ljedrz:flat_map_to_filter_map...
2018-10-30 kennytmRollup merge of #55474 - oli-obk:const_eval_promoted...
2018-10-30 kennytmRollup merge of #55473 - ljedrz:transitive/elaborate_bo...
2018-10-30 kennytmRollup merge of #55472 - ljedrz:use_option_take, r...
2018-10-30 kennytmRollup merge of #55459 - memoryruins:issue-49296, r...
2018-10-30 kennytmRollup merge of #55450 - japaric:msp430, r=alexcrichton
2018-10-30 kennytmRollup merge of #55205 - ljedrz:faster_fxhashmap/set_po...
2018-10-30 kennytmRollup merge of #54885 - llogiq:fix-54704, r=nikomatsakis
2018-10-30 Guillaume GomezFix invalid "expand description" display
2018-10-30 Manish GoregaokarUpdate clippy
2018-10-30 borsAuto merge of #55221 - matthewjasper:fewer-duplicate...
2018-10-30 borsAuto merge of #55190 - dlavati:51574_rename_codemap_fil...
2018-10-30 Felix S. Klock IIRegression test for issue #54477.
2018-10-29 Felix S. Klock IIUpdate compare-mode=nll stderr files to reflect the...
2018-10-29 Felix S. Klock IIRegression test for issue 55492.
2018-10-29 Felix S. Klock IIborrowck=migrate mode needs to check parent(s) when...
2018-10-29 Guillaume GomezFix source code pages in rustdoc
2018-10-29 Oliver S̶c̶h̶n̶e̶i̶d... Add a comment explaining the two checks
2018-10-29 David LavatiRename other occs of (Code/File)Map to Source(Map/File...
2018-10-29 Matthew JasperDon't emit cannot move errors twice in migrate mode
2018-10-29 Nick CameronAdjust Ids of path segments in visibility modifiers
2018-10-29 Ralf Jungthe memory_deallocated hook can make good use of knowin...
next