]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-07-04 Mark SimulacrumRollup merge of #43043 - sfackler:reverse-stability...
2017-07-04 Mark SimulacrumRollup merge of #43042 - Mark-Simulacrum:rustbuild...
2017-07-04 Mark SimulacrumRollup merge of #43041 - andersk:dedup_by, r=alexcrichton
2017-07-04 Mark SimulacrumRollup merge of #42994 - stepancheg:ignore-iml, r=aturon
2017-07-04 Mark SimulacrumRollup merge of #42975 - ids1024:symlink2, r=aturon
2017-07-04 Mark SimulacrumRollup merge of #42836 - rthomas:29355-debug, r=Guillau...
2017-07-04 Mark SimulacrumRollup merge of #42227 - ollie27:into_to_from, r=aturon
2017-07-04 Mark SimulacrumUse build.build instead of build.config.build
2017-07-04 Mark SimulacrumMove targets, hosts, and build triple into Build.
2017-07-04 Mark SimulacrumStore verbosity on Build
2017-07-04 Mark SimulacrumStore positive instead of negative fail_fast.
2017-07-04 Mark SimulacrumRemove src_is_git, instead call method on rust_info...
2017-07-04 Mark SimulacrumClarify meaning of Build.cargo, Build.rustc.
2017-07-04 Mark SimulacrumUpdate a few comments.
2017-07-04 Mark SimulacrumClippy lints
2017-07-04 Mark SimulacrumCleanup dist
2017-07-04 Mark SimulacrumCleanup utils
2017-07-04 Mark SimulacrumCleanup compile.rs.
2017-07-04 Mark SimulacrumCleanups to check code.
2017-07-04 Mark SimulacrumRemove 'static lifetimes from channels.
2017-07-04 Mark SimulacrumClean up and restructure sanity checking.
2017-07-04 Mark SimulacrumDon't allocate args in order to run find.
2017-07-04 borsAuto merge of #43012 - scottmcm:delete-range-step-by...
2017-07-04 borsAuto merge of #42993 - stepancheg:editorconfig, r=brson
2017-07-03 Steven FacklerAdd a stability marker for core::cmp::Reverse.0
2017-07-03 Anders KaseorgDocument unintuitive argument order for Vec::dedup_by...
2017-07-03 borsAuto merge of #42999 - behnam:ucd10, r=alexcrichton
2017-07-03 borsAuto merge of #42976 - ids1024:redoxfix, r=sfackler
2017-07-02 borsAuto merge of #43010 - stjepang:stabilize-sort-unstable...
2017-07-02 Stjepan GlavinaRemove the remaining feature gates
2017-07-02 Stjepan GlavinaFix lint errors
2017-07-02 Ryan ThomasAdd docs for Debug* structs. #29355
2017-07-02 borsAuto merge of #42938 - est31:col_number, r=eddyb
2017-07-02 est31Update cargo
2017-07-02 borsAuto merge of #43015 - arielb1:every-error-counts,...
2017-07-02 Ariel Ben-Yehudareport the total number of errors on compilation failure
2017-07-02 est31Style fix
2017-07-02 est31Documentation
2017-07-02 est31Fix the test failure, add comment, and refactor a littl...
2017-07-02 est31Output line column info when panicking
2017-07-02 Ariel Ben-YehudaRevert "Change error count messages"
2017-07-02 Stjepan GlavinaFix tidy errors
2017-07-02 Scott McMurrayDelete deprecated & unstable range-specific `step_by`
2017-07-02 borsAuto merge of #43003 - milmazz:bootstrap-pep8, r=alexcr...
2017-07-02 Stjepan GlavinaStabilize feature sort_unstable
2017-07-01 borsAuto merge of #43002 - SergioBenitez:more-io-inner...
2017-07-01 borsAuto merge of #42882 - stjepang:improve-sort-tests...
2017-07-01 Milton MazzarriSimplify print arguments
2017-07-01 borsAuto merge of #42991 - sfackler:unstable-rangeargument...
2017-07-01 borsAuto merge of #42977 - Keruspe:master, r=alexcrichton
2017-07-01 borsAuto merge of #42971 - stepancheg:ir-demangle, r=nagisa
2017-07-01 Milton Mazzarribootstrap: Fix some PEP8 issues
2017-07-01 borsAuto merge of #42896 - llogiq:clippy_compiletest, r...
2017-07-01 Sergio BenitezStabilize 'more_io_inner_methods' feature.
2017-07-01 Stepan KoltsovWhen writing LLVM IR output demangled fn name in comments
2017-06-30 Behnam Esfahbod[libstd_unicode] Upgrade to Unicode 10.0.0
2017-06-30 borsAuto merge of #42995 - GuillaumeGomez:rollup, r=Guillau...
2017-06-30 Guillaume GomezRollup merge of #42987 - cuviper:iterator_for_each...
2017-06-30 Guillaume GomezRollup merge of #42985 - venkatagiri:issue_42444, r...
2017-06-30 Guillaume GomezRollup merge of #42957 - GuillaumeGomez:add-e0619,...
2017-06-30 Guillaume GomezRollup merge of #42925 - tbu-:pr_document_file_open_err...
2017-06-30 Guillaume GomezRollup merge of #42911 - nrc:rls-update, r=brson
2017-06-30 Guillaume GomezRollup merge of #42669 - gaurikholkar:master, r=nikomat...
2017-06-30 Guillaume GomezFix error codes mixup
2017-06-30 Ian Douglas... Fix long line
2017-06-30 Guillaume GomezAdd E0619 error explanation
2017-06-30 Stepan KoltsovIgnore *.iml files
2017-06-30 Stepan KoltsovAdd .editorconfig to src/rustllvm
2017-06-30 borsAuto merge of #42969 - arielb1:struct-err, r=eddyb
2017-06-30 Steven FacklerRevert "Stabilize RangeArgument"
2017-06-30 Venkata Giri... rustc_{a,l,m,t}san: re-run build script if env var...
2017-06-30 Josh StoneTrack `iterator_for_each` in #42986
2017-06-30 Venkata Giri... rustc_llvm: re-run build script when env var LLVM_CONFI...
2017-06-30 borsAuto merge of #42807 - arielb1:consistent-coercion...
2017-06-30 gaurikholkarrename compile-fail test
2017-06-30 borsAuto merge of #42782 - cuviper:iterator_for_each, r...
2017-06-30 Niko Matsakismove ERROR line
2017-06-30 Marc-Antoine... update cargo submodule
2017-06-30 Marc-Antoine... rustbuild: set __CARGO_DEFAULT_LIB_METADATA to channel
2017-06-30 borsAuto merge of #42930 - arielb1:llvm-next, r=alexcrichton
2017-06-30 borsAuto merge of #42924 - pnkfelix:mir-dataflow, r=arielb1
2017-06-30 Ian Douglas... Fix Redox build, apparently broken by #42687
2017-06-30 Ian Douglas... redox: symlink and readlink
2017-06-29 borsAuto merge of #42902 - petrochenkov:keydcrate, r=jseyfried
2017-06-29 Niko Matsakistweak comments in E0495.rs
2017-06-29 Andre Bogusfix a stray semicolon
2017-06-29 gaurikholkaradding compile-fail test
2017-06-29 borsAuto merge of #42900 - sfackler:jemalloc-tweak, r=alexc...
2017-06-29 Ariel Ben-Yehudamem_categorization: handle type-based paths in variant...
2017-06-29 borsAuto merge of #42527 - qnighy:unsized-tuple-coercions...
2017-06-29 gaurikholkarcode fixes for error code use warning
2017-06-29 gaurikholkarconflict fixes
2017-06-29 gaurikholkarCode review fixes
2017-06-29 Niko Matsakisremove `fn main() { }` from extended errors
2017-06-29 gaurikholkarChanging the error code to E0621
2017-06-29 gaurikholkarcode review fixes
2017-06-29 gaurikholkarAdding changes to track anonymous region in self
2017-06-29 gaurikholkartrack anonymous regions in return types, fix tidy errors
2017-06-29 gaurikholkarEnabling E0611 for inherent functions
2017-06-29 gaurikholkarInterchange ^ and -
next