]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-06-09 Oliver MiddletonImplement Binary, Octal, LowerHex and UpperHex for...
2016-06-09 borsAuto merge of #33895 - AndrewBrinker:master, r=steveklabnik
2016-06-09 borsAuto merge of #34109 - pnkfelix:fix-issue-34101, r...
2016-06-09 borsAuto merge of #34108 - jseyfried:refactor_prelude_injec...
2016-06-09 borsAuto merge of #34032 - jseyfried:load_macros_in_expansi...
2016-06-09 borsAuto merge of #32202 - arielb1:slice-patterns, r=nikoma...
2016-06-09 Jeffrey SeyfriedAdd comment and clean up `expand_annotatable`
2016-06-09 Jeffrey SeyfriedAdd regression test
2016-06-09 Jeffrey SeyfriedLoad macros from `extern crate`s during expansion.
2016-06-08 borsAuto merge of #34167 - eddyb:fix-pairs-for-real, r...
2016-06-08 Ariel Ben-Yehudafix Cargo.lock
2016-06-08 Ariel Ben-Yehudause the slice_pat hack in libstd too
2016-06-08 Ariel Ben-Yehudaremove residual slice pattern junk from mem_categorization
2016-06-08 Ariel Ben-Yehudaadd an help message when using an old-style slice pattern
2016-06-08 Ariel Ben-Yehudafix tests
2016-06-08 Ariel Ben-Yehudafix stdtest
2016-06-08 Ariel Ben-Yehudafix damage in librustc
2016-06-08 Ariel Ben-Yehudaaddress review comments
2016-06-08 Ariel Ben-Yehudahandle string literals correctly in match checking
2016-06-08 Ariel Ben-Yehudawrap calls to `lvalue_ty`
2016-06-08 Ariel Ben-Yehudaimplement RFC495 semantics for slice patterns
2016-06-08 Eduard Burtescutrans: don't misuse C_nil for ZSTs other than ().
2016-06-08 Ariel Ben-Yehudafix translation of unsized types and arrays
2016-06-08 Ariel Ben-Yehudaremove the librustc_trans -> librustc_mir dependency
2016-06-08 borsAuto merge of #33989 - eddyb:mir-viz, r=nikomatsakis
2016-06-08 borsAuto merge of #34083 - alexcrichton:dumb-hack, r=nrc
2016-06-08 borsAuto merge of #34068 - ollie27:rustdoc_redirect_const...
2016-06-08 borsAuto merge of #34010 - jseyfried:decorate_expanded...
2016-06-08 borsAuto merge of #34003 - frewsxcv:13727-regressions,...
2016-06-08 borsAuto merge of #33982 - LeoTestard:remove-check-matcher...
2016-06-07 Andrew BrinkerFixed based on feedback from steveklabnik
2016-06-07 borsAuto merge of #34141 - eddyb:trans-abi-memcpy, r=nikoma...
2016-06-07 Eduard Burtescutrans: always use a memcpy for ABI argument/return...
2016-06-07 borsAuto merge of #34139 - steveklabnik:rollup, r=steveklabnik
2016-06-07 Eduard Burtescumir: group span + visibility scope under a new SourceIn...
2016-06-07 Eduard Burtescumir: distinguish between variable visibility scopes...
2016-06-07 Steve KlabnikRollup merge of #34138 - hoodie:bug/bool_colors, r...
2016-06-07 Steve KlabnikRollup merge of #34125 - MichaelNecio:book_addition...
2016-06-07 Steve KlabnikRollup merge of #34124 - jonas-schievink:remove-useless...
2016-06-07 Steve KlabnikRollup merge of #34104 - nagisa:cfg-llvm-up, r=alexcrichton
2016-06-07 Steve KlabnikRollup merge of #34099 - markrcote:functions-copyedit...
2016-06-07 Steve KlabnikRollup merge of #34098 - frankmcsherry:patch-1, r=alexc...
2016-06-07 Steve KlabnikRollup merge of #34094 - abenga:doc_changes_variable_bi...
2016-06-07 Steve KlabnikRollup merge of #34070 - chriskrycho:update-reference...
2016-06-07 Steve KlabnikRollup merge of #34060 - JDemler:master, r=steveklabnik
2016-06-07 Steve KlabnikRollup merge of #34007 - flo-l:improve-hacking-docs...
2016-06-07 Steve KlabnikRollup merge of #33945 - srinivasreddy:libpanic_unwind...
2016-06-07 Steve KlabnikRollup merge of #33897 - srinivasreddy:runfail_rustfmt...
2016-06-07 Steve KlabnikRollup merge of #33645 - withoutboats:woboats_trim_matc...
2016-06-07 borsAuto merge of #34128 - eddyb:mir-trans-fixes, r=luqmana
2016-06-07 Felix S. Klock IIFix issue #34101: do not track subcontent of type with...
2016-06-07 borsAuto merge of #34012 - eddyb:tick-erased, r=nikomatsakis
2016-06-07 Eduard Burtescutrans: don't create allocas anywhere other than the...
2016-06-07 Horace AbengaMinor changes to variable bindings chapter
2016-06-07 Corey FarwellAdd regression tests for #13727.
2016-06-07 Jeffrey SeyfriedFix bug in `librustdoc` in which an unmatched "</table...
2016-06-07 Jeffrey SeyfriedRefactor away the prelude injection pass
2016-06-06 Eduard Burtescutrans: don't forget to cast Pair constants of the wrong...
2016-06-06 Michael NecioNoted that shadowing never destroys a value
2016-06-06 Jeffrey SeyfriedRefactor away method `resolve_name_in_lexical_scope...
2016-06-06 Jonas SchievinkRemove old -Z options that do nothing
2016-06-06 Eduard Burtescutrans: use Pair for ignored nil pairs instead of Immediate.
2016-06-06 borsAuto merge of #34006 - eddyb:mir-const-fixes, r=nikomat...
2016-06-06 Leo TestardRemove the old FOLLOW checking (aka `check_matcher_old`).
2016-06-06 borsAuto merge of #33920 - cristianoliveira:error-E0174...
2016-06-06 Eduard-Mihai... Merge pull request #34102 from eddyb/rollup
2016-06-06 Cristian OliveiraAdd error description for E0174
2016-06-06 Eduard-Mihai... Rollup merge of #34090 - srinivasreddy:rustfmt_unicode...
2016-06-06 Eduard-Mihai... Rollup merge of #34085 - srinivasreddy:rustfmt_libtest...
2016-06-06 Eduard-Mihai... Rollup merge of #34082 - ollie27:rustdoc_css, r=alexcri...
2016-06-06 Eduard-Mihai... Rollup merge of #34081 - RustOS-Fork-Holding-Ground...
2016-06-06 Eduard-Mihai... Rollup merge of #34062 - sanxiyn:no-wget, r=nagisa
2016-06-06 Eduard-Mihai... Rollup merge of #34059 - reeze:patch-2, r=GuillaumeGomez
2016-06-06 Eduard-Mihai... Rollup merge of #34052 - jonas-schievink:issue-32829...
2016-06-06 Eduard-Mihai... Rollup merge of #34048 - shepmaster:corrected-issue...
2016-06-06 Eduard-Mihai... Rollup merge of #33955 - zackmdavis:explain_E0429,...
2016-06-06 Eduard-Mihai... Rollup merge of #33786 - birkenfeld:make-fix, r=jseyfried
2016-06-06 borsAuto merge of #33786 - birkenfeld:make-fix, r=jseyfried
2016-06-05 Simonas KazlauskasRequire LLVM 3.7
2016-06-05 Eduard Burtescumir: remove unused float support from zero_literal.
2016-06-05 flo-ladd documentation on howto build just rustc without...
2016-06-05 Srinivas Reddy... run rustfmt on test/run-fail folder
2016-06-05 Mark CôtéAdd missing space before parenthesis.
2016-06-05 Frank McSherryUpdate rc.rs
2016-06-05 Srinivas Reddy... run rustfmt on libpanic_unwind folder
2016-06-05 Srinivas Reddy... run rustfmt on librustc_unicode
2016-06-05 Eduard Burtescurustc_const_eval: work around double rounding.
2016-06-05 Eduard Burtescutest: don't assume anything about the sign of NAN.
2016-06-05 borsAuto merge of #34039 - ollie27:linkchecker_dirs, r...
2016-06-05 Chris KrychoUpdate reference to indicate stabilization of `deprecat...
2016-06-05 borsAuto merge of #33905 - eddyb:mir-overflow, r=nikomatsakis
2016-06-05 Eduard Burtescutrans: update Luqmana's patch for generalized pair...
2016-06-05 Luqman Aden[MIR] Handle call return values that need to be casted...
2016-06-05 Eduard Burtescutrans: report as many errors as possible for constants.
2016-06-05 Eduard Burtescutrans: implement CheckedBinaryOp in mir::constant.
2016-06-05 Eduard Burtescutrans: use the same messages for both MIR and old arith...
2016-06-05 Eduard Burtescurustc_const_eval: track the length and index in IndexOu...
2016-06-05 Eduard Burtescurustc_const_eval: strings are not indexable in Rust...
2016-06-05 Eduard Burtescurustc_const_eval: remove unused arithmetic ErrKind...
2016-06-05 Eduard BurtescuRespect #[rustc_inherit_overflow_checks] in mir::build...
next