]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-06-02 Ralf Jungfix indentation
2019-06-02 Ralf Jungturn comments into doc-comments
2019-06-02 Ralf Jungfix comments
2019-06-02 Ralf Jungno longer assume that there is a default tag: give...
2019-06-02 Ralf Jungcache tag for vtable; fn_alloc's don't have a stack...
2019-06-02 borsAuto merge of #61384 - varkor:fmin-fmax-llvm-opt, r...
2019-06-02 borsAuto merge of #61299 - eddyb:nicer-llvm-builder, r...
2019-06-01 borsAuto merge of #61436 - Manishearth:clippyup, r=Manishearth
2019-06-01 Eduard-Mihai... rustc_codegen_llvm: replace `fn noname()` with `const...
2019-06-01 Eduard-Mihai... rustc_codegen_llvm: pretty up a few builder methods...
2019-06-01 Manish GoregaokarUpdate clippy
2019-06-01 borsAuto merge of #61350 - RalfJung:alloc, r=oli-obk
2019-06-01 borsAuto merge of #61388 - Amanieu:hashbrown4, r=alexcrichton
2019-06-01 Amanieu d'AntrasBump hashbrown to 0.4.0
2019-06-01 borsAuto merge of #61418 - Centril:rollup-yvj33a1, r=Centril
2019-06-01 Mazdak FarrokhzadRollup merge of #61403 - estebank:test-cleanup, r=petro...
2019-06-01 Mazdak FarrokhzadRollup merge of #61391 - wesleywiser:doc_comments_inter...
2019-06-01 Mazdak FarrokhzadRollup merge of #61389 - Zoxc:arena-cleanup, r=eddyb
2019-06-01 Mazdak FarrokhzadRollup merge of #61387 - JohnTitor:remove-unused, r...
2019-06-01 Mazdak FarrokhzadRollup merge of #61375 - varkor:panic-contains-string...
2019-06-01 Mazdak FarrokhzadRollup merge of #61364 - lzutao:stabilize-reverse_bits...
2019-06-01 Mazdak FarrokhzadRollup merge of #61263 - GuillaumeGomez:valid-html...
2019-06-01 Mazdak FarrokhzadRollup merge of #60729 - matthewjasper:leak-after-into...
2019-06-01 borsAuto merge of #60145 - little-dude:ip2, r=alexcrichton
2019-06-01 borsAuto merge of #61394 - pietroalbini:rollup-lzugnb4...
2019-05-31 borsAuto merge of #61300 - indygreg:upgrade-cross-make...
2019-05-31 Esteban Küberfix tidy
2019-05-31 borsAuto merge of #57967 - eddyb:rmangle, r=michaelwoerister
2019-05-31 Eduard-Mihai... test: add a more complex symbol-name testcase.
2019-05-31 Eduard-Mihai... rustc_codegen_utils: remove symbol name dumping/checkin...
2019-05-31 Eduard-Mihai... rustc_codegen_utils: update mw's symbol mangler impleme...
2019-05-31 Eduard-Mihai... rustc_codegen_utils: add harness for dumping/checking...
2019-05-31 Eduard-Mihai... test: force `legacy` mangling for run-make-fulldeps...
2019-05-31 Eduard-Mihai... test: support both (`legacy` and `v0`) choices of mangling.
2019-05-31 Eduard-Mihai... rustc_codegen_utils: don't ignore `Ctor` path component...
2019-05-31 Eduard-Mihai... rustc_codegen_utils: add new mangling scheme implementa...
2019-05-31 Eduard-Mihai... rustc_codegen_utils: test demangler output, not just...
2019-05-31 Eduard-Mihai... Update rustc-demangle version.
2019-05-31 borsAuto merge of #61298 - matthiaskrgr:submodule_upd,...
2019-05-31 Pietro AlbiniRollup merge of #61382 - OptimisticPeach:patch-1, r...
2019-05-31 Pietro AlbiniRollup merge of #61374 - VirrageS:master, r=Centril
2019-05-31 Pietro AlbiniRollup merge of #61372 - mati865:books, r=Centril,Guill...
2019-05-31 Pietro AlbiniRollup merge of #61369 - Vallentin:patch-1, r=varkor
2019-05-31 Pietro AlbiniRollup merge of #61363 - lzutao:stabilize-iter_nth_back...
2019-05-31 Pietro AlbiniRollup merge of #61359 - GuillaumeGomez:fix-deref-doc...
2019-05-31 Pietro AlbiniRollup merge of #61344 - varkor:const-failed-to-life...
2019-05-31 Pietro AlbiniRollup merge of #61342 - memoryruins:ellipsis_inclusive...
2019-05-31 Pietro AlbiniRollup merge of #61319 - Centril:async-unsafe-fn-order...
2019-05-31 Pietro AlbiniRollup merge of #61304 - lzybkr:iwr_progress, r=alexcri...
2019-05-31 Pietro AlbiniRollup merge of #60897 - seanmonstar:patch-4, r=sfackler
2019-05-31 borsAuto merge of #60166 - oli-obk:type_name, r=eddyb
2019-05-31 Wesley WiserDoc comment fixes for `rustc::mir::interpret::InterpretCx`
2019-05-31 John Kåre AlsakerRemove GlobalArenas and use Arena instead
2019-05-31 Yuki OkushiRemove ty::BrFresh and new_bound
2019-05-31 Lzu TaoStabilize reverse_bits feature
2019-05-31 Esteban KüberRemove unecessary `-Z continue-parse-after-error` from...
2019-05-30 varkorUpdate LLVM
2019-05-30 OptimisticPeachFixed some typos.
2019-05-30 Mazdak FarrokhzadParse 'async unsafe fn' instead of 'unsafe async fn'.
2019-05-30 varkorMake "panic did not include expected string" message...
2019-05-30 Janusz MarcinkiewiczExplicitly suggest 'type_ascription' feature
2019-05-30 borsAuto merge of #61353 - alexcrichton:less-tools, r=pietr...
2019-05-30 Christian VallentinFixed lifetime misspelling
2019-05-30 Matthew JasperExpand dynamic drop tests for cases in #47949
2019-05-30 varkorAdd regression test for const generics ICE
2019-05-30 Jason ShirkMerge branch 'master' into iwr_progress
2019-05-30 Lzu TaoStabilize iter_nth_back feature
2019-05-30 Guillaume GomezFix links in Deref documentation
2019-05-30 borsAuto merge of #61253 - nnethercote:avoid-hygiene_data...
2019-05-30 Alex Crichtonci: Favor SCRIPT instead of RUST_CHECK_TARGET
2019-05-30 Mateusz MikułaMigrate nomicon book to MdBook2
2019-05-30 Mateusz MikułaMigrate rustdoc book to MdBook2
2019-05-30 Ralf Jungrename did -> def_id
2019-05-30 Mateusz MikułaMigrate unstable-book to MdBook2
2019-05-30 borsAuto merge of #61343 - Centril:rollup-dzsuo01, r=Centril
2019-05-30 Ralf Junglight refactoring of global AllocMap
2019-05-30 memoryruinsUpdate ui and run-pass for ellipsis_inclusive_range_pat...
2019-05-30 Matthias Krügersubmodules: update clippy from fb33fad0 to d2f51228
2019-05-30 Oliver SchererMake the `type_name` intrinsic's output deterministic
2019-05-30 Mazdak FarrokhzadRollup merge of #61333 - varkor:apit-const-param-ice...
2019-05-30 Mazdak FarrokhzadRollup merge of #61322 - pietroalbini:debug-windows...
2019-05-30 Mazdak FarrokhzadRollup merge of #61321 - Centril:is_keyword_ahead,...
2019-05-30 Mazdak FarrokhzadRollup merge of #61284 - alexcrichton:less-s3, r=pietro...
2019-05-30 Mazdak FarrokhzadRollup merge of #61280 - bgermann:master, r=alexcrichton
2019-05-30 Mazdak FarrokhzadRollup merge of #61279 - llogiq:implicit-option-main...
2019-05-30 Mazdak FarrokhzadRollup merge of #61244 - RalfJung:box, r=rkruppe
2019-05-30 Mazdak FarrokhzadRollup merge of #61231 - pnkfelix:issue-59548-linkage...
2019-05-30 Mazdak FarrokhzadRollup merge of #60850 - SimonSapin:unguarded, r=alexcr...
2019-05-30 Mazdak FarrokhzadRollup merge of #60839 - davidtwco:const-generics-struc...
2019-05-30 Mazdak FarrokhzadRollup merge of #60802 - euclio:pulldown-cmark-panic...
2019-05-30 Oliver SchererSymbol name predicate list printed `+` excessively
2019-05-30 memoryruinsSet ellipsis_inclusive_range_patterns lint to warn
2019-05-30 borsAuto merge of #61005 - michaelwoerister:error-pgo-windo...
2019-05-30 borsAuto merge of #61212 - alexcrichton:skip-rustc, r=pietr...
2019-05-29 varkorAdd a regression test for const parameters with impl...
2019-05-29 varkorSort in-band generic parameter definitions from APIT
2019-05-29 Nicholas NethercoteAdd `HygieneData::{outer,expn_info,is_descendant_of...
2019-05-29 Nicholas NethercoteOptimize `TyCtxt::adjust_ident`.
2019-05-29 borsAuto merge of #61203 - memoryruins:bare_trait_objects...
2019-05-29 borsAuto merge of #61317 - oli-obk:rollup-tm5qivq, r=oli-obk
next