]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-06-29 Ariel Ben-YehudaRollup merge of #42919 - zackmdavis:once_again_we_heard...
2017-06-29 Ariel Ben-YehudaRollup merge of #42901 - alexcrichton:alloc-one, r...
2017-06-29 Ariel Ben-YehudaRollup merge of #42886 - durka:pplmm-mwe, r=petrochenkov
2017-06-29 Ariel Ben-YehudaRollup merge of #42884 - stepancheg:set-env-run-pass...
2017-06-29 Ariel Ben-YehudaRollup merge of #42832 - rthomas:doc-fmt, r=steveklabnik
2017-06-29 Ariel Ben-YehudaRollup merge of #42831 - rthomas:master, r=QuietMisdreavus
2017-06-29 Ariel Ben-YehudaRollup merge of #42219 - pwoolcoc:add-allow-fail-to...
2017-06-29 borsAuto merge of #42848 - ids1024:redox-fix, r=sfackler
2017-06-29 borsAuto merge of #42642 - venkatagiri:issue_42312, r=nikom...
2017-06-28 borsAuto merge of #42797 - arielb1:ex-falso-ice, r=nikomatsakis
2017-06-28 Ariel Ben-Yehudaadd comments
2017-06-28 Venkata Giri... rustc_typeck: use body-id of type-checking item in...
2017-06-28 borsAuto merge of #42850 - estebank:unwanted-return-rotj...
2017-06-28 Venkata Giri... rustc_typeck: enforce argument type is sized
2017-06-28 Venkata Giri... rustc_typeck: remove old-style WF obligation
2017-06-28 borsAuto merge of #42819 - scottmcm:swap-nonoverlapping...
2017-06-28 borsAuto merge of #42745 - sfackler:1.19-stabilization...
2017-06-28 borsAuto merge of #42931 - arielb1:statement-visitor, r...
2017-06-28 Ariel Ben-Yehudare-add the call to `super_statement` in EraseRegions
2017-06-28 borsAuto merge of #42709 - stepancheg:discriminant-hash...
2017-06-28 borsAuto merge of #42431 - nagisa:core-float-2, r=alexcrichton
2017-06-28 borsAuto merge of #42417 - eddyb:separate-fn-sig, r=nikomat...
2017-06-27 Esteban KüberReview comments
2017-06-27 Alex Burkasyntax: allow negative integer literal expression to...
2017-06-27 Eduard-Mihai... tests: work around fallout from normalizing signatures...
2017-06-27 Eduard-Mihai... rustc_typeck: support functions in variance computation.
2017-06-27 Eduard-Mihai... rustc: move the PolyFnSig out of TyFnDef.
2017-06-27 Eduard-Mihai... rustc: rename closure_type to fn_sig.
2017-06-27 borsAuto merge of #42922 - frewsxcv:rollup, r=frewsxcv
2017-06-27 Corey FarwellRollup merge of #42917 - kennytm:gdb-fatal-proc-rec...
2017-06-27 Corey FarwellRollup merge of #42905 - casey:casey-utf8-null-doc...
2017-06-27 Corey FarwellRollup merge of #42874 - zackmdavis:overzealous_by_oute...
2017-06-27 Corey FarwellRollup merge of #42871 - llogiq:for_lowering_vs_clippy...
2017-06-27 Corey FarwellRollup merge of #42519 - GuillaumeGomez:create-more...
2017-06-26 Zack M. Davismake lint on-by-default/implied-by messages appear...
2017-06-26 borsAuto merge of #42916 - Mark-Simulacrum:update-cargo...
2017-06-26 kennytmcompiletest: show details if GDB failed to execute.
2017-06-26 Mark SimulacrumUpdate Cargo
2017-06-26 borsAuto merge of #42885 - ollie27:rustdoc_empty_glob_path...
2017-06-25 Casey RodarmorReword OsStr docs to clarify that utf8 may contain...
2017-06-25 Alex Crichtonstd: Fix implementation of `Alloc::alloc_one`
2017-06-25 borsAuto merge of #42865 - ollie27:rustdoc_assoc_consts...
2017-06-25 Paul Woolcockonly show allowed failure count if there are allowed...
2017-06-25 Guillaume GomezAdd reference link
2017-06-25 Esteban KüberDon't naively point to return type on type error
2017-06-25 Steven FacklerStabilize RangeArgument
2017-06-25 Steven FacklerStabilize ThreadId
2017-06-25 Steven FacklerStabilize OsString::shrink_to_fit
2017-06-25 Steven FacklerStabilize cmp::Reverse
2017-06-25 Steven FacklerStabilize Command::envs
2017-06-24 Paul WoolcockAdd compile-fail test for the new feature gate
2017-06-24 borsAuto merge of #42784 - tlively:wasm-bot, r=alexcrichton
2017-06-24 Guillaume GomezUse new macro instead
2017-06-24 Guillaume Gomezwording improvement
2017-06-24 Guillaume GomezAdd E0607
2017-06-24 Guillaume GomezAdd E0606
2017-06-24 Guillaume GomezAdd E0605
2017-06-24 Guillaume GomezAdd E0604
2017-06-24 Esteban KüberDo not specify return type in suggestion for some ...
2017-06-24 Thomas LivelyRestore old emscripten.sh for use by asmjs
2017-06-24 Oliver Middletonrustdoc: Don't ICE on `use *;`
2017-06-24 Esteban KüberSuggest removal of semicolon (instead of being help)
2017-06-24 Paul WoolcockAdd a feature gate for the `#[allow_fail]` attribute
2017-06-24 Stepan KoltsovMove global vars changing tests into run-pass
2017-06-24 borsAuto merge of #42864 - slo1:attempt, r=Mark-Simulacrum
2017-06-24 borsAuto merge of #42541 - gilescope:patch-1, r=alexcrichton
2017-06-24 Paul Woolcockfix some tests i missed
2017-06-24 Paul WoolcockShorten some lines so this can pass the tidy checks
2017-06-24 Paul Woolcockadd `allow_fail` test attribute
2017-06-24 borsAuto merge of #42854 - razielgn:relaxed-debug-constrain...
2017-06-24 Esteban KüberDetect missing `;` on methods with return type `()`
2017-06-24 borsAuto merge of #42724 - Mark-Simulacrum:tests, r=alexcri...
2017-06-24 Zack M. Davisonly set "overruled by outer forbid" once for lint...
2017-06-24 borsAuto merge of #42687 - alexcrichton:windows-tls, r...
2017-06-24 Zack M. Davisremove unused parameters from LintStore.find_lint
2017-06-24 Esteban KüberMove tests to `ui`
2017-06-24 Thomas LivelyAdd Target (de)serialization for environment vars
2017-06-23 Alex Crichtonrustc: Enable #[thread_local] for Windows
2017-06-23 Oliver Middletonrustdoc: Fix a few issues with associated consts
2017-06-23 sloSaves created temp directory if save-temps option is...
2017-06-23 Andre Boguschange binding name of for loop lowering to appease...
2017-06-23 Mark SimulacrumAdd tests for a few issues.
2017-06-23 borsAuto merge of #42856 - Mark-Simulacrum:rollup, r=Mark...
2017-06-23 Mark SimulacrumRollup merge of #42833 - durka:non-constant-used-with...
2017-06-23 Mark SimulacrumRollup merge of #42829 - ids1024:cxx, r=alexcrichton
2017-06-23 Mark SimulacrumRollup merge of #42825 - letheed:patch-1, r=alexcrichton
2017-06-23 Mark SimulacrumRollup merge of #42822 - ChrisMacNaughton:guard-traits...
2017-06-23 Mark SimulacrumRollup merge of #42821 - michaelwoerister:incr-debug...
2017-06-23 Mark SimulacrumRollup merge of #42787 - zackmdavis:explain_E0562,...
2017-06-23 Mark SimulacrumRollup merge of #42783 - ids1024:redox-env, r=sfackler
2017-06-23 Mark SimulacrumRollup merge of #42777 - kennytm:kill-ignore-doctest...
2017-06-23 Federico RavasioRelax Debug constraints when debugging {HashMap,BTreeMa...
2017-06-23 Federico RavasioCorrectly iterate on keys/values when debugging BTreeMa...
2017-06-23 kennytmAdded a tidy check to disallow "```ignore" and "``...
2017-06-23 kennytmModify --explain to handle hidden code (`# ...`) and...
2017-06-23 kennytmRemoved as many "```ignore" as possible.
2017-06-23 borsAuto merge of #42828 - parched:umulo, r=alexcrichton
2017-06-23 Ian Douglas... Fix Redox build, broken in ecbb896b9eb2acadefde57be493e...
2017-06-23 Thomas LivelyAdd wasm32-experimental-emscripten to wasm builder
2017-06-23 Thomas LivelyAdd target option for linker environment variables
next