]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-11-01 Alex Crichtonwasm32: Inline a trivial function in libstd
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-10-31 Alex CrichtonBump nightly to 1.32.0
2018-10-31 borsAuto merge of #54806 - parched:park, r=RalfJung
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 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 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 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-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 ljedrzChange a flat_map with 0/1-element vecs to a filter_map
2018-10-29 Oliver SchererFix wrong validation clasisfication of `Option<&T>...
2018-10-29 ljedrzTake advantage of impl Iterator in (transitive/elaborat...
2018-10-29 Oliver SchererAssert that promoteds don't fail to be evaluated for...
2018-10-29 ljedrzUse opt.take() instead of mem::replace(opt, None)
2018-10-29 Andre Bogusdon't lint `unused_parens` on `if (break _)`
2018-10-29 borsAuto merge of #55462 - pietroalbini:rollup, r=pietroalbini
2018-10-29 Pietro AlbiniRollup merge of #55447 - frewsxcv:frewsxcv-rename,...
2018-10-29 Pietro AlbiniRollup merge of #55440 - xfix:patch-11, r=GuillaumeGomez
2018-10-29 Pietro AlbiniRollup merge of #55439 - xfix:patch-10, r=frewsxcv
2018-10-29 Pietro AlbiniRollup merge of #55438 - xfix:patch-9, r=frewsxcv
2018-10-29 Pietro AlbiniRollup merge of #55426 - fitzgen:nonnull-inline, r...
2018-10-29 Pietro AlbiniRollup merge of #55423 - zackmdavis:back_out_bogus_ok_w...
2018-10-29 Pietro AlbiniRollup merge of #55384 - nnethercote:better-integer_lit...
2018-10-29 ljedrzImprove a few cases of collecting to an FxHash(Map...
2018-10-29 memoryruinsAdd UI test for #49296
2018-10-29 borsAuto merge of #55270 - RalfJung:stacked-borrows-ng...
2018-10-28 borsAuto merge of #55043 - oliver-giersch:unchecked_thread_...
2018-10-28 borsAuto merge of #54487 - RalfJung:ctfe-backtrace, r=oli-obk
2018-10-28 Jorge Apariciomsp430: fix compilation of liballoc
2018-10-28 Jorge Apariciomsp430: remove the whole Atomic* API
2018-10-28 Corey FarwellFix invalid path in generate-deriving-span-tests.py.
2018-10-28 borsAuto merge of #55433 - kennytm:rollup, r=kennytm
2018-10-28 kennytmRollup merge of #55199 - oli-obk:instance_printing...
2018-10-28 kennytmRollup merge of #55257 - mjbshaw:static, r=oli-obk
2018-10-28 kennytmRollup merge of #55185 - davidtwco:issue-55130, r=nikom...
2018-10-28 kennytmRollup merge of #55421 - CAD97:patch-1, r=kennytm
2018-10-28 kennytmRollup merge of #55412 - oli-obk:min_const_fn_ice,...
2018-10-28 kennytmRollup merge of #55406 - rick68:patch-16, r=varkor
2018-10-28 kennytmRollup merge of #55389 - meven:master, r=shepmaster
2018-10-28 borsAuto merge of #55192 - cramertj:nested-mod, r=petrochenkov
2018-10-28 Konrad BorowskiRemove unreachable code in hasClass function in Rustdoc
2018-10-28 Konrad BorowskiRemove unused sys import from generate-deriving-span...
2018-10-28 Konrad BorowskiAvoid directly catching BaseException in bootstrap...
2018-10-28 Ralf Jungdon't be too perf-greedy
2018-10-28 Ralf Jungdon't tag new memory inside memory.rs; add machine...
2018-10-28 Ralf Jungalways print backtrace when CTFE_BACKTRACE is set
2018-10-28 Ralf Jungremove some unused CTFE error variants
2018-10-28 Ralf Jungrename env var to control ctfe backtraces, and make...
2018-10-28 Ralf Jungmake memory private; that's what we have `memory_mut...
2018-10-28 Ralf Jungvalidity in non-const mode relies on ref_to_mplace...
2018-10-28 Ralf Jungmake (de)reference hooks more consistent
2018-10-28 kennytmRollup merge of #55252 - SimonSapin:maybeuninit-new...
2018-10-28 kennytmRollup merge of #55244 - wesleywiser:issue-50411, r...
2018-10-28 kennytmRollup merge of #55191 - GuillaumeGomez:fix-sub-variant...
2018-10-28 kennytmRollup merge of #55148 - SimonSapin:path-fromstr, r...
2018-10-28 Christopher... Add ManuallyDrop::take
2018-10-28 David WoodAdd note linking to Rust 2018 path semantics docs.
2018-10-28 borsAuto merge of #55297 - petrochenkov:uni, r=Mark-Simulacrum
2018-10-28 borsAuto merge of #54683 - zackmdavis:critique_of_pure_lint...
2018-10-28 Vadim Petrochenkovresolve: Desugar empty import groups into synthetic...
2018-10-27 Vadim Petrochenkovresolve: Make sure macros and imports are resolved...
2018-10-27 Vadim Petrochenkovresolve: More precise spans for privacy errors
2018-10-27 Vadim Petrochenkovresolve: Absolute paths may be undetermined on 2018...
2018-10-27 Vadim Petrochenkovresolve: Refactor away `legacy_macro_imports`/`LegacyMa...
next