]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-07-07 Vadim Petrochenkovsyntax: Remove `NodeId` from `SyntaxExtension`
2019-07-07 borsAuto merge of #62434 - Manishearth:clippyup, r=Manishearth
2019-07-07 Ralf Jungformat a bit
2019-07-07 Valentin TolmerHandle null from LLVMRustGetSectionName
2019-07-07 borsAuto merge of #62458 - Centril:rollup-j6o2sqj, r=Centril
2019-07-07 Manish GoregaokarUpdate clippy
2019-07-07 Mazdak FarrokhzadRollup merge of #62455 - zackmdavis:name_trait_for_ambi...
2019-07-07 Mazdak FarrokhzadRollup merge of #62438 - petrochenkov:buildwarn, r...
2019-07-07 Mazdak FarrokhzadRollup merge of #62379 - GuillaumeGomez:option-doc...
2019-07-07 Mazdak FarrokhzadRollup merge of #61990 - llogiq:questionmark-test,...
2019-07-07 QuietMisdreavusforce single-threaded text execution
2019-07-07 QuietMisdreavusrustdoc: set cfg(doctest) when collecting doctests
2019-07-07 John Kåre AlsakerLink compiler plugins to rustc_driver
2019-07-07 John Kåre AlsakerUpdate Cargo.lock
2019-07-07 John Kåre AlsakerRemove some dummy dependencies
2019-07-07 Alex Crichtonrustc: Remove `dylib` crate type from most rustc crates
2019-07-07 borsAuto merge of #62281 - Disasm:riscv-pic, r=nagisa
2019-07-07 Zack M. Davisin which the `non_ascii_idents` lint appears (RFC 2457)
2019-07-06 Zack M. Davisname the trait in ambiguous-associated-items fully...
2019-07-06 Vadim PetrochenkovAddress review comments
2019-07-06 borsAuto merge of #62452 - Centril:rollup-5jww3h7, r=Centril
2019-07-06 Simonas KazlauskasRaise the default recursion limit to 128
2019-07-06 Matthew JasperExit arm scopes correctly in the HIR CFG
2019-07-06 Matthew JasperAdd arm ids for -Zunpretty=hir,identified
2019-07-06 Mazdak FarrokhzadRollup merge of #62436 - fakenine:normalize_use_of_back...
2019-07-06 Mazdak FarrokhzadRollup merge of #62422 - lzutao:remove-some-mem-uinit...
2019-07-06 Mazdak FarrokhzadRollup merge of #62243 - petrochenkov:macrodoc, r=eddyb
2019-07-06 Mazdak FarrokhzadRollup merge of #61862 - vorner:weak-into-raw-methods...
2019-07-06 Mazdak FarrokhzadRollup merge of #60081 - pawroman:cleanup_unicode_scrip...
2019-07-06 Samy Kaciminormalize use of backticks/lowercase in compiler messag...
2019-07-06 borsAuto merge of #59772 - andrehjr:add-rustc-guide-to...
2019-07-06 Vadim Petrochenkovresolve: Reserve cfg/cfg_attr/derive only in attribute...
2019-07-06 Alexander RegueiroBlessed tests.
2019-07-06 Alexander RegueiroAdded tests for issues.
2019-07-06 André Luis... Don't return an error from linkcheck when it's not...
2019-07-06 André Luis... Ignore unused variable for non-linux builds
2019-07-06 Mark Mansifix macos build
2019-07-06 Mark Mansicfg: linkcheck only on x86-64 linux
2019-07-06 André Luis... add missing libssl-dev dependency to docker images...
2019-07-06 André Luis... Add 'Apache-2.0 OR MIT' license variation to tidy/tools...
2019-07-06 André Luis... Move installing of deps to the docker container, instea...
2019-07-06 André Luis... Add linkcheck command to rustbook tool
2019-07-06 André Luis... Track rustc-guide on toolstate
2019-07-06 André Luis... add ./x.py test src/doc/rustc-guide
2019-07-06 Vadim Petrochenkovprivacy: Only opaque macros leak private things
2019-07-06 Vadim PetrochenkovFix tidy issues
2019-07-06 Vadim PetrochenkovImprove documentation for built-in macros
2019-07-06 Vadim Petrochenkov`#[rustc_transparent_macro]` -> `#[rustc_macro_transpar...
2019-07-06 Vadim Petrochenkov`#[rustc_doc_only_macro]` -> `#[rustc_builtin_macro]`
2019-07-06 Ralf Jungforcing instead of normalization
2019-07-06 Ralf Jungremove outdated comment
2019-07-06 Ralf Jungremove another unused method
2019-07-06 Ralf Jungremove some no-longer-needed methods
2019-07-06 Vadim Petrochenkovrustbuild: Cleanup global lint settings
2019-07-06 Ralf JungAdd check_mplace_ptr convenience method; provide ptr...
2019-07-06 Ralf Jungadd assert_{bits,ptr}; document which methods we hope...
2019-07-06 borsAuto merge of #61988 - Centril:there-is-only-loop,...
2019-07-06 Mazdak Farrokhzad--bless --compare-mode=nll
2019-07-06 Mazdak FarrokhzadBless mir-opt/while-storage.rs.
2019-07-06 Mazdak FarrokhzadCleanup liveness comment.
2019-07-06 Mazdak Farrokhzadwhile_{let_}loops/change_{break,continue}: typeck_table...
2019-07-06 Mazdak FarrokhzadLowering: Fuse ExprKind::While logic + Cleanup.
2019-07-06 Mazdak FarrokhzadMake WhileTrue into an EarlyLintPass lint.
2019-07-06 Mazdak FarrokhzadMake sure while-exprs require 'cond: bool' exactly.
2019-07-06 Mazdak FarrokhzadAdjust incremental test while_loops.rs
2019-07-06 Mazdak Farrokhzadwhile desugars to loop so 'a: while break 'a {} in...
2019-07-06 Mazdak FarrokhzadEnforce 'cond: bool' in while-expr + improve reachabili...
2019-07-06 Mazdak Farrokhzadmin_const_fn: change error message due to changed desug...
2019-07-06 Mazdak FarrokhzadRemove ExprKind::While from HIR.
2019-07-06 Lzu TaoRemove use of mem::uninitialized in code_gen crate
2019-07-06 Lzu TaoRemove use of mem::uninitialized in libterm crate
2019-07-06 borsAuto merge of #62428 - Centril:rollup-2udow5e, r=Centril
2019-07-06 Alexander RegueiroFixed ICEs.
2019-07-06 Alexander RegueiroFixed up a few comments.
2019-07-06 Mazdak FarrokhzadRollup merge of #62377 - wesleywiser:fix_62375, r=alexc...
2019-07-06 Mazdak FarrokhzadRollup merge of #62329 - matklad:no-peeking, r=petrochenkov
2019-07-06 Mazdak FarrokhzadRollup merge of #62296 - RalfJung:memalign, r=alexcrichton
2019-07-06 Mazdak FarrokhzadRollup merge of #62264 - RalfJung:inline-forcing, r...
2019-07-06 Mazdak FarrokhzadRollup merge of #62257 - RalfJung:miri-c-str, r=estebank
2019-07-06 Mazdak FarrokhzadRollup merge of #62245 - RalfJung:miri-extra-fn, r...
2019-07-06 Mazdak FarrokhzadRollup merge of #62151 - alexcrichton:update-openssl...
2019-07-05 Lzu TaoCorrect definition of CONSOLE_SCREEN_BUFFER_INFO
2019-07-05 borsAuto merge of #62419 - Centril:rollup-82umycq, r=Centril
2019-07-05 Mazdak FarrokhzadRollup merge of #62414 - jethrogb:jb/sgx-uninit, r...
2019-07-05 Mazdak FarrokhzadRollup merge of #62406 - Mark-Simulacrum:warnings-lint...
2019-07-05 Mazdak FarrokhzadRollup merge of #62396 - RalfJung:miri-no-null, r=alexc...
2019-07-05 Mazdak FarrokhzadRollup merge of #62390 - markebrooks:encourage, r=Centril
2019-07-05 Mazdak FarrokhzadRollup merge of #62381 - pawroman:fix_typo_in_write_vec...
2019-07-05 Mazdak FarrokhzadRollup merge of #62380 - eddyb:x64-sysv-regs, r=nagisa
2019-07-05 Mazdak FarrokhzadRollup merge of #62369 - JohnTitor:remove-compile-pass...
2019-07-05 Mazdak FarrokhzadRollup merge of #62193 - matthewjasper:dynamic-drop...
2019-07-05 Mazdak FarrokhzadRollup merge of #62168 - ljedrz:the_culmination_of_hiri...
2019-07-05 Mazdak FarrokhzadRollup merge of #62158 - christianpoveda:ecx-memory...
2019-07-05 Mazdak FarrokhzadRollup merge of #62133 - petrochenkov:norustc, r=eddyb
2019-07-05 Mazdak FarrokhzadRollup merge of #62110 - nnethercote:improve-Ztime...
2019-07-05 Mazdak FarrokhzadRollup merge of #61545 - flip1995:internal_lints, r...
2019-07-05 Yuki OkushiFix test annotation
2019-07-05 Yuki OkushiUpdate rustc-guide
2019-07-05 Yuki OkushiRemove compile-pass from error codes' explanation
2019-07-05 Yuki OkushiRemove compile-pass from compiletest
next