]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-07-21 Matthew JasperUse MirBorrowckCtxt while reporting move errors
2018-07-21 borsAuto merge of #52405 - matthewjasper:mutability-errors...
2018-07-21 borsAuto merge of #52562 - Manishearth:clippyup, r=RalfJung
2018-07-21 Oliver SchneiderDon't invent new magic keywords
2018-07-21 borsAuto merge of #52555 - petrochenkov:mresfact, r=alexcri...
2018-07-21 borsAuto merge of #52552 - eddyb:proc-macro-prep, r=alexcri...
2018-07-21 borsAuto merge of #52535 - alexcrichton:update-stdsimd...
2018-07-21 Alex CrichtonUpdate stdsimd to undo an accidental stabilization
2018-07-21 borsAuto merge of #52536 - alexcrichton:attr-spans, r=nikom...
2018-07-21 borsAuto merge of #52438 - ljedrz:rustc_vec_capacity, r...
2018-07-20 borsAuto merge of #52574 - kennytm:rollup, r=kennytm
2018-07-20 Oliver SchneiderClippy opts out of in_external_macro
2018-07-20 Oliver SchneiderAllow individual lints to opt into being reported in...
2018-07-20 kennytmRollup merge of #52573 - oli-obk:cleanups, r=RalfJung
2018-07-20 kennytmRollup merge of #52540 - alexcrichton:tweak-script...
2018-07-20 kennytmRollup merge of #52539 - alexcrichton:two-attrs, r...
2018-07-20 kennytmRollup merge of #52527 - ljedrz:cleanup_13973, r=oli-obk
2018-07-20 kennytmRollup merge of #52526 - ljedrz:cleanup_18800, r=alexcr...
2018-07-20 kennytmRollup merge of #52505 - alexcrichton:remove-thinlto...
2018-07-20 kennytmRollup merge of #52502 - RalfJung:rotate, r=scottmcm
2018-07-20 ljedrzRefactor a few push loops to iterators in librustc
2018-07-20 Matthew JasperUpdate tests for new NLL mutability errors
2018-07-20 Matthew JasperImprove NLL mutability errors
2018-07-20 Matthew JasperMove mutability error reporting to its own file
2018-07-20 Matthew JasperMIR changes to improve NLL cannot mutate errors
2018-07-20 Manish GoregaokarUpdate clippy
2018-07-20 borsAuto merge of #52354 - QuietMisdreavus:rustdoc-lints...
2018-07-20 Oliver SchneiderRemove unused method
2018-07-20 Oliver SchneiderOnly methods are fn-like, not other associated items
2018-07-20 borsAuto merge of #52498 - oli-obk:const_prop, r=nikomatsakis
2018-07-20 borsAuto merge of #52476 - wesleywiser:categorize_queries...
2018-07-20 Vadim PetrochenkovRevert some use of `PtrKey` to fix parallel_queries...
2018-07-20 Vadim Petrochenkovresolve: Add more comments to in-module resolution
2018-07-20 Vadim Petrochenkovresolve: Fully prohibit shadowing of in-scope names...
2018-07-20 Vadim Petrochenkovdata_structures: Add a reference wrapper for pointer...
2018-07-20 Vadim Petrochenkovresolve: Add some comments to in-module resolution
2018-07-20 Vadim Petrochenkovresolve: Remove `SingleImports` in favor of a simple set
2018-07-20 Vadim Petrochenkovresolve: Rename `global_macros` to `macro_prelude`
2018-07-20 Vadim Petrochenkovresolve: Remove unused parameter from `resolve_ident_in...
2018-07-20 borsAuto merge of #52467 - alexcrichton:lints-and-macros...
2018-07-20 ljedrzRemove duplicate E0396 tests
2018-07-20 borsAuto merge of #52445 - alexcrichton:wasm-import-module...
2018-07-20 Eduard-Mihai... proc_macro: avoid exposing internal details in formatti...
2018-07-20 Eduard-Mihai... proc_macro: move some implementation details to a rustc...
2018-07-20 borsAuto merge of #52349 - RalfJung:once, r=alexcrichton
2018-07-19 Eduard-Mihai... proc_macro: don't expose compiler-internal FileName...
2018-07-19 Eduard-Mihai... proc_macro: clean up the implementation of quasi-quoting.
2018-07-19 Eduard-Mihai... proc_macro: don't try to reflect literals in quasi...
2018-07-19 Eduard-Mihai... proc_macro: don't use DiagnosticBuilder for building...
2018-07-19 borsAuto merge of #52024 - oli-obk:existential_parse, r...
2018-07-19 borsAuto merge of #51854 - davidtwco:rfc-2008-rustdoc,...
2018-07-19 Oliver SchneiderGenerate a page for existential types
2018-07-19 David WoodUpdated FRU terminology.
2018-07-19 Alex CrichtonFix docker/run.sh script when run locally
2018-07-19 Alex Crichtonrustc: Fix two custom attributes with custom derive
2018-07-19 Alex Crichtonproc_macro: Preserve spans of attributes on functions
2018-07-19 borsAuto merge of #52197 - euclio:exit-code, r=oli-obk
2018-07-19 borsAuto merge of #52515 - Manishearth:clippyup, r=kennytm
2018-07-19 ljedrzEnable run-pass/sepcomp-lib-lto.rs on Android
2018-07-19 Ralf Jungfix safety-related comment in slice::rotate
2018-07-19 Manish GoregaokarUpdate clippy
2018-07-19 borsAuto merge of #52429 - alexcrichton:update-cargo, r...
2018-07-19 borsAuto merge of #52486 - kennytm:rollup, r=kennytm
2018-07-18 Alex CrichtonUpdate Cargo submodule
2018-07-18 borsAuto merge of #52431 - semarie:compiler-builtins, r...
2018-07-18 kennytmRollup merge of #52510 - QuietMisdreavus:redirects...
2018-07-18 kennytmRollup merge of #52418 - estebank:desugaring-type,...
2018-07-18 QuietMisdreavusremove FIXME about macro redirects
2018-07-18 David WoodUpdated wording and placement of non-exhaustive notice...
2018-07-18 Alex Crichtonrustc: Remove a workaroudn in ThinLTO fixed upstream
2018-07-18 Sébastien Marieupdate compiler-builtins for openbsd
2018-07-18 Esteban KüberUpdate test output
2018-07-18 Esteban KüberChange label span to point at iterator instead of iter...
2018-07-18 Esteban KüberDo not use desugared ident when suggesting adding a...
2018-07-18 kennytmRollup merge of #52480 - ljedrz:cleanup_24958, r=oli-obk
2018-07-18 kennytmRollup merge of #51628 - euclio:line-writer, r=frewsxcv
2018-07-18 kennytmRollup merge of #52487 - alexcrichton:build-less-saniti...
2018-07-18 Oliver SchneiderConst-propagate casts
2018-07-18 borsAuto merge of #52375 - oli-obk:the_early_lint_pass_gets...
2018-07-18 Alex Crichtonrustc: Stabilize #[wasm_import_module] as #[link(...)]
2018-07-18 Alex CrichtonDon't build twice the sanitizers on Linux
2018-07-18 kennytmRollup merge of #52477 - frewsxcv:frewsxcv-iter-short...
2018-07-18 kennytmRollup merge of #52472 - alexcrichton:macros-edition...
2018-07-18 kennytmRollup merge of #52464 - o01eg:patch-1, r=alexcrichton
2018-07-18 kennytmRollup merge of #52458 - alexcrichton:fix-suggestion...
2018-07-18 kennytmRollup merge of #52455 - felixrabe:patch-1, r=estebank
2018-07-18 kennytmRollup merge of #52439 - o01eg:fix-52317, r=alexcrichton
2018-07-18 kennytmRollup merge of #52218 - rivertam:patch-1, r=withoutboats
2018-07-18 kennytmRollup merge of #52116 - Pazzaz:match-str-case, r=Simon...
2018-07-18 Oliver SchneiderAdjust run pass test to stricter existential type rules
2018-07-18 ljedrzRemove workarounds for #24958
2018-07-18 borsAuto merge of #52364 - ljedrz:mir_remove_clone, r=RalfJung
2018-07-18 Oliver SchneiderMake `async_idents` allow-by-default
2018-07-18 Oliver SchneiderMove the const casting code into its dedicated file
2018-07-18 borsAuto merge of #52426 - ljedrz:#28273_cleanup, r=nikomat...
2018-07-18 Oliver SchneiderAdd some tests around associated types
2018-07-18 Oliver SchneiderPrepare for using wfcheck on existential types
2018-07-18 Oliver SchneiderCheck lifetimes on existential types
2018-07-18 Oliver SchneiderMatch ergonomics
2018-07-18 Oliver SchneiderSimplify defining scope logic
next