]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-05-01 Martin CartonMerge pull request #1711 from Manishearth/rustup
2017-05-01 mcartonBump the version
2017-05-01 mcartonRustup to *rustc 1.19.0-nightly (06fb4d256 2017-04...
2017-04-28 Martin CartonMerge pull request #1705 from Manishearth/op_ref
2017-04-28 Oliver SchneiderFix dogfood tests
2017-04-28 Oliver SchneiderFix #1698 (ICE regression in clippy's const eval)
2017-04-28 Oliver SchneiderAdd regression tests for op_ref
2017-04-28 Oliver SchneiderFix op_ref false positives
2017-04-28 Oliver SchneiderUse `utils::is_copy` instead of hand-rolling it
2017-04-28 Oliver SchneiderBump the version
2017-04-28 Oliver SchneiderRustup
2017-04-28 Oliver SchneiderFix publish commands creating the wrong directories
2017-04-27 Oliver SchneiderBump the version
2017-04-27 Oliver SchneiderUpdate to latest rustc version
2017-04-26 Oliver SchneiderMerge pull request #1702 from shahn/so_dir
2017-04-26 Sebastian HahnClarify that -L needs the path to clippy_so's directory
2017-04-25 Oliver SchneiderMerge pull request #506 from yati-sagade/master
2017-04-25 Oliver SchneiderMerge pull request #1697 from tspiteri/doc-mingw
2017-04-25 Trevor SpiteriAdd "MinGW" to doc-valid-idents
2017-04-25 Oliver SchneiderUpdate ui tests to new rustc range printing
2017-04-25 Oliver SchneiderMerge remote-tracking branch 'origin/master' into yati_...
2017-04-24 Oliver SchneiderBump the version
2017-04-24 Oliver SchneiderUpdate for changes in rustc
2017-04-23 Oliver SchneiderMerge pull request #1692 from Manishearth/tests
2017-04-23 mcartonUpdate tests to new format of multiline errors
2017-04-19 Martin CartonMerge pull request #1686 from bkchr/fix_nightly_rust_co...
2017-04-19 mcartonBump the version
2017-04-19 Bastian KöcherFixes compilation error with latest nightly rust (1...
2017-04-16 Martin CartonMerge pull request #1682 from Mrmaxmeier/rustup-2017...
2017-04-16 mcartonBump to 0.0.124
2017-04-16 MrmaxmeierRustup to 1.18.0-nightly (d5cf1cb64 2017-04-15)
2017-04-13 Yati Sagadeneedless_continue: Remove indentation of suggestion...
2017-04-12 Oliver SchneiderRun rustfmt
2017-04-12 Oliver SchneiderBump the version
2017-04-12 Oliver SchneiderDogfood tests
2017-04-12 Oliver SchneiderMerge pull request #1672 from Manishearth/lifetime_sugg
2017-04-11 Oliver SchneiderUpdate ui tests
2017-04-11 Oliver SchneiderMerge remote-tracking branch 'origin/master' into yati
2017-04-11 Oliver SchneiderAdd newline at end of file
2017-04-11 Oliver SchneiderDon't lint for lifetime bounds required by traits
2017-04-11 Oliver SchneiderRemove now useless `allow(unused_lifetimes)` from clippy
2017-04-11 Oliver SchneiderRemove useless warning
2017-04-11 Oliver SchneiderDon't lint lifetimes after trait objects
2017-04-11 Oliver SchneiderFix more doc issues
2017-04-11 Oliver SchneiderDon't lint about unused lifetimes if the lifetimes...
2017-04-10 Oliver SchneiderMerge pull request #1671 from Manishearth/eq_op
2017-04-10 Oliver SchneiderLatest nightly produces more ellipses in output
2017-04-10 Oliver SchneiderDogfood
2017-04-10 Oliver SchneiderFix some doc errors
2017-04-10 Oliver SchneiderFix op_ref in case of nonexisting operations
2017-04-09 Yati Sagadeneedless_continue: Add ui test
2017-04-09 Yati Sagadeneedless_continue: Add tests for helper functions to...
2017-04-09 Yati Sagadeutils: Add tests for the `align_blocks` helper in utils.
2017-04-09 Yati Sagadeneedless_continue: Refactor to use stuff from utils...
2017-04-08 Yati SagadeRun update_lints.py
2017-04-08 Yati Sagade[needless_continue] Add comments explaining terminology...
2017-04-08 Yati SagadeMore dogfood test fixes.
2017-04-08 Yati SagadeFix lint warnings from dogfooding tests.
2017-04-08 Yati SagadeNeedless continue: This is a complete rewrite of this...
2017-04-07 Oliver SchneiderAdd wiki updating to publish steps
2017-04-07 Oliver SchneiderBump the version
2017-04-07 Oliver SchneiderReintroduce #768 so we can publish
2017-04-07 Oliver SchneiderMerge pull request #1649 from ensch/master
2017-04-06 Oliver SchneiderEnable rls on this repo
2017-04-06 Oliver SchneiderFix fallout
2017-04-06 Oliver Schneiderpanic!("{}") lint is broken
2017-04-06 Oliver Schneiderfix various rustup failures
2017-04-01 Martin CartonMerge pull request #1652 from pgerber/with
2017-04-01 Peter Gerbercorrect error message for `option_map_unwrap_or_else...
2017-03-31 Enrico SchmitzReenable mut_mut_macro.rs test
2017-03-31 Enrico SchmitzRemove unused cs parameter for is_macro and friends
2017-03-31 Enrico SchmitzFix src/needless_bool.rs by using ExprBlock(block)...
2017-03-31 Enrico SchmitzFixing src/copies.rs and src/entries.rs by using ExprBl...
2017-03-31 Enrico SchmitzFirst try for a fix for rustc 1.18.0-nightly (5c94997b6...
2017-03-30 Oliver SchneiderMerge pull request #1613 from Manishearth/dont_ref_oper...
2017-03-30 Oliver SchneiderDo some additional cleanup around `InternedString`...
2017-03-30 Oliver SchneiderFix fallout
2017-03-30 Oliver SchneiderDon't create additional references when invoking binary...
2017-03-27 Martin CartonMerge pull request #1640 from Manishearth/multiple_matc...
2017-03-27 Oliver SchneiderRemove some legacy code
2017-03-24 Oliver SchneiderMerge pull request #1575 from tristianc/1537-drop_copy
2017-03-24 Oliver SchneiderFix accidental newline in diagnostic and missing entrie...
2017-03-24 Oliver SchneiderMerge remote-tracking branch 'origin/master' into 1537...
2017-03-24 Oliver SchneiderMerge pull request #1617 from sinkuu/proc_macro_pass_by...
2017-03-24 Oliver SchneiderMerge pull request #1627 from Manishearth/dont-panic
2017-03-21 sinkuuFilter out proc_macro_derive functions (fixes #1615)
2017-03-21 Oliver SchneiderRun rustfmt
2017-03-21 Oliver SchneiderBump the version
2017-03-21 Oliver SchneiderMerge pull request #1634 from ensch/master
2017-03-20 Enrico SchmitzFix appveyor curl path
2017-03-20 Enrico SchmitzSimplify attr_is_cfg in returns.rs
2017-03-20 Enrico SchmitzFix for rustc 1.17.0-nightly (6eb9960d3 2017-03-19)
2017-03-17 Manish GoregaokarMerge pull request #1629 from Manishearth/typos
2017-03-17 Andre Bogusfix typos
2017-03-17 Oliver SchneiderRun rustfmt
2017-03-17 Oliver SchneiderBump the version
2017-03-16 Andre BogusDon't panic if traits not found
2017-03-16 llogiqMerge pull request #1625 from Manishearth/rustup_catch
2017-03-15 Andre BogusRustup: Add ExprKind::Catch
2017-03-14 Manish GoregaokarMerge pull request #1620 from Manishearth/oli-obk-patch-2
next